Back to categories
Category

Agent Skills in category: code-intelligence

55 skills match this category. Browse curated collections and explore related Agent Skills.

octocode

AI-powered code indexer with semantic search, knowledge graphs (GraphRAG), and persistent memory system. Use when you need to (1) perform semantic code searches across large codebases, (2) analyze file relationships and dependencies through GraphRAG, (3) store and retrieve code insights with memory system. This skill uses Bash to call octocode CLI directly with automatic index management.

luw2007
luw2007
1

makepad-code-quality

Makepad-aware code simplification and quality improvement. Understands Makepad-specific patterns that must NOT be simplified, such as borrow checker workarounds, grapheme handling, live_design! syntax, and widget lifecycle patterns. Use when refactoring or reviewing Makepad code.

makepadcode-qualitycode-refactoringcode-simplification
ZhangHanDong
ZhangHanDong
11118

python-linting

Python linting and type checking using ruff (formatting + linting) and pyright (type checking). Covers common errors, configuration, fixing violations, and when to use noqa. Use when fixing linting errors, configuring ruff/pyright, or understanding Python code quality tools.

pythonlintingtype-checkingruff
randalmurphal
randalmurphal
0

sdd-refactor

Safe refactoring operations using LSP for precise symbol resolution. Supports rename, extract function/method, and move symbol operations with automatic reference updates.

refactoringlanguage-server-protocolsymbol-resolutionrename
tylerburleigh
tylerburleigh
0

notebook-debug

This skill should be used when the user asks to "debug notebook", "inspect notebook outputs", "find notebook error", "read traceback from ipynb", "why did notebook fail", or needs to understand runtime errors in executed Jupyter notebooks from any source (marimo, jupytext, papermill).

notebook-debuggingjupyter-notebooktracebackruntime-errors
edwinhu
edwinhu
0

dev-explore

REQUIRED Phase 2 of /dev workflow after dev-brainstorm. This skill should be used when you need to 'explore the codebase', 'map architecture', 'find similar features', 'discover test infrastructure', 'trace execution paths', 'identify code patterns', or understand WHERE code lives and HOW it works before implementation. Launches parallel explore agents and returns prioritized key files list.

codebase-explorationarchitecture-mappingexecution-tracingtest-infrastructure
edwinhu
edwinhu
0

serena-exploration

코드 탐색, 코드 분석, 탐색, 코드 구조, 심볼 분석 - Use when exploring or analyzing code. Systematic code exploration workflow using Serena MCP tools for symbol navigation and reference tracking.

code-explorationsymbol-analysiscode-structurereference-tracking
aimskr
aimskr
0

next-type-design-analyzer

Analyze type design quality and invariants. Use when introducing new types, during PR creation with data models, or when refactoring type designs.

type-definitionscode-qualitydata-modelingpull-requests
Morriz
Morriz
0

next-comment-analyzer

Analyze code comments for accuracy, completeness, and long-term maintainability. Use after adding documentation, before finalizing PRs with comment changes, or when reviewing existing comments for technical debt.

commentstechnical-debtcode-smellreview-checkpoints
Morriz
Morriz
0

code-simplifier

Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.

code-simplificationrefactoringcode-cleanupdeveloper-productivity
troykelly
troykelly
1

code-explorer

Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.

code-tracingcode-navigationexecution-tracingcall-graph-analysis
troykelly
troykelly
1

code-reviewer

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

code-reviewagent-testingcode-qualitycode-analysis
troykelly
troykelly
1

comment-analyzer

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

code-commentscode-reviewcomment-qualitycode-documentation
troykelly
troykelly
1

finding-dead-code

>

dead-codecode-analysiscode-cleanuprefactoring
axiomantic
axiomantic
0

using-lsp-tools

Use when mcp-language-server tools are available and you need semantic code intelligence for navigation, refactoring, or type analysis

language-server-protocolsemantic-analysisrefactoringcode-navigation
axiomantic
axiomantic
0

code-auditor

Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.

codebase-analysiscode-qualitytechnical-debtsecurity-assessment
prof-ramos
prof-ramos
0

move-code-quality

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.

move-languagecode-qualitystatic-analysismove-2024
prof-ramos
prof-ramos
0

code-refactor

Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.

code-refactoringbulk-operationscode-modernizationcross-file-changes
prof-ramos
prof-ramos
0

ast-grep

语法感知的代码搜索、linting 和重写工具。支持基于 AST 的结构化代码搜索和批量代码转换。

abstract-syntax-treecode-searchlintingcode-refactoring
Dwsy
Dwsy
0

context7

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

githubissue-trackingsearchbug-triage
Dwsy
Dwsy
0

map-codebase

