Skip to content

Releases: sandiiarov/skill-creator

v0.2.0

03 Jun 00:26

Choose a tag to compare

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 typecheck
  • pnpm test
  • pnpm lint
  • pnpm fmt:check
  • pnpm build
  • pnpm test:e2e

v0.1.11

29 May 02:32

Choose a tag to compare

What's changed

  • Improved skill-creator-improvement activation metadata so its description says when to use it.
  • Refreshes the installed improvement skill description after generate and 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-skill flows.
  • Updated README notes for the dynamic improvement loop.

v0.1.10

29 May 02:31

Choose a tag to compare

What's changed

  • Added the generated skill improvement loop foundation.

  • command install now installs the /skill-creator prompt command and bundled skill-creator-improvement companion skill by default.

  • Added --no-improvement-skill to install only the prompt command.

  • Added ~/.skill-creator/lock.json tracking for generated skills.

  • Generated skills now include a hot-path ## Gotchas section 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-improvement activation metadata so its description says when to use it.

  • Refreshes the installed improvement skill description after generate and 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-skill flows.

  • Updated README notes for the dynamic improvement loop.

v0.1.9

26 May 13:22

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.9