Produces phased implementation plans with explicit gates and validating tests at each checkpoint.
Produce phased implementation plans with explicit pass/fail gates for software tasks. Use this skill when the user asks to "plan an implementation", "create a phased plan", "break down this task", "design an approach", "write an implementation plan", or any request that involves decomposing a software change into ordered steps with validation criteria. Use this skill even when the user simply says "plan this" or "how should I implement this".
Synthesize research findings into a ranked proposal with trade-off analysis. Use this skill when the user asks to "propose an approach", "recommend a solution", "compare options", "what should we do", or any request that requires evaluating alternatives and recommending a direction. This skill expects a completed research brief (from the research skill) as input context. It produces a decision-ready proposal — it does NOT decompose work into implementation phases (that is the planning skill's job).
Orchestrate the full research-plan-implement workflow in sequence. Use this skill when the user asks to "look into and plan", "research and propose a plan", "investigate and implement", "figure out how to do X and make a plan", or any request that implies both understanding a problem and producing an implementation plan. This skill chains three phases: research, propose, and plan — with explicit handoff points between each.
Conduct deep research into a problem space before proposing solutions or planning implementation. Use this skill when the user asks to "research", "investigate", "look into", "explore options for", "understand the problem", or any request that requires gathering context, surveying alternatives, and identifying constraints before committing to an approach. This skill produces a structured research brief — it does NOT propose solutions or plan work.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A plugin library and development framework for Claude Code. This repo serves two purposes:
/plugin install.# Add the marketplace
/plugin marketplace add ats-kinoshita-iso/agent-workshop
# Browse and install plugins
/plugin install planning@agent-workshop
Browse cookbook/ and copy what you need into your project:
cookbook/claude-md/ — CLAUDE.md templates by project typecookbook/hooks/ — Reusable hook recipes for .claude/settings.jsoncookbook/mcp/ — MCP server configurations for common integrations.claude-plugin/ # Marketplace definition (marketplace.json)
plugins/ # Stable, packaged Claude Code plugins
cookbook/ # Golden baseline configs (copy into your projects)
claude-md/ # CLAUDE.md templates
hooks/ # Hook recipes
mcp/ # MCP server configs
tools/ # Development & validation tooling
tests/ # Plugin validation gates
1. Develop in .claude/ → Iterate locally with Claude Code
2. Validate with test suite → uv run pytest
3. Package as plugin → Create plugin.json + SKILL.md in plugins/
4. Auto-register in marketplace → marketplace_gen.py updates marketplace.json
5. Users install from here → /plugin marketplace add ats-kinoshita-iso/agent-workshop
| Plugin | Description | Version |
|---|---|---|
| code-quality-gate | Unified quality orchestrator (lint, format, typecheck, test) | 1.0.0 |
| context-sync | Keeps CLAUDE.md files in sync with the codebase | 1.0.0 |
| plan-manager | Plan lifecycle management with gate tracking and archival | 1.0.0 |
| planning | Phased implementation plans with gates and tests | 2.0.0 |
| test-quality | Test generation, auditing, and knowledge extraction | 1.0.0 |
| workspace-clean | Workspace hygiene checks and cleanup | 1.0.0 |
| Plugin | Skills | License |
|---|---|---|
| anthropic-document-skills | docx, pdf, pptx, xlsx | Source-available |
| anthropic-creative-skills | algorithmic-art, brand-guidelines, canvas-design, frontend-design, slack-gif-creator, theme-factory | Apache 2.0 |
| anthropic-dev-skills | claude-api, mcp-builder, skill-creator, web-artifacts-builder, webapp-testing | Apache 2.0 |
| anthropic-enterprise-skills | doc-coauthoring, internal-comms | Apache 2.0 |
uvbunuv syncuv run pytestuv run ruff check .uv run ruff format .uv run mypy .bun installbun testbunx biome check --write ..claude/ (skills, hooks, agents, etc.)plugins/<your-plugin>/.claude-plugin/plugin.json with name, description, version, keywordsuv run pytest to validate structureuv run python tools/marketplace_gen.py to update the marketplace catalognpx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin planningEvaluation framework skills for designing scoring rubrics, running structured evaluations on LLM outputs, and comparing candidate outputs to recommend a winner.
trine-eval: Planner-Generator-Evaluator harness for eval-driven development across web/RAG/CLI/API projects, eval-harness methodology audits (meta layer), and harness-build agent-runtime conformance (runtime layer)
Analyzes and rewrites prompts for Claude Code, applying structured prompt engineering patterns to produce clearer, more effective instructions.
Anthropic's official development skills for Claude API integration, MCP server building, skill creation, web artifact building, and browser-based testing.
Skills for designing and evaluating multi-agent systems: orchestrator/worker decomposition, output quality review, and self-improving evaluator/optimizer loops.
AI-assisted deep planning with research, interview, external LLM review, and TDD approach
Iterative plan review and execution workflow for Claude Code
Structured implementation planning, interactive annotation review, and autonomous plan execution
Implan: structured planning workflow with companion skills for exploratory spikes and post-execution retros. Produces self-contained plan directories a fresh agent can pick up cold.
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.