authz-policy
Define and enforce authorization rules for protected actions, with tests and audit considerations.
performance-pass-ui
Identify and reduce avoidable UI performance regressions (render churn, heavy computations, oversized bundles) without behavior change.
domain-logic-module
Add or refactor domain rules into a testable module boundary with explicit invariants.
job-worker-orchestration
Add background jobs and orchestration with idempotency, retries, and observability aligned to repo conventions.
observability-audit
Ensure logging/metrics/tracing and auditability match the quality bar for changed behavior.
persistence-layer-change
Implement schema/migration changes and update data access patterns safely.
a11y-semantics-pass
Improve semantics and accessibility coverage for UI changes (roles, labels, focus, keyboard, ARIA correctness).
component-scaffold
Create a new UI component consistent with repo conventions (structure, typing, styling, exports).
data-fetching-integration
Wire UI to a data source with typed inputs/outputs, loading/error/empty states, and caching rules.
client-generation
Generate or update typed API clients from canonical contracts.
form-validation
Add input validation rules and UX patterns for forms (client-side validation, errors, submit gating) consistent with repo conventions.
compatibility-check
Validate API compatibility across versions or consumers.
state-modeling
Define client state shape and transitions for non-trivial UI flows (multi-step, branching, async, derived state).
frontend-test-additions
Add or extend frontend tests to cover intended behavior and critical UI states.
contract-update
Update request/response API contracts and client wiring without business logic.
web-design-guidelines
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".
send-email
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
shadcn
This skill should be used when the user asks to "add a component", "use shadcn", "install Button", "create Dialog", "add Form", "use DataTable", "implement dark mode toggle", "use cn utility", or discusses UI components, component libraries, or accessible components. Always use the latest shadcn/ui version and modern patterns.
stripe
>-
supabase-expert
>-
email-best-practices
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
tailwindcss
This skill should be used when the user asks to "style with Tailwind", "add CSS", "configure theme", "use @theme", "add custom colors", "implement dark mode", "use container queries", "add responsive design", "use OKLCH colors", or discusses styling, theming, or visual design. Always use the latest Tailwind CSS version and modern patterns.
react-best-practices
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 improvements.
cartographer
Generate a deterministic project map (Tree.txt + docs/PROJECT_MAP.md) for a repo. Use only when explicitly invoked.
prediction-arbitrage-scout
Scout price discrepancies between Polymarket and Kalshi for discovery and comparison. Read-only; no execution.
personalize-repo
Tailor a bootstrapped repo into a project-specific operating system by capturing intent, constraints, and preferences, then updating docs and generating a repo-local REPO_PROFILE.json. Use only when explicitly invoked.
intake-interview
Interview to extract intent, constraints, assumptions, and success criteria for a new system or major feature. Produces an Intake Brief (not a plan, not code).
governance-sync
End-of-work audit that identifies which governance artifacts should be updated based on actual changes. Use when wrapping a milestone/checkpoint or after multi-file/structural work.
decision-capture
Capture non-trivial decisions as a proposed entry for a repo's decision log (e.g., DECISIONS.md). Use when work involves meaningful tradeoffs.
create-plan
Create a concise, executable plan for a coding task. Use when the user explicitly asks for a plan or when work is clearly multi-step.
bootstrap-repo
Bootstrap or refresh a repo scaffold (governance docs, .codex folder, Tree.txt). Use only when explicitly invoked.
ask-questions-if-underspecified
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
kalshi-markets
Access Kalshi prediction market data including market prices, orderbooks, trades, events, and series information. Use when the user asks about prediction markets, Kalshi markets, betting odds, market prices, or needs to search or analyze prediction market data.
ui-refactor-extract
Refactor UI code without behavior change (extract/rename/reorganize) while preserving public APIs and adding evidence via tests or inspection.
ziwei-doushu
紫微斗數 (Zi Wei Dou Shu / Purple Star Astrology) divination skill. Use when users request astrolabe chart analysis, fortune telling based on birth date/time, or Chinese star astrology. Triggers on: 紫微斗數, 紫微, 斗數, 命盤, 排盤, 星盤, 十二宮, 命宮, 四化, 大限, 流年, ziwei, purple star, astrolabe.
validate-skill
Validate skill directories against AgentSkills spec
scaffold-rules
Scaffold development rules for AI coding agents. Auto-invoked when user asks about setting up rules, coding conventions, or configuring their AI agent environment.
typescript-lsp
Search TypeScript SYMBOLS (functions, types, classes) - NOT text. Use Glob to find files, Grep for text search, LSP for symbol search. Provides type-aware results that understand imports, exports, and relationships.
code-documentation
TSDoc standards for TypeScript/JavaScript code. Automatically invoked when writing, reviewing, or editing any TSDoc comments, code documentation, or API documentation. (project)
optimize-agents-md
Optimize AGENTS.md and rules for token efficiency. Auto-invoked when user asks about improving agent instructions, compressing AGENTS.md, or making rules more effective.
yijing-fengshui
易經陽宅風水分析。基於倪海廈易經陽宅學的風水分析技能,強調「名位相等」與「長幼有序」。觸發詞:風水、陽宅、住宅分析、方位、辦公室風水、老闆位置
voop
Upload files to the web instantly and get a public URL. Use when the user asks to share a file online, publish a file to the web, get a public link for a file, upload HTML/images/PDFs to share, or needs a quick way to make any local file publicly accessible. Trigger phrases include "upload this", "share this file", "publish to web", "get a public URL", "make this accessible online".
ag-skill-creator
Creates and evaluates Agent Skills following the official specification. Use when the user wants to create a new skill, scaffold a skill directory, evaluate or validate an existing skill, or needs guidance on skill structure and format.
cc-skill-creator
Creates and evaluates Agent Skills following the official specification. Use when the user wants to create a new skill, scaffold a skill directory, evaluate or validate an existing skill, or needs guidance on skill structure and format.
cp-skill-creator
Creates and evaluates Agent Skills following the official specification. Use when the user wants to create a new skill, scaffold a skill directory, evaluate or validate an existing skill, or needs guidance on skill structure and format.
code-standards
Setup universal code quality standards in your project. Use when the user wants to generate coding standards files (CLAUDE.md, AGENTS.md, GEMINI.md, etc.) or mentions 'code standards', 'code review setup', or similar intent in any language.
env-sync
Sync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees.
ship
Commit, push, and create a PR in one step. Use when the user says 'ship', 'ship it', '/ship', '提交PR', '发PR', or wants to commit + push + create a pull request in a single action.
video-downloader
Download videos using yt-dlp. Use when user asks to download video, download audio, download subtitles, or provides a video URL from YouTube, Bilibili, Twitter, etc.
daily-news
Generate daily design inspiration & novel things report. Use when user asks for 'design news', 'design daily', 'design inspiration', '设计日报', '设计灵感', 'デザインニュース', 'what's new in design', 'novel products', '新奇事物'. Aggregates from Dribbble, Awwwards, Product Hunt, Behance, design influencers on Twitter, and more.
Page 1362 of 1562 · 78067 results
