blackwell-systems/agent-lsp
25 agent markdown files indexed from blackwell-systems/agent-lsp. Install any of them pinned to an exact hash with mdr add blackwell-systems/agent-lsp/<name>.
git:20260604.de9cd09 · audit A · 138 stars
lsp-architecture skill
blackwell-systems/agent-lsp · skills/lsp-architecture/SKILL.md · Generate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and…
git:20260921.94e9071 · audit A · 138 stars
lsp-concurrency-audit skill
blackwell-systems/agent-lsp · skills/lsp-concurrency-audit/SKILL.md · Concurrency safety audit for a type or file. Maps all fields, traces which are accessed from concurrent contexts…
git:20260511.74dc944 · audit A · 138 stars
lsp-cross-repo skill
blackwell-systems/agent-lsp · skills/lsp-cross-repo/SKILL.md · Cross-repository analysis — find all callers of a library symbol in one or more consumer repos. Use when refactoring a…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-dead-code skill
blackwell-systems/agent-lsp · skills/lsp-dead-code/SKILL.md · Enumerate exported symbols in a file and surface those with zero references across the workspace. Use when auditing for…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-docs skill
blackwell-systems/agent-lsp · skills/lsp-docs/SKILL.md · Three-tier documentation lookup for any symbol — hover → offline toolchain doc → source definition. Use when hover text…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-edit-export skill
blackwell-systems/agent-lsp · skills/lsp-edit-export/SKILL.md · Safe workflow for editing exported symbols or public APIs. Use when changing a function signature, modifying a public…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-edit-symbol skill
blackwell-systems/agent-lsp · skills/lsp-edit-symbol/SKILL.md · Edit a named symbol without knowing its file or position. Use when you want to change a function, type, or variable by…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-explore skill
blackwell-systems/agent-lsp · skills/lsp-explore/SKILL.md · "Tell me about this symbol": hover + implementations + call hierarchy + references in one pass — for navigating…
git:20260922.0dc7371 · audit A · 138 stars
lsp-extract-function skill
blackwell-systems/agent-lsp · skills/lsp-extract-function/SKILL.md · Extract a selected code block into a named function. Primary path uses the language server's extract-function code…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-fix-all skill
blackwell-systems/agent-lsp · skills/lsp-fix-all/SKILL.md · Apply available quick-fix code actions for all current diagnostics in a file, one at a time with re-collection between…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-format-code skill
blackwell-systems/agent-lsp · skills/lsp-format-code/SKILL.md · Format a file or selection using the language server's formatter. Use before committing to apply consistent style, or…
git:20260423.17e71a8 · audit A · 138 stars
lsp-generate skill
blackwell-systems/agent-lsp · skills/lsp-generate/SKILL.md · Trigger language server code generation — implement interface stubs, generate test skeletons, add missing methods…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-impact skill
blackwell-systems/agent-lsp · skills/lsp-impact/SKILL.md · Blast-radius analysis for a symbol or file — shows all callers, type supertypes/subtypes, and reference count before…
git:20260511.74dc944 · audit A · 138 stars
lsp-implement skill
blackwell-systems/agent-lsp · skills/lsp-implement/SKILL.md · Find all concrete implementations of an interface or abstract type. Use when you need to know what types satisfy an…
git:20260423.17e71a8 · audit A · 138 stars
lsp-inspect skill
blackwell-systems/agent-lsp · skills/lsp-inspect/SKILL.md · Full code quality audit for a file, package, or directory. Supports batch mode (directory walk with --top ranking)…
git:20260511.74dc944 · audit A · 138 stars
lsp-local-symbols skill
blackwell-systems/agent-lsp · skills/lsp-local-symbols/SKILL.md · Fast file-scoped symbol analysis — find all usages of a symbol within the current file, list all symbols defined in the…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-onboard skill
blackwell-systems/agent-lsp · skills/lsp-onboard/SKILL.md · First-session project onboarding. Explores the project structure, detects build system, test runner, entry points, and…
git:20260511.74dc944 · audit A · 138 stars
lsp-refactor skill
blackwell-systems/agent-lsp · skills/lsp-refactor/SKILL.md · End-to-end safe refactor workflow — blast-radius analysis, speculative preview, apply to disk, verify build, run…
git:20260511.74dc944 · audit A · 138 stars
lsp-rename skill
blackwell-systems/agent-lsp · skills/lsp-rename/SKILL.md · Two-phase safe rename across the entire workspace. Use when renaming any symbol, function, method, variable, type, or…
git:20260714.8a31afe · audit A · 138 stars
lsp-safe-edit skill
blackwell-systems/agent-lsp · skills/lsp-safe-edit/SKILL.md · Wrap any code edit with before/after diagnostic comparison. Speculatively previews the change first (preview_edit)…
git:20260511.74dc944 · audit A · 138 stars
lsp-simulate skill
blackwell-systems/agent-lsp · skills/lsp-simulate/SKILL.md · Speculative code editing session — simulate changes in memory before touching disk. Use when planning edits that might…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-test-correlation skill
blackwell-systems/agent-lsp · skills/lsp-test-correlation/SKILL.md · Find and run the tests that cover a source file. Use after editing a file to discover exactly which test files and test…
git:20260510.2c5eef2 · audit A · 138 stars
lsp-understand skill
blackwell-systems/agent-lsp · skills/lsp-understand/SKILL.md · Deep-dive exploration of unfamiliar code — given a symbol or file, builds a complete Code Map showing type info…
git:20260922.0dc7371 · audit A · 138 stars
lsp-verify skill
blackwell-systems/agent-lsp · skills/lsp-verify/SKILL.md · Full three-layer verification after any change — LSP diagnostics + compiler build + test suite, ranked by severity. Use…
git:20260510.2c5eef2 · audit A · 138 stars
Source
github.com/blackwell-systems/agent-lsp · 138 stars · license MIT · pushed 2026-09-24