timohaa/scopewalker-mcp

Codebase analysis MCP server for AI agents: complexity metrics, size thresholds, prop drilling, and code smell detection built on tree-sitter and tokei.

0Stars on the repository
15Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agents-md-enforcer

01

timohaa/scopewalker-mcp

Agent Claude Code

Audits and tightens AGENTS.md / CLAUDE.md (and their @path imports) against Anthropic's Claude Code best practices (short, scannable, project-specific, free of derivable or stale content). Prunes and sharpens without inventing policy. Use when AGENTS.md has grown bloated, after adding a rule, or as a polish-pipeline…

0 5d ago A 84 tokens original MIT

comment-fixer

02

timohaa/scopewalker-mcp

Agent Claude Code

Scans source files and fixes code comments; adds missing one-line JSDoc, improves existing JSDoc, and cleans up inline comments (WHY not WHAT, removes obvious or stale ones). Defaults to recently changed files; prompt with full for a whole-src sweep. Use when asked to clean up, fix, or standardize comments.

0 5d ago A 74 tokens original MIT

docs-reality-sync

03

timohaa/scopewalker-mcp

Agent Claude Code

Audits all documentation against the actual codebase and fixes discrepancies in paths, tool names, parameters, npm scripts, versions, and code examples. Use after refactoring, feature additions/removals, or renames, or when documentation staleness is suspected.

0 5d ago A 58 tokens original MIT

timohaa/scopewalker-mcp

Agent Claude Code

Runs lint, typecheck, and prettier, then fixes all warnings and errors until every check passes. Use proactively after writing or modifying code and before commits.

0 5d ago A 37 tokens original MIT

timohaa/scopewalker-mcp

Agent Claude Code

Finds changed markdown files via git status and fixes all markdownlint warnings and table formatting. Use proactively after creating or modifying .md files and before commits.

0 5d ago A 36 tokens original MIT

smart-test-fixer

06

timohaa/scopewalker-mcp

Agent Claude Code

Runs checks and tests, then fixes all warnings, errors, and failing tests, consulting recent git changes to decide whether the code under test or the test itself is wrong. Use proactively after code changes to confirm everything still passes.

0 5d ago A 50 tokens original MIT

standards-enforcer

07

timohaa/scopewalker-mcp

Agent Claude Code

Analyzes the codebase for coding-standards violations (file/function length, nesting depth, parameter counts, TODO/FIXME markers) using the scopewalker tools, then refactors to fix them while keeping checks and tests green. Use proactively after significant code changes or for a full standards audit.

0 5d ago A 65 tokens original MIT