@dharun235/create-skill
v1.0.0
Published
A skill package for writing AI agent skills
Maintainers
Readme
@dharun235/create-skill
Package for writing AI agent skills.
Install
npm install @dharun235/create-skillIf you are installing from this repository locally:
cd create-skill
npm pack
npm install ./dharun235-create-skill-1.0.0.tgzUse
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 instructionsreferences/- 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.
