Loading...
Loading...
Automatically loads domain README.md context when you start working in a registered library or module. Reads architecture, public API, and patterns before touching domain-specific code. Activate when the task involves a specific library, domain path, or module the user references.
npx skill4agent add bogusweb/workspace-context-skills domain-contextCLAUDE.md## Domain Registry
<!-- domain-registry-start -->
| Path | Import Path | Description |
|------|-------------|-------------|
| libs/widget-chat | @scope/widget-chat | Chat widget |
<!-- domain-registry-end -->## Domain Registrylibs/widget-chat/domain/store.ts@scope/widget-chat<path>/README.md# <Domain Name>
One-line description.
## Architecture
Diagram or description of layers, key files, data flow.
## Public API
Exported services, components, stores with brief description of each.
## Key Patterns
Conventions specific to this domain (store shape, facade, etc.).
## Usage Example
Minimal code snippet showing how to import and use.
## Dependencies
What this domain depends on and what depends on it.| Situation | Action |
|---|---|
| Skip silently, proceed with code exploration |
| README is outdated (contradicts code) | Trust the code, flag the discrepancy to the user |
| Multiple domains match | Load all matching READMEs |
| Domain registry not in CLAUDE.md | Skip all domain context loading |