mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
feat(Agents): add generate-pr-description skill (#26586)
This commit is contained in:
17
.agents/README.md
Normal file
17
.agents/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# .agents
|
||||
|
||||
Source of truth for this repo's agent skills and rules:
|
||||
|
||||
- `skills/<name>/SKILL.md`
|
||||
- `rules/<name>.md`
|
||||
|
||||
Agent-specific directories expose each via a relative symlink — for Claude Code:
|
||||
|
||||
.claude/skills/<name> -> ../../.agents/skills/<name>
|
||||
.claude/rules/<name>.md -> ../../.agents/rules/<name>.md
|
||||
|
||||
To add a skill or rule: create it here, then symlink it.
|
||||
|
||||
The skills in this repository often build on those from
|
||||
[agent-toolkit](https://github.com/eai-org/agent-toolkit/), invoking them when available.
|
||||
Installing the toolkit at user level is therefore recommended.
|
||||
Reference in New Issue
Block a user