← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 160 of 623

  1. Pr Review 2 · tomevault-io bundle
    Review 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.
    2 installs
  2. Ship 6 · tomevault-io bundle
    Autopilot 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
    0 installs
  3. Code Review 16 · tomevault-io bundle
    Code review assistance with linting, style checking, and best practices Use when this capability is needed.
    0 installs
  4. Code Reviewer 4 · tomevault-io bundle
    Perform 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.
    0 installs
  5. Testing 16 · tomevault-io bundle
    MANDATORY - 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.
    0 installs
  6. React 6 · tomevault-io bundle
    React best practices and patterns. Use for component design, hooks, state management, and React performance optimization. Use when this capability is needed.
    0 installs
  7. Publish 2 · tomevault-io bundle
    发布扩展到 VS Code Marketplace 和 Open VSX Registry,确保两个市场同步更新。 Use when this capability is needed.
    0 installs
  8. Doctor 2 · tomevault-io bundle
    System health diagnostics and troubleshooting Use when this capability is needed.
    0 installs
  9. Verify 6 · tomevault-io bundle
    Verify agent identity using ERC-8004 on-chain registry Use when this capability is needed.
    0 installs
  10. Opentui 2 · tomevault-io bundle
    Build 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.
    0 installs
  11. Pymapdl CLI 2 · tomevault-io bundle
    How 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.
    0 installs
  12. Consult 2 · tomevault-io bundle
    Technical consultation without implementation. Use when the user invokes /consult or asks questions about the code or approach. Use when this capability is needed.
    0 installs
  13. Openspec Bulk Archive Change 8 · tomevault-io bundle
    Archive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
    0 installs
  14. Git Commit 4 · tomevault-io bundle
    Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits. Use when this capability is needed.
    0 installs
  15. Skill Creator 14 · tomevault-io bundle
    Guide 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.
    0 installs
  16. Python 4 · tomevault-io bundle
    Write 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.
    0 installs
  17. Playwright CLI 3 · tomevault-io bundle
    Automate browser interactions, test web pages and work with Playwright tests. Use when this capability is needed.
    0 installs
  18. Gog 11 · tomevault-io bundle
    Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Use when this capability is needed.
    0 installs
  19. Implement 4 · tomevault-io bundle
    Build and validate loop (BUILDER + validation) - implements the architecture, runs tests, iterates until passing. Writes code following the plan. Use when this capability is needed.
    0 installs
  20. Terraform 10 · tomevault-io bundle
    Use when writing Terraform.
    0 installs
  21. Github 27 · tomevault-io bundle
    Interact 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.
    0 installs
  22. Opentui 3 · tomevault-io bundle
    Build 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.
    0 installs
  23. CI 5 · tomevault-io bundle
    Run complete CI checks locally (build debug/release, run tests, check warnings) Use when this capability is needed.
    0 installs
  24. Skills 2 · tomevault-io bundle
    This 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.
    0 installs
  25. API Design 2 · tomevault-io bundle
    当用户要求API/接口/DTO设计、请求响应结构、分页、命名规范或校验规则时使用。 Use when this capability is needed.
    0 installs
  26. REST API 4 · tomevault-io bundle
    Use when the project designs or consumes RESTful HTTP APIs
    0 installs
  27. Calendar 2 · tomevault-io bundle
    Second calendar skill. Use when this capability is needed.
    0 installs
  28. Ccxt Typescript 2 · tomevault-io bundle
    CCXT 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.
    0 installs
  29. Google 2 · tomevault-io bundle
    Search 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.
    0 installs
  30. Git Workflow 2 · tomevault-io bundle
    Use 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.
    0 installs
  31. Rust Pro 4 · tomevault-io bundle
    Master 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.
    0 installs
  32. Code Review 17 · tomevault-io bundle
    Perform 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.
    0 installs
  33. Cut Release 2 · tomevault-io bundle
    Cut 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.
    0 installs
  34. Frontend Design 10 · tomevault-io bundle
    Create 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.
    0 installs
  35. PDF 7 · tomevault-io bundle
    Extracts 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.
    0 installs
  36. Lint 4 · tomevault-io bundle
    Run code linting and static analysis. Use to check code quality, find issues, or auto-fix style problems. Use when this capability is needed.
    0 installs
  37. Test 10 · tomevault-io bundle
    Run the test suite. Use when running tests, checking test coverage, or validating code changes. Use when this capability is needed.
    0 installs
  38. Github 7 · tomevault-io bundle
    Interact with GitHub using the gh CLI for pull requests, issues, and runs. Use when this capability is needed.
    0 installs
  39. DB 3 · tomevault-io bundle
    Connect to any database — Cloud SQL, PostgreSQL, Snowflake, Databricks, Athena, Presto, or Oracle. Use when this capability is needed.
    0 installs
  40. Blucli 3 · tomevault-io bundle
    BluOS CLI (blu) for discovery, playback, grouping, and volume. Use when this capability is needed.
    0 installs
  41. Gemini 4 · tomevault-io bundle
    Gemini CLI for one-shot Q&A, summaries, and generation. Use when this capability is needed.
    0 installs
  42. Github 8 · tomevault-io bundle
    Interact 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.
    0 installs
  43. Notion 3 · tomevault-io bundle
    Notion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
    0 installs
  44. Oracle 3 · tomevault-io bundle
    Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns). Use when this capability is needed.
    0 installs
  45. Next 3 · tomevault-io bundle
    Next.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.
    0 installs
  46. Init 4 · tomevault-io bundle
    Initialize 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.
    0 installs
  47. CI CD 5 · tomevault-io bundle
    CI/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.
    0 installs
  48. Test 11 · tomevault-io bundle
    Run test suite for a project. Detects test framework and runs appropriate commands. Use when this capability is needed.
    0 installs
  49. Create Skill 2 · tomevault-io bundle
    Create 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.
    0 installs
  50. Bird 3 · tomevault-io bundle
    X/Twitter CLI for reading, searching, posting, and engagement via cookies. Use when this capability is needed.
    0 installs
  51. Tmux 11 · tomevault-io bundle
    Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when this capability is needed.
    0 installs
  52. Commit 8 · tomevault-io bundle
    Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English Use when this capability is needed.
    0 installs
  53. AI 2 · tomevault-io bundle
    AI/LLM 能力索引。Agent 开发、LLM 安全、RAG 系统。当用户提到 AI、LLM、Agent、RAG、Prompt 时路由到此。 Use when this capability is needed.
    0 installs
  54. Github 9 · tomevault-io bundle
    GitHub 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.
    0 installs
  55. Openocr 2 · tomevault-io bundle
    Extract text from images, documents and scanned PDFs using OpenOCR Use when this capability is needed.
    0 installs
  56. Design 2 · tomevault-io bundle
    Intentional 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.
    0 installs
  57. Review 3 · tomevault-io bundle
    Framework 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.
    0 installs
  58. Vue 15 · tomevault-io bundle
    Vue.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.
    0 installs
  59. Vue 16 · tomevault-io bundle
    Vue 3 development with Composition API, Pinia, Vue Router, TypeScript, and best practices Use when this capability is needed.
    0 installs
  60. Debug 4 · tomevault-io bundle
    Systematic debugging with MCP integration, auto-invoke from qa-commit, Phase 7 Harden Use when this capability is needed.
    0 installs
  61. Setup 7 · tomevault-io bundle
    One-time environment setup for new team members Use when this capability is needed.
    0 installs
  62. Init 5 · tomevault-io bundle
    Initialize 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.
    0 installs
  63. Batch Deps Upgrade 2 · tomevault-io bundle
    Batch all open Dependabot dependency upgrade PRs into a single PR Use when this capability is needed.
    0 installs
  64. Flutter 3 · tomevault-io bundle
    Expert skill for building high-performance cross-platform mobile apps using Flutter and Dart. Use when this capability is needed.
    0 installs
  65. Weather 5 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  66. Vue 17 · tomevault-io bundle
    Enforce 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.
    0 installs
  67. Research 2 · tomevault-io bundle
    Multi-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.
    0 installs
  68. REST API 2 · tomevault-io bundle
    REST API design - use when working on related tasks Use when this capability is needed.
    0 installs
  69. Github 10 · tomevault-io bundle
    Interact 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.
    0 installs
  70. Notion 4 · tomevault-io bundle
    Notion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
    0 installs
  71. Commit 9 · tomevault-io bundle
    Create standardized git commits following Terrae's conventions Use when this capability is needed.
    0 installs
  72. Review 4 · tomevault-io bundle
    Review code changes implemented in the current session before committing Use when this capability is needed.
    0 installs
  73. Release 16 · tomevault-io bundle
    Prepare a Terrae component for release by running all checks and builds Use when this capability is needed.
    0 installs
  74. Qmd 3 · tomevault-io bundle
    Local 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.
    0 installs
  75. Commit 10 · tomevault-io bundle
    Create a well-formatted git commit following best practices Use when this capability is needed.
    0 installs
  76. Review 5 · tomevault-io bundle
    Perform a thorough code review of recent changes Use when this capability is needed.
    0 installs
  77. S2 Unit Test 2 · tomevault-io bundle
    Guidelines 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.
    0 installs
  78. Add Icon 2 · tomevault-io bundle
    Add a new Tabler icon to the project. Use when adding icons to the UI. Use when this capability is needed.
    0 installs
  79. Git 8 · tomevault-io bundle
    Git workflow conventions for Graph Explorer. Use when making commits, creating branches, or discussing version control practices. Use when this capability is needed.
    0 installs
  80. Testing 5 · tomevault-io bundle
    Guide for creating and running tests in the Markco VS Code extension Use when this capability is needed.
    0 installs
  81. Rust Pro 2 · tomevault-io bundle
    Master 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.
    0 installs
  82. Testing 6 · tomevault-io bundle
    Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite. Use when this capability is needed.
    0 installs
  83. Ship 4 · tomevault-io bundle
    Ship 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.
    0 installs
  84. Rust 9 · tomevault-io bundle
    When 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.
    0 installs
  85. Testing 7 · tomevault-io bundle
    Run 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.
    0 installs
  86. Vercel React Best Practices 12 · tomevault-io bundle
    React 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.
    0 installs
  87. Tdd 7 · tomevault-io bundle
    Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable. Use when this capability is needed.
    0 installs
  88. REST API 3 · tomevault-io bundle
    Build production-ready REST APIs with contract-first design, secure auth, robust testing, and deployment runbooks. Use when this capability is needed.
    0 installs
  89. Tmux 12 · tomevault-io bundle
    Instructions 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.
    0 installs
  90. Tmux 13 · tomevault-io bundle
    Remote 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.
    0 installs
  91. Obsidian 2 · tomevault-io bundle
    Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when this capability is needed.
    0 installs
  92. Peekaboo 2 · tomevault-io bundle
    Capture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
    0 installs
  93. Remotion Best Practices 2 · tomevault-io bundle
    Best practices for Remotion - Video creation in React Use when this capability is needed.
    0 installs
  94. Status 2 · tomevault-io bundle
    This 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.
    0 installs
  95. PDF 8 · tomevault-io bundle
    Comprehensive 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.
    0 installs
  96. Release 17 · tomevault-io bundle
    Merge PR, tag release, and create GitHub release with changelog notes Use when this capability is needed.
    0 installs
  97. Codex 2 · tomevault-io bundle
    Delegate 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.
    0 installs
  98. Security 2 · tomevault-io bundle
    Security 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.
    0 installs
  99. Github 11 · tomevault-io bundle
    Interact 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.
    0 installs
  100. Openspec Archive Change 4 · tomevault-io bundle
    Archive 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.
    0 installs