Analyze codebase with parallel Explore agents to produce .planning/codebase/ documents. Use for brownfield project onboarding, refreshing codebase understanding after significant changes, before major refactoring, or when onboarding to unfamiliar codebases. Creates structured documentation of stack, architecture, structure, conventions, testing, integrations, and concerns.

codebase-analysisarchitecture-documentsdeveloper-guidancedocumentation
philoserf
philoserf
0

reverse-engineering

ソフトウェアのリバースエンジニアリングレポートを作成するスキル。リポジトリの構造や機能を調査し、外部仕様・内部実装・使用方法を明確にするレポートを作成します。「リバースエンジニアリングレポートを作成して」「コードベースを分析して」「プロジェクトの構造を調査して」「システムの仕組みを解析して」等のリクエストで使用してください。新規開発者のオンボーディング、プロジェクトの理解、ドキュメント作成、将来の開発のための基礎資料として活用できます。

reverse-engineeringcodebase-analysisdocumentationsystem-analysis
ks6088ts-labs
ks6088ts-labs
0

context7-search

Retrieve real-time technical documentation and code snippets from third-party libraries using the Context7 V2 API.

context7-v2-apitechnical-documentationcode-snippetsthird-party-libraries
barrychen38
barrychen38
0

evolve

Use when spec and code diverge - AI analyzes mismatches, recommends update spec vs fix code with reasoning, handles evolution with user control or auto-updates

specification-managementcode-evolutionautomated-diagnosticsuser-controlled-updates
rhuss
rhuss
11

gh-search-code

Use when searching code across GitHub repositories - provides syntax for file extensions, filenames, languages, sizes, exclusions, and using -w flag for regex search via web interface

githubcode-searchregexfile-filters
aaddrick
aaddrick
3

code-refactoring

Proactively monitors file sizes and suggests refactoring BEFORE editing. Auto-invoked when files exceed size thresholds (150/200/300 lines) or complexity patterns detected. Works across JavaScript/TypeScript, Python, and general codebases. Prevents accidental complexity growth.

code-refactoringcomplexity-assessmentjavascriptpython
WomenDefiningAI
WomenDefiningAI
21

code-reviewer

Research-backed code review skill with OWASP Top 10 security checks, SAST tool integration (SonarQube, CodeQL, Snyk), performance pattern detection, and automated quality standards enforcement. Auto-invoked for code review, security audit, PR analysis, and bug checking. Implements 2025 best practices with 92% faster vulnerability remediation.

OWASPSASTsecurity-scanningperformance-pattern-detection
WomenDefiningAI
WomenDefiningAI
21

RubyCritic Code Quality Analysis

Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportunities. Provides detailed metrics, scores files A-F, compares branches, and prioritizes high-churn problem areas. Use when analyzing Ruby code quality, reviewing PRs, or identifying technical debt.

rubyrailscode-qualitycode-smell
esparkman
esparkman
10

finding-code-patterns

Finds similar implementations, usage examples, and existing patterns in the codebase - shows concrete code examples for modeling new work. Pattern librarian documenting what exists without judgment.

code-searchpattern-librarycode-examplescodebase-analysis
samjhecht
samjhecht
1

locating-code

Finds WHERE code lives in a codebase - locates files by topic/feature, categorizes by purpose, organizes findings. Super grep/glob/ls tool for navigating unfamiliar codebases.

code-navigationcodebase-analysissearch-toolfile-organization
samjhecht
samjhecht
1

AILANG Debug

Debug AILANG code errors. Use when you encounter type errors, parse errors, or runtime failures in AILANG programs.

debuggingtype-errorsruntime-failureparse-errors
sunholo-data
sunholo-data
1

repomix

Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codebases. | Sử dụng khi: đóng gói repo, pack codebase, context cho AI.

repomixcodebase-packagingai-optimizationrepository-analysis
wollfoo
wollfoo
0

gkg

Global Knowledge Graph for codebase analysis. This skill should be used when searching for code definitions (functions, classes, methods), finding references to symbols, understanding code structure, analyzing import usage, generating repository maps, or performing impact analysis before refactoring. Supports TypeScript, JavaScript, Python, Java, and more.

codebase-analysiscross-languageimpact-analysisrepository-mapping
huynguyen03dev
huynguyen03dev
1

deep-wiki

Access AI-generated documentation and insights for GitHub repositories via DeepWiki. This skill should be used when exploring unfamiliar codebases, understanding repository architecture, finding implementation patterns, or asking questions about how a GitHub project works. Supports any public GitHub repository.

githubdocumentationcode-understandingrepository-analysis
huynguyen03dev
huynguyen03dev
1

aboutme-index

Index-based file discovery using ABOUTME headers. Use INSTEAD of grep or Explore agent when searching for files by purpose or feature. Faster and more accurate than scanning code. Invoke this skill when user asks "which files handle X", "where is Y implemented", or when you need to find files related to a feature or task.

