mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 16:00:11 -04:00
refactor: migrate skills from flat .md files to directory structure
This commit is contained in:
parent
cb81ce7347
commit
e919c91258
5 changed files with 6 additions and 0 deletions
10
skills/project/SKILL.md
Normal file
10
skills/project/SKILL.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue