Dayna Blackwell avatar

Dayna Blackwell

Community

@blackwell-systems

30Followers
|
203Public Repos
|
20Published Skills

Agent Skills by Dayna Blackwell

Showing 20 vetted skills indexed across 1 GitHub repositories.

blackwell-systemsblackwell-systems
102

lsp-explore

Aggregate hover, implementations, call hierarchy, and references from an LSP server.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-rename

Rename symbols across a workspace with LSP preview and confirmation.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-docs

Orchestrates three tiers of symbol documentation: live hover, offline toolchain, and source navigation.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-extract-function

Extract selected code blocks into named functions via language server code actions.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-impact

Determine the blast radius of a symbol or file via references, callers, and type relationships.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-understand

Generate a Code Map with symbol and file analysis via agent-lsp MCP.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-implement

Identify concrete types implementing a specified interface or abstract type.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-simulate

Simulate LSP-based code edits in memory before applying them to disk.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-edit-symbol

Resolve a named symbol via workspace queries and apply edits across files.

Community
Intermediate
blackwell-systemsblackwell-systems
102

lsp-safe-edit

Validate code edits against diagnostics before applying them.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-refactor

Automates end-to-end safe refactoring of codebases using LSP tooling.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-test-correlation

Map changed source files to their dedicated tests and run only those tests.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-format-code

Format files or selections using the language server's formatter.

Community
Intermediate
blackwell-systemsblackwell-systems
102

lsp-dead-code

Enumerate exported symbols and cross-check references to identify dead code.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-cross-repo

Identify all call sites of a library symbol across multiple repositories.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-generate

Generate interface implementations, mocks, and test skeletons via language-server code actions.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-verify

Verify LSP diagnostics, build, and tests after code edits.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-edit-export

Locate all call sites before editing exported symbols with impact confirmation.

Community
Advanced
blackwell-systemsblackwell-systems
102

lsp-local-symbols

Analyze source files to list symbols, highlight usages, and retrieve type info.

Community
Intermediate
blackwell-systemsblackwell-systems
102

lsp-fix-all

Apply language server quick fixes to resolve file diagnostics.

Community
Advanced