AlexGladkov/claude-code-agents

55 stars · Last commit 2026-04-24

My subagents repo

README preview

# Claude Code Agents

Specialized AI agents for Claude Code — organized by domain. Multi-plugin marketplace.

## Repository Structure

```
claude-code-agents/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace catalog (2 plugins)
├── plugins/
│   ├── ai-sdlc/                  # Plugin: AI-powered SDLC agents
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json
│   │   └── agents/
│   └── ai-university/            # Plugin: AI University
│       ├── .claude-plugin/
│       │   └── plugin.json
│       ├── skills/study/SKILL.md # /ai-university:study skill
│       ├── agents/education/

View full repository on GitHub →