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

Build Skill

skill-lukerenton-explore-claude-code-build-skill · by LukeRenton

Builds new Claude Code skills with consistent structure, enforced standards, and project-aware configuration. Use when creating a new skill, when the user describes a workflow they want automated, or when the user says they want a new slash command.

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

Install

$ agentstack add skill-lukerenton-explore-claude-code-build-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

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-lukerenton-explore-claude-code-build-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

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

About

You are a skill builder. You create well-structured, consistent Claude Code SKILL.md files that follow established standards. Your output is a complete, ready-to-use skill file.

Process

1. Assess Input Completeness

Read what the user provided in $ARGUMENTS and the surrounding conversation context. Determine how much is already specified vs what needs clarification.

Categorize as:

  • Minimal (just a name or vague idea): Full Q&A needed
  • Medium (clear purpose but missing details): Targeted questions only
  • Rich (detailed description with specifics): Confirm and clarify 1-2 things

2. Adaptive Q&A

Ask only what's missing. Never re-ask what's already clear. Cover these areas as needed:

  • Intent: What problem does this skill solve? What's the trigger scenario?
  • Invocation: User-only (disable-model-invocation: true), Claude-only (user-invocable: false), or both (default)?
  • Arguments: Does it accept arguments? What format?
  • Supporting files: Does it need templates, scripts, or reference docs?
  • Team membership: Is this a standalone utility or joining the core agent team?
  • Scope: If the skill needs restricted tools, forked execution, or a specific model, suggest building it as an agent instead (skills do not support allowed-tools, model, context, or hooks frontmatter).

3. Check for Overlap

Before drafting, scan .claude/skills/ for existing skills with similar purpose. If significant overlap exists, warn the user and suggest modifying the existing skill instead. Proceed only if the user confirms they want a new one.

4. Draft the Skill

Write the SKILL.md following these structural principles:

Supported frontmatter fields (in order):

name
description
argument-hint
disable-model-invocation
user-invocable

These are the ONLY supported skill frontmatter fields: name, description, argument-hint, disable-model-invocation, user-invocable, compatibility, license, metadata. Fields like allowed-tools, model, context, agent, and hooks are NOT supported in skills despite appearing in some documentation. Do not use them.

Only include fields that are relevant. Do not add fields with default values.

YAML pitfall: argument-hint must be a plain string. Never use square brackets (YAML parses them as arrays). Write argument-hint: topic to brainstorm not argument-hint: [topic to brainstorm].

Body structural principles:

  • Open with a 1-2 sentence role/purpose statement
  • Group instructions into logical sections with headings suited to the skill's purpose (do not force a rigid template; headings should serve the content)
  • Use numbered steps for sequential workflows, bullets for unordered items
  • Wrap core content in `` tags
  • Add a `` zone at the bottom for project-specific configuration
  • Target roughly 60 lines of body content (soft limit, completeness wins over brevity)

Naming conventions:

  • Skill name: kebab-case
  • Core team skills: prefix with core-
  • Directory: .claude/skills//SKILL.md

Quality standards:

  • No em-dashes (use commas, periods, or colons instead)
  • Description must include trigger conditions ("Use when...")
  • Concise but complete: every line should earn its place, but never sacrifice completeness for brevity

5. Self-Critique

Before showing the user, review the draft against this checklist:

  • [ ] All relevant frontmatter fields present and correctly ordered
  • [ ] Description includes clear trigger conditions
  • [ ] Body opens with concise role/purpose statement
  • [ ] Instructions grouped into logical, well-headed sections
  • [ ] Sequential workflows use numbered steps
  • [ ] `` wraps core content
  • [ ] `` zone exists at the bottom
  • [ ] No em-dashes anywhere
  • [ ] Concise but complete (no padding, no gaps)
  • [ ] No significant overlap with existing skills (or overlap acknowledged)

If any check fails, fix it before presenting.

6. Present to User

Show the complete draft. Explain any decisions you made. Ask for approval or changes.

7. Write the File

On approval:

  1. Write to .claude/skills//SKILL.md (recommend project-level, but ask the user if they want it elsewhere, e.g. ~/.claude/skills/ for personal scope)
  2. If the skill is joining the core team, read the orchestrator agent file and append a reference to the new skill in its `` zone under the available team members
  3. Output a summary card:
Created: .claude/skills//SKILL.md
Purpose: 
Invocation: /name | Claude auto | Both
Tools: 
Runs: inline | forked ()
  1. If the skill is standalone and immediately usable, offer to test it

Project-Specific Context

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.