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

@@ -51,11 +51,11 @@ Commands, prompts, skills, workflows, and automation surfaces that make the work
## Skills
- Shared skills source: `.agents/skills/`
- Skills index: `.opencode/skills/index.md`
- Workspace memory curation: `.opencode/skills/workspace-memory-curation/SKILL.md`
- Professional communication: `.opencode/skills/professional-communication/SKILL.md`
- Status reporting: `.opencode/skills/status-reporting/SKILL.md`
- AI prompt engineering: `.opencode/skills/ai-prompt-engineering/SKILL.md`
- Skills index: `.agents/skills/index.md`
- Workspace memory curation: `.agents/skills/workspace-memory-curation/SKILL.md`
- Professional communication: `.agents/skills/professional-communication/SKILL.md`
- Status reporting: `.agents/skills/status-reporting/SKILL.md`
- AI prompt engineering: `.agents/skills/ai-prompt-engineering/SKILL.md`
---