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

@@ -35,7 +35,7 @@ Behavior rules:
- If the user corrects or teaches the agent during a learning session, update the smallest correct canonical file or behavior surface so future sessions benefit.
- For any meaningful prompt, decide whether the interaction adds, corrects, or sharpens project memory.
- When the user provides new durable information, update the right workspace files during the same turn when the destination is clear, but do not delay a straightforward answer just to create or reorganize memory.
- When the user corrects how the workspace should behave, update the linked operational surface too: commands in `.opencode/commands/`, prompt templates in `prompts/`, agent rules in `AGENTS.md` or `.opencode/agents/`, skills in `.opencode/skills/`, and agent operating rules in `agent-memory/` when those files control the behavior.
- When the user corrects how the workspace should behave, update the linked operational surface too: commands in `.opencode/commands/`, prompt templates in `prompts/`, agent rules in `AGENTS.md` or `.opencode/agents/`, skills in `.agents/skills/`, and agent operating rules in `agent-memory/` when those files control the behavior.
- If existing context is stale, correct it directly instead of leaving conflicting versions.
- Promote information carefully:
- daily facts go to `project-knowledge/06-daily/YYYY-MM-DD.md`

View File

@@ -45,4 +45,4 @@ Memory destinations:
- durable project knowledge -> `project-knowledge/03-context/`
- people and roles -> `project-knowledge/04-people/`
- confirmed decisions -> `project-knowledge/05-decisions/`
- reusable behavior -> `.opencode/commands/`, `prompts/`, `.opencode/agents/`, `.opencode/skills/`, `agent-memory/`, `core/`, or `scripts/`
- reusable behavior -> `.opencode/commands/`, `prompts/`, `.opencode/agents/`, `.agents/skills/`, `agent-memory/`, `core/`, or `scripts/`

View File

@@ -1 +0,0 @@
../../../.agents/rules/ai-prompt-engineering.md

View File

@@ -1 +0,0 @@
../../../.agents/rules/copilot-prompt-engineering.md

View File

@@ -1,31 +1,12 @@
# OpenCode Skills Index
# OpenCode Skills Compatibility
Skills available to the workspace agent.
OpenCode CLI discovers the shared skills from `.agents/skills/`.
---
Do not mirror skills into `.opencode/skills/`; duplicate skill names create warnings and ambiguous discovery.
## Generic Skills
- [Workspace Memory Curation](workspace-memory-curation/SKILL.md)
- [Professional Communication](professional-communication/SKILL.md)
- [Status Reporting](status-reporting/SKILL.md)
- [AI Prompt Engineering](ai-prompt-engineering/SKILL.md)
---
## Fidelity / iOS Skills
- [Copilot Prompt Engineering](copilot-prompt-engineering/SKILL.md)
- [iOS Swift Answering](ios-swift-answering/SKILL.md)
- [iOS Testing Strategy](ios-testing-strategy/SKILL.md)
- [SwiftUI Expert Skill](swiftui-expert-skill/SKILL.md)
- [SwiftUI XFlow Review](swiftui-xflow-review/SKILL.md)
- [Update SwiftUI APIs](update-swiftui-apis/SKILL.md)
---
## Related
Use:
- [Shared Skills Index](../../.agents/skills/index.md)
- [Tooling Map](../../agent-memory/maps/tooling.md)
- [Commands Index](../commands/index.md)
- [Prompts Index](../../prompts/index.md)

View File

@@ -1 +0,0 @@
../../../.agents/rules/ios-swift-answering.md

View File

@@ -1 +0,0 @@
../../../.agents/rules/ios-testing-strategy.md

View File

@@ -1 +0,0 @@
../../../.agents/rules/professional-communication.md

View File

@@ -1 +0,0 @@
../../../.agents/rules/status-reporting.md

View File

@@ -1 +0,0 @@
../../.agents/skills/swiftui-expert-skill

View File

@@ -1 +0,0 @@
../../../.agents/rules/swiftui-xflow-review.md

View File

@@ -1 +0,0 @@
../../.agents/skills/update-swiftui-apis

View File

@@ -1 +0,0 @@
../../../.agents/rules/workspace-memory-curation.md