tomevault-io
- 62k skills
- 0 followers
- 16 hours ago last updated
- ▌ Pr Review 2 · tomevault-io bundleReview a Pull Request for code quality, tests, and merge readiness. Use when reviewing PRs, checking for merge conflicts, or providing feedback before merging. Use when this capability is needed.
- ▌ Ship 6 · tomevault-io bundleAutopilot orchestrator for engineering work. Classifies the user's request as CREATE / EVOLVE / POLISH / REMOVE / FIX / AUDIT, infers a depth mode (fast / balanced / production) from risk + complexity signals, announces the pipeline, then routes to the matching core skill (add-feature / modify-feature / polish-ui / remove-feature / fix-bug / audit) with mode= and any include= / skip= overrides. STOPS at code-ready — never commits, pushes, or opens PRs. Use when the user describes a goal and wants the system to pick the right workflow and depth on its own. Trigger phrases — "ship", "/ship", "ship this", "just build this", "make this happen", "figure it out for me", "autopilot this", "engineer this end-to-end", "production-ready this". Skip for — when a specific workflow is already named (call /add-feature, /modify-feature, /polish-ui, /fix-bug, /remove-feature directly), pure git operations (/commit, /commit-and-push, /open-pr), planning-only requests, or single-line cosmetic tweaks done inline without orchest
- ▌ Code Review 16 · tomevault-io bundleCode review assistance with linting, style checking, and best practices Use when this capability is needed.
- ▌ Code Reviewer 4 · tomevault-io bundlePerform comprehensive code reviews with focus on correctness, performance, security, and maintainability. Use when reviewing pull requests, merge requests, or code changes. Use when this capability is needed.
- ▌ Testing 16 · tomevault-io bundleMANDATORY - Load before writing tests. Covers fakes over mocks, golden files, goleak, httptest, fuzzing, parallel tests, synctest, race detection, test coverage, table-driven tests. Enforces project test conventions. Use when this capability is needed.
- ▌ React 6 · tomevault-io bundleReact best practices and patterns. Use for component design, hooks, state management, and React performance optimization. Use when this capability is needed.
- ▌ Publish 2 · tomevault-io bundle发布扩展到 VS Code Marketplace 和 Open VSX Registry,确保两个市场同步更新。 Use when this capability is needed.
- ▌ Doctor 2 · tomevault-io bundleSystem health diagnostics and troubleshooting Use when this capability is needed.
- ▌ Verify 6 · tomevault-io bundleVerify agent identity using ERC-8004 on-chain registry Use when this capability is needed.
- ▌ Opentui 2 · tomevault-io bundleBuild terminal UIs with OpenTUI. Covers the core API, native audio, keymaps, React and Solid bindings, components, layout, keyboard input, plugins, and testing. Use when this capability is needed.
- ▌ Pymapdl CLI 2 · tomevault-io bundleHow to use the PyMAPDL command-line interface to start, stop, list, and execute commands on MAPDL instances from a terminal. Use this skill whenever the user wants to control MAPDL from the command line, run APDL commands via the shell, manage running MAPDL processes, script MAPDL workflows without writing Python, or pipe APDL into a running solver — even if they don't explicitly say "CLI". Use when this capability is needed.
- ▌ Consult 2 · tomevault-io bundleTechnical consultation without implementation. Use when the user invokes /consult or asks questions about the code or approach. Use when this capability is needed.
- ▌ Openspec Bulk Archive Change 8 · tomevault-io bundleArchive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
- ▌ Git Commit 4 · tomevault-io bundleStage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits. Use when this capability is needed.
- ▌ Skill Creator 14 · tomevault-io bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
- ▌ Python 4 · tomevault-io bundleWrite and run Python scripts for data scraping, analysis, file processing, HTTP requests, and automation tasks. Python 3 is pre-installed with requests, beautifulsoup4, lxml, and playwright. Use when this capability is needed.
- ▌ Playwright CLI 3 · tomevault-io bundleAutomate browser interactions, test web pages and work with Playwright tests. Use when this capability is needed.
- ▌ Gog 11 · tomevault-io bundleGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Use when this capability is needed.
- ▌ Implement 4 · tomevault-io bundleBuild and validate loop (BUILDER + validation) - implements the architecture, runs tests, iterates until passing. Writes code following the plan. Use when this capability is needed.
- ▌
- ▌ Github 27 · tomevault-io bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
- ▌ Opentui 3 · tomevault-io bundleBuild terminal UIs with OpenTUI, a TypeScript library using Yoga-powered flexbox layout. Use when creating terminal applications, working with Text/Box/Input/Select/ScrollBox components, handling keyboard input, or writing OpenTUI tests. Use when this capability is needed.
- ▌ CI 5 · tomevault-io bundleRun complete CI checks locally (build debug/release, run tests, check warnings) Use when this capability is needed.
- ▌ Skills 2 · tomevault-io bundleThis skill uses the BrowserAct YouTube Batch Transcript Extractor API template to provide users with an automated service for extracting YouTube video transcripts and metadata in batch. Simply by providing search keywords and filters, you can batch extract full video transcripts, likes, and channel metadata without writing crawler scripts. Use when this capability is needed.
- ▌ API Design 2 · tomevault-io bundle当用户要求API/接口/DTO设计、请求响应结构、分页、命名规范或校验规则时使用。 Use when this capability is needed.
- ▌
- ▌
- ▌ Ccxt Typescript 2 · tomevault-io bundleCCXT cryptocurrency exchange library for TypeScript and JavaScript developers (Node.js and browser). Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors. Use when working with crypto exchanges in TypeScript/JavaScript projects, trading bots, arbitrage systems, or portfolio management tools. Includes both REST and WebSocket examples. Use when this capability is needed.
- ▌ Google 2 · tomevault-io bundleSearch the web for information. Use when you need to look something up, find current information, or research a topic. Use when this capability is needed.
- ▌ Git Workflow 2 · tomevault-io bundleUse for any git operation — branching, merging, rebasing, conflict resolution, or understanding git state. Defines safety rules for destructive commands. Use when this capability is needed.
- ▌ Rust Pro 4 · tomevault-io bundleMaster Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. Expert in the latest Rust ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for Rust development, performance optimization, or systems programming. Use when this capability is needed.
- ▌ Code Review 17 · tomevault-io bundlePerform Codex-style full-repository review for Gait (not PR-limited), with severity-ranked findings focused on regressions, fail-closed safety, determinism, portability, and docs/CLI contract correctness. Use when this capability is needed.
- ▌ Cut Release 2 · tomevault-io bundleCut a new Gait release tag directly from main, monitor release/post-release validation, and run up to 2 hotfix PR loops when failures are actionable. Use when this capability is needed.
- ▌ Frontend Design 10 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
- ▌ PDF 7 · tomevault-io bundleExtracts text and tables from PDF files, fills PDF forms, and creates/merges/splits PDF documents. Use when users mention PDFs, forms, document extraction, or PDF generation.
- ▌ Lint 4 · tomevault-io bundleRun code linting and static analysis. Use to check code quality, find issues, or auto-fix style problems. Use when this capability is needed.
- ▌ Test 10 · tomevault-io bundleRun the test suite. Use when running tests, checking test coverage, or validating code changes. Use when this capability is needed.
- ▌ Github 7 · tomevault-io bundleInteract with GitHub using the gh CLI for pull requests, issues, and runs. Use when this capability is needed.
- ▌ DB 3 · tomevault-io bundleConnect to any database — Cloud SQL, PostgreSQL, Snowflake, Databricks, Athena, Presto, or Oracle. Use when this capability is needed.
- ▌ Blucli 3 · tomevault-io bundleBluOS CLI (blu) for discovery, playback, grouping, and volume. Use when this capability is needed.
- ▌ Gemini 4 · tomevault-io bundleGemini CLI for one-shot Q&A, summaries, and generation. Use when this capability is needed.
- ▌ Github 8 · tomevault-io bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
- ▌ Notion 3 · tomevault-io bundleNotion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
- ▌ Oracle 3 · tomevault-io bundleBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns). Use when this capability is needed.
- ▌ Next 3 · tomevault-io bundleNext.js adapter for embedding emulators directly in a Next.js app via @emulators/adapter-next. Use when the user needs to embed emulators in Next.js, set up same-origin OAuth for Vercel preview deployments, create an emulate catch-all route handler, configure Auth.js/NextAuth with embedded emulators, add persistence to embedded emulators, or wrap next.config with withEmulate. Triggers include "Next.js emulator", "adapter-next", "embedded emulator", "same-origin OAuth", "Vercel preview", "createEmulateHandler", "withEmulate", or any task requiring emulators inside a Next.js app. Use when this capability is needed.
- ▌ Init 4 · tomevault-io bundleInitialize or update the project using the `specify` CLI (--refresh for templates, --update to upgrade CLI, --clear to reset status line). Do NOT search for speckit or spec-kit binaries. Use when this capability is needed.
- ▌ CI CD 5 · tomevault-io bundleCI/CD pipeline design — GitHub Actions templates, caching strategies, secret management, and pipeline patterns (fan-out, matrix, conditional deploy). Use when setting up continuous integration, continuous deployment, automating build/test/deploy workflows, or debugging CI failures. Use when this capability is needed.
- ▌ Test 11 · tomevault-io bundleRun test suite for a project. Detects test framework and runs appropriate commands. Use when this capability is needed.
- ▌ Create Skill 2 · tomevault-io bundleCreate a new Kai skill from a single natural-language request, then install it into the sandbox so it's invokable as /<id>. Use when this capability is needed.
- ▌ Bird 3 · tomevault-io bundleX/Twitter CLI for reading, searching, posting, and engagement via cookies. Use when this capability is needed.
- ▌ Tmux 11 · tomevault-io bundleRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when this capability is needed.
- ▌ Commit 8 · tomevault-io bundleGenerate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English Use when this capability is needed.
- ▌ AI 2 · tomevault-io bundleAI/LLM 能力索引。Agent 开发、LLM 安全、RAG 系统。当用户提到 AI、LLM、Agent、RAG、Prompt 时路由到此。 Use when this capability is needed.
- ▌ Github 9 · tomevault-io bundleGitHub and Git workflow helpers, Issues and Projects v2 management via gh CLI; triggers on 'github', 'create issue', 'list issues', 'github project', 'project board', 'sync tasks', 'create pr', 'pr checks', 'retrigger tests', 'bump version', 'push'. Use when this capability is needed.
- ▌ Openocr 2 · tomevault-io bundleExtract text from images, documents and scanned PDFs using OpenOCR Use when this capability is needed.
- ▌ Design 2 · tomevault-io bundleIntentional design thinking for interfaces, components, and systems. Use when the user asks to "build a UI", "design a page", "create a component", "make this look good", "design an API", "design a system", or any task where aesthetic or structural design decisions matter. Use when this capability is needed.
- ▌ Review 3 · tomevault-io bundleFramework for code review that captures context future maintainers need—concerns raised, alternatives rejected, risks accepted. Use for PRs, local changes, or architecture review when the decision matters more than the diff. Produces structured feedback with must-address issues, suggestions, and observations "for the record. Use when this capability is needed.
- ▌ Vue 15 · tomevault-io bundleVue.js progressive JavaScript framework. Use when building Vue components, working with reactivity (ref, reactive, computed, watch), or implementing Vue Composition API patterns. Use when this capability is needed.
- ▌ Vue 16 · tomevault-io bundleVue 3 development with Composition API, Pinia, Vue Router, TypeScript, and best practices Use when this capability is needed.
- ▌ Debug 4 · tomevault-io bundleSystematic debugging with MCP integration, auto-invoke from qa-commit, Phase 7 Harden Use when this capability is needed.
- ▌ Setup 7 · tomevault-io bundleOne-time environment setup for new team members Use when this capability is needed.
- ▌ Init 5 · tomevault-io bundleInitialize cc-suite for the current project — sets up the AGENTS.md bridge, registers Codex and Claude MCP servers, and generates a .cc-suite.md config. Skill counterpart to /cc-suite:init. Use when this capability is needed.
- ▌ Batch Deps Upgrade 2 · tomevault-io bundleBatch all open Dependabot dependency upgrade PRs into a single PR Use when this capability is needed.
- ▌ Flutter 3 · tomevault-io bundleExpert skill for building high-performance cross-platform mobile apps using Flutter and Dart. Use when this capability is needed.
- ▌ Weather 5 · tomevault-io bundleGet current weather and forecasts (no API key required). Use when this capability is needed.
- ▌ Vue 17 · tomevault-io bundleEnforce Vue 3.5+ single-file component conventions with <script setup>, Composition API only, type-safe defineProps/defineEmits, defineModel, useTemplateRef. Use when editing .vue files or when the user mentions Vue component, props, emits, v-model, composable, or script setup. Forbids Options API, mixins, untyped props, manual ref strings. Use when this capability is needed.
- ▌ Research 2 · tomevault-io bundleMulti-source comprehensive research using claude-researcher and gemini-researcher agents. Three modes - Quick (3 agents), Standard (9 agents), Extensive (24 agents with be-creative skill). USE WHEN user says 'do research', 'quick research', 'extensive research', 'find information about', 'investigate', 'analyze trends', 'current events', or any research-related request. Use when this capability is needed.
- ▌ REST API 2 · tomevault-io bundleREST API design - use when working on related tasks Use when this capability is needed.
- ▌ Github 10 · tomevault-io bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
- ▌ Notion 4 · tomevault-io bundleNotion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
- ▌ Commit 9 · tomevault-io bundleCreate standardized git commits following Terrae's conventions Use when this capability is needed.
- ▌ Review 4 · tomevault-io bundleReview code changes implemented in the current session before committing Use when this capability is needed.
- ▌ Release 16 · tomevault-io bundlePrepare a Terrae component for release by running all checks and builds Use when this capability is needed.
- ▌ Qmd 3 · tomevault-io bundleLocal hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections. Use when this capability is needed.
- ▌ Commit 10 · tomevault-io bundleCreate a well-formatted git commit following best practices Use when this capability is needed.
- ▌ Review 5 · tomevault-io bundlePerform a thorough code review of recent changes Use when this capability is needed.
- ▌ S2 Unit Test 2 · tomevault-io bundleGuidelines for writing and maintaining unit tests in the S2 project. Use when modifying source code to ensure proper test coverage. Use when this capability is needed.
- ▌ Add Icon 2 · tomevault-io bundleAdd a new Tabler icon to the project. Use when adding icons to the UI. Use when this capability is needed.
- ▌ Git 8 · tomevault-io bundleGit workflow conventions for Graph Explorer. Use when making commits, creating branches, or discussing version control practices. Use when this capability is needed.
- ▌ Testing 5 · tomevault-io bundleGuide for creating and running tests in the Markco VS Code extension Use when this capability is needed.
- ▌ Rust Pro 2 · tomevault-io bundleMaster Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. Expert in the latest Rust ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for Rust development, performance optimization, or systems programming. Use when this capability is needed.
- ▌ Testing 6 · tomevault-io bundleTesting conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite. Use when this capability is needed.
- ▌ Ship 4 · tomevault-io bundleShip current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed. Use when this capability is needed.
- ▌ Rust 9 · tomevault-io bundleWhen writing, refactoring, testing, or configuring Rust — follow Bryan's toolchain, error-handling, crate, and structure preferences and the standard verification gate. Use when this capability is needed.
- ▌ Testing 7 · tomevault-io bundleRun and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Use when asked to run tests, fix test failures, debug integration tests, troubleshoot Docker/database container issues, or add new tests. Also use when verifying code changes work correctly or when CI test failures need investigation. Use when this capability is needed.
- ▌ Vercel React Best Practices 12 · tomevault-io bundleReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
- ▌ Tdd 7 · tomevault-io bundleTest-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable. Use when this capability is needed.
- ▌ REST API 3 · tomevault-io bundleBuild production-ready REST APIs with contract-first design, secure auth, robust testing, and deployment runbooks. Use when this capability is needed.
- ▌ Tmux 12 · tomevault-io bundleInstructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background. Use when this capability is needed.
- ▌ Tmux 13 · tomevault-io bundleRemote control tmux sessions for interactive command-line work. Send keystrokes and scrape pane output from Python REPLs, debuggers, and other interactive terminal applications. Use when working with interactive CLI tools, debugging sessions, or REPL-driven development. Use when this capability is needed.
- ▌ Obsidian 2 · tomevault-io bundleWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when this capability is needed.
- ▌ Peekaboo 2 · tomevault-io bundleCapture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
- ▌ Remotion Best Practices 2 · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Status 2 · tomevault-io bundleThis skill should be used when the user asks "mira status", "show status", "how is mira doing", "system status", "index stats", "show mira stats", or wants a quick overview of Mira's index, storage, and active goals. Use when this capability is needed.
- ▌ PDF 8 · tomevault-io bundleComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use when this capability is needed.
- ▌ Release 17 · tomevault-io bundleMerge PR, tag release, and create GitHub release with changelog notes Use when this capability is needed.
- ▌ Codex 2 · tomevault-io bundleDelegate a task to OpenAI Codex for an independent analysis. Use when asked to get a second opinion, run Codex, use Codex for review, or when a task would benefit from a separate model's perspective — code review, security audit, plan review, architecture analysis, etc. Use when this capability is needed.
- ▌ Security 2 · tomevault-io bundleSecurity review process and vulnerability prevention. Use when reviewing code for security issues, implementing authentication or authorization, handling user input or secrets, adding API endpoints, or approving code that touches security boundaries. Also use for OWASP Top 10 analysis, secret scanning, dependency auditing, or when code handles forms, file uploads, sessions, tokens, database queries, or shell commands. Essential when someone says 'it's just a small change. Use when this capability is needed.
- ▌ Github 11 · tomevault-io bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
- ▌ Openspec Archive Change 4 · tomevault-io bundleArchive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.