← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 148 of 623

  1. Review 9 · tomevault-io bundle
    Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps) Use when this capability is needed.
    0 installs
  2. Fastapi 5 · tomevault-io bundle
    FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns. Use when this capability is needed.
    0 installs
  3. Karpathy Guidelines 2 · tomevault-io bundle
    Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria. Use when this capability is needed.
    0 installs
  4. Go 3 · tomevault-io bundle
    Go (Golang) with goroutines, channels, interfaces, and idiomatic patterns. Use for .go files. Use when this capability is needed.
    0 installs
  5. Beads 2 · tomevault-io bundle
    Use when working in a repository that uses bd or Beads for durable project task tracking, issue dependencies, blocker management, multi-session handoff, or shared work memory. Trigger when the user asks to find ready work, claim or close tasks, create follow-up work, inspect blockers, recover project context, or choose between local planning and persistent project tracking.
    0 installs
  6. Openai Whisper API 3 · tomevault-io bundle
    Transcribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
    0 installs
  7. Release 21 · tomevault-io bundle
    Cut a new agentd release. Suggests the next semver version from conventional commits (or accepts an explicit `x.y.z`), bumps the workspace version, regenerates the changelog with git-cliff, then commits, tags, and pushes the `v*` tag that triggers the Release workflow. Use when the user runs /release or asks to publish/cut/tag a new version. Use when this capability is needed.
    0 installs
  8. Code Review 6 · tomevault-io bundle
    Analyzes git diffs and generates structured markdown summaries of code changes. Use when reviewing commits, understanding what changed in a branch, creating change documentation, or reviewing pull requests.
    0 installs
  9. Commit 17 · tomevault-io bundle
    ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task. Use when this capability is needed.
    0 installs
  10. Fastmcp 3 · 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
  11. Dev 3 · tomevault-io bundle
    dev agent Use when this capability is needed.
    0 installs
  12. Plan 7 · tomevault-io bundle
    Critique an idea or experimental design Use when this capability is needed.
    2 installs
  13. Search 2 · tomevault-io bundle
    Search the web for information using Exa Use when this capability is needed.
    0 installs
  14. Mcporter 4 · tomevault-io bundle
    Manage and call MCP servers (list, call, auth, daemon). Use when this capability is needed.
    0 installs
  15. Obsidian 4 · tomevault-io bundle
    Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when this capability is needed.
    0 installs
  16. Ordercli 2 · tomevault-io bundle
    Foodora-only CLI for checking past orders and active order status (Deliveroo WIP). Use when this capability is needed.
    0 installs
  17. Peekaboo 5 · tomevault-io bundle
    Capture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
    0 installs
  18. Frontend Design 4 · 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.
    2 installs
  19. Skill Creator 9 · tomevault-io bundle
    Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
    0 installs
  20. Lint 5 · tomevault-io bundle
    Code linting and static analysis Use when this capability is needed.
    0 installs
  21. Debug 6 · tomevault-io bundle
    Debug errors and unexpected behavior with log analysis. Use for issues and error messages. Use when this capability is needed.
    0 installs
  22. Prime 2 · tomevault-io bundle
    Load codebase context by analyzing structure and README. Use when starting a new session. Use when this capability is needed.
    0 installs
  23. Retro 2 · tomevault-io bundle
    Session retrospective report. Use when reviewing or summarizing a work session. Use when this capability is needed.
    0 installs
  24. Team 2 · tomevault-io bundle
    Use this when you need to coordinate multiple agents working on a complex task in parallel, or check team session status
    0 installs
  25. Lex Uk Law 2 · tomevault-io bundle
    UK legal research using the Lex API. Use this skill whenever the user asks about UK law, legislation, statutory instruments, Acts of Parliament, legal provisions, amendments, or anything that could benefit from searching authoritative UK legal sources. Also use when the user mentions specific UK Acts (e.g. "the Data Protection Act"), asks about legal requirements, or needs to understand how legislation has changed over time. Even if the user doesn't explicitly say "search legislation", if they're asking a question that UK law could answer, use this skill. Use when this capability is needed.
    0 installs
  26. Codeql 3 · tomevault-io bundle
    Run CodeQL static analysis for security vulnerability detection, taint tracking, and data flow analysis. Use when asked to scan code with CodeQL, write QL queries, perform deep interprocedural analysis, or integrate with GitHub Advanced Security. Use when this capability is needed.
    0 installs
  27. Tdd 11 · tomevault-io bundle
    Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development. Use when this capability is needed.
    0 installs
  28. Verification Before Completion 2 · tomevault-io bundle
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0 installs
  29. Playwright CLI 2 · tomevault-io bundle
    Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
    0 installs
  30. Tdd 12 · tomevault-io bundle
    Guides through the complete TDD workflow with Red-Green-Refactor cycle Use when this capability is needed.
    0 installs
  31. Release 22 · tomevault-io bundle
    Prepare a pub.dev release with version bump, changelog update, and publish dry-run Use when this capability is needed.
    0 installs
  32. Commit 18 · tomevault-io bundle
    Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references. Use when this capability is needed.
    0 installs
  33. Design 5 · tomevault-io bundle
    Technical design and architecture for implementation Use when this capability is needed.
    0 installs
  34. Review 10 · tomevault-io bundle
    Code review and security audit Use when this capability is needed.
    0 installs
  35. Learn 5 · tomevault-io bundle
    Process inbox summaries and update system knowledge. Curates role "Right Now" sections, appends "Recent Context", updates central docs. Intelligent curation, not just appending. Use when this capability is needed.
    0 installs
  36. Squad Conventions 3 · tomevault-io bundle
    Core conventions and patterns used in the Squad codebase Use when this capability is needed.
    0 installs
  37. Dhi Python 2 · tomevault-io bundle
    Ultra-fast data validation library for Python (520x faster than Pydantic). Use when building validated data models, API request/response schemas, or configuration objects. Provides Pydantic v2-compatible BaseModel API with Zig-powered native validation. Use when this capability is needed.
    0 installs
  38. CI CD 6 · tomevault-io bundle
    GitHub Actions CI/CD — build, test, lint, and deploy pipeline for GitHub Pages. Use when this capability is needed.
    0 installs
  39. 1password 2 · tomevault-io bundle
    Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
    0 installs
  40. Pr 6 · tomevault-io bundle
    Create or check GitHub pull requests for the current branch. Use when the user says "/pr", asks to create a PR, or wants to check PR status. Use when this capability is needed.
    0 installs
  41. Bird 5 · tomevault-io bundle
    Post and interact with Bluesky social network via the AT Protocol API. Use when this capability is needed.
    0 installs
  42. Imsg 8 · tomevault-io bundle
    Send and receive iMessages using AppleScript/osascript on macOS. Use when this capability is needed.
    0 installs
  43. Rust 10 · tomevault-io bundle
    Best practices for Rust development including ownership, error handling, and async patterns. Use when this capability is needed.
    0 installs
  44. Deploy 4 · tomevault-io bundle
    Deploy the application to production Use when this capability is needed.
    2 installs
  45. Search 3 · tomevault-io bundle
    Search the web for information Use when this capability is needed.
    0 installs
  46. Wacli 2 · tomevault-io bundle
    Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats). Use when this capability is needed.
    0 installs
  47. Flow 2 · tomevault-io bundle
    Extract business logic flow from code, trace execution path from entry point Use when this capability is needed.
    0 installs
  48. Wt 2 · tomevault-io bundle
    Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees. Use when this capability is needed.
    0 installs
  49. Code Review 7 · tomevault-io bundle
    Review code for quality, security, and style using structured checklists. Use when reviewing PRs, giving feedback on code, or auditing code quality. Use when this capability is needed.
    0 installs
  50. Golang 6 · tomevault-io bundle
    Use when building Go backend services, implementing goroutines/channels, handling errors idiomatically, writing tests with testify, or following Go best practices for APIs/CLI tools.
    0 installs
  51. Verify 4 · tomevault-io bundle
    Self-healing verification loop (test → clippy → fmt) Use when this capability is needed.
    0 installs
  52. Deploy 5 · 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
  53. Release 23 · tomevault-io bundle
    Release a new version of metapub to PyPI. Use when the user wants to cut a release. Use when this capability is needed.
    0 installs
  54. Blazor 2 · tomevault-io bundle
    Guidelines for Blazor development including component lifecycle, state management, and performance optimization Use when this capability is needed.
    0 installs
  55. Python 3 · tomevault-io bundle
    Expert in Python development with best practices across web, data science, and automation Use when this capability is needed.
    0 installs
  56. Git Commit 2 · tomevault-io bundle
    Draft thoughtful Git commit messages that follow Chris Beams's "How to Write a Git Commit Message" guidance, and use this skill whenever the user asks to create a commit, prepare a commit message, stage-and-commit work, or clean up commit history. Always show the proposed message to the user for review before committing, prefer opening the draft in the editor, and never run `git commit` until the user explicitly approves it. Use when this capability is needed.
    0 installs
  57. PDF 13 · 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
  58. Weather 9 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  59. Jira 3 · tomevault-io bundle
    Read, create, and update Jira issues (Cloud or Data Center) via the REST API. Supports JQL search, creating stories/tasks/bugs/epics, updating fields, transitioning status, adding comments, managing subtasks, generating acceptance criteria, and bulk export. Designed for non-technical users — translates natural language into the right Jira API calls. Use when the user wants to read, search, create, update, or manage Jira issues. Use when this capability is needed.
    0 installs
  60. Ask 2 · tomevault-io bundle
    Analyze repository and answer user questions through systematic code exploration, GitHub issue/PR search (gh command), and web document search. Outputs in Japanese Markdown format. Use when users ask about codebase, architecture, implementation details, or when /ask command is invoked. Read-only, no code changes. Use when this capability is needed.
    0 installs
  61. Golang Pro 2 · tomevault-io bundle
    Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration.
    0 installs
  62. Blucli 4 · tomevault-io bundle
    BluOS CLI (blu) for discovery, playback, grouping, and volume. Use when this capability is needed.
    1 install
  63. Gemini 6 · tomevault-io bundle
    Gemini CLI for one-shot Q&A, summaries, and generation. Use when this capability is needed.
    0 installs
  64. Github 18 · 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
  65. Notion 5 · tomevault-io bundle
    Notion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
    0 installs
  66. Oracle 4 · 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.
    2 installs
  67. Langchain 2 · tomevault-io bundle
    Core LLM application framework with runnables, prompt templates, chat models, and output parsers. Use for single-turn LLM calls, prompt construction, structured output parsing, and LCEL (LangChain Expression Language) chains. For multi-step agent orchestration, prefer the langgraph skill. Use when this capability is needed.
    0 installs
  68. Rust 11 · tomevault-io bundle
    Rust development guidelines and workflow Use when this capability is needed.
    0 installs
  69. Release 24 · tomevault-io bundle
    Tag and create a GitHub release, only after verifying CI passes Use when this capability is needed.
    0 installs
  70. Prose 3 · tomevault-io bundle
    OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows. Use when this capability is needed.
    0 installs
  71. Slack 4 · tomevault-io bundle
    Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
    0 installs
  72. Wacli 3 · tomevault-io bundle
    Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats). Use when this capability is needed.
    0 installs
  73. Uv 2 · tomevault-io bundle
    If the project uses uv, use this skill. Use this skill to create/manage Python projects and environments with `uv`, add/remove dependencies, sync a project from `uv.lock`, and run commands in the project environment. Use when this capability is needed.
    0 installs
  74. Make Release 2 · tomevault-io bundle
    Releases a new version of the package Use when this capability is needed.
    0 installs
  75. Gemini 7 · tomevault-io bundle
    Invoke Google's Gemini AI via CLI in headless mode for AI-powered analysis, code generation, and reasoning tasks. Use when you need a second opinion, the user mentions Gemini, needs Google AI capabilities, or requests multi-modal analysis beyond Claude's scope. Use when this capability is needed.
    0 installs
  76. Weather 10 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  77. Fix Bug 3 · tomevault-io bundle
    Fix a bug from a GitHub issue using TDD. Analyzes the issue, creates a reproducing test case, implements the fix, verifies it, and creates a PR. Use this skill whenever working on a GitHub issue, bug report, or regression — even if the user just provides an issue number or URL. Use when this capability is needed.
    0 installs
  78. Vercel React Best Practices 13 · 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
  79. Vue 20 · tomevault-io bundle
    編輯 .vue 組件、建立 Vue 3 組件、撰寫 composables 或測試 Vue 代碼時使用 - 提供 Composition API 模式、props/emits 最佳實踐、VueUse 整合、reactive destructuring 指引 Use when this capability is needed.
    0 installs
  80. Fastapi 6 · tomevault-io bundle
    FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code. Use when this capability is needed.
    0 installs
  81. Debug 7 · tomevault-io bundle
    Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues. Use when this capability is needed.
    0 installs
  82. Build 4 · tomevault-io bundle
    Use when the user wants to execute an implementation plan. Reads a spec file, detects the execution mode (sequential, delegated, or team) from frontmatter, and runs the appropriate strategy. Pass the spec file path as an argument.
    0 installs
  83. Debug 8 · tomevault-io bundle
    Use when encountering a bug, test failure, unexpected behavior, or when the user asks for help debugging. Hypothesis-driven — reproduce, investigate, fix, verify. Standalone — works outside the plan/spec/build workflow.
    0 installs
  84. Goplaces 4 · tomevault-io bundle
    Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts. Use when this capability is needed.
    0 installs
  85. Himalaya 4 · tomevault-io bundle
    CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language). Use when this capability is needed.
    0 installs
  86. Mcporter 5 · tomevault-io bundle
    Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. Use when this capability is needed.
    0 installs
  87. Nano PDF 4 · tomevault-io bundle
    Edit PDFs with natural-language instructions using the nano-pdf CLI. Use when this capability is needed.
    0 installs
  88. Obsidian 5 · tomevault-io bundle
    Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when this capability is needed.
    0 installs
  89. Ordercli 3 · tomevault-io bundle
    Foodora-only CLI for checking past orders and active order status (Deliveroo WIP). Use when this capability is needed.
    0 installs
  90. Peekaboo 6 · tomevault-io bundle
    Capture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
    0 installs
  91. Tag Based Releases 2 · tomevault-io bundle
    GitHub releases with autogenerated notes Use when this capability is needed.
    0 installs
  92. Docs 5 · tomevault-io bundle
    ALWAYS use this when writing docs Use when this capability is needed.
    0 installs
  93. Commit 19 · tomevault-io bundle
    Create a git commit with conventional commit message format. Analyzes changes and suggests commit message. Use when this capability is needed.
    0 installs
  94. Deploy 6 · tomevault-io bundle
    Deploy application to target environment. Supports preview, staging, and production deployments with pre-flight checks. Use when this capability is needed.
    0 installs
  95. Start 2 · tomevault-io bundle
    Guided first-session onboarding — helps you go from zero to your first plan and issue Use when this capability is needed.
    0 installs
  96. Improve Codebase Architecture 4 · tomevault-io bundle
    Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable. Use when this capability is needed.
    0 installs
  97. Codex 4 · tomevault-io bundle
    Quick consultation with OpenAI Codex CLI. Use when you want another AI's perspective on code, architecture, or any technical question. Use when this capability is needed.
    0 installs
  98. Frontend Design 5 · 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
  99. Vue 21 · tomevault-io bundle
    Build Vue 3 applications with Composition API, proper reactivity patterns, and production-ready components. Use when this capability is needed.
    2 installs
  100. Issue 5 · tomevault-io bundle
    Create and manage local Issue specs (specs/issues/) - individual work items with testable acceptance criteria. Use for "create issue", "new task", "list issues", "check issues", "pick issue". NOTE - For GitHub issues, use `gh issue` command directly. Use when this capability is needed.
    0 installs