aimasteracc

16 mods across 1 repository, 47 stars between them.

tsa-constraints

01

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Architectural constraint enforcement. Detect forbidden cross-module calls ("MCP must not depend on CLI") at index time and gate edits on them. Rules live in YAML at repo root; violations bubble up through edit action=safe and edit action=impact as UNSAFE verdicts. Use when: User asks "does this PR break architecture?"…

47 2d ago A 161 tokens original MIT

tsa-deps

02

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Dependency / import graph analysis. Answer "what does this file import", "what imports this module", "what's the project's import topology", "show me the sitemap" without reading every file's import block. Use when: "What does file X depend on" / "what imports module Y" "Is module Z a leaf or a hub in the import…

47 2d ago A 145 tokens original MIT

tsa-edit-safety

03

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Pre-edit safety check using tree-sitter-analyzer. One workflow → verdict (SAFE/REVIEW/CAUTION/UNSAFE) + verification command + risk factors → ≤2k tokens, ≤3 MCP calls. Replaces 10k tokens of grep/read/git-diff exploration before touching a file. Use when: About to edit a file you haven't touched in this session…

47 2d ago A 160 tokens original MIT

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

The full edit-and-verify loop mandated by CLAUDE.md and docs/agent-tooling-gap-report.md:58. Pre-edit gate (edit action=safe + baseline health action=file) → LLM edits → post-edit verify (health action=file diff + edit action=impact + scoped verificationcommand). Replaces "edit then run the whole pytest suite" (5 min)…

47 2d ago A 267 tokens original MIT

tsa-find

05

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Fast file + content search with code-aware sizing. Replaces Read/Grep/find for routine "where is this file" / "grep for X" / "show me lines 10-20 of Y" questions. Returns file paths + line numbers + a sized chunk, not the whole file. Use when: "Find files matching " / "show me all .yml under config/" "Grep for 'TODO'…

47 2d ago A 193 tokens original MIT

tsa-graph

06

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Code archaeology via call graph + symbol resolution. Answer "who calls X", "what does Y call", "where is Z defined", "what's the path from A to B" in one MCP call instead of multi-step grep + read. Uses persisted cross-file resolution (Synapse) so cross-module edges are precise, not regex-guessed. Use when: User asks…

47 2d ago A 194 tokens original MIT

tsa-health-watch

07

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Project & file health grading + dead-code detection + watch-daemon for grade drops. Answer "how healthy is this codebase", "what's rotting", "which files need attention", "alert me when something degrades" in one workflow. Use when: Triaging a codebase: "what should we clean up first?" Pre-PR check: "did this change…

47 2d ago A 157 tokens original MIT

tsa-index

08

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Manage the persistent AST cache / index. Refresh, force-rebuild, inspect cache state, diff one file's AST between commits, advise on parser readiness for a language. Mostly ops/infra, not daily agent work. Use when: "Re-index the project" / "force rebuild AST cache" "Why is callees returning unknown" (likely stale…

47 2d ago C 145 tokens original MIT

tsa-landing

09

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Land in a new (or familiar) codebase using the tree-sitter-analyzer MCP server. One workflow → 6 decision surfaces (projectcard / entrypoints / recentsignals / health / topfiles / agentnextstep) → ≤2k tokens, ≤3 MCP calls. Use when: First time entering an unfamiliar repository Returning to a repo after >1 week User…

47 2d ago A 142 tokens original MIT

tsa-pr-review

10

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

AST-grounded PR / diff review. One workflow → per-file risk ranking, blast radius per changed symbol, the exact pytest command to gate merge, any architecture-constraint violations, and a final BLOCK / REVIEW / APPROVE verdict — in 1–2k tokens and 4–6 MCP calls. Goes beyond a generic LLM diff-read because only TSA's…

47 2d ago A 354 tokens original MIT

tsa-refactor-queue

11

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Build a top-N prioritized refactoring queue by intersecting three signals: health grade (which files are F/D), temporal churn (which files change most often), and dead-code density (which files carry the most unreachable symbols). For each candidate the queue surfaces (a) the dimension that dragged the grade down, (b)…

47 2d ago A 265 tokens original MIT

tsa-structure

12

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Structural analysis of one file — classes, methods, exports, common patterns, semantic classification of a diff. Returns the file's shape without reading the file body. Use when: "What classes and methods does X file have" "Show me a table / outline of " "Run query: find all decorated functions in file X" "Is this…

47 2d ago A 133 tokens original MIT

tsa-temporal

13

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

Find "hot zones" — symbols modified often in recent git history that need extra review attention. Adds temporal context (modcount30d / 90d / all) to call-graph queries. Like Hebbian "fire-together-wire-together" but for code: functions that change together often deserve scrutiny together. Use when: User asks "what's…

47 2d ago A 170 tokens original MIT

ruflo

14

aimasteracc/tree-sitter-analyzer

MCP server Claude CodeCodexCursor +2

Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration. Runs locally from the ruflo npm package. Needs 6 environment variables to run.

47 2d ago A tokens not measured original MIT

aimasteracc/tree-sitter-analyzer

Instructions file CodexOpenCode

Instructions for aimasteracc/tree-sitter-analyzer, covering agent instructions, codemap index, test runtime contract, ci test tier contract and agent dogfood feedback loop.

47 2d ago A 3,260 tokens original MIT

aimasteracc/tree-sitter-analyzer

Instructions file

Instructions for aimasteracc/tree-sitter-analyzer, covering ruflo — claude code configuration, rules, test quality rules — locked (2026-06-28), t-1: no new test files for existing plugins (blocker) and t-2: no weak assertions — ratchet-enforced (blocker).

47 2d ago A 8,921 tokens original MIT