From 70bb8c1422d8a0c9a692cead99f3fd176706d5f9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 11 Feb 2026 11:36:11 -0600 Subject: [PATCH] docs: add curated assets lists --- assets/README.md | 10 ++++++++++ assets/android-skills.yaml | 2 ++ assets/ios-skills.yaml | 2 ++ assets/shared-skills.yaml | 8 ++++++++ docs/ai/skills.md | 5 ++--- docs/planning/AI-Docs-Plan.md | 2 +- 6 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 assets/README.md create mode 100644 assets/android-skills.yaml create mode 100644 assets/ios-skills.yaml create mode 100644 assets/shared-skills.yaml diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..20d8aa5 --- /dev/null +++ b/assets/README.md @@ -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. \ No newline at end of file diff --git a/assets/android-skills.yaml b/assets/android-skills.yaml new file mode 100644 index 0000000..53fce10 --- /dev/null +++ b/assets/android-skills.yaml @@ -0,0 +1,2 @@ +version: 1 +skills: [] \ No newline at end of file diff --git a/assets/ios-skills.yaml b/assets/ios-skills.yaml new file mode 100644 index 0000000..53fce10 --- /dev/null +++ b/assets/ios-skills.yaml @@ -0,0 +1,2 @@ +version: 1 +skills: [] \ No newline at end of file diff --git a/assets/shared-skills.yaml b/assets/shared-skills.yaml new file mode 100644 index 0000000..19ae514 --- /dev/null +++ b/assets/shared-skills.yaml @@ -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" \ No newline at end of file diff --git a/docs/ai/skills.md b/docs/ai/skills.md index 1607acb..547efce 100644 --- a/docs/ai/skills.md +++ b/docs/ai/skills.md @@ -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 - Agents.md points to the manifest and sync command -### Proposed Curated Repo Structure -Keep the approved list in a single repo and organize by platform: +### Curated Assets Structure (Current) +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 - /assets/ ios-skills.yaml android-skills.yaml diff --git a/docs/planning/AI-Docs-Plan.md b/docs/planning/AI-Docs-Plan.md index cfe3326..1d026af 100644 --- a/docs/planning/AI-Docs-Plan.md +++ b/docs/planning/AI-Docs-Plan.md @@ -43,7 +43,7 @@ The docs under docs/ai map 1:1 to Confluence pages. - AI-Docs-Plan.md ## 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 - Add link to the central assets repo in Skills Library (single source of truth).