Zeff's collection of specialized Claude Code agents and tools
npx claudepluginhub Zeff01/zeff-claude-setupCustom Claude Code agents for full-stack development with React Native, backend architecture, security, and performance optimization
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
My personal collection of specialized agents and configurations for Claude Code, optimized for full-stack development with a focus on mobile (React Native) and backend architecture.
This setup includes custom agents that provide expert guidance across different domains of software engineering, from mobile app development to backend systems, security, and performance optimization.
Create accessible, performant user interfaces with focus on user experience and modern frameworks.
Build native mobile experiences with React Native, focusing on performance and platform-specific best practices.
Design reliable backend systems with focus on data integrity, security, and fault tolerance.
Design scalable system architecture with focus on maintainability and long-term technical decisions.
Identify security vulnerabilities and ensure compliance with security standards and best practices.
Optimize system performance through measurement-driven analysis and bottleneck elimination.
Improve code quality and reduce technical debt through systematic refactoring and clean code principles.
Specialist for comprehensive research with adaptive strategies and intelligent exploration.
Transform ambiguous project ideas into concrete specifications through systematic requirements discovery.
Teach programming concepts and explain code with focus on understanding through progressive learning.
Create clear, comprehensive technical documentation tailored to specific audiences.
Guide technology choices, architecture decisions, and implementation approaches during planning phases.
Install the plugin directly from GitHub:
/plugin install Zeff01/zeff-claude-setup
Add the marketplace first, then install:
# Add the marketplace
/plugin marketplace add Zeff01/zeff-claude-setup
# List available plugins
/plugin list
# Install the plugin
/plugin install zeff-claude-setup
# Clone the repository to your Claude plugins directory
git clone https://github.com/Zeff01/zeff-claude-setup.git ~/.claude/plugins/zeff-claude-setup
After installation, verify the plugin is installed:
/plugin list
The agents will be automatically available in Claude Code and activate based on your task context.
User: "I need to build a React Native app with offline-first architecture"
→ mobile-architect agent activates
→ Provides guidance on React Native, local storage, sync strategies
User: "Design a REST API for user authentication with rate limiting"
→ backend-architect agent activates
→ Provides API specs, security patterns, rate limiting implementation