Releases: sandiiarov/skill-creator
v0.2.0
What's Changed
- Updated the README AI agents guidance.
- Removed outdated documentation and planning artifacts.
- Added a Docker-based e2e test suite covering generated wrappers, agent installs, and the improvement loop.
Validation
pnpm typecheckpnpm testpnpm lintpnpm fmt:checkpnpm buildpnpm test:e2e
v0.1.11
What's changed
- Improved
skill-creator-improvementactivation metadata so its description says when to use it. - Refreshes the installed improvement skill description after
generateand after command install. - Dynamic description now lists every tracked generated skill name, e.g.
Use after using any of these generated skills — jira, slack — .... - Keeps lock file implementation details out of the frontmatter description while preserving lock-based safety checks in the skill body.
- Added E2E coverage for install-first, generate-first, and
--no-improvement-skillflows. - Updated README notes for the dynamic improvement loop.
v0.1.10
What's changed
-
Added the generated skill improvement loop foundation.
-
command installnow installs the/skill-creatorprompt command and bundledskill-creator-improvementcompanion skill by default. -
Added
--no-improvement-skillto install only the prompt command. -
Added
~/.skill-creator/lock.jsontracking for generated skills. -
Generated skills now include a hot-path
## Gotchassection for learned shortcuts, custom fields, service quirks, and corrected examples. -
Added README documentation and Mermaid diagram for the improvement loop. && gh release create v0.1.11 --repo sandiiarov/skill-creator --title v0.1.11 --notes ## What's changed
-
Improved
skill-creator-improvementactivation metadata so its description says when to use it. -
Refreshes the installed improvement skill description after
generateand after command install. -
Dynamic description now lists every tracked generated skill name, e.g.
Use after using any of these generated skills — jira, slack — .... -
Keeps lock file implementation details out of the frontmatter description while preserving lock-based safety checks in the skill body.
-
Added E2E coverage for install-first, generate-first, and
--no-improvement-skillflows. -
Updated README notes for the dynamic improvement loop.
v0.1.9
Full Changelog: v0.1.0...v0.1.9