@dharun235/create-skill
Package for writing AI agent skills.
Install
npm install @dharun235/create-skill
If you are installing from this repository locally:
cd create-skill
npm pack
npm install ./dharun235-create-skill-1.0.0.tgz
Use
Use this package to write or package a skill with:
- clear frontmatter
- a short core workflow
- optional references for deeper detail
- trigger testing before release
Package layout
SKILL.md - metadata and core instructions
references/ - details, examples, and testing guidance
Publish
- Update the version in
package.json.
- Run
npm pack.
- Publish with
npm publish.
Thanks
Based on the Nevo guide on writing AI agent skills.