feat: add shared agent skills index and integrate SwiftUI skills for Antigravity compatibility

This commit is contained in:
2026-05-04 11:06:49 -06:00
parent 7129a7dc7e
commit f685ac37dd
9 changed files with 42 additions and 0 deletions

30
.agents/skills/index.md Normal file
View File

@@ -0,0 +1,30 @@
# Shared Agent Skills Index
Skills available through the shared `.agents/` surface for Antigravity-compatible workflow views and other tools that read the Agent Skills open format.
---
## 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)
---
## Compatibility Notes
- `.agents/skills/` is the shared skill source intended for Antigravity-compatible and cross-tool discovery.
- `.opencode/skills/` mirrors the installed skills for OpenCode runtime discovery.

View File

@@ -0,0 +1 @@
../../vendor/agent-skills/SwiftUI-Agent-Skill/swiftui-expert-skill

View File

@@ -0,0 +1 @@
../../vendor/agent-skills/SwiftUI-Agent-Skill/.agents/skills/update-swiftui-apis

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "vendor/agent-skills/SwiftUI-Agent-Skill"]
path = vendor/agent-skills/SwiftUI-Agent-Skill
url = https://github.com/AvdLee/SwiftUI-Agent-Skill.git

View File

@@ -18,7 +18,9 @@ Skills available to the workspace agent.
- [Copilot Prompt Engineering](copilot-prompt-engineering/SKILL.md) - [Copilot Prompt Engineering](copilot-prompt-engineering/SKILL.md)
- [iOS Swift Answering](ios-swift-answering/SKILL.md) - [iOS Swift Answering](ios-swift-answering/SKILL.md)
- [iOS Testing Strategy](ios-testing-strategy/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) - [SwiftUI XFlow Review](swiftui-xflow-review/SKILL.md)
- [Update SwiftUI APIs](update-swiftui-apis/SKILL.md)
--- ---

View File

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

View File

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

View File

@@ -125,4 +125,6 @@ Domain-specific:
- `ios-swift-answering` - `ios-swift-answering`
- `ios-testing-strategy` - `ios-testing-strategy`
- `swiftui-expert-skill`
- `swiftui-xflow-review` - `swiftui-xflow-review`
- `update-swiftui-apis`