원클릭으로
create-skill
Create a new repo-local OpenCode skill scaffold
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new repo-local OpenCode skill scaffold
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-skill |
| description | Create a new repo-local OpenCode skill scaffold |
| compatibility | opencode |
.opencode/skills/<name>/SKILL.mdSkills must install only at the project level (/workspaces/meals/.opencode/skills/), never globally.
Why:
~/.openclaw/skills/, ~/.opencode/skills/, etc.) are not git-trackedHow:
npx -y @lobehub/market-cli skills install <identifier> --dir /workspaces/meals/.opencode/skills
Important: Never run skills install without --dir /workspaces/meals/.opencode/skills. Always confirm the target before installing.
Use this when you want to add a new reusable OpenCode skill to this repository.
This skill should be used when the user asks to "create a proposal", "design a report", "make a one-pager", "build a PDF", "create a newsletter", "design slides", "make event materials", "design a flyer", or needs help with print-ready HTML documents. Provides brand configuration, CSS patterns for print layout, and document design best practices.
Write type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.
Use common project commands via just
Understand project structure, directories, and checks configuration
Use swimlane for task tracking with proper workflow
Astro web framework patterns for content-driven sites. Covers content collections with Zod schemas and loaders, island architecture with selective hydration directives, view transitions with ClientRouter, server-side and hybrid rendering modes, server islands, Astro DB with astro:db, middleware with onRequest, and framework integrations (React, Svelte, Vue). Use when building content-driven websites, configuring island hydration strategies, setting up view transitions, choosing between static and server rendering, integrating UI framework components, defining content collection schemas, or adding middleware.