code intelligence skills

344 tagged code intelligence, measured the same way as everything else here.

Browse within: code-search 62local-first 47code-analysis 46code-graph 42knowledge-graph 40ast 39coding-agents 38coding-agent 36ai-coding-agent 32pi-extension 32pi-package 32go 27lsp 27code-index 26

mcpls

49

bug-ops/mcpls

Skill Claude CodeCodex

Install, configure, and run the mcpls CLI — a Rust binary bridging MCP to LSP that gives an agent compiler-grade code intelligence (hover, definitions, references, diagnostics, rename). Use when setting up or registering mcpls as an MCP server, writing or debugging an mcpls.toml, choosing CLI flags or MCPLS…

65 4d ago A 89 tokens original Apache-2.0

install

50

lktiep/cortex-hub

Skill Claude CodeCodex

Set up or update Cortex Hub for the current project. Handles everything in one step - global skill, MCP config, enforcement hooks, quality gates, multi-IDE support. Safe to run multiple times.

58 1mo ago C 42 tokens original MIT

working

51

lktiep/cortex-hub

Skill Claude CodeCodex

Enter worker mode — agent polls for tasks every 10 seconds and executes them automatically. Other agents or Dashboard can assign tasks to you. Type anything to exit worker mode.

58 1mo ago A 36 tokens original MIT

mako-code-intel

52

drhalto/agentmako

Skill Claude CodeCodex

TRIGGER when: user wants structural code pattern search (ast-grep) or static lint against selected files, or wants to turn a fix diff into a rule-pack draft. Covers astfindpattern, lintfiles, extractruletemplate.

51 1mo ago A 50 tokens original Apache-2.0

mako-discovery

53

drhalto/agentmako

Skill Claude CodeCodex

TRIGGER when: user is working in an unfamiliar repo, asks 'where is X', 'what touches Y', needs broad search across code/schema/routes, or is unsure which mako tool fits the task. Covers reefask, reefstatus, reefverify, reefimpact, makohelp, toolsearch, contextpacket, livetextsearch, lintfiles, and toolbatch.

51 1mo ago A 88 tokens original Apache-2.0

mako-guide

54

drhalto/agentmako

Skill Claude CodeCodex

Start here when working in a project with the mako-ai MCP server configured. Entry point that explains how mako's tool skills are organized and carries the policy for logging agentfeedback vs acknowledging static findings with findingack.

51 1mo ago A 47 tokens original Apache-2.0

authoring-schemas

55

agentic-research/mache

Skill Claude CodeCodex

Author a mache projection schema (Topology→Node→Leaf) that maps structured data or source code into a filesystem/graph. Use when creating or debugging a -schema.json for a new data source (SQLite/JSON) or a new source language. Covers both dialects — tree-sitter S-expression selectors for code, and JSONPath selectors…

45 3d ago A 111 tokens original Apache-2.0

agentic-research/mache

Skill Claude CodeCodex

Add a findsmells rule to mache — a SQL query over the projected code graph that surfaces a code smell (duplication, complexity, dead code, drift). Use when adding or debugging a SmellRule in cmd/smellrules.go or an external $MACHESMELLRULESDIR rule. Covers the SmellRule struct, the standalone-vs-ast table capability…

45 3d ago A 102 tokens original Apache-2.0

mache-explore

57

agentic-research/mache

Skill Claude CodeCodex

Mount a mache FUSE filesystem inside the project directory so agents can explore structured data without per-file permission prompts.

45 3d ago A 27 tokens original Apache-2.0

codestory-grounding

58

TheGreenCedar/CodeStory

Skill Claude CodeCodex

Use when an agent should ground a local repository with CodeStory before making source claims, planning edits, choosing tests, reviewing changes, or using broad retrieval evidence through the CodeStory plugin MCP.

37 2d ago A 44 tokens original Apache-2.0

graphenium

59

lambda-alpha-labs/Graphenium

Skill Claude CodeCodex

Use when analyzing codebase structure, verifying pre-flight policy compliance, tracing transitive dependency closures, or auditing post-edit scope creep.

24 1mo ago A 30 tokens original MIT

RajX-dev/N3MO

Skill Claude CodeCodex

