Agent
Researches external framework docs, version-specific constraints, and industry conventions for any technology. Use when you need authoritative external documentation.
Agent
Researches external framework docs, version-specific constraints, and industry conventions for any technology. Use when you need authoritative external documentation.
Agent
Validates, reproduces, and root-cause analyzes bug reports (does not fix). Use when a bug report needs verification and root-cause identification before committing to a fix; invoked without a GitHub issue -- for issue-linked reproduction use /ia-reproduce-bug.
Agent
Cloud infrastructure design: multi-cloud, Well-Architected Framework, cost optimization, disaster recovery, migration strategies. Use when reviewing or planning cloud architecture.
Agent
Produces a simplification analysis report (no code changes). Use when YAGNI violations or over-engineering are suspected, or before merging a feature with high LOC. For actual refactoring, use the simplifying-code skill.
Agent
Reviews database schema, constraints, and migration code for safety. Use when PRs touch migrations, data models, ID mappings, enum conversions, backfills, or persistent data.
Agent
Produces Go/No-Go deployment runbooks with SQL verification queries, rollback steps, and monitoring plans. Use after migration code is approved to build pre-check queries, watch commands, and rollback procedures for the deploy.
Agent
Iteratively refines UI design through N screenshot-analyze-improve cycles. Use PROACTIVELY when design changes aren't coming together after 1-2 attempts, or when user requests iterative refinement.
Agent
Compares web UI against Figma designs and reports discrepancies. Optionally implements fixes. Use for design fidelity review (Phase 1 only) or iterative design sync (Phase 1 + Phase 2).
Agent
Performs archaeological analysis of git history to trace code evolution, identify contributors, and understand why code patterns exist. Use when you need historical context for code changes.
Agent
CI/CD pipelines, deployment strategies (blue-green, canary, rolling, feature flags), Docker containerization, observability (metrics/logs/traces), and incident management. Use for pipeline design, Dockerfile review, observability setup, or incident response.
Agent
Persona-driven line-level Python and TypeScript code review with extremely high bar for type safety, naming conventions, and modern patterns. Use for line-level Py/TS quality after PR implementation. For broader review workflow, use the code-review skill.
Agent
Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes.
Agent
Analyzes code for performance bottlenecks, algorithmic complexity, database queries, memory usage, and scalability. Use after implementing features or when performance concerns arise.
Agent
Implements a single pre-agreed PR review comment: side-effect tracing, pattern compliance, and verification. Use when a comment's action is decided -- not for judgment calls (use receiving-code-review skill) or bulk resolution (use /ia-resolve-pr command).
Agent
Researches this codebase's source structure, conventions, and project-specific patterns. Use when understanding code organization or conventions before implementing; for documented past solutions use ia-learnings-researcher.
Agent
Performs security audits for vulnerabilities, input validation, auth/authz, hardcoded secrets, and OWASP compliance. Use when reviewing code for security issues or before deployment.
Agent
Analyzes specifications and feature descriptions for user flow completeness and gap identification. Use when a spec, plan, or feature description needs flow analysis, edge case discovery, or requirements validation.
Command
Create Architecture Decision Records with format selection and lifecycle management.
Command
Score each of the 5 agent-native principles (parity, granularity, composability, emergent capability, improvement-over-time) against a codebase and report gaps.
Command
Explore requirements and approaches through collaborative dialogue before planning implementation.
Plugin Claude Code
Plugin marketplace listing 1 plugin: codesage-tools.
Instructions file CodexOpenCode
Instructions for iliaal/codesage, covering codesage, build, sanity check before pushing, crate map and search pipeline.
Instructions file
Instructions for iliaal/codesage, a project described as: Code intelligence engine for AI coding agents. Structural graph queries plus semantic search, exposed via CLI and MCP.
Plugin Claude Code
Claude Code integration for CodeSage, a Rust-based code intelligence engine. Slash commands for onboarding (init + index + global MCP registration + git hooks + agent hint), reset, incremental reindex with model-mismatch cleanup, retrieval benchmarking, and a subagent-driven review workflow that fans out feature-slice.