Agent Skills — Pre-Built Workflows for AI Coding Agents
10 pre-built agent skills that compose act's 183 refactor operations, 30 codebase analyzers, 15 query operations, and 8 porting operations into common engineering workflows: architecture-audit, code-review, refactoring, code-navigation, code-generation, migration-assessment, boundary-analysis, change-impact, health-check, and architectural-refactoring. Invoke with /skill-name in Claude Code, Cursor, Codex, OpenCode, or any MCP-compatible agent.
| Invocation | Skill | Analysis Tools | License |
|---|---|---|---|
/architectural-refactoring | Architectural Refactoring Execute structural decompositions based on an architectural analysis report. Use when breaking circular dependencies, sp… | analyze_couplinganalyze_cyclesanalyze_dead_codeanalyze_seamsanalyze_surface | Teams |
/architecture-audit | Architecture Audit Use when asked to audit architecture, produce a comprehensive architectural overview, get the full structural picture of… | analyze_chokepointsanalyze_clustersanalyze_cohesionanalyze_couplinganalyze_cyclesanalyze_dead_codeanalyze_entry_pointsanalyze_exportanalyze_hotspotsanalyze_layersanalyze_patternsanalyze_rolesanalyze_seamsanalyze_stabilityanalyze_surface | Enterprise |
/boundary-analysis | Boundary Analysis Use when looking for extraction candidates, planning a module split, analyzing module boundaries, or before decomposing … | analyze_clustersanalyze_cohesionanalyze_extractionanalyze_interface_bloatanalyze_interfacesanalyze_layersanalyze_orphan_typesanalyze_seamsanalyze_surface | Enterprise |
/change-impact | Change Impact Use before modifying a file or symbol, or when asked "what breaks if I change X?". Depth 0 — fast, no follow-up queries,… | analyze_cycle_riskanalyze_impactanalyze_test_gaps | Teams |
/code-generation | Code Generation Generate boilerplate code from existing types using AST-aware code generation. Use when creating constructors, getters/s… | — | — |
/code-navigation | Code Navigation Traverse large repositories efficiently using act's query tools. Use when exploring unfamiliar code, mapping dependencie… | — | — |
/code-review | Code Review Review code for bugs, complexity, unused symbols, and structural issues using AST-aware analysis. Use when reviewing PRs… | — | — |
/health-check | Health Check Use when asked about code health, quality trends, what's getting worse, or for a periodic quality check. Depth 1 — fast,… | analyze_cohesionanalyze_couplinganalyze_hotspotsanalyze_inconsistenciesanalyze_patternsanalyze_test_gaps | Teams |
/migration-assessment | Migration Assessment Use when assessing migration readiness, planning a port to another language, understanding what makes this codebase hard… | analyze_depthanalyze_fan_balanceanalyze_featuresanalyze_inheritanceanalyze_interfacesanalyze_patternsanalyze_platform_depsanalyze_readinessanalyze_type_completeness | Enterprise |
/refactoring | Refactoring Perform semantic code refactoring using AST-aware tools. Use when renaming symbols, extracting functions or variables, i… | — | — |