Sample Skill
This is a mock skill. The installer copies it into the project's plugin structure during commissioning.
Steps
- This skill does nothing — it exists to validate the installer.
Mock skill shipped by the sample bundle for installer testing
// install — copy + paste into any project
mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/SteveGJones/ai-first-sdlc-practices/HEAD/plugins/sdlc-core/skills/commission/templates/sample-bundle/skills/sample-skill/SKILL.md -o .claude/skills/sample-skill.mdDrops the SKILL.md into .claude/skills/sample-skill.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.
This is a mock skill. The installer copies it into the project's plugin structure during commissioning.