file-searchindexingcode-navigationsearch-optimization
stickystyle
stickystyle
1

spec-coverage-map

Generate a visual spec-to-code coverage map showing which code files are covered by which specifications. Creates ASCII diagrams, reverse indexes, and coverage statistics. Use after implementation or during cleanup to validate spec coverage.

spec-coveragecode-coverageascii-diagramscoverage-metrics
jschulte
jschulte
2

reverse-engineer

Deep codebase analysis to generate 9 comprehensive documentation files. Adapts based on path choice - Greenfield extracts business logic only (tech-agnostic), Brownfield extracts business logic + technical implementation (tech-prescriptive). This is Step 2 of 6 in the reverse engineering process.

reverse-engineeringcodebase-analysiscode-documentationbusiness-logic-extraction
jschulte
jschulte
2

analyze

Perform initial analysis of a codebase - detect tech stack, directory structure, and completeness. This is Step 1 of the 6-step reverse engineering process that transforms incomplete applications into spec-driven codebases. Automatically detects programming languages, frameworks, architecture patterns, and generates comprehensive analysis-report.md. Use when starting reverse engineering on any codebase.

tech-stackcodebase-analysisarchitecture-patternsframework-detection
jschulte
jschulte
2

repo-clipboard

Snapshot the current directory into pseudo-XML for LLM context. Use when you need to share a repo (or a sub-tree) with Codex/LLMs, especially for code review/debugging, generating an agent-friendly “repo snapshot”, or piping context into tools like `llm` (see skill $llm-cli). Supports `.gitignore`-aware file discovery, common ignore patterns, extension filtering, regex include/exclude, optional file-list printing, line-range snippets, and writes `/tmp/repo_clipboard.{stdout,stderr}` for reuse.

repository-managementgitignorecode-reviewllm-integration
santiago-afonso
santiago-afonso
1

smart-search

Intelligently choose between semantic and text search based on query intent. Automatically selects the best search mode (semantic for concepts, text for exact terms, symbols for definitions) and provides relevant results. Use when user wants to find code.

semantic-searchtext-searchintent-detectioncode-search
anortham
anortham
11

safe-refactor

Perform safe code refactoring with reference checking and validation. Uses Julie's rename_symbol for workspace-wide renames and fuzzy_replace for precise edits. Activates when user wants to refactor, rename, or safely modify code.

code-refactoringrename-symbolvalidationworkspace-wide
anortham
anortham
11

explore-codebase

Autonomously explore unfamiliar codebases using Julie's code intelligence. Use semantic search, symbol navigation, and call path tracing to understand architecture without reading entire files. Activates when user asks to understand, explore, or learn about a codebase.

codebase-analysissemantic-searchsymbol-navigationcall-path-tracing
anortham
anortham
11

semantic-intelligence

Use Julie's semantic search capabilities for conceptual code understanding. Activates when searching for concepts, cross-language patterns, business logic, or exploring unfamiliar code. Combines text and semantic search for optimal results.

semantic-searchcross-languagebusiness-logicconceptual-understanding
anortham
anortham
11

cl-mallet-linter

malletリンターのルールと設定を適用。コードレビュー・品質チェック時に使用

lintingcode-reviewquality-checkstatic-analysis
cxxxr
cxxxr
1

cl-coding-style

Common Lispのコーディング規約を適用。Lispコード作成・レビュー時に使用

lispcoding-stylecode-reviewcoding-standards
cxxxr
cxxxr
1

twist-nix-nav

Navigate a local emacs-twist/twist.nix checkout and point to relevant files for questions about twist.nix configuration, flake outputs, library functions, Home Manager integration, package build flow, or tests. Use when a user asks where something is defined or how twist.nix is wired and the answer should reference code rather than reproduce it. Ask for the repo path if it is not available.

emacsnixconfiguration-navigationsource-code-navigation
Kyure-A
Kyure-A
1

codex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.1-Codex by default for state-of-the-art software engineering.

codexcode-refactoringcode-analysisautomated-editing
iamladi
iamladi
1

gemini

Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.

gemini-clicode-reviewlarge-contextreasoning
iamladi
iamladi
1

codex-collaboration

Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert consultation on implementation approach, (3) debugging assistance needed. This skill provides Codex interaction patterns only - workflow orchestration is defined in project CLAUDE.md.

codexcode-reviewdebuggingconsultation
hewenyu
hewenyu
11

code-reviewer

自動化代碼審查,檢查程式碼品質、架構合規性、編碼標準,並與規格定義進行比對。

code-qualitystatic-analysiscoding-standardsspecification-validation
knowlet
knowlet
1

Page 1 of 2 · 55 results

code-intelligence | Agent Skills