Loading...
Loading...
Found 313 Skills
Build production-grade, accessible, and tested component libraries with Storybook, Chromatic, and design tokens
Check test coverage for unstaged changes. Use when user asks to "check coverage", "/coverage", or wants to see which unstaged changes lack test coverage.
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Automated release workflow for oh-my-claudecode
Publish a new release of the Feishu plugin. Use when the user asks to release, publish, or cut a new version.
Build the project, commit all changes, and deploy directly to main. Use when deploying changes to production.
Use when the user wants to manage the dev server — setup, start, stop, restart, or check status.
Enforces safe deployment practices. Use before any production deploy to prevent overwriting newer code. Activated when deploying, pushing to production, or running deploy commands.
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.
Check dependencies for vulnerabilities. Use when user asks to "audit dependencies", "/audit-deps", "check for vulnerabilities", or wants to check dependency health.
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
Official NestJS starter with modular architecture and Jest testing.