Skill Claude CodeCodex
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Skill Claude CodeCodex
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Skill Claude CodeCodex
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Skill Claude CodeCodex
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.
Skill Claude CodeCodex
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
Skill Claude CodeCodex
Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
Skill Claude CodeCodex
Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…
Skill Claude CodeCodex
UI/UX design intelligence. Searchable local database with 67 styles, 161 palettes, 57 font pairings, 25 charts, and 21 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, WPF, WinUI 3, UWP, Avalonia, Uno Platform, Nuxt, Nuxt UI, Tailwind, shadcn/ui, Jetpack Compose, Three.js, Angular, Laravel).…
Skill Claude CodeCodex
Analyze and safely optimize OpenSpec main specifications. Use when asked to find semantically duplicate Requirements or Scenarios, cluster related capabilities, enforce spec line/token budgets, or generate reviewable consolidation mappings and diffs without changing main specs automatically.
Instructions file CodexOpenCode
Project instructions for VaneHub AI, a desktop and web interface for managing several AI coding assistants. They define its required technologies and architecture rules.
Instructions file
Instructions for cdavid817/vanehub-ai, covering claude.md and claude code 专属补充(仅本工具适用,不放进 agents.md).
Instructions file Gemini CLI
Instructions for cdavid817/vanehub-ai, covering gemini.md and gemini cli 专属补充(仅本工具适用,不放进 agents.md).
Skill Claude CodeCodex
An API documentation generator that uses interfaces, data types, and examples to produce structured reference material. API means the defined way software programs communicate with each other.
Skill Claude CodeCodex
A code-review guide written in Chinese. It focuses on defects, regression risks, maintainability, and missing tests.
Skill Claude CodeCodex
A code-security review helper that checks source code for common risks, including leaked secrets, command injection, and unsafe file operations. Command injection is when untrusted input causes a system to run unintended commands.
Skill Claude CodeCodex
Use this skill to create or improve README content. Cover what the project does, setup, common commands, configuration, development workflow, and troubleshooting.
Skill Claude CodeCodex
A development skill based on TDD, or test-driven development: write or update a test first, make it pass with the smallest code change, then improve the code and check for regressions.
Skill Claude CodeCodex
A unit-test generator for core functions, edge cases, invalid inputs, and regression scenarios. Unit tests are small automated checks for individual pieces of code.