Scaffold a new toggleable feature with full structure, storage, API exposure, and bootstrap registration
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Scaffold a new toggleable feature with full structure, storage, API exposure, and bootstrap registration
Creates TanStack Query hooks for API features with authentication. Use when connecting frontend to backend endpoints, creating data fetching hooks.
Scaffold complete feature with types, repository, API routes, components, store actions, and tests. Use when adding major new functionality like water tracking, sleep tracking, etc.
Add an item to the highlights page. Max 1 per day.
Create a custom React hook with TypeScript and tests
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
Interactive guide for adding new lab members to the website. Gathers information via web research, helps write appropriate bios, optimizes images, and generates properly formatted member files. Use when adding new team members, updating member info, or marking members as alumni.
Add a new calculated metric to the VSM dashboard with test-first development
Create a new mouse profile for a mouse model not yet supported
Use this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links to project AI documentation (CLAUDE.md, AGENTS.md, or Cursor rules). Does not install packages or modify code.
SAM-style feature initiation workflow: discovery -> codebase analysis -> architecture spec -> task decomposition -> validation -> context manifest. Use when a user asks to add a feature, plan a feature, or convert an idea into executable task files.
Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max 20 lines), and externalizing constants. Use when creating new modules, utilities, or any new source files in the project.
Add Neovim plugins not available in NixVim's official plugin set using extraPlugins and extraConfigLua. Use this skill when the user requests adding a plugin by GitHub URL or mentions a plugin that doesn't exist as a native NixVim module.
Use this skill when adding a new NodeBridge handler to src/nodeBridge.ts, including updating types in src/nodeBridge.types.ts and optionally testing with scripts/test-nodebridge.ts
Be **proactive**, but intentional:
Add a new Odoo model integration to an existing Odoo PWA project, creating cache stores, API methods, and UI components.
Fetch OpenCode Zen model details and provide guidance for adding models to acai-ts provider configuration.
Fetch OpenRouter model details and provide guidance for adding models to acai-ts provider configuration.
Add a research paper to the maxpool research-papers collection. Use when the user provides an ArXiv URL, PDF link, or asks to add/summarize a research paper for the website. Handles paper fetching, insight extraction, HTML generation, and index updates.
振り返り観点を追加するガイド。ユーザー指摘から学習し、類似問題を将来検出できるようにする。観点、perspective、チェック追加時に使用。
Updates job schema and adapters with any new hook events the platform supports. Use after research to extend DeepWork's hook system.
Creates platform adapter, templates, tests with 100% coverage, and README documentation. Use after adding hook capabilities.
Captures CLI configuration and hooks system documentation for the new platform. Use when starting platform integration.
Adds a new AI platform to DeepWork with adapter, templates, and tests. Use when integrating Cursor, Windsurf, or other AI coding tools.
Sets up platform directories and verifies deepwork install works correctly. Use after implementation to confirm integration.
Implement playlist track reordering with move operations and position management (project)
Add and remove tracks from playlists with position management and validation (project)
Add a new AI provider or model for recipe generation. Use when adding support for a new LLM provider (Anthropic, Google, etc.) or adding models to an existing provider.
Add a new Git repository to the message registry for automatic message type loading. Use when the user wants to support message types from a new ROS2 repository, or when adding support for a new message package.
Add a review comment to a GitHub pull request.
Use when user wants to add a new sensor to the Enviro+ monitoring system, or asks to monitor a new data point. Guides through importing libraries, initialization, reading sensor values, publishing to Adafruit IO and Home Assistant, updating documentation, testing, and rate limit verification.
새 API 서비스를 생성합니다. service + hook + type 세트를 함께 생성합니다. 사용법: /add-service EntityName
Add shadcn/ui components via pnpm dlx, then normalize generated Tailwind color classes to Scaffa theme tokens
Add new Agent Skill templates to the meta-agent-skills framework.
Add professional social media headers to README files and documentation to enhance engagement and visibility across LinkedIn, YouTube, GitHub, and X (Twitter). Use when you need to add or update social media badges with clickable links to your profiles.
'Enable stricter TypeScript and linting checks to catch bugs early, especially useful when iterating with AI assistance.'
Automatically add a timestamped task entry to today's daily note log when user wants to create a task. Due date is optional.
This skill automates the complete workflow for adding new UI style templates to the ui-style-react project. It handles directory creation, file generation, and automatic registration in the preview sy
Analyze recent changes and add test coverage for HEAD commit
Add unit tests for a component or function
Add unit tests for component or function: $ARGUMENTS
Scaffold new tRPC API endpoints for the dealflow-network project with proper Zod validation, middleware, database functions, and client hooks. Use when adding new API routes, creating CRUD operations, or extending existing routers.
Guide for adding unit tests to AReaL. Use when user wants to add tests for new functionality or increase test coverage.
Add source URLs to workdesk/sources.md one-by-one with validation and duplication checking. Use when user provides links to add to the journal. Does NOT generate summaries.
Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs.
Manually add individual YouTube URLs to a custom collection CSV. Use when adding one-off videos to folders like library-of-minds or random, not from a channel extraction.
Fully wires up a new route with required boilerplate, following this repo's conventions for subapps. Use when user wants to add a new route or app or subapp or page or screen.
Adds new human-readable strings that are translated into users' languages.
Use when adding responses to markdown documents with user-highlighted comments, encountering markup errors, or unsure about mark tag placement - ensures proper model-highlight formatting with required attributes and correct placement within markdown elements
Use when adding new mod parsers to convert game mod strings to typed Mod objects - guides the template-based parsing pattern (project)