npx claudepluginhub versoxbt/claude-initial-setup75+ starter skills, 14 agents, and 15 commands covering core workflow, languages, frameworks, infrastructure, security, AI development, and productivity. A comprehensive starter kit for Claude Code.
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
A plug-and-play Claude Code plugin with 75 skills, 14 agents, 15 slash commands, 8 rules, and 6 hooks covering TypeScript, Python, Go, Rust, React, Next.js, FastAPI, Django, Docker, CI/CD, security, testing, and more. Includes cross-AI configuration files for Cursor, GitHub Copilot, and OpenAI Codex.
Most developers start Claude Code with a blank slate -- no skills, no agents, no coding standards. This plugin gives you a production-ready foundation in under 60 seconds.
/review, /tdd, /debug, /security-check, /planWhether you write TypeScript, Python, Go, Rust, or Java, this starter kit gets Claude Code productive immediately.
/plugin marketplace add VersoXBT/claude-initial-setup
/plugin install claude-initial-setup@claude-initial-setup
git clone https://github.com/VersoXBT/claude-initial-setup.git
cd claude-initial-setup
chmod +x install.sh
./install.sh
The install script symlinks all 75 skills into ~/.claude/skills/.
mkdir -p ~/.claude/skills
ln -sfn /path/to/claude-initial-setup/skills/typescript/strict-typescript ~/.claude/skills/strict-typescript
| Component | Count | Description |
|---|---|---|
| Skills | 75 | SKILL.md files across 25 categories |
| Agents | 14 | Specialized subagents for delegated tasks |
| Commands | 15 | Slash commands for common workflows |
| Rules | 8 | Coding standards and guidelines |
| Hooks | 6 | Automation triggers for tool events |
Agents are specialized subagents you can spawn for delegated tasks. Each agent has a defined role, toolset, and process.
| Agent | Purpose |
|---|---|
planner | Implementation planning for complex features |
architect | System design and architectural decisions |
code-reviewer | Code quality, security, maintainability review |
security-reviewer | OWASP vulnerabilities, secrets, injection detection |
tdd-guide | Test-driven development, 80%+ coverage enforcement |
debugger | Systematic debugging with hypothesis testing |
build-error-resolver | Fix build/type errors with minimal diffs |
refactor-cleaner | Dead code cleanup and consolidation |
doc-updater | Documentation and README updates |
performance-optimizer | Profiling, caching, optimization |
database-reviewer | Schema design, query optimization, migration review |
api-designer | REST/GraphQL API design and review |
devops-engineer | Docker, CI/CD, infrastructure |
e2e-runner | Playwright end-to-end testing |
Slash commands for common development workflows.