smithery.ai

claude-pilot-standards

Author reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance.

First seen Mar 24, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,609 B
  • docs SUMMARY.md 155 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

SKILL: Claude-Pilot Standards

Purpose: Author reference for creating plugin components
Target: Contributors creating skills, commands, agents

Quick Reference

Component Location Purpose Size Limit
Skills .claude/skills/{name}/ Auto-discoverable capabilities SKILL: 200, REF: 300
Commands .claude/commands/ Slash commands 150 lines
Agents .claude/agents/ Specialized configs 200 lines
Rules .claude/rules/ Delegation patterns 200 lines

Component Taxonomy

Skills

Structure: {name}/SKILL.md (≤200) + REFERENCE.md (≤300)

Required: name, description with trigger keywords

Examples: @.claude/skills/tdd/SKILL.md | @.claude/skills/vibe-coding/SKILL.md

Commands

Structure: Single .md with description frontmatter

Required: description with action verbs + scenarios

Examples: @.claude/commands/00plan.md | @.claude/commands/02execute.md

Agents

Required: name, description, model, tools

Examples: @.claude/agents/coder.md | @.claude/agents/plan-reviewer.md

Rules

Structure: core/, delegator/, documentation/

Examples: @.claude/rules/core/workflow.md | @.claude/rules/delegator/triggers.md

VIBE Coding Standards

Target Limit
Function ≤50 lines
File ≤200 lines
Nesting ≤3 levels

Principles: SRP, DRY, KISS, Early Return

Full: @.claude/skills/vibe-coding/SKILL.md

Cross-References

Format: @.claude/{path}/{file}

Best: Absolute paths, specific files, descriptive text

Frontmatter Patterns

Skill: name, description (trigger keywords) Command: description (action verbs + scenarios) Agent: name, description, model, tools

Common Patterns

Methodology extraction:

> **Methodology**: @.claude/skills/tdd/SKILL.md

MANDATORY marker:

> **⚠️ MANDATORY ACTION**: YOU MUST {action} NOW

Completion markers: <AGENTCOMPLETE>, <AGENTBLOCKED>

Further Reading

Internal: @.claude/skills/claude-pilot-standards/REFERENCE.md | @.claude/skills/claude-pilot-standards/TEMPLATES.md | @.claude/skills/claude-pilot-standards/EXAMPLES.md

External: Claude Code Best Practices