Add a standard Purpose comment above each pure virtual method declaration in C++ interface header files (.h/.hpp).
C++ coding standards (C++ Core Guidelines). Core rules for philosophy, interfaces, functions, classes, resource management, error handling, and immutability.
Advanced C++ standards — concurrency (CP.*), templates & C++20 concepts (T.*), standard library (SL.*), enumerations (Enum.*), source files & naming (SF.*/NL.*), performance…
Comprehensive guidelines for safe pointer management in C/C++ code. Use when working with pointer variables, dynamic memory allocation, or any code involving pointer operations to…
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization.
C++20 specialist with expertise in modern C++ features, performance optimization, and system programming
C++ coding style and naming conventions for Smith (primarily src/smith), including formatting via the CMake `style` target.
Use when programmatically driving Salesforce CPQ operations from Apex or REST — creating quotes, adding products, calculating pricing, saving quotes, amending contracts, or…
Use when querying, mapping, or building against Salesforce CPQ managed-package objects (SBQQ__ namespace): Quote, QuoteLine, QuoteLineGroup, DiscountSchedule, PriceRule,…
Use when diagnosing or resolving slow CPQ quote calculation, QLEx timeouts, or governor limit errors on large quotes.
Use when designing or troubleshooting Salesforce CPQ (SBQQ) quote templates: building template sections, configuring line columns, conditionally showing sections, generating…
Use when deciding whether to implement Salesforce CPQ or stay with standard Products and Pricebooks for quoting and pricing.
CPU cache optimization skill for C/C++ and Rust. Use when diagnosing cache misses, improving data layout for cache efficiency, using perf stat cache counters, understanding false…
Use when the user asks about the actual CPU speed a vCPU receives, what frequency a core runs at, Turbo Boost effects, Balanced vs High Performance power policy, or nominal /…
Establish CPU/GPU baselines before resource-intensive operations. Use for regression detection.
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding…
Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and resource efficiency.
Implement and deserialize all CQL types including primitives (int, text, timestamp, uuid, varint, decimal), collections (list, set, map), tuples, UDTs (user-defined types), and…
CQRS+DDD implementation patterns for .NET. Use when designing aggregates, implementing command/query handlers, setting up repositories, or understanding architectural principles.
CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing temporal queries, or…
Implementing Command Query Responsibility Segregation for separating read and write operations in distributed systems.
Unified cqs CLI dispatcher — semantic code search, call graph navigation, impact analysis, quality tools, notes, and infrastructure.
Génère des modèles structurés pour l'évaluation des compétences bureautiques, incluant la fiche d'évaluation principale, les modèles de commentaires de l'évaluateur et les…
【Code Review 子 Agent · 门控二】对 git diff 逐项执行代码质量门控检查(运行时异常、性能瓶颈、安全漏洞、权限缺失、破坏性变更等 10 项),按 LOGAF h/m/l 分级输出,h 级清零后方可进入门控三。由 spec-driven-dev 的 code_review 阶段自动调用。
Local code review using CodeRabbit CLI. Use when user wants to review changes before committing or pushing.
【Code Review 子 Agent · 门控三】基于 Sentry LOGAF 三级标注(h/m/l)对代码变更执行 8 维度全面评审(设计合理性、测试质量、预期行为验证、长期影响、代码复杂度、规范执行、变更范围、知识共享)。输出结构化 Checklist 报告并给出最终裁决。由 spec-driven-dev 的 code_review…
Prüft Cyber Resilience Act für Roboter, Steuerungssoftware, Apps, Cloud-Komponenten und Updatekanäle.
Migrates a Create React App project to Vite 5.x + Vitest using a strangler-fig approach: both build tools run in parallel until Vite is proven equivalent, then CRA is removed.
AI pet companion — a pixel lobster that grows from your OpenClaw usage. Use when user mentions pet, crabpet, lobster pet, my crab, pet status, pet card, pet level, share pet, pet…
Complete strategic problem-solving methodology from "Cracked It!" by Garrette, Phelps & Sibony. Use when users need to solve complex ill-defined business problems, structure and…
Cradl AI integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cradl AI data.
Cradlepoint integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cradlepoint data.
Manage Craft notes, documents, and tasks via CLI. Use when the user asks to add notes, create documents, manage tasks, search their Craft documents, or work with daily notes.
Captures writing style/voice into AUTHOR_VOICE.md so AI can write like the user. Use when asked to match tone, write like me, replicate voice, or capture writing style for content…
Complete skill suite for managing Craft CMS content including sections, entry types, fields, entries, drafts, field layouts, and sites.
Craft methodology for the trades — how skilled work is organized, decomposed, sequenced, and evaluated from first principles through finished artifact.
Craftboxx integration. Manage data, records, and automate workflows. Use when the user wants to interact with Craftboxx data.
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
Generate optimized instructions for Claude (Project instructions, Skills, or standalone prompts). Use when users request creating project setups, writing effective prompts,…
CraftMyPDF integration. Manage PDFDocuments, Users, Workspaces. Use when the user wants to interact with CraftMyPDF data.
Automate Craftmypdf tasks via Rube MCP (Composio). Always search tools first for current schemas. — from general/automation
Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check().
Fully autonomous epic execution. Runs until ALL children are CLOSED. Loops through beads issues, runs /implement on each, validates with /vibe. NO human prompts, NO stopping.
Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP…
Set up crash instrumentation with actionable context. Use when configuring crash capture, error boundaries, or breadcrumb strategies.
Invoke CRASH_RECOVERY_SPECIALIST for session recovery after crashes or context loss. Creates checkpoints, reconstructs state, and generates handoff notes for seamless recovery.
Triage Android crash reports from Crashlytics, Sentry, Play Console, or local stack traces — identifying whether it's a recent regression, a known library bug, an…
Audit a crate for line count, dependency hygiene, and code quality. Use for periodic crate health checks.
Use when web.run fails to parse a webpage and you need raw Markdown via Crawl4AI.
Web sitesini markdown'a crawl eder + web-scrape-cleaner ile temizler.
Crawl4AI is an open-source web crawler that converts any website into clean, LLM-ready Markdown for RAG pipelines, AI agents, and data extraction workflows.
Self-hosted web crawling and content extraction exposed as MCP tools. Scrape pages, crawl sites with depth control, and extract clean markdown — all self-hosted and free.
Crawlbase integration. Manage data, records, and automate workflows. Use when the user wants to interact with Crawlbase data.
Implements intelligent web crawling using the Crawlee framework with adaptive request routing between CheerioCrawler and PlaywrightCrawler.
Crawlee is Apify’s open source crawling and scraping framework for Node.js. It unifies HTTP scraping and browser automation, adds queues, storage, retries, proxies, and lets…
Crawlee is Apify's open source web crawling and scraping library for Node.js. It combines request queueing, browser automation, proxy support, and storage primitives so agents can…
Builds scalable web collection pipelines with Crawlee, Apify’s open-source crawling and browser automation library.
Check Promptwatch AI crawler activity, top crawled pages, and sitemap crawl progress. Use when diagnosing crawler access, robots.txt blocking, sitemap coverage, AI crawler drops,…
Loro CRDT state management with loro-mirror. Use when working on files in src/lib/crdt/.
Use when drafting or revising the 中文摘要 or 英文 abstract for a 《中国农村经济》 manuscript. Enforces the five-sentence pattern, requires quantified findings, and forbids empty-significance…