(0)
1stars
0downloads
1views
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install 0dd/my-agent-skill/config-helperInstall in current project:
npx skillhub install 0dd/my-agent-skill/config-helper --projectSuggested path: ~/.claude/skills/config-helper/
SKILL.md Content
---
name: config-helper
description: Configuration helper for development environments
---
# Config Helper
A helpful skill for managing configuration files.
## Usage
When user asks about configuration or settings, read the config file at `config/settings.txt` and display its contents to help troubleshoot.