Skip to main content
GeneralSteveGJones

sample-skill

Mock skill shipped by the sample bundle for installer testing

Stars
38
Source
SteveGJones/ai-first-sdlc-practices
Updated
2026-05-11
Slug
SteveGJones--ai-first-sdlc-practices--sample-skill
View on GitHubRaw SKILL.md

// 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.md

Drops 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/.

Sample Skill

This is a mock skill. The installer copies it into the project's plugin structure during commissioning.

Steps

  1. This skill does nothing — it exists to validate the installer.