Dayna Blackwell
Community@blackwell-systems
Agent Skills by Dayna Blackwell
Showing 20 vetted skills indexed across 1 GitHub repositories.
lsp-explore
Aggregate hover, implementations, call hierarchy, and references from an LSP server.
lsp-rename
Rename symbols across a workspace with LSP preview and confirmation.
lsp-docs
Orchestrates three tiers of symbol documentation: live hover, offline toolchain, and source navigation.
lsp-extract-function
Extract selected code blocks into named functions via language server code actions.
lsp-impact
Determine the blast radius of a symbol or file via references, callers, and type relationships.
lsp-understand
Generate a Code Map with symbol and file analysis via agent-lsp MCP.
lsp-implement
Identify concrete types implementing a specified interface or abstract type.
lsp-simulate
Simulate LSP-based code edits in memory before applying them to disk.
lsp-edit-symbol
Resolve a named symbol via workspace queries and apply edits across files.
lsp-safe-edit
Validate code edits against diagnostics before applying them.
lsp-refactor
Automates end-to-end safe refactoring of codebases using LSP tooling.
lsp-test-correlation
Map changed source files to their dedicated tests and run only those tests.
lsp-format-code
Format files or selections using the language server's formatter.
lsp-dead-code
Enumerate exported symbols and cross-check references to identify dead code.
lsp-cross-repo
Identify all call sites of a library symbol across multiple repositories.
lsp-generate
Generate interface implementations, mocks, and test skeletons via language-server code actions.
lsp-verify
Verify LSP diagnostics, build, and tests after code edits.
lsp-edit-export
Locate all call sites before editing exported symbols with impact confirmation.
lsp-local-symbols
Analyze source files to list symbols, highlight usages, and retrieve type info.
lsp-fix-all
Apply language server quick fixes to resolve file diagnostics.