Resources
4Install
npx skillscat add navanithans/agent-skill-kit/ask-project-memory Install via the SkillsCat registry.
SKILL.md
✅ MUST read decisions file before starting new tasks
✅ MUST not violate past decisions
✅ MUST append new decisions in structured format
</critical_constraints>
1. **Read**: Check if `.docs/decisions.md` exists
2. **Update**: Append new decision in structured format
3. **Reference**: Read before any new task to ensure consistency
```markdown
## [Date] Decision: Use UUIDs
* **Context:** Needed for security/scaling.
* **Decision:** All new migrations must use `$table->uuid('id')`.
* **Status:** Accepted.
```