By shawn-sandy
Stress-test implementation plans with structured multi-round interviews before coding begins
Walk each decision branch in an implementation plan with focused questions and codebase exploration
Generate developer-friendly documentation at docs/<slug>.md from a completed plan file, synthesized from the plan body, live code inspection, and git history
Convert a markdown file or plan to a rich, self-contained HTML document viewable in any browser
Scan plan directories for randomly-named files and rename them to descriptive kebab-case names based on content headings
Stress-test a plan through a structured conversational interview before implementation begins.
Stress-tests plan decisions node-by-node with focused questions. Walks each decision point surfacing assumptions and weak spots. Use when the user asks to deep grill or stress-test a plan.
Generates a prose reference doc from a completed plan. Inspects the codebase and git history to produce accurate, evidence-backed documentation. Use when the user asks to document a completed plan.
Converts a markdown file into a self-contained HTML page. Produces styled output with syntax highlighting and responsive layout. Use when the user asks to convert a markdown file or plan to HTML.
Stress-tests implementation plans through structured interviews. Surfaces gaps, risks, and assumptions via targeted questions. Use when the user asks to stress-test or validate a technical plan.
Writes lifecycle status into a plan file's frontmatter. Inspects the codebase and git history to set accurate dates and completion state. Use when the user asks to check or update a plan's status.
Uses power tools
Uses Bash, Write, or Edit tools
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 marketplace system for Claude Code plugins — enabling discovery, distribution, and installation of AI-powered plugins that extend Claude's capabilities across code review, planning, testing, git workflows, accessibility, and more.
Marketplace: agentics-kit v4.0.0 · 12 plugins · Requires Claude Code 1.0.33+ · View all plugins · Browse docs
Breaking change — v4.0.0: Six plugins have been removed from the marketplace:
agent-creator,agent-reviewer,agentic-plugin-dev,code-simplifier,marketplace-builder, andreact-perf-analyzer. Their source directories are retained in the repository but are no longer installable via the marketplace. See CHANGELOG.md for details.
Install from the marketplace (no cloning required):
# 1. Register the agentics-kit marketplace in Claude Code
/plugin marketplace add shawn-sandy/agentics-kit
# 2. Install the plugins you want
/plugin install code-review@agentics-kit
/plugin install git-agent@agentics-kit
/plugin install memory-tools@agentics-kit
Or load any plugin directly for local testing:
git clone https://github.com/shawn-sandy/agentics.git
cd agentics
claude --plugin-dir ./kit/plugins/code-review
# Then ask: "Review this code for issues"
The agentics project serves two purposes:
| Purpose | What it contains |
|---|---|
| Active Plugins | 12 marketplace plugins in kit/plugins/ — installable via /plugin install, covering code review, planning, testing, git workflows, accessibility, and more |
| Archived Plugins | 6 removed plugins with source directories retained in kit/plugins/ — loadable locally via --plugin-dir but not available via /plugin install |
| Marketplace Infrastructure | agentics-kit marketplace manifest (marketplace.json) that enables installation via /plugin install |
Every plugin in this repo is a working, production-quality tool you can install and use immediately.
# Verify version
claude --version
Install from the official docs if not present.
gh) — used by the git-agent plugin for GitHub PR creationglab) — used by agent-ship for GitLab MR creationjq — JSON processor, useful for debugging plugin manifests| Platform | Support |
|---|---|
| macOS 12.0+ | Full support |
| Linux (Ubuntu 20.04+) | Full support |
| Windows (WSL2) | Recommended over native Windows |
npx claudepluginhub shawn-sandy/agentics-kit --plugin plan-interviewReview and plan Claude Code skills, and run tests for changed files — audit SKILL.md files, scaffold new skills, and verify test coverage
Automated git commit and PR creation — stage, commit with conventional messages, and create PRs in one shot
Analyze code and suggest specific, purpose-driven tests tied to actual behavior and intent — not arbitrary coverage
Systematic code review across quality, bugs, security, and best practices
Stress-test implementation plans with structured multi-round interviews before coding begins
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.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code