Ariff Claude Plugins
65 plugins that turn Claude Code into an autonomous development team. 24 agents, 34 skills, 5 hooks. Includes 12-plugin anti-hallucination suite. One-line install.
What is Ariff Claude Plugins?
Ariff Claude Plugins is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 65 plugins that turn claude code into an autonomous development team. 24 agents, 34 skills, 5 hooks. includes 12-plugin anti-hallucination suite. one-line install.
65 plugins that turn Claude Code into an autonomous development team. 24 agents, 34 skills, 5 hooks. Includes 12-plugin anti-hallucination suite. One-line install.
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 65 plugins that turn Claude Code into an autonomous developm
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ariff-claude-pluginsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Ariff Claude Plugins
Ariff Claude Plugins is a collection of 65 plugins that extend Claude Code into an autonomous development team. The suite ships 24 specialized agents (architect, backend-dev, security-analyst, and more), 34 skills (code-reviewer, tdd-workflow, github, etc.), 5 anti-hallucination hooks, and 2 slash commands. Installation takes a single script invocation and everything lands in the standard ~/.claude/ directory.
Prerequisites
- Claude Code 2.1 or higher installed and authenticated
- Git installed on your system
- Bash shell on macOS/Linux, or PowerShell on Windows
- Active Anthropic API key or Claude Max subscription
Clone the plugin repository
Clone the ariff-claude-plugins repository to a convenient location on your machine.
git clone https://github.com/a-ariff/ariff-claude-plugins.git
cd ariff-claude-pluginsRun the installer
Execute the install script which copies all agents, skills, hooks, and commands to your ~/.claude/ directory. On Windows, use the PowerShell equivalent.
# macOS/Linux - full install
bash scripts/install.sh
# macOS/Linux - single plugin only
bash scripts/install.sh --plugin architect
# Windows (PowerShell)
.\scripts\install.ps1Verify the installation
Start Claude Code and run the /browse command to confirm all 65 plugins are listed and available.
# Start Claude Code, then type:
/browseUse agents and skills
Invoke agents by describing your task naturally. Claude will route to the appropriate agent. You can also call skills and slash commands directly.
# In Claude Code chat:
"Review this code for security vulnerabilities"
# Routes to: security-analyst agent
"Design a caching layer for my REST API"
# Routes to: architect agent
/deep-search "react server components best practices"Uninstall if needed
The install script supports an --uninstall flag to cleanly remove all plugin files from your ~/.claude/ directory.
bash scripts/install.sh --uninstallAriff Claude Plugins Examples
Client configuration
Ariff Claude Plugins installs directly into Claude Code's local config directory, not via MCP server config. No mcpServers entry is needed — the plugins live in ~/.claude/.
{
"_comment": "No mcpServers config needed. Plugins install to ~/.claude/ via the install script.",
"_agents_dir": "~/.claude/agents/",
"_skills_dir": "~/.claude/skills/",
"_hooks_dir": "~/.claude/hooks/",
"_commands_dir": "~/.claude/commands/"
}Prompts to try
Example natural-language prompts that trigger specific agents and skills within Claude Code.
- "Refactor this function to be more testable and write unit tests for it"
- "Analyze the performance bottlenecks in this Express.js route handler"
- "Create a CI/CD pipeline configuration for this Node.js project"
- "/deep-search best practices for database connection pooling in Python"
- "Act as a senior architect and design the data model for a multi-tenant SaaS app"Troubleshooting Ariff Claude Plugins
Plugins do not appear after installation (/browse shows nothing)
Ensure you are running Claude Code 2.1 or higher. Check that ~/.claude/agents/ and ~/.claude/skills/ directories exist and contain files. If they are empty, re-run bash scripts/install.sh from the cloned repository directory.
Install script fails with permission denied on macOS/Linux
Run chmod +x scripts/install.sh before executing the script. Do not use sudo — the script should write to your home directory (~/.claude/) which does not require elevated permissions.
Anti-hallucination hooks are not firing during responses
Hooks must be registered in Claude Code's settings. Check ~/.claude/settings.json to confirm hook entries are present. If missing, re-run the installer or manually copy the hook configs from the hooks/ directory in the repository.
Frequently Asked Questions about Ariff Claude Plugins
What is Ariff Claude Plugins?
Ariff Claude Plugins is a Model Context Protocol (MCP) server that 65 plugins that turn claude code into an autonomous development team. 24 agents, 34 skills, 5 hooks. includes 12-plugin anti-hallucination suite. one-line install. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Ariff Claude Plugins?
Follow the installation instructions on the Ariff Claude Plugins GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Ariff Claude Plugins?
Ariff Claude Plugins works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Ariff Claude Plugins free to use?
Yes, Ariff Claude Plugins is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Ariff Claude Plugins Alternatives — Similar Coding Agents Servers
Looking for alternatives to Ariff Claude Plugins? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Ariff Claude Plugins in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Ariff Claude Plugins?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.