You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Machine-readable list of all infrastructure SKILL.md files for agents
alwaysApply: true
---
# Skill manifest
This repository enumerates agent `SKILL.md` files under `infrastructure/` and `projects/cognitive_case_diagrams/src/` in `.cursor/skill_manifest.json` (sibling of this `rules/` folder): each entry has `name`, `description`, `path`, and `cursor_at` (use as `@path` in Cursor).
After adding, renaming, or editing skill frontmatter, regenerate:
```bash
uv run python -m infrastructure.skills write
```
Validate the file matches the tree:
```bash
uv run python -m infrastructure.skills check
```
Programmatic access: `from infrastructure.skills import discover_skills` with the repository root `Path`.