Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 3.79 KB

File metadata and controls

35 lines (30 loc) · 3.79 KB

Engram — Agent Skills Index

When working on this project, load the relevant skill(s) BEFORE writing any code.

How to Use

  1. Check the trigger column to find skills that match your current task
  2. Load the skill by reading the SKILL.md file at the listed path
  3. Follow ALL patterns and rules from the loaded skill
  4. Multiple skills can apply simultaneously

Skills

Skill Trigger Path
engram-architecture-guardrails Any change that affects system boundaries, ownership, state flow, or cross-package responsibilities. skills/architecture-guardrails/SKILL.md
engram-branch-pr When creating a pull request, opening a PR, or preparing changes for review. skills/branch-pr/SKILL.md
engram-business-rules Any change that affects sync behavior, project controls, permissions, or memory semantics. skills/business-rules/SKILL.md
engram-commit-hygiene Any commit creation, review, or branch cleanup. skills/commit-hygiene/SKILL.md
engram-cultural-norms Starting substantial work, reviewing changes, or defining team conventions. skills/cultural-norms/SKILL.md
engram-dashboard-htmx Any change to htmx attributes, partial updates, forms, or server-rendered browser UI. skills/dashboard-htmx/SKILL.md
engram-docs-alignment Any code or workflow change that affects user or contributor behavior. skills/docs-alignment/SKILL.md
engram-issue-creation When creating a GitHub issue, reporting a bug, or requesting a feature. skills/issue-creation/SKILL.md
engram-memory-protocol Decisions, bugfixes, discoveries, preferences, or session closure. skills/memory-protocol/SKILL.md
engram-plugin-thin Changes in plugin scripts/hooks for Claude, OpenCode, Gemini, or Codex. skills/plugin-thin/SKILL.md
engram-pr-review-deep Reviewing any external or internal contribution before merge. skills/pr-review-deep/SKILL.md
engram-project-structure Creating files, packages, handlers, templates, styles, or tests in this repo. skills/project-structure/SKILL.md
engram-sdd-flow When user requests SDD or multi-phase implementation planning. skills/sdd-flow/SKILL.md
engram-server-api Any route, handler, payload, or status code modification. skills/server-api/SKILL.md
engram-testing-coverage When implementing behavior changes in any package. skills/testing-coverage/SKILL.md
engram-tui-quality Changes in model, update, view, navigation, or rendering. skills/tui-quality/SKILL.md
engram-ui-elements Adding or changing dashboard UI components or connected browsing flows. skills/ui-elements/SKILL.md
engram-visual-language Any dashboard styling, typography, spacing, or visual identity change. skills/visual-language/SKILL.md
engram-backlog-triage Auditing open issues or PRs, triaging the backlog, or reviewing contributor submissions as a maintainer. skills/backlog-triage/SKILL.md
gentleman-bubbletea When editing Go files in installer/internal/tui/, working on TUI screens, or adding new UI features. skills/gentleman-bubbletea/SKILL.md