Get oriented in unfamiliar code
Language servers, code navigation, dependency mapping, and architecture analysis for the first week on a new repository.
340 listings across 5 types
Plugins 32
Browse all →feature-dev
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
code-modernization
Modernize legacy codebases (COBOL, legacy Java/C++, monolith web apps) with a structured preflight / assess / map / extract-rules / brief / reimagine / transform / harden workflow, an interactive topology viewer, and specialist review agents
clangd-lsp
C/C++ language server (clangd) for code intelligence
ruby-lsp
Ruby language server for code intelligence and analysis
rust-analyzer-lsp
Rust language server for code intelligence and analysis
atomic-agents
Comprehensive development workflow for building AI agents with the Atomic Agents framework. Includes specialized agents for schema design, architecture planning, code review, and tool development. Features guided workflows, progressive-disclosure skills, and best practice validation.
MCP Servers 132
Browse all →dbhub
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
TinyFish AI Web Agent
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
dev-changes
Turn described changes into reviewed pull requests: propose, triage, review, dependency audits.
OrgGen AI
Generate org charts, MCD/ERD data models, and C4 architecture diagrams — pilot OrgGen AI via MCP.
dependency-freshness-mcp
npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.
openbrowser-ai
AI browser automation. Write async Python to navigate, click, type, and extract data.
Skills 135
Browse all →plugin-structure
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin director
Agent-Skills-for-Context-Engineering
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.
ai-setup
Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.
deploy
Deploy applications to AWS. Triggers on phrases like: deploy to AWS, host on AWS, run this on AWS, AWS architecture, estimate AWS cost, generate infrastructure. Analyzes any codebase and deploys to optimal AWS services.
authoring-go-sdk-tasks
Writes Airflow task logic in Go using the Airflow Go SDK. Use when the user wants to implement Airflow tasks in Go, asks about `BundleProvider`/`RegisterDags`, the `bundlev1` Registry/Dag interfaces, registering Go tasks (`AddTask`/`AddTaskWithName`), dependency injection by parameter type (`context
migration
Migrates legacy AEM (6.x, AMS, on-prem) to AEM as a Cloud Service using BPA CSV or cache, CAM/MCP target discovery, and a one-pattern-per-session workflow. Use for BPA/CAM findings, Cloud Service blockers, or fixes for scheduler, ResourceChangeListener, replication, EventListener, OSGi EventHandler,
Subagents 29
Browse all →architecture-critic
Reviews proposed target architectures and transformed code against modern best practice. Adversarial — looks for over-engineering, missed requirements, and simpler alternatives.
code-architect
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
legacy-analyst
Deep-reads legacy codebases (COBOL, Java, .NET, Node, anything) to build structural and behavioral understanding. Use for discovery, dependency mapping, dead-code detection, and "what does this system actually do" questions.
explore
Read-only code explorer that the plugin's other agents dispatch to map a codebase — locate files, trace how a flow is wired, find every caller of a symbol, answer "where does X happen".
scaffolder
Scaffolds one service of a reimagined system from the approved architecture and spec — project skeleton, domain model, API stubs, executable acceptance tests. Write access is scoped to its own service directory under modernized/.
security-auditor
Adversarial security reviewer — OWASP Top 10, CWE, dependency CVEs, secrets, injection. Use for security debt scanning and pre-modernization hardening.
Commands 12
Browse all →feature-dev
Guided feature development with codebase understanding and architecture focus
/feature-dev Optional feature descriptionmodernize-transform
Transform one legacy module to the target stack — idiomatic rewrite with behavior-equivalence tests
/modernize-transform <system-dir> <module> <target-stack>modernize-extract-rules
Mine business logic from legacy code into testable, human-readable rule specifications
/modernize-extract-rules <system-dir> [module-pattern]modernize-assess
Full discovery & portfolio analysis of a legacy system — inventory, complexity, debt, relative scale
/modernize-assess <system-dir> [--show-secrets] | --portfolio <parent-dir>modernize-reimagine
Multi-agent greenfield rebuild — extract specs from legacy, design AI-native, scaffold & validate with HITL
/modernize-reimagine <system-dir> <target-vision>modernize-map
Dependency & topology mapping — call graphs, data lineage, batch flows, rendered as navigable diagrams
/modernize-map <system-dir>