Add self-contained OpenCode skill with local scripts and data (#79)

* feat: add opencode skills directory to documentation

* docs: update readme
This commit is contained in:
l3aro
2026-01-16 07:49:49 +07:00
committed by GitHub
parent ae8c564248
commit 9a9704125b
3 changed files with 267 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ Available stacks: `html-tailwind` (default), `react`, `nextjs`, `vue`, `svelte`,
└── data/ # CSV databases (styles, colors, typography, etc.)
└── stacks/ # Stack-specific guidelines (8 CSV files)
.opencode/skills/ui-ux-pro-max/ # OpenCode skill
.windsurf/workflows/ # Windsurf workflow copy
.agent/workflows/ui-ux-pro-max/ # Generic agent workflow copy
.github/prompts/ # GitHub Copilot prompt
@@ -54,7 +55,7 @@ The search engine uses BM25 ranking combined with regex matching. Domain auto-de
When modifying files, keep all agent workflows in sync:
- **Data & Scripts** (`data/`, `scripts/`): Copy changes to `.shared/ui-ux-pro-max/` and `cli/assets/.shared/ui-ux-pro-max/`
- **SKILL.md**: Update corresponding files in `.agent/`, `.cursor/`, `.windsurf/`, `.github/prompts/`, `.kiro/steering/`, `.trae/skills/`
- **SKILL.md**: Update corresponding files in `.agent/`, `.cursor/`, `.windsurf/`, `.github/prompts/`, `.kiro/steering/`, `.trae/skills/`, `.opencode/skills/`
- **CLI assets**: Copy all skill folders to `cli/assets/` (`.claude/`, `.cursor/`, `.windsurf/`, `.agent/`, `.github/`, `.kiro/`, `.trae/`, `.shared/`)
## Prerequisites