UNPKG

@zeix/cause-effect

Version:

Cause & Effect - reactive state management primitives library for TypeScript.

20 lines (10 loc) 1.82 kB
# Agent Skills for Cause & Effect ## Available Skills Use these skills for targeted tasks. Each skill carries embedded reference knowledge and step-by-step workflows: - **`/cause-effect-dev`** — implement features, fix bugs, write tests, or answer questions about the library's internals or public API. Requires access to library source files. Loads references from `.agents/skills/cause-effect-dev/references/` including source-map, internal-types, and shared references (api-facts, non-obvious-behaviors, error-classes). - **`/cause-effect`** — use the library from a consumer project. All knowledge is embedded; no source files required. Loads references from `.agents/skills/cause-effect/references/` including signal-types and shared references (api-facts, non-obvious-behaviors, error-classes). - **`/architect`** — triage issues, gather requirements, design solutions, review API changes. Maintains REQUIREMENTS.md, ARCHITECTURE.md, TODO.md. Loads references from `.agents/skills/architect/workflows/`. - **`/adr-keeper`** — manage Architectural Decision Records. Creates, updates, lists, and supersedes ADRs in the `/adr/` directory. Loads references from `.agents/skills/adr-keeper/`. - **`/changelog-keeper`** — maintain CHANGELOG.md. Adds entries, prepares releases. Loads from `.agents/skills/changelog-keeper/SKILL.md`. - **`/tech-writer`** — keep documentation in sync with source code. Updates README.md, GUIDE.md, ARCHITECTURE.md, REQUIREMENTS.md, CLAUDE.md, JSDoc. Loads references from `.agents/skills/tech-writer/`. > **Note:** The `non-obvious-behaviors.md` reference (loaded by cause-effect and cause-effect-dev skills) contains all non-obvious behaviors that were previously documented here. All factual knowledge has been moved to skill reference files for better maintainability.