Ariff Claude Plugins

v1.0.0Coding Agentsstable

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.

aiai-agentsai-automationai-codingai-coding-assistant
Share:
9
Stars
0
Downloads
0
Weekly
0/5

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

65 autonomous development plugins
Anti-hallucination and coding assistance
a-ariff

Maintainer

LicenseMIT
Languageshell
Versionv1.0.0
UpdatedMay 4, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ariff-claude-plugins

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-plugins
2

Run 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.ps1
3

Verify the installation

Start Claude Code and run the /browse command to confirm all 65 plugins are listed and available.

# Start Claude Code, then type:
/browse
4

Use 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"
5

Uninstall if needed

The install script supports an --uninstall flag to cleanly remove all plugin files from your ~/.claude/ directory.

bash scripts/install.sh --uninstall

Ariff 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.

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.

Quick Config Preview

{ "mcpServers": { "ariff-claude-plugins": { "command": "npx", "args": ["-y", "ariff-claude-plugins"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides