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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user