بنقرة واحدة
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 المهني
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.
| 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.