.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/blackwell-systems/agent-lsp
home/skills/blackwell-systems/agent-lsp
blackwell-systems avatar

blackwell-systems/agent-lsp

24 skills · 274 total installs

View on GitHub
$npx skills add blackwell-systems/agent-lsp
SkillInstalls
lsp-test-correlationFind and run the tests that cover a source file. Use after editing a file to discover exactly which test files and test functions need to run — without running…14lsp-concurrency-auditConcurrency safety audit for a type or file. Maps all fields, traces which are accessed from concurrent contexts (goroutines, threads, async tasks), and flags…13lsp-cross-repoCross-repository analysis — find all callers of a library symbol in one or more consumer repos.13lsp-dead-codeEnumerate exported symbols in a file and surface those with zero references across the workspace.13lsp-docsThree-tier documentation lookup for any symbol — hover → offline toolchain doc → source definition.13lsp-edit-exportSafe workflow for editing exported symbols or public APIs. Use when changing a function signature, modifying a public type, or altering any symbol used outside…13lsp-edit-symbolEdit a named symbol without knowing its file or position. Use when you want to change a function, type, or variable by name and don't have exact coordinates.13lsp-extract-functionExtract a selected code block into a named function. Primary path uses the language server's extract-function code action; falls back to manual extraction when…13lsp-fix-allApply available quick-fix code actions for all current diagnostics in a file, one at a time with re-collection between each fix.13lsp-format-codeFormat a file or selection using the language server's formatter.13lsp-generateTrigger language server code generation — implement interface stubs, generate test skeletons, add missing methods, generate mock types.13lsp-impactBlast-radius analysis for a symbol or file — shows all callers, type supertypes/subtypes, and reference count before you change it.13lsp-implementFind all concrete implementations of an interface or abstract type.13lsp-inspectFull code quality audit for a file, package, or directory. Supports batch mode (directory walk with --top ranking), comparison mode (--diff for branch-only…13lsp-local-symbolsFast file-scoped symbol analysis — find all usages of a symbol within the current file, list all symbols defined in the file, and get type info at a position.13lsp-onboardFirst-session project onboarding. Explores the project structure, detects build system, test runner, entry points, and key architecture patterns.13lsp-refactorEnd-to-end safe refactor workflow — blast-radius analysis, speculative preview, apply to disk, verify build, run affected tests.13lsp-renameTwo-phase safe rename across the entire workspace. Use when renaming any symbol, function, method, variable, type, or identifier — shows all affected sites…13lsp-safe-editWrap any code edit with before/after diagnostic comparison. Speculatively previews the change first (preview_edit), then applies to disk only if the error…13lsp-simulateSpeculative code editing session — simulate changes in memory before touching disk.13lsp-verifyFull three-layer verification after any change — LSP diagnostics + compiler build + test suite, ranked by severity.13lsp-architectureGenerate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and hotspots. One call for the big picture.—lsp-exploreTell me about this symbol": hover + implementations + call hierarchy + references in one pass — for navigating unfamiliar code.—lsp-understandDeep-dive exploration of unfamiliar code — given a symbol or file, builds a complete Code Map showing type info, implementations, call hierarchy (2-level depth…—