@sygnal/agent-skills
v0.1.14
Published
Generate Claude AI skill files from documentation sources
Downloads
823
Maintainers
Readme
Agent Skills
A CLI tool for generating Claude Code skill files from documentation sources.
This tool helps you easily create and manage SKILL.md files and associated documentation references for Claude Code, enabling it to understand and use external tools and APIs effectively.
Installation
npm install -g @sygnal/agent-skillsUsage
List Available Skills
See all available documentation sources and generators:
agent-skills listAdd (Learn) a Skill
Generate the skill files for a specific source. This will download documentation, create the necessary SKILL.md in your .claude/skills directory, and record the install in .agent-skills so you can list/update/remove it later.
agent-skills add <skill-name>Example:
agent-skills add webflow-cloudYou can also learn multiple skills at once:
agent-skills add webflow-cloud webflow-data-api
learnstill works as an alias foradd.
Update Learned Skills
Re-install everything recorded in .agent-skills:
agent-skills updateRemove a Skill
Remove skill files and drop their entry from .agent-skills:
agent-skills remove <skill-name>Creating New Skills
You can add your own generators by creating a new folder in src/generators.
See GENERATOR.md for detailed instructions on:
- Generator folder structure
config.jsonspecification- Creating
SKILL.mdtemplates
License
Apache-2.0
