julianromli/opencode-template
Skill Claude CodeCodex
Optimize Next.js App Router data fetching by converting slow client-side fetching to fast server-side fetching using React Server Components (RSC). Use when: User reports slow initial page load with loading spinners Page uses useEffect + useState for data fetching StoreContext/useStore pattern causes waterfall…
julianromli/opencode-template
Skill Claude CodeCodex
Manage shadcn/ui components using MCP tools. Use when user needs to: (1) Add new shadcn components to a project (2) Build complex UI features requiring multiple components (3) Research component implementations and examples (4) Get component installation commands Triggers: "add shadcn", "shadcn component", "build UI…
julianromli/opencode-template
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
julianromli/opencode-template
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
julianromli/opencode-template
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
julianromli/opencode-template
Skill Claude CodeCodex
Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
julianromli/opencode-template
Skill Claude CodeCodex
Replace with description of the skill and when Claude should use it.
julianromli/opencode-template
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
julianromli/opencode-template
Skill Claude CodeCodex
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page…
julianromli/opencode-template
Skill Claude CodeCodex
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification.
julianromli/opencode-template
Skill Claude CodeCodex
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.
julianromli/opencode-template
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
julianromli/opencode-template
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.
julianromli/opencode-template
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
julianromli/opencode-template
Skill Claude CodeCodex
Use when grep/ripgrep fails on Windows due to paths with backslash-space sequences creating malformed paths like 'nul' from \n+ul.
julianromli/opencode-template
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.
julianromli/opencode-template
Skill Claude CodeCodex
Use when creating new skills, editing existing skills, or verifying skills work before deployment.