docs: add curated assets lists

This commit is contained in:
Matt Bruce 2026-02-11 11:36:11 -06:00
parent a19e6ac618
commit 70bb8c1422
6 changed files with 25 additions and 4 deletions

10
assets/README.md Normal file
View File

@ -0,0 +1,10 @@
# Assets (Staging)
This folder stages non-guide assets for a future migration to a dedicated distribution repo.
Contents:
- agents/: Agent prompt files
- instructions/: Repo-level instruction files
- ios-skills.yaml, android-skills.yaml, shared-skills.yaml: Curated skills lists
Do not add handbook content here. Use docs/ai for the guide.

View File

@ -0,0 +1,2 @@
version: 1
skills: []

2
assets/ios-skills.yaml Normal file
View File

@ -0,0 +1,2 @@
version: 1
skills: []

View File

@ -0,0 +1,8 @@
version: 1
skills:
- name: swiftui-expert-skill
install: "https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill"
- name: onboarding-cro
install: "vercel-labs/agent-skills"
- name: webapp-testing
install: "vercel-labs/agent-skills"

View File

@ -41,11 +41,10 @@ To keep skills consistent across teams, use a central skills registry plus a per
- Sync script that installs the approved set to each developer's laptop - Sync script that installs the approved set to each developer's laptop
- Agents.md points to the manifest and sync command - Agents.md points to the manifest and sync command
### Proposed Curated Repo Structure ### Curated Assets Structure (Current)
Keep the approved list in a single repo and organize by platform: Keep the approved list in a single repo and organize by platform. This repo already includes the /assets folder as the staging area for a future migration.
```text ```text
/assets/ /assets/
ios-skills.yaml ios-skills.yaml
android-skills.yaml android-skills.yaml

View File

@ -43,7 +43,7 @@ The docs under docs/ai map 1:1 to Confluence pages.
- AI-Docs-Plan.md - AI-Docs-Plan.md
## Assets (Non-Guide Content) ## Assets (Non-Guide Content)
Agent prompts and instruction files are stored under assets/ so they can be moved to a separate distribution repo later. Agent prompts, instruction files, and curated skill lists are stored under assets/ so they can be moved to a separate distribution repo later.
## Open Items ## Open Items
- Add link to the central assets repo in Skills Library (single source of truth). - Add link to the central assets repo in Skills Library (single source of truth).