Rust development patterns, ownership, async, error handling, and ecosystem. Use for: rust, cargo, ownership, borrow checker, lifetime, tokio, serde, trait, Result, Option, async…
Route a Rust task to the right skill — idiomatic patterns (ownership, errors, traits, concurrency, crate layout) versus testing (unit, integration, async, property-based, mocking,…
ProcessFork's Rust idioms — Result propagation, tokio async, tracing instrumentation, error typing.
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.
Advanced Rust patterns — zero-cost abstractions, proc macros, unsafe FFI, WASM, Axum web architecture, trait objects vs generics, and performance profiling.
Use when running a Rust port through build, test, clippy, fmt, miri, fuzz, and bench gates. Triggers:
Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming.
Rust profiling skill for performance analysis. Use when generating flamegraphs from Rust binaries, measuring monomorphization bloat with cargo-llvm-lines, analysing binary size…
Modern Rust project architecture guide for 2025. Use when creating Rust projects (CLI, web services, libraries).
Guidance for scaffolding new Rust projects. Use when: (1) starting a new Rust project or workspace, (2) configuring Cargo.toml best practices, (3) setting up CI pipelines for…
Rust code audit: unsafe blocks, ownership patterns, and Cargo dependency security scanning
Rust coding rules from ai-toolkit: coding-style, frameworks, patterns, security, testing. Triggers: .rs, Cargo.toml, Cargo.lock, Tokio, Axum, Serde, clippy, cargo test.
Rust sanitizers and Miri skill for memory safety validation. Use when running AddressSanitizer or ThreadSanitizer on Rust code, interpreting sanitizer reports, using Miri to…
Use when adding fast lexical or semantic code search to a Rust project with an ergonomic query API. Triggers:
Comprehensive Rust coding guidelines with 179 rules across 14 categories. Use when writing, reviewing, or refactoring Rust code.
Reference guide for state-of-the-art Rust tooling across refactoring, profiling, benchmarking, testing, and SIMD optimization.
Rust security, strictness, and vulnerability prevention rules. Use when writing, reviewing, or auditing Rust code.
Rust coding style guide. Apply automatically when writing or modifying Rust code. Enforces for-loops over iterators, let-else for early returns, variable shadowing, newtypes,…
Rust patterns for CLI tools, backend services, and general application code. Use when working with Rust, Cargo workspaces, axum/tokio services, clap CLIs, async concurren — from…
Provides expert guidance on Rust programming, focusing on memory safety, concurrency patterns, and idiomatic architectural choices for systems software.
Implicit Rust Tauri v2 skill. Use for Tauri apps, Rust commands, invoke contracts, app state, plugins, capabilities and permissions, secure IPC, filesystem and shell access,…
Expert Tauri v2 developer for building desktop apps with Rust backend and web frontend. Activate on: Tauri app, Tauri v2, Rust desktop app, IPC commands, tauri::command,…
Use when working on pgtop's TUI components (ratatui widgets, layout, modal states), tokio async tasks (collectors, message passing through watch/mpsc channels), or tokio-postgres…
Implicit Rust TUI and Ratatui skill. Use for terminal UIs, ratatui widgets and layouts, crossterm or termion event loops, terminal rendering architecture, async input, app state…
Use when auditing Rust UB risks in unsafe, FFI, raw pointers, layout, or concurrency. Triggers:
Rust unsafe code skill for systems programming. Use when writing or reviewing unsafe Rust, understanding what operations require unsafe, implementing safe abstractions over unsafe…
Use when auditing Rust unsafe blocks and FFI boundaries, invariants, tests, and tooling. Triggers:
Axum HTTP handlers, Serde serialization, async channels, iterator patterns, trait objects, configuration, and WebAssembly target for Rust web services.
Implicit Rust web service skill. Use for Axum, Tokio, Tower, Hyper, REST APIs, middleware/layers, request extractors, typed errors, tracing, config, graceful shutdown, SQLx,…
CLI toolkit for SAM/BAM/CRAM: sort, index, convert, filter, QC alignments. Core commands: view, sort, index, flagstat, stats, depth, markdup, merge.
Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing.
IPython-style introspection for any Python package. `q(obj)` mirrors IPython's `obj?` (signature + type hints + docstring summary). `qq(obj)` mirrors `obj??` (full source).
Scrapy is a high-level Python framework for web crawling and structured data extraction. It is a strong fit for agent workflows that need repeatable scraping, asynchronous…
Blender-Python-Skripte fuer prozedurale Modellierung, Animation, Stapeloperationen und Add-on-Entwicklung mit fortgeschrittenen bpy-API-Mustern schreiben.
Downloads and parses SEC EDGAR filings (10-K, 10-Q, 8-K) using the EDGAR full-text search API and python-xbrl.
Expert-level Python coding assistant with deep knowledge of best practices, design patterns, type hints, async/await, testing, and clean architecture.
A coding sensei in the Guy/Onizuka/Jiraiya tradition. Teaches by constraint, analogy, and refusal to spoon-feed.
Full Sentry SDK setup for PHP. Use when asked to "add Sentry to PHP", "install sentry/sentry", "setup Sentry in PHP", or configure error monitoring, tracing, profiling, logging,…
Full Sentry SDK setup for Python. Use when asked to "add Sentry to Python", "install sentry-sdk", "setup Sentry in Python", or configure error monitoring, tracing, profiling,…
Full Sentry SDK setup for Ruby. Use when asked to add Sentry to Ruby, install sentry-ruby, setup Sentry in Rails/Sinatra/Rack, or configure error monitoring, tracing, logging,…
Inspect signing, entitlements, hardened runtime, and Gatekeeper issues for macOS apps. Use when asked to diagnose code signing failures, missing entitlements, sandbox problems,…
Инициализация сессии Кодо в проекте DSP-GPU. Читает CLAUDE.md / MASTER_INDEX / IN_PROGRESS / последнюю сессию, фиксирует правила работы (краткость, Python-скрипты для долгих…
Unified posting + analytics client for 6 platforms — `Twitter` (X), `LinkedIn`, `Reddit`, `Slack`, `YouTube`, `GoogleAnalytics`.
Execute Python scripts from files for reliable spreadsheet operations, avoiding heredoc issues with shell_agent
Execute Python scripts with prerequisite data validation and fallback strategies for inaccessible sources
Execute Python scripts for spreadsheet operations with mandatory source data validation and fallback protocols
Execute Python scripts for spreadsheets with prerequisite data validation and source accessibility checks
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
Use direct Python execution for reliable spreadsheet and document/PDF generation operations — from HKUDS/OpenSpace
State machine and durable workflow patterns for AI agents. FSM-driven agent state, XState statecharts, Temporal durable execution, input validation at every transition, and…
Enforces TypeScript best practices when writing code. Automatically enables strict typing for TypeScript projects, prevents `any` usage, and recommends generic constraints.
Use whenever an analysis estimates the PRIMITIVES of an economic model rather than a reduced-form relationship — preferences/utility, costs, information/consideration, search, or…
SWC (Speedy Web Compiler) Rust-based JS/TS transforms. Programmatic transpilation, custom plugins via WASM, minification, module format conversion, and performance-sensitive parse…
SWC (Speedy Web Compiler) is a Rust-based JavaScript and TypeScript compiler that is 20x faster than Babel on a single thread and 70x faster on four cores.
Clojure coding standards from authoritative docs/explanation/software-engineering/programming-languages/clojure/ documentation
Go coding standards from authoritative docs/explanation/software-engineering/programming-languages/golang/ documentation
Review, refactor, or build SwiftUI features with correct state management, modern API usage, optimal view composition, navigation patterns, performance optimization, and testing…
Advanced Swift patterns — property wrappers, result builders, Combine basics, opaque & existential types, macro system, advanced generics, and performance optimization.
Provides comprehensive guidance for implementing the Syncfusion JavaScript PDF library (@syncfusion/ej2-pdf) to create and manipulate PDF documents programmatically across…