Agentics plugin kit — developer tools, code review, planning, and CLAUDE.md optimization
npx claudepluginhub shawn-sandy/agenticsSystematic code review across quality, bugs, security, and best practices
Stress-test implementation plans with structured multi-round interviews before coding begins
Review HTML/CSS and React/TypeScript code for WCAG 2.2 Level AA accessibility compliance
Review and plan Claude Code skills, and run tests for changed files — audit SKILL.md files, scaffold new skills, and verify test coverage
Analyze code and suggest specific, purpose-driven tests tied to actual behavior and intent — not arbitrary coverage
Automated git commit and PR creation — stage, commit with conventional messages, and create PRs in one shot
A marketplace system for Claude Code plugins, enabling discovery, distribution, and installation of plugins that extend Claude's capabilities.
Install from GitHub (recommended):
# Register the agentics-kit marketplace
/plugin marketplace add shawn-sandy/agentics
# Install any plugin by name
/plugin install code-review@agentics-kit
/plugin install git-agent@agentics-kit
Or load a 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 provides:
agentics-kit marketplace for testing plugin discovery and installation# Verify installation
claude --version
gh) — For the git-agent plugin's PR creationagentics/
├── kit/
│ ├── .claude-plugin/
│ │ └── marketplace.json # Marketplace manifest (agentics-kit)
│ └── plugins/ # Example plugins
│ ├── code-review/ # Code review skill
│ ├── plan-interview/ # Plan stress-test (command + skill)
│ ├── claude-md-optimizer/ # CLAUDE.md audit and optimization
│ ├── wcag-compliance-reviewer/ # WCAG 2.2 accessibility compliance
│ ├── skill-reviewer/ # Skill authoring review and testing
│ ├── code-testing-agent/ # Test suggestion and review
│ ├── git-agent/ # Automated git commit and PR creation
│ ├── agent-creator/ # Agent-based plugin scaffolding
│ ├── react-perf-analyzer/ # React performance analysis
│ ├── marketplace-builder/ # Marketplace scaffolding
│ └── agentic-plugin-dev/ # Plugin creation and management
├── tests/
│ └── fixtures/ # Test plugin fixtures
└── README.md # This file
Clone the repository:
git clone https://github.com/shawn-sandy/agentics.git
cd agentics
Load a plugin directly:
# Test with code-review plugin
claude --plugin-dir ./kit/plugins/code-review
# This starts an interactive Claude Code session.
# Once Claude responds, ask naturally:
# "Review this code for issues"
Verify the plugin loaded:
# In the Claude interactive session, list available commands:
/help
Note: You can test plugins immediately without installing any dependencies. The --plugin-dir flag loads plugins directly from your local filesystem and starts an interactive session.
The Claude Code CLI is not installed or not in your PATH.
Solution:
claude --version~/.local/bin or the installation directory is in your PATHThe plugin directory may not exist or the path is incorrect.
Solution:
ls -la ./kit/plugins/code-reviewclaude --plugin-dir /full/path/to/agentics/kit/plugins/code-review
.claude-plugin/plugin.json exists in the plugin directoryThe plugin directory or files may not be readable.
Solution:
ls -la ./kit/plugins/code-reviewchmod -R +r ./kit/plugins/code-reviewchown -R $USER:$USER ./kit/plugins/You see an error like: Error: Input must be provided either through stdin or as a prompt argument when using --print
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations