Install
$ agentstack add skill-graysurf-agent-kit-create-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Create Skill
Contract
Prereqs:
- Run inside a git work tree.
bash,git, andpython3available onPATH.
Inputs:
- Target directory via
--skill-dir(must start withskills/). - Optional metadata:
--title(defaults to Title Case derived from the directory name)--description(defaults toTBD)
Outputs:
- A new skill skeleton under
--skill-dir: SKILL.mdscripts/.shtests/test_.py- Root
README.mdupdated with a new skill catalog row (for public domains:workflows,tools,automation). - Runs skill-governance validators:
$AGENT_HOME/skills/tools/skill-management/skill-governance/scripts/validate_skill_contracts.sh --file$AGENT_HOME/skills/tools/skill-management/skill-governance/scripts/audit-skill-layout.sh --skill-dir
Exit codes:
0: created + validated1: creation or validation failed2: usage error
Failure modes:
--skill-dirinvalid, already exists, or is outsideskills/.- Missing prerequisites (
git,python3). - Generated skeleton fails
skill-governancevalidation. README.mdupdate fails because required section/table structure is missing or malformed.
Scripts (only entrypoints)
$AGENT_HOME/skills/tools/skill-management/create-skill/scripts/create_skill.sh- Legacy wrapper paths are not supported; keep docs and callers pinned to this script.
Related docs
- Repo-wide review checklist:
docs/runbooks/skills/SKILL_REVIEW_CHECKLIST.md- Skill directory anatomy and path rules:
docs/runbooks/skills/SKILLS_ANATOMY_V2.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: graysurf
- Source: graysurf/agent-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.