docs: add curated assets lists
This commit is contained in:
parent
a19e6ac618
commit
70bb8c1422
10
assets/README.md
Normal file
10
assets/README.md
Normal 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.
|
||||||
2
assets/android-skills.yaml
Normal file
2
assets/android-skills.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version: 1
|
||||||
|
skills: []
|
||||||
2
assets/ios-skills.yaml
Normal file
2
assets/ios-skills.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version: 1
|
||||||
|
skills: []
|
||||||
8
assets/shared-skills.yaml
Normal file
8
assets/shared-skills.yaml
Normal 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"
|
||||||
@ -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
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user