← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 146 of 623

  1. Ascii Art 2 · tomevault-io bundle
    Use when creating ASCII art to guide your artistic approach
    0 installs
  2. Decision Graph 2 · tomevault-io bundle
    Use when building a deciduous decision graph to capture design evolution, architecture history, or how a codebase's design changed over time. Provides the deciduous CLI commands and graph structure guidelines.
    0 installs
  3. Pr 9 · tomevault-io bundle
    Use this skill when the user requests to create a PR, uses phrases like 'create a PR', 'make a pull request', or '/pr'.
    0 installs
  4. Astro 2 · tomevault-io bundle
    Rules to develop astro projects Use when this capability is needed.
    0 installs
  5. Ask 3 · tomevault-io bundle
    Use this when you are exploring the codebase. It lets you ask the AI who wrote code questions about how things work and why they chose to build things the way they did. Think of it as asking the engineer who wrote the code for help understanding it.
    0 installs
  6. Deploy 9 · tomevault-io bundle
    Deploy the Simba chat widget to a client website. Use when embedding the widget, connecting to Simba cloud or local, and configuring appearance. Use when this capability is needed.
    0 installs
  7. Fastmcp 5 · tomevault-io bundle
    Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
    0 installs
  8. Golang Pro 4 · tomevault-io bundle
    🐹 Writes idiomatic Go -- HTTP services, concurrency with goroutines/channels, CLI tools with cobra, table-driven tests, and structured logging. Activate for anything involving Go code, microservices, error handling patterns, or performance profiling with pprof. Use when this capability is needed.
    0 installs
  9. Git 12 · tomevault-io bundle
    Safe Git workflow - commit with conventional format and branch safety, create branches, reset with backup, and multi-repo status. Use when committing, creating branches, resetting, or checking git status in multi-repo workspaces. Use when this capability is needed.
    0 installs
  10. K8S 2 · tomevault-io bundle
    Safe Kubernetes operations - check resources (read-only), validate manifests (dry-run), and diff changes. Use when inspecting pods/deployments, validating YAML, or previewing apply changes. Never run kubectl delete or apply. Use when this capability is needed.
    0 installs
  11. Sglang Diffusion Benchmark Profile 3 · tomevault-io bundle
    Use when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.
    0 installs
  12. Release Notes 4 · tomevault-io bundle
    Generate release notes from git log between tags Use when this capability is needed.
    0 installs
  13. Frontend Design 12 · 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, or applications. Generates creative, polished code that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  14. Bear Notes 3 · tomevault-io bundle
    Create, search, and manage Bear notes via grizzly CLI. Use when this capability is needed.
    0 installs
  15. Things Mac 3 · tomevault-io bundle
    Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Clawdis to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags. Use when this capability is needed.
    0 installs
  16. TS Library 2 · tomevault-io bundle
    Use when authoring TypeScript libraries - covers project setup, package exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and release workflows. Patterns extracted from 20+ high-quality ecosystem libraries.
    0 installs
  17. Commit 31 · tomevault-io bundle
    Create git commits following repository style. Use when user asks to "create a commit", "commit changes", "/commit", or requests committing code to git. Don't use for pushing code, creating pull requests, or reviewing changes. Use when this capability is needed.
    0 installs
  18. Ospec Change 2 · tomevault-io bundle
    Create or advance an active change inside an OSpec project, from requirement intake through verification and finalize. Use when this capability is needed.
    0 installs
  19. DB 4 · tomevault-io bundle
    Database (PostgreSQL) SQL best practices for clean, performant, and maintainable queries. Use when writing or reviewing SQL, schema changes, or database-related guidance. Use when this capability is needed.
    0 installs
  20. Jta 3 · tomevault-io bundle
    Translate JSON i18n files to multiple languages with AI-powered quality optimization. Use when user mentions translating JSON, i18n files, internationalization, locale files, or needs to convert language files to other languages. Use when this capability is needed.
    0 installs
  21. Skill Creator 15 · tomevault-io bundle
    Design and author DeepTutor skills (SKILL.md packages). Use when the user wants to create a new skill, improve an existing skill, or asks how skills work. Use when this capability is needed.
    0 installs
  22. Hula Skill 2 · tomevault-io bundle
    HuLa project skill for frontend (Vue 3 + Vite + UnoCSS + Naive UI/Vant), backend (Tauri v2 + Rust + SeaORM/SQLite), full-stack flows, and build/release work. Use when the user mentions hula or HuLa or requests changes in this repository; after triggering, ask which scope (frontend/backend/fullstack/build-release) to enable. Use when this capability is needed.
    0 installs
  23. Kubernetes 4 · tomevault-io bundle
    Kubernetes cluster management, workload deployment, and troubleshooting Use when this capability is needed.
    0 installs
  24. Handoff 3 · tomevault-io bundle
    Save work state and context for handoff to another session. Use when stopping work, completing a unit of work, or handing off to another agent/session. Use when this capability is needed.
    0 installs
  25. Python 5 · tomevault-io bundle
    Use when writing or refactoring Python code under strict style constraints that require explicit field access, no reflection-style checks, no implicit defaults, and minimal exception handling.
    0 installs
  26. API Design 3 · tomevault-io bundle
    API design principles, hierarchical endpoint organization, documentation, and TypedResults patterns for RSSVibe. Use this skill when creating new API endpoints or refactoring existing ones. Use when this capability is needed.
    0 installs
  27. Golang 7 · tomevault-io bundle
    Go programming language Use when this capability is needed.
    0 installs
  28. Fastmcp 6 · tomevault-io bundle
    Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
    0 installs
  29. Init 9 · tomevault-io bundle
    Initialize a new feature workflow with git worktree. Use when the user wants to start a new feature, create an isolated development branch, says "init worktree", or needs to set up a feature branch for compounder workflow. Use when this capability is needed.
    0 installs
  30. Tbd 2 · tomevault-io bundle
    Lightweight, git-native issue tracking (aka beads) for AI agents. Use for creating, planning, updating, and tracking issues with dependencies. Invoke when user mentions tbd, beads, to-do lists, planning, tracking tasks, issues, or bugs. Use when this capability is needed.
    0 installs
  31. Mutation Test 2 · tomevault-io bundle
    Run mutation testing to validate test quality beyond code coverage. Use when assessing test effectiveness, finding weak tests, or validating test suite quality. Use when this capability is needed.
    0 installs
  32. Terraform 11 · tomevault-io bundle
    Provision cloud infrastructure safely and consistently using Terraform and Infrastructure as Code patterns. Use when writing .tf or .tfvars files, creating reusable modules, managing remote state, securing infrastructure, or running Terratest integration tests. Use when this capability is needed.
    0 installs
  33. Testing 17 · tomevault-io bundle
    Production testing strategies including test pyramid (70% unit, 20% integration, 10% e2e), xUnit, FluentAssertions, Moq patterns, and 80%+ coverage requirements. Use when this capability is needed.
    0 installs
  34. Vue 25 · tomevault-io bundle
    Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/emits best practices, VueUse integration, and reactive destructuring guidance
    0 installs
  35. Architect 4 · tomevault-io bundle
    Use when making architecture decisions, creating ADRs, designing system components, evaluating technology choices, or planning technical implementations. Invoked for system design, scalability analysis, and platform decisions.
    0 installs
  36. Sora 2 · tomevault-io bundle
    Generate, remix, manage, or download videos through OpenAI's Sora API using the bundled CLI. Use when the user wants AI video generation or asset retrieval, not traditional video editing. Use when this capability is needed.
    0 installs
  37. Apple Notes 3 · tomevault-io bundle
    Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks MoltX to add a note, list notes, search notes, or manage note folders. Use when this capability is needed.
    0 installs
  38. Blogwatcher 3 · tomevault-io bundle
    Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when this capability is needed.
    0 installs
  39. Bluebubbles 3 · tomevault-io bundle
    Build or update the BlueBubbles external channel plugin for MoltX (extension package, REST send/probe, webhook inbound). Use when this capability is needed.
    0 installs
  40. Model Usage 3 · tomevault-io bundle
    Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON. Use when this capability is needed.
    0 installs
  41. Improve Codebase Architecture 6 · tomevault-io bundle
    Claude adapter for reviewing PlainTab architecture, coupling, testability, and refactoring opportunities. Use when this capability is needed.
    0 installs
  42. Releasing 2 · tomevault-io bundle
    Release workflow for a single Go repository following semantic versioning. Use when releasing a Go package, creating a new version tag, or preparing to publish a Go module. Use when this capability is needed.
    0 installs
  43. Code Review 18 · tomevault-io bundle
    Comprehensive code review methodology with severity classification and confidence thresholds Use when this capability is needed.
    0 installs
  44. Gogcli 2 · tomevault-io bundle
    Google Workspace CLI (gogcli) for Gmail, Calendar, Drive, Tasks, Contacts, Classroom, Chat. Use when accessing Google services via command line, automating email/calendar operations, managing Google Drive files, or working with Google Tasks. Use when this capability is needed.
    0 installs
  45. Vue 26 · tomevault-io bundle
    Vue 3 생태계 통합 가이드. Composition API, Pinia 상태관리, Vue Router, VueUse 컴포저블, 테스팅. Vue SFC, .vue 파일, defineProps/defineEmits/defineModel, watchers, Transition/Teleport/Suspense/KeepAlive, 상태관리, 라우팅 작업 시 사용. MUST be used for Vue.js tasks. Use when this capability is needed.
    0 installs
  46. Github 30 · 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
  47. Blucli 7 · tomevault-io bundle
    Control Bluetooth devices via blucli command-line tool. Use when this capability is needed.
    0 installs
  48. Gemini 13 · tomevault-io bundle
    Use Google Gemini API for text generation, vision, and multimodal tasks. Use when this capability is needed.
    2 installs
  49. Github 31 · tomevault-io bundle
    Interact with GitHub repositories, issues, pull requests, and actions using the gh CLI. Use when this capability is needed.
    0 installs
  50. Notion 8 · tomevault-io bundle
    Read, create, and update Notion pages and databases via the Notion API. Use when this capability is needed.
    0 installs
  51. Oracle 7 · tomevault-io bundle
    Query multiple AI models and compare their responses side by side. Use when this capability is needed.
    0 installs
  52. Trello 3 · tomevault-io bundle
    Manage Trello boards, lists, and cards via the Trello REST API. Use when this capability is needed.
    0 installs
  53. Research 7 · tomevault-io bundle
    Deep-read a codebase area and write findings to research.md. Use for thorough investigation before planning. Use when this capability is needed.
    0 installs
  54. Deploy 10 · tomevault-io bundle
    Deploy Koyeb services and apps. Use when the user asks to deploy code, trigger a redeploy, or roll out changes. Use when this capability is needed.
    0 installs
  55. Django 5 · tomevault-io bundle
    Django framework best practices including project structure, ORM, and security. Use when this capability is needed.
    0 installs
  56. Vue 27 · tomevault-io bundle
    Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive. Use when this capability is needed.
    0 installs
  57. Deploy 11 · tomevault-io bundle
    Deploy the application to production Use when this capability is needed.
    0 installs
  58. Git Commit 5 · tomevault-io bundle
    Compose CI-valid commit messages with Jira linking and sign-off. Use when the user asks to commit, write a commit message, or git commit. Never execute the commit — only present the message and command for the user to run. Use when this capability is needed.
    0 installs
  59. GCP 2 · tomevault-io bundle
    Google Cloud Platform management with native gcloud CLI integration Use when this capability is needed.
    0 installs
  60. Code Review 19 · tomevault-io bundle
    Use when user asks for review, audit, risks, bugs, or missing tests.
    0 installs
  61. Camsnap 7 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  62. Gifgrep 7 · tomevault-io bundle
    Search GIF providers with CLI/TUI, download results, and extract stills/sheets. Use when this capability is needed.
    0 installs
  63. Openhue 7 · tomevault-io bundle
    Control Philips Hue lights/scenes via the OpenHue CLI. Use when this capability is needed.
    0 installs
  64. Songsee 6 · tomevault-io bundle
    Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. Use when this capability is needed.
    0 installs
  65. Jujutsu Version Control 2 · tomevault-io bundle
    Use jujutsu (jj) for all version control operations including commits, branches, merges, rebases, and repository management. Handles git workflow translation to jj equivalents. Use when this capability is needed.
    0 installs
  66. Pytest 3 · tomevault-io bundle
    SKUEL testing patterns - fixtures, async testing, mocking with Result[T]. Use when writing tests, debugging failures, or setting up test infrastructure. Use when this capability is needed.
    0 installs
  67. Flutter 6 · tomevault-io bundle
    Flutter/Dart 项目代码审查规则,聚焦 Widget 生命周期、状态管理、异步资源释放与空安全问题。 Use when this capability is needed.
    0 installs
  68. Vue 28 · tomevault-io bundle
    Build Vue 3 applications with Composition API, proper reactivity patterns, and production-ready components. Use when this capability is needed.
    0 installs
  69. Fastmcp 7 · tomevault-io bundle
    Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
    0 installs
  70. Mermaid 2 · tomevault-io bundle
    Must read guide on creating/editing mermaid charts with validation tools Use when this capability is needed.
    0 installs
  71. Commit 32 · tomevault-io bundle
    Create git commits with conventional commit messages. ALWAYS use this skill when committing code - whether user-requested or after completing a task. Triggers on "commit", "/commit", "make a commit", "git commit", "save changes", or any request to commit. Accepts optional context argument for commit message guidance. Use when this capability is needed.
    0 installs
  72. Weather 16 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  73. Documentation 2 · tomevault-io bundle
    Generate or update documentation from code, APIs, and context. Use when documenting code, writing README, API docs, or keeping docs in sync with implementation. Use when this capability is needed.
    0 installs
  74. Skill Creator 16 · tomevault-io bundle
    Create new Jazz skills for automating workflows. Use when the user asks to create a skill, make a skill, or wants to define custom automation behavior. Use when this capability is needed.
    0 installs
  75. CI CD 9 · tomevault-io bundle
    Defines CI/CD pipelines with relevant build, test, lint, security checks, artifacts, deployment gates, and failure policy. Use when this capability is needed.
    0 installs
  76. Implement 5 · tomevault-io bundle
    TDD implementation (RED→GREEN→REFACTOR) → verify → review Use when this capability is needed.
    0 installs
  77. Flutter 7 · tomevault-io bundle
    Flutter Dev Helper — run Flutter tasks (analyze, test, l10n, run, build, pub, clean, check). Use when this capability is needed.
    0 installs
  78. Bird 8 · tomevault-io bundle
    X/Twitter CLI for reading, searching, posting, and engagement via cookies. Use when this capability is needed.
    0 installs
  79. Imsg 10 · tomevault-io bundle
    iMessage/SMS CLI for listing chats, history, watch, and sending. Use when this capability is needed.
    0 installs
  80. Tmux 22 · 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
  81. Cmux 2 · tomevault-io bundle
    Manage cloud development sandboxes with cmux. Create, sync, and access remote VMs. Includes browser automation via Chrome CDP for scraping, testing, and web interaction. Use when this capability is needed.
    0 installs
  82. Subagent Driven Development 2 · tomevault-io bundle
    Execute plans via delegate_task subagents (2-stage review). Use when this capability is needed.
    0 installs
  83. Code Review 20 · tomevault-io bundle
    Run structured code review with parallel competency-based analysis Use when this capability is needed.
    0 installs
  84. Lint Check 2 · tomevault-io bundle
    Run code quality linters when reviewing code. Checks style, complexity, and best practices. Supports Python (ruff), JavaScript (eslint), Go (golangci-lint), Ruby (rubocop), Java (Checkstyle/PMD). Use when reviewing any code changes for quality issues. Use when this capability is needed.
    0 installs
  85. Deploy 12 · tomevault-io bundle
    Deploy MimiClaw firmware to an ESP32-S3 board. Covers prerequisites, configuration, build, flash, verification, and troubleshooting. Use when this capability is needed.
    0 installs
  86. Weather 17 · tomevault-io bundle
    Get weather forecasts using wttr.in (no API key required) Use when this capability is needed.
    0 installs
  87. Execute 2 · tomevault-io bundle
    Use when executing Phase 3 of vrau workflow - implementing the approved plan
    0 installs
  88. Code Review 21 · tomevault-io bundle
    Review a GitHub pull request for problems and consistency with project conventions. Use when asked to review a PR, do a code review, check a PR for issues, or review pull request changes. Use when this capability is needed.
    0 installs
  89. Sessions 2 · tomevault-io bundle
    Agents window architecture — covers the agents-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agents window. Use when this capability is needed.
    0 installs
  90. Git Commit 6 · tomevault-io bundle
    仅用 Git 分析改动并自动生成 conventional commit 信息(可选 emoji);必要时建议拆分提交,默认运行本地 Git 钩子(可 --no-verify 跳过) Use when this capability is needed.
    0 installs
  91. Create Pr 4 · tomevault-io bundle
    Creates a pull request using the GitHub CLI.
    0 installs
  92. Fix Bug 6 · tomevault-io bundle
    Systematic bug fixing workflow with regression tests and PR creation. Use when the user asks to "fix a bug", "debug an issue", "resolve a problem", or provides error messages/failing tests to fix. Handles reproduction, root cause analysis, test creation, fix implementation, and PR submission. Use when this capability is needed.
    0 installs
  93. Tdd 15 · tomevault-io bundle
    WHEN working in TDD Red-Green-Refactor; NOT ad-hoc coding; write tests first, add minimal code to green, then assess refactoring. Use when this capability is needed.
    0 installs
  94. React PDF 2 · tomevault-io bundle
    1. **Fonts MUST be local files** - Remote font URLs (http/https) do NOT work. Always download fonts Use when this capability is needed.
    0 installs
  95. Commit 33 · tomevault-io bundle
    Stage meaningful diffs and create commits with WHY-focused messages. Use when agent needs to commit code changes. Use when this capability is needed.
    0 installs
  96. Documentation 3 · tomevault-io bundle
    ドキュメントを日英二言語で整備するときに使う。新規ドキュメント追加・既存編集・命名規約・相互リンク・翻訳ミラーの同期方針の判断時にトリガーする。 Use when this capability is needed.
    0 installs
  97. Gh Fix CI 2 · tomevault-io bundle
    Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
    0 installs
  98. DB Migrate 2 · tomevault-io bundle
    Create database migrations using Drizzle Kit. Use when adding/modifying tables, columns, or indexes. Ensures schema.ts and migrations stay in sync. Use when this capability is needed.
    0 installs
  99. Generate Image 2 · tomevault-io bundle
    Generate or edit images using OpenAI gpt-image-2 (default) or Google Gemini 3.1 Flash via OpenRouter. Use for general-purpose image generation — photos, illustrations, artwork, logos, icons, mascots, concept art. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead. Use when this capability is needed.
    0 installs
  100. Marimo 2 · tomevault-io bundle
    Assistant for creating, editing, and debugging reactive Python notebooks with marimo. Use when you need to build marimo notebooks, debug reactive execution, add interactive UI elements, or convert traditional notebooks to marimo format. Provides code patterns, utility functions, and best practices for marimo development. Use when this capability is needed.
    0 installs