A universe of AI-augmented development utilities, inspired by Unix philosophy
npx claudepluginhub piotr1215/aiverseEssential AI-augmented utilities for development - commands, agents, and hooks following Unix coreutils philosophy
A universe of AI-augmented utilities - what GNU coreutils are to Unix, aiverse is to AI-assisted development
Unix coreutils (ls, grep, sed) operate on text streams through standard interfaces. Aiverse utilities leverage Claude's capabilities through slash commands, agents, hooks, and MCP servers.
Traditional: User → Unix Tools (ls, grep, sed)
AI-Enhanced: User → Claude → Unix Tools + AI Capabilities
Claude sits between user and tools, leveraging both traditional Unix utilities and AI-specific operations. Not replacing, augmenting.
| Unix System | Description | Claude Code System | Description |
|---|---|---|---|
Coreutils (ls, grep) | Small C programs Operate on text | Slash Commands (/ai-extract, /ai-summarize) | Prompts guiding Claude's tool use Predictable text operations |
Shell/Pipes (bash, |) | Composition layer Chain operations | Hooks (PostToolUse, SessionStart) | Event-driven automation Orchestrate Claude's actions |
Daemons (sshd, httpd) | Single-purpose services Always available | Agents (doc-writer, test-generator) | Focused Claude instances Specialized tasks |
System Services (systemd, cron) | Complex coordination Inter-process comm | MCP Servers (Model Context Protocol) | External tool integration State & communication |
Unix: stdin/stdout (text streams) Claude Code: tool calls/results + conversation context
Just as you pipe Unix commands:
cat file.md | grep "TODO" | wc -l
Claude Code utilities compose through hooks and tool use:
Edit event → hook triggers → Claude uses tools → notifies user
/plugin marketplace add Piotr1215/aiverse
/plugin install dev-essentials@aiverse
Prompts that guide Claude to perform specific operations with consistent output format. Claude uses its tool capabilities under the hood. Examples: extract structured data, summarize in bullet format, semantic comparison.
Pre-configured Claude instances with focused behavior and limited scope. Each agent has specific system prompts and tool access. Examples: documentation writer, test generator, security reviewer.
Bash/Python scripts triggered by Claude Code lifecycle events (SessionStart, PostToolUse, Stop). Orchestrate workflows, call external systems, automate responses to Claude's actions.
Model Context Protocol servers that extend Claude's capabilities. Provide custom tools, maintain state, enable communication between instances, integrate external systems.
Contributions must follow the philosophy: small, focused, generic, composable utilities that enhance Claude Code workflows.
MIT
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
No description available.