By AlexGladkov
Run a virtual AI university in Claude Code that teaches AI/ML, robotics, medicine, and ethics through structured lectures, practical tasks, and progress tracking across departments
Преподаватель AI-агентов. Архитектура агентов, tool use, function calling, паттерны (ReAct, Plan-and-Execute, Reflection), мультиагентная оркестрация, memory и персистентность, evaluation и debugging.
Преподаватель этики и ответственного ИИ. Bias и fairness, alignment, интерпретируемость, AI governance, регулирование (EU AI Act), ответственная разработка, социальные последствия.
Преподаватель безопасности AI-систем. OWASP LLM Top 10, prompt injection, jailbreaks, guardrails, red teaming, data poisoning, supply chain attacks, privacy и PII в LLM.
Заведующий кафедрой AI SDLC. Оркестратор учебного процесса — формирует учебные планы по AI/ML дисциплинам, отслеживает прогресс, запускает преподавателей-субагентов, проводит междисциплинарные проверки.
Преподаватель Model Context Protocol. Архитектура MCP, создание серверов и инструментов, ресурсы, промпт-шаблоны, транспорты (stdio, SSE, Streamable HTTP), интеграция с AI-агентами и IDE.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specialized AI agents for Claude Code — organized by domain. Multi-plugin marketplace.
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/
│ ├── config/
│ └── scripts/
├── agents/ # Original agent files (for direct use)
│ ├── coding/kotlin/
│ └── education/
├── config/
│ └── university.yaml
├── scripts/
│ └── generate-harness.sh
└── README.md
# Add the marketplace
/plugin marketplace add https://github.com/AlexGladkov/claude-code-agents
# Install individual plugins
/plugin install ai-sdlc
/plugin install ai-university
# Clone the repository
git clone https://github.com/AlexGladkov/claude-code-agents.git
# Add the local marketplace
/plugin marketplace add ./claude-code-agents
# Install individual plugins
/plugin install ai-sdlc
/plugin install ai-university
| Plugin | Description |
|---|---|
| ai-sdlc | AI-powered SDLC agents for Kotlin/Spring Boot + Compose Multiplatform |
| ai-university | AI University — teaching agents for medicine, AI/ML |
Located in agents/coding/kotlin/
| Agent | Description |
|---|---|
| init-kotlin | Repository bootstrap for clean Kotlin Spring Boot or full-stack (Spring + Compose) projects |
| builder-spring-feature | Feature generation for Spring Boot with strict architecture (feature-slice, layering, dependency validation) |
| builder-compose-feature | Feature generation for Compose Multiplatform with Screen/View/Component separation and MVVM |
| test-spring | High-quality test automation following SDET/AQA practices, AAA pattern, Testcontainers integration |
| kotlin-diagnostics | Bug detection and diagnosis for Kotlin/Compose/Android/Spring with automatic runtime analysis |
| refactor-spring | Architectural refactoring of Spring applications enforcing SOLID, layering, file structure |
| refactor-mobile | Architectural refactoring of Android code (Clean Architecture, Compose, Decompose, Kodein) |
| security-kotlin | OWASP security auditing for Spring Boot with comprehensive vulnerability scanning |
| devops-orchestrator | Docker environment setup, multi-env configs, CI/CD pipelines, automated deployments |
| system-analytics | Technical specification generation from user requests, saved as structured Markdown |
| kotlin-multiplatform-developer | Full KMP feature slice generator (domain + data + presentation) with feature-sliced architecture |
The education agents are organized as a virtual university with a 4-level hierarchy:
University → Faculty → Department → Discipline (agent)
The university structure is defined in config/university.yaml (source-of-truth).
Quick start:
# Generate instruction files for your AI tool
./scripts/generate-harness.sh
# Generate and install (e.g., for Claude Code)
./scripts/generate-harness.sh --install --only claude
Supported AI tools: Claude Code, Cursor, GitHub Copilot, Windsurf, Codex/OpenCode.
Current structure:
| Faculty | Department | Disciplines | Hours |
|---|---|---|---|
| Medical (medicine) | Biology | Anatomy, Physiology, Neurobiology | 360 |
| AI/ML (ai-ml) | AI SDLC | Prompting, MCP, RAG, Local AI, AI Security, CV, AI Agents, MLOps | 560 |
| AI/ML (ai-ml) | ML Foundations | Classical ML, Deep Learning, Transformers, Fuzzy Logic, Optimization, Generative Models, RL, RNN/TimeSeries, Graph NN | 700 |
| Robotics (robotics) | Robot Fundamentals | Kinematics & Dynamics, Sensors & Actuators, Control Systems, Electronics & MCU, Robot Math | 360 |
| Robotics (robotics) | Applied Robotics | ROS 2, Robot Vision, Motion Planning, SLAM, Simulation & Digital Twins | 360 |
Key agents:
| Agent | Description |
|---|---|
| rector | University rector — top-level orchestrator, study plans, cross-faculty programs, progress aggregation |
Medical / Biology:
| Agent | Description |
|---|---|
| department-head | Department head — learning orchestrator, prerequisites, interdisciplinary checks |
| anatomy-teacher | Human anatomy — systemic, clinical, topographic |
| physiology-teacher | Human physiology — all organ systems |
| neurobiology-teacher | Neurobiology — cellular and systems |
AI/ML / AI SDLC:
npx claudepluginhub alexgladkov/claude-code-agents --plugin ai-universityMobile device automation CLI for Android, iOS, Aurora OS, and Desktop platforms
Project Coordinator — the entry point for any project: routes requests to profiles, tracks per-project profile-usage stats and suggests new profiles, holds the vision, runs periodic pulses, and offers an autonomous YOLO night mode that works safely in an isolated branch while you sleep
AI-powered SDLC agents for Kotlin/Spring Boot backend and Compose Multiplatform development
Profile tokens, API-equivalent cost and time per task/subagent/model — straight from a chat. Requires the `quickai` binary on PATH (brew install AlexGladkov/tap/quickai).
AI-powered SDLC agents for Kotlin/Spring Boot backend and Compose Multiplatform development
A personal AI tutor based on Bloom's 2-sigma research: it generates a structured syllabus, teaches one adaptive lesson at a time, and tailors each next lesson to the learner's highlights and feedback. Bundles the bloom-tutor tutoring skill plus six learn-* learning-method skills.
Agentic engineering done right — 57 structured workflows, 17 specialist agent personas, persistent memory across sessions, integrated learning partner, and impeccable UI design system. Works with Claude Code, Windsurf, Cursor, Gemini CLI, OpenCode, and Codex.
Agent skills that package evidence-backed pedagogical methodologies (explain-and-check, quiz-me, connect-to-what-you-know, ask-me-questions, learn-by-doing, linked-notes, flashcards) as workflows applied to code. The anti-cognitive-surrender layer: closes the comprehension gap that opens when an LLM has done the work on the human's behalf.
Teach the user a new skill or concept, within this workspace.
Learning layer for AI-assisted development. Teaches concepts before you build, tracks knowledge with spaced repetition, analyzes project architecture, and conducts system design conversations with integrated teaching.