NaiveTab 浏览器扩展的 i18n 国际化开发指南。当用户要新增/修改翻译文本、添加多语言 key 时使用。涵盖中英文同步更新规则、变量替换模式等,防止遗漏或格式错误。
Add image vision to Deus agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
Create a game UI injection that modifies existing game elements with proper cleanup
Use when investigating vague symptoms or information-flow bugs requiring differential diagnosis before fixes. Applies to hotfix triage, audit deep-dive, review follow-up.
Guide for adding a new IR instruction to the Hermes compiler. Use when the user asks to add, create, or define a new IR instruction (Inst/Instruction) in the Hermes intermediate…
Step-by-step tutorial for adding a new lightweight JIT CUDA kernel to sglang's jit_kernel module
Add a new journal to the MedSci Skills profile database. Extracts metadata from author guidelines, generates write-paper (detailed) and find-journal (compact) profiles in…
Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
Add tree-sitter language support to codegraph end-to-end — wire the grammar + extractor, write tests, then benchmark extraction quality and retrieval value on 3 popular real-world…
TLCL müfredatına yeni bir ders/görev ekler. js/course.js içindeki courseData dizisine kitapla hizalı bir ders nesnesi ekler, gerekli komutları açar ve en/ aynasını çevirir.
Use when adding or standardizing project license files and README license sections. Defaults to MIT unless the user or repository explicitly asks for another license,…
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
Install a global hotkey that triggers `deus listen` from anywhere on the OS. Also installs sox, whisper-cli, and a whisper model.
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls — from…
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling — from metosin/malli
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling — from metosin/malli
Add new MCP primitives (Tool, Resource, Prompt). Use when asked to add a new tool, resource, or prompt to the MCP server.
Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.
Добавляет медицинские записи в Notion. Используй когда пользователь просит добавить запись в карточку Богданы, Андрея или Вани по файлу анализов/обследований.
Добавляет медицинские записи в Notion. Используй когда пользователь просит добавить запись в карточку Богданы, Андрея или Вани по файлу анализов/обследований.
Add a new language model to the Giselle codebase. Use when the user wants to add, register, or integrate a new LLM model (OpenAI, Anthropic, Google) into the system.
Add or update UniRL model package support. Use when adding diffusion or autoregressive model pipelines, model config dataclasses, Bundle/Pipeline/Stage/Conditions implementations,…
Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and…
Add a new property to an existing data model and propagate changes through model generation to client and server.
Create a new core infrastructure module with standard API, lazy init, and proper structure
Add a native Capacitor feature or plugin to a published app. Installs the plugin, wires up the code, rebuilds, and submits a new version to TestFlight and Play Store.
Workflow and tools for adding new entries from temp.md to the section files. Includes legend format, section reference, code tools, and common pitfalls.
Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max…
Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release.
Add a new package to the Remotion monorepo, including package scaffolding, monorepo registration, documentation, build scripts, tests, and release checklist updates.
【設定追加時は必ず参照】KonomiTV に新しい設定 (v-switch/v-select など) を追加する際の必須手順。SettingsStore.ts / Settings.ts / config.py / Settings/*.vue への追加が必要
Mounts an Obsidian vault as a read-only knowledge base for Nanobot. Registers a vault_search tool (async, full-text, scores by match density) so the agent can search your notes…
Add integration for an additional Odoo Studio model to an existing Odoo PWA project. Use when user wants to add support for another model, mentions "add new model", "integrate…
Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events.
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
Use OpenCode as an agent provider (AGENT_PROVIDER=opencode). OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK.
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.
Git global cfg setup — colors, performance, merge conflicts, aliases for new machines
Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST /organization/new.
Add transactional outbox pattern for reliable event publishing with RavenDB (project)
Add a package to this Home Manager dotfiles repo. Use when the user asks to install, add, or migrate a package — examples "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install…
Add a new V1.34-equivalent interactive command to the RytmRandomizer shell (a pad command, a scene command, an isolated-pad command, etc.).
Add a new Page Object class for a page in the application under test. Invoke when the user asks to "add a PageObject for X", "create a page object", "add the Y page", or implies…
Add PDF reading to Deus agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.
Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.
Adds pi coding agent features: skills, extensions, prompt templates, themes, custom tools, commands, shortcuts, and flags.
Use when adding plan-gated features, flags, limits, or validating plan access via IPlanService
Create/update plan.md with sequenced tasks, file mapping, dependencies and S/M/L estimates
Adds a new AI platform to DeepWork with adapter, templates, and tests. Use when integrating Cursor, Windsurf, or other AI coding tools. — from majiayu000/claude-skill-registry
Implement playlist track reordering with move operations and position management (project)
Add and remove tracks from playlists with position management and validation (project)
Scaffold a new Tauri plugin in this repository when asked to add or create a plugin under `plugins/`.
Add private functions from game DLLs (server.dll/engine.dll) to metamod plugins using signature scanning and symbol lookup.
Neues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben
Author a prompt-enhancement system prompt for a new ecosystem and register/update it on the orchestrator's prompt-analysis service. Use when onboarding a new ecosystem (e.g.
Creates a protected page with Suspense loading pattern. Use when adding new pages that require authentication, creating dashboard pages, or setting up new routes.
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.