Skip to content

Add bundled CLI skills#23

Merged
V3RON merged 1 commit intomainfrom
issue-22-bundled-cli-skills
May 5, 2026
Merged

Add bundled CLI skills#23
V3RON merged 1 commit intomainfrom
issue-22-bundled-cli-skills

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented May 5, 2026

Summary

  • bundle Skillgym skill markdown files inside the published CLI package and expose them via skillgym skills list and skillgym skills get <name>
  • add a core skill that acts as the main entrypoint and points agents to focused domain skills for assertions, test cases, workspaces, snapshots, and reporters
  • update help and README discovery paths so agents are directed to skillgym skills get core, and cover the new CLI behavior with tests

Closes #22.

Testing

  • npm run build
  • npx vitest run test/cli.test.ts
  • node ./dist/cli.js skills list
  • node ./dist/cli.js skills get core

Notes

  • npm test currently picks up historical .skillgym-results/**/tests/*.test.* artifacts in this workspace, so I used targeted CLI verification for this change.

@V3RON V3RON merged commit 24dc0af into main May 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bundle skills inside the CLI and expose them via skills commands

1 participant