Personal Claude Code configuration repository with a comprehensive plugin ecosystem containing 60+ agents, 40+ commands, and 30+ skills.
General-purpose Claude Code configurations (legacy, no longer mounted as ~/.claude).
- 5 agents (coding-task-orchestrator, curator, prompt-to-pipeline-architect, pr-reviewer, walkthrough-generator)
- 3 commands in 2 groups (coding-task/start, project/create, project/create-data)
- 16 skills (code quality, conventional standards, language reviews, principles, TDD, job-hunting)
- 7 shared reference documents
Extended Git/GitHub workflow plugin with multi-agent orchestration.
- 14 agents in 4 groups (conflict-resolver, fix-issue, pr-create, respond)
- 15 commands (worktree, fix-issue, pr, respond, merge, rebase, etc.)
- 2 skills (conventional-commits, conventional-branch)
Meta-toolkit for creating and improving Claude Code plugin components.
- 13 agents (creators, improvers, architect, workflow)
- 11 commands (create-, improve-, bump-version)
- 2 skills (improvement-workflow, orchestration-patterns)
Strategic planning with roadmapping, prioritization, and deep ideation.
- 16 agents in 3 groups (github, ideas, planner)
- 9 commands (roadmap, prioritize, review-*, ideas)
- Multi-agent "Ultrathink" ideation with Opus extended thinking
Multi-agent requirements discovery through Socratic dialogue.
- 6 agents (facilitator, domain-explorer, technical-analyst, constraint-analyst, requirements-synthesizer, specification-writer)
- 3 commands (start, continue, export)
Documentation downloading, conversion, and processing.
- 4 agents (downloader, batch-downloader, converter, conversion-verifier)
- 1 command (/docs:download)
Job hunting workflow configurations.
- 19 agents (14 cover letter evaluators + 1 interview researcher + 4 workflow agents)
- 4 commands (overlap-analysis, improve-cover-letter, eval-cover-letter, eval-cover-letterv2)
- 1 skill (job-hunting)
- jaodsilv-career/ - Career development skill (593 lines)
- marketplace-curator/ - Marketplace curation tools
- tdd-pro/ - Professional TDD workflow
These directories are scheduled for removal or consolidation:
- community-bundle/ - Meta plugin for all community collections
- community-devops/ - CI/CD & Infrastructure
- community-git-tools/ - Git workflow skills
- community-testing/ - Testing & QA skills
- .claude/ - Project-specific PR reviewers (7 agents)
- curation/ - Marketplace curation analysis and reports
- config/ - Markdownlint configurations
- scripts/ - Generate docs and validate plugins
- docs/ - Documentation
This repository provides a curated marketplace of Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add jaodsilv/claudiusThen install any plugin:
/plugin install [plugin-name]-
tdd-pro - Professional TDD workflow
- 7-phase TDD process with multi-agent coordination
- Conventional commits and branch management
- Code quality and testing automation
- Keywords:
tdd,testing,workflow,automation
-
doc-understanding - Documentation automation pipeline
- Batch documentation download and conversion
- Multi-agent coordination (4 agents)
- Format verification and quality checks
- Keywords:
documentation,download,conversion,automation
-
job-hunting - Career development automation
- Cover letter evaluation and improvement (14 agents)
- Interview preparation and company research
- Resume tailoring and ATS optimization
- Keywords:
job-hunting,career,cover-letter,interview
-
gitx - Extended Git/GitHub workflows
- Multi-agent orchestration for PR creation and response
- Issue-driven development with worktree management
- Conflict resolution with AI suggestions
- Keywords:
git,github,pr,workflow
-
cc - Plugin development meta-toolkit
- Create commands, skills, orchestrations
- Interactive improvement workflows
- Multi-agent orchestration architecture
- Keywords:
plugin,development,meta,toolkit
-
planner - Strategic planning
- Project roadmapping with phases and milestones
- Issue prioritization (RICE, MoSCoW frameworks)
- Deep ideation with Opus extended thinking
- Keywords:
planning,roadmap,prioritization,ideation
-
brainstorm - Requirements discovery
- Multi-agent Socratic dialogue
- Domain exploration and constraint analysis
- Professional specification generation
- Keywords:
requirements,brainstorm,specification,discovery
These collections are scheduled for removal or consolidation:
- community-testing - TDD workflow and code quality skills
- community-documentation - PRD, Roadmap, JTBD frameworks
- community-devops - CI/CD automation, Kubernetes agents
- community-prompts - Agent orchestration tools
- community-git-tools - Conventional commits and PR workflows
- community-best-of - Top-rated tools across categories
-
marketplace-curator
- Tools for curating your own marketplace
- Discovery agent for 13+ sources
- Analysis and categorization tools
-
community-bundle (Deprecated)
- Single-command install of all community collections
Install Featured Plugins:
/plugin marketplace add jaodsilv/claudius
/plugin install gitx # Git/GitHub workflows
/plugin install cc # Plugin development toolkit
/plugin install planner # Strategic planning
/plugin install brainstorm # Requirements discoveryInstall Original Plugins:
/plugin install tdd-pro # TDD workflow
/plugin install job-hunting # Career development
/plugin install doc-understanding # Documentation automation-
Multi-Agent Orchestration (gitx, planner, brainstorm)
- Parallel analysis with specialized agents
- Diverge-Challenge-Synthesize patterns
- Quality gates and user approval workflows
-
Extended Thinking (planner)
- Opus "Ultrathink" for deep ideation
- Multi-round refinement sessions
- Cross-domain innovation exploration
-
Career Development (job-hunting)
- ONLY career/job-hunting tool in the ecosystem
- 593 lines of comprehensive guidance
- Cover letters, resumes, interviews, negotiation
-
Plugin Development (cc)
- Meta-toolkit for creating plugins
- Interactive improvement workflows
- Orchestration architecture design
The easiest way to use this repository is through the Claude Code marketplace:
-
Add the marketplace:
/plugin marketplace add jaodsilv/claudius
-
Browse available plugins:
/plugin list
-
Install plugins:
/plugin install gitx # Git workflows /plugin install planner # Strategic planning /plugin install job-hunting # Career tools
If you prefer to fork and customize:
- git clone or fork into your src folder
- Create a new branch for your own stuff, this will make it easier to merge with whatever I add later
- Copy everything from your own ~/.claude into the .claude here
- If needed add whatever file you have with secrets in the .gitignore, this .gitignore already includes .credentials.json
The monolithic dotclaude/ directory was causing:
- Slow Claude Code startup
- Missing slash commands in some sessions
- Missing agents in some sessions
Splitting into specialized directories:
- Improves startup performance
- Reduces context loading
- Makes configurations more maintainable
- Allows for workflow-specific customization
If you feel you have anything relevant to share, commit and create a PR, I'll be happy to include anything I find useful.