maestro-spec-setup
Initialize project specs by scanning codebase for conventions and tech stack
moonbit-refactoring
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions. Use when updating MoonBit packages or refactoring MoonBit APIs, modules, or tests.
esbuild-bundler
Best practices and guidelines for esbuild, the ultra-fast JavaScript and TypeScript bundler and minifier
electron-development
Electron development guidelines for building cross-platform desktop applications with JavaScript/TypeScript
stof
Use this skill whenever the user wants to write, read, understand, debug, or generate Stof (.stof) documents. Stof is a portable data interchange format — JSON + functions — where data carries its own logic. Trigger this skill for: writing .stof files, understanding Stof syntax, converting JSON/YAML/TOML to Stof, designing self-validating configs with schemas, writing prototype types (#[type]), creating workflow pipelines with #[run], embedding logic in data, sending functions over APIs, or any question about Stof fields, functions, attributes, types, unit types, prototypes, schemas, async, imports, or the standard library. Also trigger when the user shows code using `self.`, `#[type]`, `#[main]`, `new X {}`, `schemafy`, prototype type-dispatch syntax, `typename`, or `funcs(attributes = ...)` syntax.
test-manglings
Validate mangled symbols against expected demangled output
html-to-ppt
Convert HTML/Markdown to PowerPoint presentations using Marp
sync-with-swift
Guide for syncing with upstream Swift compiler demangling changes
vue-typescript
Expert in Vue.js TypeScript development with Vite, Pinia, and modern UI frameworks
sddp-specify
Create a feature specification from a natural language description
sddp-specify
Create a feature specification from a natural language description
deno-typescript
Guidelines for developing with Deno and TypeScript using modern runtime features, security model, and native tooling
react-best-practices
Guide React development with best practices from react.dev and Vercel Engineering. Use when reviewing code, debugging performance, or making architectural decisions.
code-only-env
Explains the code-only execution environment to Claude. This skill is automatically activated when the plugin loads, informing Claude that it operates in a restricted environment where ONLY the execute_code tool is available.
coding-assistant
Provides coding assistance with best practices and code review
rust-coding-guidelines
Rust and GPUI coding standards. MUST LOAD before writing any Rust code. Covers error handling, naming conventions, async patterns, file organization, and GPUI-specific rules. This skill is MANDATORY for all Rust work in this project.
founder-voice
Founder voice enforcement for all written output. Apply to any text another person will read.
flutter-coding
Writes high-quality Flutter/Dart code following official conventions and reown-flutter project patterns. Use when writing, reviewing, or refactoring Flutter/Dart code in this codebase.
excalidraw-diagram
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
code-review-router
Intelligently routes code reviews between Gemini CLI and Codex CLI based on tech stack, complexity, and change characteristics. Use when you want an automated code review of your current changes.
swiftui-skills
Apple-authored SwiftUI and platform guidance extracted from Xcode. Helps AI agents write idiomatic, Apple-native SwiftUI with reduced hallucinations.