Use N3MO's MCP tools to search symbols, find dependencies, and check blast radius. This skill enforces using MCP over CLI commands.

24 18d ago A 35 tokens

morluto/leantoken

Skill Claude CodeCodex

Diagnose, design, implement, and validate system optimizations while treating correctness, retrieval quality, bounded behavior, and avoided downstream work as primary outcomes. Use for performance, latency, CPU, memory, storage, indexing, search, retrieval, caching, batching, concurrency, tokenizer, database, or…

23 2d ago A 90 tokens original Apache-2.0

gh-task

62

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Run a GitHub issue end-to-end in this repository using the committed isolated-worktree workflow. Use when the user invokes $gh-task, asks to run a GitHub task, or provides a GitHub issue number.

22 2d ago A 47 tokens original MIT

orchestrate

63

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Tree-aware multi-agent GitHub-issue pool. Conductor manages task-tree from task-splitting-evaluation, executing depth-first per branch while parallelizing roots/orphans. Each worker agent owns its subtree lifecycle. Conductor tracks state (pending/started/in-progress/completed/halted) in GitHub +…

22 2d ago A 101 tokens original MIT

MercurieVV/ScalaSemantic

Skill Claude CodeCodex

Recursive pre-implementation GitHub task splitting and evaluation flow. Use when the user wants Claude agents to evaluate unhandled tasks, skip already-processed tasks, mark easy leaves with detailed executor-ready comments, split broad tasks into GitHub subtasks, and keep recursing until every leaf is well described…

22 2d ago A 73 tokens original MIT

m1nd-first

65

maxkle1nz/m1nd

Skill Claude CodeCodex

Use when investigating a repository, searching for implementation, reviewing changes, working from specs/docs, or preparing a risky code change in an environment where m1nd is available. This doctrine makes m1nd the first investigative layer before grep, glob, or manual file reads, except when the task is pure…

22 10d ago A 78 tokens original MIT

m1nd-guardian

66

maxkle1nz/m1nd

Skill Claude CodeCodex

Use when continuing, coordinating, reviewing, or handing off the M1ND-10 program; protecting its candidate tree; advancing G0-G10; freezing or releasing a candidate; activating autonomy; or when the user asks an agent to act as M1ND guardian. Enforces one-active-front execution, proof-state separation, same-candidate…

22 10d ago A 99 tokens original MIT

m1nd-operator

67

maxkle1nz/m1nd

Skill Claude CodeCodex

Use when the user mentions m1nd or when repo investigation, search, review, docs/spec work, or risky change prep should go through m1nd first before grep, glob, or manual file reads. Covers m1nd-first routing, L1GHT and universal document ingestion, risky edit preparation, document-to-code binding, the served owner +…

22 10d ago A 111 tokens original MIT

mcp-analytics

68

CRJFisher/ariadne

Skill Claude CodeCodex

Check Ariadne MCP tool usage analytics — session counts, tool call stats, durations, and error rates.

22 2d ago A 21 tokens original MIT

mcp-headless-test

69

CRJFisher/ariadne

Skill Claude CodeCodex

Run live tests of the Ariadne MCP server using Claude Code in headless mode. Tests tool discovery, invocation, and filtering. Use when validating MCP server changes or checking integration with Claude Code.

22 2d ago A 45 tokens original MIT

CRJFisher/ariadne

Skill Claude CodeCodex

Runs the full entry point self-repair pipeline. Detects entry points in Ariadne packages or external codebases, triages false positives via sub-agents, plans fixes for each issue group with competing proposals and multi-angle review, and creates backlog tasks.

22 2d ago A 57 tokens original MIT

analyze-usage

71

mareurs/codescout

Skill Claude CodeCodex

Use when asked to analyze codescout tool usage, check for error patterns, audit tool health, generate a usage report, spot anti-patterns, or clear usage statistics to start fresh.

21 2d ago A 42 tokens original MIT

codesage-retrieval

72

iliaal/codesage

Skill Claude CodeCodex

Route codebase retrieval through CodeSage in onboarded repositories. Use for semantic code search, symbol or reference tracing, feature-slice discovery, dependency and impact analysis, context export, historical coupling, change-risk assessment, edit-session regression checks, or focused test selection; also use…

20 2d ago B 73 tokens original MIT