By a-ariff
Model-specific task routing with Opus for planning, Sonnet for execution, Haiku for quick tasks
Review and approval agent using Claude Sonnet to verify Haiku outputs and validate task completion before marking done. <example> user: Review the quick changes made by Haiku assistant: I'll review the changes for correctness, potential side effects, and alignment with the original request before approving. </example>
Code implementation and execution agent using Claude Sonnet for efficient delivery. Use for: writing code, implementing features, refactoring, debugging, running commands. <example> user: Implement the user authentication module from the plan assistant: I'll implement the auth module with JWT token generation, password hashing using bcrypt, session management, and middleware guards following the plan specifications. </example> <example> user: Refactor this component to use hooks assistant: I'll convert the class component to functional component with useState, useEffect, and custom hooks, maintaining all existing functionality and tests. </example>
Deep planning and architecture agent using Claude Opus for complex reasoning. Use for: strategic planning, system design, breaking down complex problems, creating comprehensive implementation roadmaps. <example> user: Plan the migration from monolith to microservices assistant: I'll create a comprehensive migration plan analyzing dependencies, identifying bounded contexts, planning the strangler fig pattern implementation, and creating a phased rollout strategy with risk mitigation. </example> <example> user: Design the authentication system architecture assistant: I'll architect a complete auth system covering OAuth 2.1/OIDC flows, token management, session handling, MFA integration, and security considerations with detailed sequence diagrams and component specifications. </example>
Fast task execution agent using Claude Haiku for small, well-defined tasks. Use for: simple file edits, formatting, small refactors, quick lookups, routine operations that don't require deep reasoning. <example> user: Add a console.log to debug this function assistant: Added debug logging at function entry and exit points. </example> <example> user: Update the version number in package.json assistant: Updated version from 1.0.0 to 1.0.1 in package.json. </example>
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.
65 production-ready plugins for Claude Code -- autonomous agents, power skills, anti-hallucination suite, smart hooks, and custom commands
Compatible with Claude Opus 4.6, Sonnet 4.6, and Haiku 4.5
Quick Start | What's Inside | How to Install | Usage Guide | Documentation | Contributing
Claude Code is Anthropic's CLI tool for coding with AI. Plugins extend what Claude Code can do by adding specialized agents, skills, and automation hooks.
This marketplace gives you 53 ready-to-use plugins that turn Claude Code into an autonomous development powerhouse. Instead of telling Claude what to do step by step, you delegate entire tasks to specialized agents that know exactly how to handle them.
Before plugins:
You: "Read the auth module, check for SQL injection, review the error handling,
look at the input validation, check the session management..."
After plugins:
You: "Run a security review on the auth module"
Claude: *security-analyst agent handles everything autonomously*
Prerequisites: Claude Code and Git installed.
macOS / Linux:
git clone https://github.com/a-ariff/ariff-claude-plugins.git
cd ariff-claude-plugins && bash scripts/install.sh
Windows (PowerShell):
git clone https://github.com/a-ariff/ariff-claude-plugins.git
cd ariff-claude-plugins; .\scripts\install.ps1
Done. Start a new Claude Code session and all 65 plugins are available.
ariff-claude-plugins/
|
|-- 24 Agents autonomous workers that handle entire tasks
|-- 34 Skills methodologies and knowledge you can apply on demand
|-- 5 Hooks automatic safeguards that run without you asking
|-- 2 Commands slash commands for common workflows
|
|-- includes 12-plugin Anti-Hallucination Suite
Agents are autonomous workers. You give them a task, they figure out the approach, use tools, read files, and deliver results.
| Category | Agents | What they do |
|---|---|---|
| Development | architect, backend-dev, frontend-dev, performance-engineer, qa-engineer, security-analyst, refactorer, autonomous-dev-assistant | Build, optimize, test, and secure code |
| Analysis | sequential-thinker, project-planner, analyzer, mentor | Plan, analyze, reason through problems |
| Safety | context-validator, intent-clarifier, pre-action-verifier, scope-boundary-checker, fact-checker, dependency-validator, rollback-planner | Validate before acting, catch mistakes early |
| Specialized | smithery-deployment-agent, smart-routing, setup-orchestrator | Deploy MCP servers, route to optimal models, configure environments |
Skills are knowledge and methodology files that Claude loads when relevant. They teach Claude how to approach specific types of problems.
Superpowers (9): brainstorming, writing-plans, executing-plans, subagent-driven-development, verification-before-completion, root-cause-tracing, defense-in-depth, when-stuck, using-superpowers
Development (12): github, plugin-creator, plugin-checker, canvas-api, api-docs-generator, ci-cd-helper, code-reviewer, commit-message-generator, error-explainer, performance-optimizer, pr-analyzer, refactor-assistant
Testing (3): security-scanner, tdd-workflow, test-writer
Debugging (2): systematic-debugger, memory-sync
Hooks run automatically at specific points during Claude's workflow. You don't invoke them -- they watch and act.
| Hook | Event | What it does |
|---|---|---|
| assumption-checker | PreToolUse | Warns when Claude makes assumptions instead of checking |
| memory-sync | Stop | Prompts to save learnings at session end |
| hooks-reference | PreToolUse | Reference implementation for building your own hooks |
npx claudepluginhub a-ariff/ariff-claude-plugins --plugin smart-routing---
---
---
Dispatch to right technique when you hit a wall
Skill that verifies every claim from multiple independent angles -- code, docs, tests, git history -- before accepting it as fact
Intelligent model routing for Claude Code - routes queries to optimal Claude model (Haiku/Sonnet/Opus) based on complexity, with persistent knowledge system, context forking, and multi-turn awareness
Claude Code skill pack for Together AI (18 skills)
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Mindful AI coding framework — discipline over cleverness. Skill + 21 slash commands + 8 specialist agents + 5 runtime hooks + 15 default checklists + Master Orchestrator + Gravity hub. Works on any model tier (Opus/Sonnet/Haiku). Integrates Claude Design for visual work.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification