Skip to content

Commit 3e4649c

Browse files
martincjarvismcj-coder
authored andcommitted
chore: load skill triggers from front matter
1 parent 17091da commit 3e4649c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Agents (or humans acting in these roles) should behave as follows:
7979
When starting a new session (human or agent), do the following:
8080

8181
1. **Bootstrap Skills**: Apply `skills/using-skill-library/SKILL.md`.
82-
- Load the Skills table from `README.md`.
82+
- Load skill name + description from each skill's front matter in `skills/**/SKILL.md`.
8383
- Read `docs/principles.md` for priority/conflict rules.
8484
2. **Brainstorm**: Apply `skills/brainstorming/SKILL.md`.
8585
- Explore requirements and design alternatives.

skills/using-skill-library/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ and workflow discipline.
3131

3232
## Postcondition Success Signal
3333

34-
- Skills table is loaded from `README.md`.
34+
- Skill front matter (name + description) is loaded from `skills/**/SKILL.md`.
3535
- Priority and conflict rules are loaded from `docs/principles.md`.
3636
- Relevant skills are identified and announced before acting.
3737

3838
---
3939

4040
## Process
4141

42-
1. **Inventory**: Read `README.md` and load the Skills table.
42+
1. **Inventory**: Read each skill's front matter (`name`, `description`) from `skills/**/SKILL.md`.
4343
2. **Principles**: Read `docs/principles.md` for priority and conflicts.
4444
3. **Trigger Check**: Match the task to relevant skills.
4545
4. **Announce**: State which skills apply and why.

0 commit comments

Comments
 (0)