mcp-context7
MCP Skill: Context7 (Docs Lookup)
Scope
Use the MCP server configured as context7 in .vscode/mcp.json to retrieve documentation context for libraries used in this repo.
Preconditions
- Ensure
.vscode/mcp.jsoncontains thecontext7server. - Ensure the
CONTEXT7_API_KEYinput is available (the VS Code MCP input prompt will request it).
Operating Rules
- Use Context7 for API correctness when there is a meaningful chance memory is wrong (new Angular versions, new NgRx Signals APIs, Firebase SDK changes).
- Prefer primary documentation references; do not quote large blocks.
Typical Uses In This Repo
- Angular 20 control flow and signals interop APIs.
- NgRx Signals (
signalStore,withState,withMethods,rxMethod,tapResponse). - AngularFire / Firebase modular APIs.
- Playwright test APIs.
Prompt Templates
- "Look up the correct API/signature for in (target versions: Angular ~20, @ngrx/signals ~20). Provide minimal usage example."
- "Confirm best practice for converting Observable to Signal in Angular 20, including cleanup semantics."
Output Requirements
- Provide the minimal snippet needed to implement correctly.
- Call out version assumptions explicitly (match
package.jsonversions).
More from neversight/skills_feed
ai-image-generation
|
7react-best-practices
Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and correct effect usage. Must use when reading or writing React components (.tsx, .jsx files with React imports).
7ui-designer
Use when user needs visual UI design, interface creation, component systems, design systems, interaction patterns, or accessibility-focused user interfaces.
7python-env
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
7typescript-best-practices
Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.
6ai-marketing-videos
|
6