refactor: update skill paths to use .agents/skills/ for consistency and remove obsolete skill references

This commit is contained in:
2026-05-05 16:22:42 -06:00
parent e4b39c4a9e
commit f72a828805
21 changed files with 21 additions and 51 deletions

View File

@@ -80,7 +80,7 @@ Default path patterns:
```text
.opencode/commands/*.md
.opencode/agents/*.md
.opencode/skills/*/SKILL.md
.agents/skills/*/SKILL.md
prompts/*.md
agent-memory/**/*.md
core/**/*.md
@@ -179,6 +179,6 @@ The agent should also identify recurring quality gaps proactively. If an answer
For technical topics, recurring gaps often belong in:
- domain-specific guidance under `project-knowledge/03-context/`
- reusable skills under `.opencode/skills/`
- reusable skills under `.agents/skills/`
- agent behavior rules under `.opencode/agents/`, `AGENTS.md`, or `agent-memory/`
- source anchors for official/current documentation