refactor: migrate skills from flat .md files to directory structure

This commit is contained in:
Bryan Ramos 2026-04-01 16:56:58 -04:00
parent cb81ce7347
commit e919c91258
5 changed files with 6 additions and 0 deletions

10
skills/project/SKILL.md Normal file
View file

@ -0,0 +1,10 @@
---
name: project
description: Instructs agents to check for and ingest a project-specific skill file before starting work.
---
Before starting any work, check for a project-specific skill file at `.claude/skills/project.md` in the current working directory.
If it exists, read it and treat its contents as additional instructions — project conventions, architecture notes, domain context, or anything else the project maintainer has defined. These instructions take precedence over general defaults where they conflict.
If it does not exist, continue without it.