MCP HubMCP Hub
スキル一覧に戻る

cook

majiayu000
更新日 2 days ago
20 閲覧
58
9
58
GitHubで表示
メタgeneral

について

Cookスキルは、計画からコーディングまでの機能開発を自動的に処理するインテリジェントな実装アシスタントです。入力内容に基づいてワークフローモードをスマートに検出し、高速実行、並列処理、自動承認オプションをサポートします。開発者は、トークン効率の良いワークフローで体系的かつ原則駆動の開発を確実に行うため、あらゆる実装タスクの前に本スキルを有効化する必要があります。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cook

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Cook - Smart Feature Implementation

End-to-end implementation with automatic workflow detection.

Principles: YAGNI, KISS, DRY | Token efficiency | Concise reports

Usage

/cook <natural language task OR plan path>

Optional flags: --fast, --parallel, --no-test, --auto

Example:

/cook "Add user authentication to the app" --fast
/cook path/to/plan.md --auto

Smart Intent Detection

Input PatternDetected ModeBehavior
Path to plan.md or phase-*.mdcodeExecute existing plan
Contains "fast", "quick"fastSkip research, scout→plan→code
Contains "trust me", "auto"autoAuto-approve all steps
Lists 3+ features OR "parallel"parallelMulti-agent execution
Contains "no test", "skip test"no-testSkip testing step
DefaultinteractiveFull workflow with user input

See references/intent-detection.md for detection logic.

Workflow Overview

[Intent Detection] → [Research?] → [Review] → [Plan] → [Review] → [Implement] → [Review] → [Test?] → [Review] → [Finalize]

Default (non-auto): Stops at [Review] gates for human approval before each major step. Auto mode (--auto): Skips human review gates, implements all phases continuously.

ModeResearchTestingReview GatesPhase Progression
interactiveUser approval at each stepOne at a time
autoAuto if score≥9.5All at once (no stops)
fastUser approval at each stepOne at a time
parallelOptionalUser approval at each stepParallel groups
no-testUser approval at each stepOne at a time
codeUser approval at each stepPer plan

Step Output Format

✓ Step [N]: [Brief status] - [Key metrics]

Blocking Gates (Non-Auto Mode)

Human review required at these checkpoints (skipped with --auto):

  • Post-Research: Review findings before planning
  • Post-Plan: Approve plan before implementation
  • Post-Implementation: Approve code before testing
  • Post-Testing: 100% pass + approve before finalize

Always enforced (all modes):

  • Testing: 100% pass required (unless no-test mode)
  • Code Review: User approval OR auto-approve (score≥9.5, 0 critical)
  • Finalize: project-manager AND docs-manager must complete

Required Subagents

PhaseSubagent
Researchresearcher (parallel, optional in fast)
Scoutscout
Planplanner
UI Workui-ux-designer
Testingtester, debugger
Reviewcode-reviewer
Finalizeproject-manager, docs-manager, git-manager

References

  • references/intent-detection.md - Detection rules and routing logic
  • references/workflow-steps.md - Detailed step definitions for all modes
  • references/review-cycle.md - Interactive and auto review processes
  • references/subagent-patterns.md - Subagent invocation patterns

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/cook

関連スキル

algorithmic-art

メタ

This Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.

スキルを見る

subagent-driven-development

開発

This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.

スキルを見る

executing-plans

デザイン

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

スキルを見る

cost-optimization

その他

This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.

スキルを見る