Agent skill · Workflow & Productivity

EXECUTION

A high-precision implementation mode for the Claude-type AI to execute the plan with zero errors.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill execution --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/execution/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 👷 EXECUTION: The Master Builder > "Perfect implementation. Verify twice. Claude has FINAL SAY." --- ## 📋 MANDATORY RESPONSE BRIEF (EVERY SINGLE RESPONSE) **BEFORE WRITING ANY RESPONSE, YOU MUST:** 1. **Read ALL skills files** (ULTRATHINK + EXECUTION) 2. **Read README.md** fully 3. **Start your response with a BRIEF** in this exact format: ``` ## 📋 BRIEF **Task**: [What the user asked] **Approach**: [How you will accomplish it] **Data Sources**: [LIVE API / Debug Logs / Code Analysis - specify which] **Risks**: [What could go wrong or mislead] **Confidence**: [HIGH/MEDIUM/LOW with justification] ``` > ⚠️ **IF YOU SKIP THE BRIEF, YOU ARE VIOLATING PROTOCOL.** --- ## 🚨 ANTI-HALLUCINATION RULES (CRITICAL - ADDED 2026-01-16) ### The Incident On 2026-01-16, the agent presented a backtest showing 100% WR when live reality showed 25% WR. This was caused by: 1. Using STALE debug logs from Dec 2025 (not current data) 2. Synthetic entry prices (all 0.50) that don't reflect reality 3. Not cross-checking against LIVE rolling accuracy ### MANDATORY VERIFICATION RULES | Rule | Enforcement | |------|-------------| | **NEVER trust local debug logs** | They are STALE. Always check file dates f

What's inside
Steps it walks through
  1. 📋 MANDATORY RESPONSE BRIEF (EVERY SINGLE RESPONSE)
  2. 🚨 ANTI-HALLUCINATION RULES (CRITICAL - ADDED 2026-01-16)
  3. The Incident
  4. MANDATORY VERIFICATION RULES
  5. What Counts as HALLUCINATION
  6. Required Statement
  7. 🚨 MANDATORY: READ README.md FIRST
  8. ⚠️ AGENT RULES (ENFORCED - NO EXCEPTIONS)
  9. 🎯 THE MISSION (MEMORIZE THIS)
  10. Required Metrics
  11. From User's Risk Tables (90% WR, 50% ROI, 80% sizing)
  12. 👑 CLAUDE SUPERIORITY CLAUSE
  13. 🏗️ THE PROTOCOL
  14. 1. Read the Plan
Ships with 1 file
  • metadata.json
Commands it runs
git add .
git commit -m "vX.X.X: [DESCRIPTION]"
git push origin main
More from claude-skill-registry
All skills →
About this skill
What does the EXECUTION skill do?

A high-precision implementation mode for the Claude-type AI to execute the plan with zero errors.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill execution --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going