Borrowing it
Nothing to install: this file belongs to changoo89/claude-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/changoo89/claude-pilot/main/.claude/skills/claude-pilot-standards/SKILL.mdgit clone --depth 1 https://github.com/changoo89/claude-pilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/changoo89/claude-pilot/claude-pilot-standards)<a href="https://agentmods.dev/skills/changoo89/claude-pilot/claude-pilot-standards"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/claude-pilot-standards/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/changoo89/claude-pilot/claude-pilot-standards"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/claude-pilot-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00742 |
| Opus 5 | $0.00016 | $0.00371 |
| Sonnet 5 | $0.00006 | $0.00148 |
| Haiku 4.5 | $0.00003 | $0.00074 |
Grade A, and why
claude-pilot-standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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/00_plan.md | @.claude/commands/02_execute.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
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 89 lines · 32 tokens per session scan A 903eae73746c
claude-pilot-standards is a skill published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 7mo ago), licensed MIT. It adds 32 tokens to every session and 742 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
contract-redliner
Contract review, redlining, and negotiation support with clause analysis, risk identification, and markup templates. Use when reviewing contracts, identifying unfavorable terms, suggesting amendments, or preparing negotiation positions.
ai-policy-generator
AI governance policy creation for nonprofits and enterprises with frameworks, risk assessment, ethical guidelines, and compliance templates. Use when drafting AI usage policies, responsible AI frameworks, or organizational AI governance documents.
compliance-engineering
SOC2, HIPAA, GDPR, PCI-DSS, FedRAMP compliance implementation in code. Audit logging, data encryption, access controls, privacy by design, and regulatory requirement mapping. Use when implementing compliance controls, preparing for audits, or building privacy-compliant systems.
regulatory-audit-generator
Builds compliance checklists for business scenarios involving GDPR, PIPL, or advertising/data laws. Outputs a structured checklist with check items, legal basis, risk levels, and actionable recommendations. Triggered by requests like "run a compliance check," "GDPR/PIPL compliance," "pre-launch review," "privacy…
fedramp
Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…