Topic: lsp
47 skills in this topic.
-
bad-invocable-skill
Use when testing boolean type validation
agent-sh/agnix 169
-
agnix
Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 385 rules across 10+ AI tools.
agent-sh/agnix 169
-
agnix
Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 385 rules.
agent-sh/agnix 169
-
agent-without-context-skill
Use when testing agent without context validation
agent-sh/agnix 169
-
hint-skill
Use when testing argument hints
agent-sh/agnix 169
-
context-without-agent-skill
Use when testing context without agent validation
agent-sh/agnix 169
-
deploy-prod
Deploys to production
agent-sh/agnix 169
-
first-person-description
Use when you need pull-request review help
agent-sh/agnix 169
-
reference-skill
Use when looking up documentation
agent-sh/agnix 169
-
indexed-arguments-no-hint
Use when validating indexed arguments
agent-sh/agnix 169
-
invalid-agent-skill
Use when testing invalid agent validation
agent-sh/agnix 169
-
invalid-context-skill
Use when testing invalid context validation
agent-sh/agnix 169
-
hooks-skill
Use when testing hooks validation
agent-sh/agnix 169
-
invalid-model-skill
Use when testing invalid model validation
agent-sh/agnix 169
-
invalid_name
Use when user wants to review code
agent-sh/agnix 169
-
directory-helper
Use when validating name-directory matching
agent-sh/agnix 169
-
bad-bool-skill
Use when testing boolean type validation
agent-sh/agnix 169
-
security-review
Request a security expert assessment for code changes that touch child process spawning, file system access, configuration loading, or environment variable handling. Use when the Reviewer identifies security-sensitive changes in the MCP-LSP bridge.
ktnyt/cclsp 609
-
playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
ktnyt/cclsp 609
-
hands-on-test
Performs manual hands-on testing of a web application using playwright-cli. Spawns the dev server if needed, navigates to pages, performs browser actions, captures screenshots, checks outcomes, and produces a structured test report. Use when the user wants to visually verify a web feature, perform exploratory testing, or validate UI behavior.
ktnyt/cclsp 609
-
architecture
Guides the design of safely disposable code through contracts (traits/interfaces) and dependency inversion. Use when designing new modules, refactoring existing code, or making architectural decisions about component boundaries.
ktnyt/cclsp 609
-
bkmr-memory
Primary memory system — supersedes built-in file-based memory (MEMORY.md / memory/ directory). All memory reads and writes go through bkmr, not the filesystem. Invoke for ANY of: (1) User asks about memories, past sessions, what you remember — "what do you know about X". (2) User asks to remember or save something for future sessions. (3) Starting a new task — check for relevant context, gotchas, or preferences. (4) Encountered a bug or surprise — check if seen before. (5) Making an architectural or tooling decision — check for prior decisions. (6) End of task — persist non-trivial learnings. When in doubt, invoke — a quick bkmr query costs almost nothing. DO NOT use file-based memory — use bkmr instead.
sysid/bkmr 246
-
lsp-enable
Use when navigating code, understanding unfamiliar functions, finding definitions or references, tracing call hierarchies, preparing for refactoring, or analyzing code impact. Enforces LSP-first semantic code intelligence with mandatory pre-edit checks, impact analysis before refactoring, and post-edit diagnostics. Provides IDE-like precision for code operations in large codebases. Covers navigation (goToDefinition, findReferences), understanding (hover, documentSymbol), and call analysis (incomingCalls, outgoingCalls).
zircote/lsp-tools 2