AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Create Skill

skill-graysurf-agent-kit-create-skill · by graysurf

Scaffold a new skill directory that passes skill-governance audit and contract validation.

No reviews yet
0 installs
28 views
0.0% view→install

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.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-graysurf-agent-kit-create-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
Archived

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Create Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Create Skill

Contract

Prereqs:

  • Run inside a git work tree.
  • bash, git, and python3 available on PATH.

Inputs:

  • Target directory via --skill-dir (must start with skills/).
  • Optional metadata:
  • --title (defaults to Title Case derived from the directory name)
  • --description (defaults to TBD)

Outputs:

  • A new skill skeleton under --skill-dir:
  • SKILL.md
  • scripts/.sh
  • tests/test_.py
  • Root README.md updated 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 + validated
  • 1: creation or validation failed
  • 2: usage error

Failure modes:

  • --skill-dir invalid, already exists, or is outside skills/.
  • Missing prerequisites (git, python3).
  • Generated skeleton fails skill-governance validation.
  • README.md update 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.