ast skills

167 tagged ast, measured the same way as everything else here.

Browse within: code-index 62code-navigation 42code-intelligence 39code-analytics 36code-indexing-semantic-search-mcp-mcp-server 36code-navi 36code-graph 26architecture 20code-quality 18ai-code 17conventions 17tree-sitter 15golang 13agent-memory 11

MadAppGang/dingo

Skill Claude CodeCodex

Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok…

1.9k 1mo ago A 83 tokens

lsp-hover-testing

02

MadAppGang/dingo

Skill Claude CodeCodex

Automated LSP hover validation for Dingo transpiler. Use when testing hover functionality, validating position mappings, checking for hover drift, or debugging LSP issues after sourcemap changes.

1.9k 1mo ago A 43 tokens

wakaru

03

pionxzh/wakaru

Skill Claude CodeCodex

Turn minified, bundled, or transpiled JavaScript back into readable modules. Use when you encounter unreadable production JS — a webpack/esbuild/Metro/Rollup bundle, a minified vendor script, Babel/TypeScript/SWC-transpiled output, or a single mangled .js file — and need to read, audit, debug it, or recover a…

973 yesterday A 99 tokens original Apache-2.0

humanize-ppt

04

LearnPrompt/humanize-ppt

Skill Claude CodeCodex

A presentation system for agent-made PPTs — born for the talk, not just the template. It turns raw material into an AST (audience-state-transfer) outline with per-page visual-enhancement decisions (image / SVG diagram / video), hands a production brief to a downstream renderer (HTML-PPT skills or native PPTX), then…

914 +2 1mo ago A 163 tokens

valid-skill

05

probelabs/probe

Skill Claude CodeCodex

Provides guidance for valid skill usage.

695 yesterday A 11 tokens original Apache-2.0

InvalidName

06

probelabs/probe

Skill Claude CodeCodex

Should fall back to directory name.

695 yesterday A 10 tokens original Apache-2.0

[invalid

07

probelabs/probe

Skill Claude CodeCodex

Invalid YAML should be skipped.

695 yesterday A 2 tokens original Apache-2.0

chunking-for-llms

08

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-construct. Covers ts-pack process --chunk-size, why syntax-aware splits beat fixed-byte splits, picking a size, and the chunk JSON shape.

463 3d ago A 59 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants structured code metadata from a source file — functions, classes, imports, exports, symbols, docstrings, comments, or syntax diagnostics. Covers ts-pack process feature flags, the JSON result shape, and the default feature set.

463 3d ago A 58 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Parse and extract code intelligence from 371 programming languages using tree-sitter grammars. Use when writing code that parses source, extracts structure/imports/exports/symbols/docstrings/comments, detects a language, runs syntax diagnostics, or produces syntax-aware chunks for LLMs — in Rust, Python…

463 3d ago A 95 tokens original MIT

gograph

11

ozgurcd/gograph

Skill Claude CodeCodex

Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…

212 4d ago A 69 tokens original MIT

nexus-mapper

12

Haaaiawd/Nexus-skills

Skill Claude CodeCodex

Generate a persistent .nexus-map/ knowledge base that lets any AI session instantly understand a codebase's architecture, systems, dependencies, and change hotspots. Use when starting work on an unfamiliar repository, onboarding with AI-assisted context, preparing for a major refactoring initiative, or enabling…

165 5mo ago A 118 tokens

nexus-query

13

Haaaiawd/Nexus-skills

Skill Claude CodeCodex

Precise, instant code structure queries for active development — answer 'who depends on this interface before I refactor it', 'how many modules break if I change this', 'what is the real impact radius of this feature change', 'which module is the true high-coupling hotspot in this legacy codebase'. Essential before…

165 5mo ago A 119 tokens

radimsem/remindb

Skill Claude CodeCodex

Use when changing any field in pkg/temperature/Config (DecayRate, AccessBoost, ColdThreshold, NotifyThreshold, TickInterval) or modifying decayFactor / Score / cold-node notification logic — symptoms include "tune the decay rate", "make notifications less noisy", "change the cold cutoff", "adjust the temperature…

125 28d ago A 132 tokens original MIT

remind

15

radimsem/remindb

Skill Claude CodeCodex

Mechanism-level read path for a remindb MCP server — MemoryTree (orient), MemorySearch/MemoryFetch/MemoryFetchBatch (look up), MemoryDelta/MemoryDiff (resync), MemoryRelated (traverse), MemoryStats/MemoryHistory (inspect), passive remindb:// resources. Use when already driving remindb read tools and need…

125 28d ago A 113 tokens original MIT

remindb-setup

16

radimsem/remindb

Skill Claude CodeCodex

Config-first setup wizard for a remindb MCP server — run it as /remindb-setup (interactive), /remindb-setup automode (hands-off), or /remindb-setup only-config (bridge hosts: author .remindb/ only, no env wiring). Two passes. First-time (no server attached yet): detect the host, author the .remindb/ config…

125 28d ago A 202 tokens original MIT

windows-compat

17

sdsrss/code-graph-mcp

Skill Claude CodeCodex

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

70 5d ago A 165 tokens original MIT

estimate

18

Anuj7411/sipcode

Skill Claude CodeCodex

Predict the dollar cost of a coding task across Opus 4.7, Sonnet 4.6, and Haiku 4.5 BEFORE the user runs it. Pure heuristic + historical-anchor math, zero LLM calls. Use when the user asks "how much will X cost?", "is this task worth doing on Opus?", "estimate the refactor", or any pre-flight pricing question.

46 1mo ago A 83 tokens original MIT

impact

19

Anuj7411/sipcode

Skill Claude CodeCodex

A/B compare the user's actual token spend before and after they installed Sipcode's optimizers — on their own session data. The honesty-first savings verifier. Use when the user asks "is sipcode actually saving me tokens?", "show me the impact", "prove sipcode is working", or any variant of "is this thing worth…

46 1mo ago A 69 tokens original MIT

why

20

Anuj7411/sipcode

Skill Claude CodeCodex

Forensic audit of the user's most recent Claude Code session. Returns total spend, output ratio, duplicate file reads, idle context after auto-compact, top expensive tool calls, and an estimate of what Sipcode would have RECOVERED if optimizers were active. Use when the user asks "where did my tokens go?", "audit my…

46 1mo ago A 90 tokens original MIT

mcp-analytics

21

CRJFisher/ariadne

Skill Claude CodeCodex

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

22 yesterday A 21 tokens original MIT

mcp-headless-test

22

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 yesterday 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 yesterday A 57 tokens original MIT

vex

24

tenatarika/vex

Skill Claude CodeCodex

Reference for the vex code-search CLI — symbol search, usages (text + scope-bound --strict), structural AST patterns, call graph, semantic search, and content grep. Activates when picking the right vex subcommand, recalling filter flags, or checking the cross-file binder coverage matrix. Use whenever you'd otherwise…

11 15d ago A 81 tokens original MIT