Sync React components to Figma designs. Use when: 'sync component to Figma', 'generate Figma from code', 'create design system in Figma', 'export React to Figma'.
Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code…
Implements a task locally (without worktree) following TDD with IPC status reporting. Use when working on a task in an existing branch.
Codebase exploration and location finder for the Raamattu Nyt monorepo. Use when finding where specific functionality is implemented, locating constants/tokens/config values,…
Code42 integration. Manage data, records, and automate workflows. Use when the user wants to interact with Code42 data.
Analyzes a codebase to generate comprehensive architectural documentation including technologies used, data flows, functional components, APIs, external dependencies, commit…
Systematically analyze codebase structure, complexity, dependencies, and architectural patterns to understand project organization
Techniques for analyzing existing codebases to reverse-engineer requirements and understand business logic.
Systematically explore unfamiliar codebases to build working mental models. Use when onboarding to new project, "what does this do", or understanding legacy code.
Portable Codebase Argus agent playbook for evidence-first multi-agent review of GitHub pull requests, CI failures, GitHub Actions logs, GitHub App webhook review, /argus PR…
Use when starting open-ended tasks in unfamiliar codebases, before following existing patterns
Classify codebases before modification to choose appropriate development approach
Reorganize scattered modules into subpackages while maintaining backwards compatibility via shims. Trigger when: (1) too many root-level files, (2) need to group related…
Load when starting work in 10x-Mapmaster or when unsure about project standards. Covers file organization, naming conventions, type constraints, SQL style, and project-specific…
Estimate the full development cost of an existing codebase from lines of code, architectural complexity, and team-composition overhead.
MUST run before superpowers:writing-plans. Use when you have a design spec and are about to write an implementation plan.
Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.
Apply code changes to a GitHub repository and automatically create a pull request. Takes user feedback or fix requirements, clones the repo, makes localized changes, commits to a…
Score your codebase 0-100 across complexity, coupling, cohesion, test coverage, documentation, churn hotspots, dependency health, and lint/type safety.
Generate comprehensive health report for Leavn codebase - metrics, technical debt, bugs found/fixed, recommendations for next session
Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios.
Structured workflow for integrating external codebases into agent-studio. Ensures skills, agents, templates, and workflows are properly imported with mandatory router updates.
Provides cached knowledge about project domains. Maps files by domain, tracks connections between components, records recent commits.
Codebase organization for pikru. Use when you need to find where specific functionality lives.
Find and document file locations in the codebase. Use when you need to locate implementation files, tests, configurations, or any code artifacts by feature or topic.
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area.
Semantic code search using osgrep for understanding codebases, finding implementations, and navigating large projects.
Use when asked to understand, tour, or onboard to a codebase. Triggers on: 'onboard', 'explain codebase', 'walk me through the code', 'new to this project', 'codebase overview',…
Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps. Use when a junior developer needs to get situated fast.
Mine patterns that recur across multiple projects and generalize into reusable artifacts. Use when "I've seen this before", DRY across repos, or building shared libraries.
Finds similar implementations, usage examples, and established patterns to model new work after. Returns concrete, minimal code snippets with file:line refs - not just locations.
Use when asked to audit a codebase, find DRY/YAGNI/complexity issues repo-wide, or perform periodic code quality review
Use when auditing codebase risks with evidence and prioritized remediation. Triggers:
새로운 코드베이스(GitHub 레포 또는 로컬 디렉토리)에 처음 진입해 entry point, 핵심 모듈, 빌드/실행, 의존성을 파악할 때 사용. `/codebase` 호출에 반응.
Search and navigate large codebases efficiently. Use when finding specific code patterns, tracing function calls, understanding code structure, or locating bugs.
Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules.
Use when you want to see token consumption by task type, model, one-shot rate, or USD cost — observability dashboard for Claude Code sessions
Reviews git history to summarize changes merged while you were away from a consulting project, identifying PRs, code changes, and potential concerns to discuss with the…
This should only be done if the user asks to "clean up code". At the end of a major change on a git branch this document describes the code clean up tasks that should be performed.
Manage AWS CodeCommit repositories, branches, pull requests, and merge operations via AWS CLI.
Analyzes test coverage using the Codecov API v2 and codecov-cli uploader. Fetches per-file coverage from /api/v2/repos/{owner}/{repo}/report, computes diff coverage via…
Analyzes code coverage diffs on pull requests using the Codecov API v2 /repos/{owner}/{repo}/commits endpoint.
Integrates with the Codecov API v2 and codecov-cli to upload coverage reports, analyze coverage deltas, and enforce minimum thresholds.
Tracks and enforces code coverage using Codecov API, lcov, and Istanbul/nyc. Generates coverage reports, detects regressions, and blocks PRs below threshold.
Monitors test coverage trends using the Codecov API v2 /repos/{owner}/{repo}/commits endpoint. Compares branch coverage against base, generates diff-coverage reports, and flags…
Disciplined code-generation workflow for agents with a sandbox (Read/Edit/Bash/run_tests/run_lint/run_typecheck). Use whenever the task is to modify source code.
基于当前项目/代码生成 Draw.io 图表,支持技术栈图、系统架构图、数据结构图、E-R 图四种类型。输出符合 Draw.io 语法的 .drawio 文件(mxGraph XML),可直接导入 Draw.io 编辑。当用户提到技术栈、系统架构、数据结构、E-R 图时使用。
Disciplined code-generation workflow for agents with a sandbox (Read/Edit/Bash/run_tests/run_lint/run_typecheck). Use whenever the task is to modify source code.
Implement new features using TDD starting from README + Issue (following codegen-test), aligning with existing implementation conventions, and leveraging Serena MCP semantic…
Soft-metric capture scripts for codegen evals. Emits structured JSON the tool_exec eval handler can capture as EvalResult.Value for jq-based reporting.
Use for codebase navigation and repo impact analysis: understand an unfamiliar repo, trace dependencies, answer where this is defined or used, find hotspots or cycles, inspect…
Run only the tests impacted by your changes, using CodeGraph's dependency graph (`codegraph affected`) to map changed source files to the test files that exercise them.
Hybrid Code Search Protocol. Dùng Semble để tìm kiếm code theo từ khóa/ngữ nghĩa, và CodeGraph để trace dependency/call-graph. Thay thế grep_search và view_file mù quáng.
Use CodeGraphContext (CGC) to index a repo into a graph DB and query it via CLI or MCP. Apply when the user wants semantic/code-graph search, call graphs, indexing, or configuring…
Use when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check missing test coverage.
Conduct a thorough review of the current changes against their proposal documentation. Use after a proposal has been applied to validate that implementation is complete, correct,…
Automate Codeinterpreter tasks via Rube MCP (Composio). Always search tools first for current schemas. — from general/automation
AI 자율 개발 루프 제어 스킬. codeloop start/stop/status 서브커맨드로 Stop Hook 기반 무한 루프를 시작·중지·모니터링한다.
Analyze codebase structure, dependencies, and changes. Use when user asks about project structure, where code is located, how files connect, what changed, or before starting any…
Analyzes codebases by mapping symbols (functions, classes, methods) using tree-sitter AST parsing. Use when exploring unknown code, finding bugs, understanding call graphs, or…