← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 141 of 623

  1. Update Docs 2 · tomevault-io bundle
    Check and update repository documentation before creating PRs/MRs. Scans for outdated docs, mermaid diagrams, README, API docs. Only runs for repos with docs.enabled=true in config.json. Use when user says "update docs", "check documentation". Use when this capability is needed.
    0 installs
  2. Security Review 2 · tomevault-io bundle
    Provides security review guidance including OWASP Top 10, threat modeling, secure coding practices, and security checklists. Triggers on security, threat model, vulnerability, OWASP, authentication, authorization, encryption, secrets, security review, penetration testing.
    0 installs
  3. Dojo Indexer 2 · tomevault-io bundle
    Set up and configure Torii indexer for GraphQL queries, gRPC subscriptions, and SQL access. Use when indexing your deployed world for client queries or real-time updates. Use when this capability is needed.
    2 installs
  4. Tester 2 · tomevault-io bundle
    Use for testing tasks including test strategy design, writing Vitest unit/integration tests, ensuring coverage, and exploring edge cases. Activate when creating tests, reviewing test coverage, or designing test strategies. Use when this capability is needed.
    0 installs
  5. Skill Creator 30 · tomevault-io bundle
    Create or update skills. Use when designing, structuring, or packaging new skills with SKILL.md files. Use when this capability is needed.
    0 installs
  6. Ralph 9 · tomevault-io bundle
    Convert a PRD markdown file to prd.json and set up Ralph loop infrastructure for autonomous development with feature branches and optional scaffold skills. Use when this capability is needed.
    0 installs
  7. Linear 3 · tomevault-io bundle
    Read-only Linear issue access via the Linear GraphQL API. Use when this capability is needed.
    0 installs
  8. Audit 4 · tomevault-io bundle
    On-demand audit and analysis of agent orchestration flows via Sentinel Protocol Use when this capability is needed.
    0 installs
  9. Agents Sdk 3 · tomevault-io bundle
    Build stateful AI agents using the Cloudflare Agents SDK. Load when creating agents with persistent state, scheduling, RPC, MCP servers, email handling, or streaming chat. Covers Agent class, AIChatAgent, state management, and Code Mode for reduced token usage. Use when this capability is needed.
    0 installs
  10. Openai Whisper 2 · tomevault-io bundle
    Local speech-to-text with the Whisper CLI (no API key). Use when the user needs to transcribe audio, convert speech to text, generate subtitles, translate spoken language, or produce SRT/VTT captions from mp3, m4a, or wav files using the local Whisper model. Use when this capability is needed.
    0 installs
  11. Test 25 · tomevault-io bundle
    Run and troubleshoot tests for this repository (Go API/consumer) using the containerized Go toolchain. Use when the user asks to run tests, verify a change, investigate a failing test, or respond to CI failures. Covers unit tests and the optional integration concurrency test. Use when this capability is needed.
    0 installs
  12. Ralph2ralph 2 · tomevault-io bundle
    P2P chat between Claude Code instances using real-a2a. Use when chatting with other Claudes, joining a P2P room, or communicating agent-to-agent. Use when this capability is needed.
    0 installs
  13. Diagram 2 · tomevault-io bundle
    Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
    0 installs
  14. Plan 14 · tomevault-io bundle
    Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans). Use when this capability is needed.
    0 installs
  15. Skill Creator 31 · 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. Camsnap 10 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  17. Clawhub 8 · tomevault-io bundle
    Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI. Use when this capability is needed.
    0 installs
  18. Gifgrep 10 · tomevault-io bundle
    Search GIF providers with CLI/TUI, download results, and extract stills/sheets. Use when this capability is needed.
    0 installs
  19. Openhue 10 · tomevault-io bundle
    Control Philips Hue lights/scenes via the OpenHue CLI. Use when this capability is needed.
    0 installs
  20. Songsee 9 · tomevault-io bundle
    Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. Use when this capability is needed.
    0 installs
  21. Weather 22 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  22. Support 3 · tomevault-io bundle
    Use this skill for client issue triage, bug resolution, and troubleshooting. Triggers when user mentions client issue, bug, support ticket, problem, or troubleshooting. Provides response templates, severity assessment, and communication standards.
    0 installs
  23. Deploy 17 · tomevault-io bundle
    Deploy application with safety checks and rollback guidance Use when this capability is needed.
    0 installs
  24. Django Patterns 2 · tomevault-io bundle
    Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. Use when this capability is needed.
    0 installs
  25. Django Security 2 · tomevault-io bundle
    Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. Use when this capability is needed.
    0 installs
  26. Flutter Architecture Expert 2 · tomevault-io bundle
    Architecture guidance for Flutter apps using the flutter_it construction set (get_it, watch_it, command_it, listen_it). Covers Pragmatic Flutter Architecture (PFA) with Services/Managers/Views, feature-based project structure, manager pattern, proxy pattern with optimistic updates and override fields, DataRepository with reference counting, scoped services, widget granularity, testing, and best practices. Use when designing app architecture, structuring Flutter projects, implementing managers or proxies, or planning feature organization. Use when this capability is needed.
    0 installs
  27. Nextjs I18N 2 · tomevault-io bundle
    Next.js 16 internationalization with next-intl or DIY. Use when implementing i18n, translations, localization, multilingual, language switch, locale routing, or formatters. Use when this capability is needed.
    0 installs
  28. DB 5 · tomevault-io bundle
    Oracle Database guidance for SQL, PL/SQL, SQLcl, ORDS, administration, app development, performance, security, migrations, and agent-safe database workflows. Use when the user asks to write, edit, rewrite, review, format, debug, tune, or explain SQL; create or refactor PL/SQL; use SQLcl, Liquibase, ORDS, JDBC, node-oracledb, Python, Java, .NET, or database frameworks; troubleshoot queries, sessions, locks, waits, indexes, optimizer plans, AWR, ASH, migrations, schemas, users, roles, privileges, backup, recovery, Data Guard, RAC, multitenant, containers, monitoring, auditing, encryption, VPD, or safe agent database operations. Use when this capability is needed.
    0 installs
  29. Cypress 2 · tomevault-io bundle
    Cypress end-to-end testing for web apps. Use for E2E testing. Use when this capability is needed.
    0 installs
  30. Drizzle 2 · tomevault-io bundle
    Drizzle TypeScript ORM with SQL-like syntax. Use for database access. Use when this capability is needed.
    0 installs
  31. Fastapi 10 · tomevault-io bundle
    FastAPI Python async framework with Pydantic and automatic OpenAPI. Use for Python APIs. Use when this capability is needed.
    0 installs
  32. Flutter 11 · tomevault-io bundle
    Flutter cross-platform UI toolkit with Dart. Use for mobile/web/desktop. Use when this capability is needed.
    0 installs
  33. GRAPHQL 9 · tomevault-io bundle
    GraphQL API query language with schema. Use for flexible APIs. Use when this capability is needed.
    0 installs
  34. Mongodb 2 · tomevault-io bundle
    MongoDB document database with aggregation pipeline and Atlas. Use for document storage. Use when this capability is needed.
    0 installs
  35. Railway 3 · tomevault-io bundle
    Railway platform for instant deployments. Use for simple hosting. Use when this capability is needed.
    0 installs
  36. Web Design Guidelines 6 · tomevault-io bundle
    Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Use when this capability is needed.
    0 installs
  37. Skill Creator 32 · tomevault-io bundle
    Create new Claude Code skills with proper structure and conventions. Use when the user wants to create a new skill, scaffold skill templates, or understand skill anatomy. Use when this capability is needed.
    0 installs
  38. Write Tests 4 · tomevault-io bundle
    Write tests following project conventions. Use when adding new tests or modifying existing ones. Use when this capability is needed.
    0 installs
  39. Browser 5 · tomevault-io bundle
    Browser automation via 70 tabz MCP tools. Use when taking screenshots, filling forms, debugging network requests, testing responsive design, or using text-to-speech notifications. Use when this capability is needed.
    0 installs
  40. Log 2 · tomevault-io bundle
    Automatically logs troubleshooting process using STAR method when errors or bugs are resolved. Use this skill to document problem-solving sessions. Use when this capability is needed.
    0 installs
  41. Go Patterns 2 · tomevault-io bundle
    Patrones de diseño idiomáticos en Go. Usar al elegir patrones para resolver problemas o diseñar sistemas extensibles. Use when this capability is needed.
    0 installs
  42. Build 5 · tomevault-io bundle
    Use this skill when you need to compile CPython, run tests, verify your changes work, check if a fix is correct, or debug test failures. Covers building from source with ./configure and make, ccache for faster rebuilds, Argument Clinic regeneration, and the unittest-based test system (NOT pytest). Essential for any task that requires running code or tests.
    0 installs
  43. Status 4 · tomevault-io bundle
    Show kanban board status, agent workload, and work distribution Use when this capability is needed.
    0 installs
  44. Code Review 61 · tomevault-io bundle
    Reviews code changes for architectural fitness, extensibility, and alignment with design principles. Use when reviewing code, checking PRs, or validating implementations. Use when this capability is needed.
    0 installs
  45. Install 3 · tomevault-io bundle
    Install Auto-PsyNet's essential dependencies — PsyNet + Dallinger (with optional version pinning) and the Python stats stack — into a chosen Python interpreter. Use when /apsy:doctor reports psynet missing, when the user says 'install apsy/psynet', or after first cloning the plugin. Auto-detects venv/APSY_PYTHON; offers to create a managed venv at ~/.auto-psynet/venv on first run. Never breaks system packages without explicit opt-in. Use when this capability is needed.
    0 installs
  46. Draft 2 · tomevault-io bundle
    Draft emails, messages, or documents. Use when the user needs help writing something. Use when this capability is needed.
    0 installs
  47. Golang Pro 6 · 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
  48. Code Review 62 · tomevault-io bundle
    Provide thorough, constructive code reviews that improve code quality and share knowledge. Use when this capability is needed.
    0 installs
  49. Hello World 3 · tomevault-io bundle
    Use when working with a simple skill that creates a greeting file
    0 installs
  50. Code Reviewer 13 · tomevault-io bundle
    Use when working with a skill that helps review code for best practices, bugs, and security issues
    0 installs
  51. Zustand 2 · tomevault-io bundle
    Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation. Use when this capability is needed.
    0 installs
  52. Checkpoint 2 · tomevault-io bundle
    Git checkpoint management. Use when starting risky changes or needing recovery points. Use when this capability is needed.
    0 installs
  53. Init Project 2 · tomevault-io bundle
    当用户明确要求"初始化项目"、"创建项目指令文件"或"生成 AGENTS.md"时使用。完全自动化:自动检测操作系统默认语言,分析项目目录结构(支持 Python/Web/Rust/Go/Java/数据科学/文档项目等),推断项目类型和用途,一键生成规范的项目指令文档。生成文件包括:AGENTS.md(跨平台通用项目指令,Single Source of Truth)、CLAUDE.md(Claude Code 特定适配,通过 @./AGENTS.md 引用)、README.md(项目介绍与使用方法)、CHANGELOG.md(项目变更记录)、.gitignore(Git 忽略规则,安全优先)。 Use when this capability is needed.
    0 installs
  54. Trl Training 2 · tomevault-io bundle
    Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning). Supports SFT, DPO, GRPO, KTO, RLOO and Reward Model training via CLI commands. Use when this capability is needed.
    0 installs
  55. Documentation 15 · tomevault-io bundle
    Technical documentation, API docs, and developer guides Use when this capability is needed.
    0 installs
  56. Git Workflow 23 · tomevault-io bundle
    Dotfiles-specific git workflow manager. Use when committing, branching, managing symlink history, rebasing, or handling the multi-machine/multi-platform nature of this repo. Use when this capability is needed.
    0 installs
  57. Update Site 2 · tomevault-io bundle
    Update the VibePad website with new DMG and appcast entry Use when this capability is needed.
    0 installs
  58. Git Commit 12 · tomevault-io bundle
    Create well-organized git commits with automatic task ID detection. Defaults to a single commit; only splits when changes are genuinely unrelated. Use when user asks to commit changes or create commits. Use when this capability is needed.
    0 installs
  59. Pytest 7 · tomevault-io bundle
    Reference for the vivarium pytest setup. Use this skill when running, debugging, or developing automated test coverage. Use when this capability is needed.
    0 installs
  60. Reviewer 2 · tomevault-io bundle
    Reviewer Role - Responsible for code quality checks and adversarial testing Use when this capability is needed.
    0 installs
  61. Codex 5 · tomevault-io bundle
    Executes OpenAI Codex CLI for code analysis, refactoring, and automated editing. Activates when users mention codex commands, code review requests, or automated code transformations requiring advanced reasoning models. Use when this capability is needed.
    0 installs
  62. Next Upgrade 2 · tomevault-io bundle
    Upgrade Next.js to the latest version following official migration guides and codemods Use when this capability is needed.
    0 installs
  63. Python Uv 2 · tomevault-io bundle
    Use when creating or updating Python projects that should be managed by uv with the uv_build backend, including pyproject.toml layout, scripts entrypoints, and uv run/tool usage.
    0 installs
  64. Code Review 63 · tomevault-io bundle
    Review a pull request, branch, recent commits, staged or unstaged changes, or AI-generated code for correctness, readability, architecture, security, performance, standards/spec adherence, and maintainability. Use when reviewing a PR before merge, reviewing changes since a fixed point, reviewing work-in-progress changes, reviewing another agent's code, asking to "review since X", requesting a thermo-nuclear / thermonuclear / deep code quality / especially harsh maintainability review, or when machine-readable output is needed. Use when this capability is needed.
    0 installs
  65. Code Review 64 · tomevault-io bundle
    Expert in conducting thorough code reviews for Python projects using GitHub MCP, covering test coverage, security practices, PEP 8 compliance, and code organization. Use when reviewing code or PRs. Use when this capability is needed.
    0 installs
  66. PDF 25 · 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
  67. Execute 4 · tomevault-io bundle
    Use when the user wants to execute tasks autonomously, run compounder on a tasks.md file, start autonomous development, compound through a task list, or implement tasks iteratively. Guides autonomous task execution using compound loops.
    0 installs
  68. Code Review 65 · tomevault-io bundle
    AttuBot per-phase qualitative diff review - multi-pass review covering correctness, design, repo-specific bug patterns, tests, documentation, security, and style. trigger when the user says "review this", "review the diff", "review the branch", "code review", "look this over", "is this good", "any issues with this"; before opening a PR or asking for sign-off; after a phase's programmer step finishes and before `integration-check`; when reviewing another agent's output. asks "is this diff right". distinct from `feature-completion` (mechanical did-i-ship-this checklist), `integration-check` (whole-product survival check), and `bug-triage` (cut-line on the bug log). defers to the project style skills for style judgments rather than restating their rules. Use when this capability is needed.
    0 installs
  69. Release Note 2 · tomevault-io bundle
    changes.md를 릴리즈 노트 형식으로 변환 Use when this capability is needed.
    0 installs
  70. Weather 23 · tomevault-io bundle
    Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region. Use when this capability is needed.
    0 installs
  71. Agent Browser 5 · tomevault-io bundle
    Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Use when this capability is needed.
    0 installs
  72. Code Search 2 · tomevault-io bundle
    Search code symbols, find function calls, and analyze codebase Use when this capability is needed.
    0 installs
  73. API Design 6 · tomevault-io bundle
    Design robust REST APIs with proper versioning, pagination, error handling, rate limiting, and OpenAPI documentation. Use when this capability is needed.
    0 installs
  74. Test 26 · tomevault-io bundle
    Optional test file path, or path:line for a single test Use when this capability is needed.
    0 installs
  75. Marketing 2 · tomevault-io bundle
    Marketing and product positioning skills for Azure applications Use when this capability is needed.
    0 installs
  76. Publish 6 · tomevault-io bundle
    Build, verify, and publish the xmloxide crate to crates.io Use when this capability is needed.
    0 installs
  77. Release 49 · tomevault-io bundle
    Cut a clean semver release from the main branch using the repo's release flow. Use when the user wants a tagged Cargo release, not generic deployment or changelog drafting. Use when this capability is needed.
    0 installs
  78. Vercel React Best Practices 20 · 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. Frontend Design 20 · 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
  80. Tanstack Query 2 · tomevault-io bundle
    TanStack Query (React Query) v5 best practices for data fetching, caching, and mutations. Use when fetching server data with useQuery, setting up mutations with useMutation, configuring caching strategies, managing query keys, handling optimistic updates, invalidating queries, or integrating TanStack Query into a React/TypeScript project. Triggers on "React Query", "TanStack Query", "useQuery", "useMutation", "query keys", "stale time", "cache invalidation", "optimistic update", "prefetch", "infinite query". Use when this capability is needed.
    0 installs
  81. Git Workflow 24 · tomevault-io bundle
    사용자가 "커밋해줘", "스테이지해줘", "PR 만들어줘", "브랜치 만들어줘", "이거 올려줘", "git 작업 도와줘"라고 할 때 사용하세요. 안전한 git 작업, 커밋 메시지 작성, PR 생성을 위한 표준 절차를 제공합니다. 파괴적 명령은 절대 실행하지 않습니다. Use when this capability is needed.
    0 installs
  82. Create Agent 2 · tomevault-io bundle
    Create a new Nova agent with a structured interview process. Use when the user wants to create a new agent. Use when this capability is needed.
    0 installs
  83. 1password 8 · tomevault-io bundle
    Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, or reading/injecting/running secrets via op. Use when this capability is needed.
    0 installs
  84. Summarize 5 · tomevault-io bundle
    Summarize text, articles, documents, or web pages using AI models. Use when this capability is needed.
    0 installs
  85. Testing 29 · tomevault-io bundle
    実装ではなく振る舞いをテストする原則とパターン Use when this capability is needed.
    0 installs
  86. Commit 48 · tomevault-io bundle
    Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English. Use when you need to create a well-structured commit message for staged changes. Use when this capability is needed.
    0 installs
  87. Noui Generalize 2 · tomevault-io bundle
    Use this skill when the user wants to generalize a recorded MCP workflow, rename tools to readable names, replace raw API params with natural-language parameters, fix bot detection issues (Akamai, Cloudflare, PerimeterX), rewrite operations to use CDP browser execution, or make a generated MCP server usable by Claude Code. Triggers on "generalize a recorded workflow", "rename MCP tools", "replace raw API params with readable names", "make the MCP usable by Claude Code", "generalize tool signatures", "I can't use the MCP tools", "Akamai is blocking", "429 with valid cookies", "TLS fingerprinting", "CDP fetch", "execute from inside the browser", "anti-bot workaround", "tabby credentials are empty", or "browser is authenticated but API calls fail".
    0 installs
  88. Hello World 4 · tomevault-io bundle
    Use when working with a minimal test skill that demonstrates the basic skill structure
    0 installs
  89. Golang 9 · tomevault-io bundle
    Writes idiomatic Go with composition, explicit errors, and focused functions. Use when writing or reviewing Go code in this project. Use when this capability is needed.
    0 installs
  90. Check Coverage 3 · tomevault-io bundle
    Ensure comprehensive test coverage for a CLI handler. Use when adding a new command or auditing existing handler coverage. Use when this capability is needed.
    0 installs
  91. Testing 30 · tomevault-io bundle
    Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers, or testing best practices. Use when this capability is needed.
    0 installs
  92. Bear Notes 6 · tomevault-io bundle
    Create, search, and manage Bear notes via grizzly CLI. Use when this capability is needed.
    0 installs
  93. Things Mac 6 · 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 Clawdbot 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
  94. Fastapi 11 · tomevault-io bundle
    Use when working with a module was extracted from a router but is still 300+ LOC. Split into focused domain-specific services.
    0 installs
  95. Git Workflow 25 · tomevault-io bundle
    Use when starting feature work that needs a branch, creating worktrees for isolation, making atomic commits during development, or completing a development branch via merge, PR, preserve, or discard. Also use when the user says "set up worktree", "create PR", "finish this branch", "start feature", or when you need an isolated workspace for implementation.
    0 installs
  96. Vue 38 · 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
  97. Kubernetes 10 · tomevault-io bundle
    Kubernetes operations, testing, and validation. Use when working with Kubernetes clusters for deploying resources, verifying deployments, testing operators/CRDs, debugging pods, monitoring workloads, or performing end-to-end testing and validation of K8s applications. Use when this capability is needed.
    0 installs
  98. Reflect 3 · tomevault-io bundle
    Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice user corrections after skill usage, or at the end of skill-heavy sessions. Also use when user says "reflect", "improve skill", or "learn from this". Use when this capability is needed.
    0 installs
  99. Prose 4 · 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.
    2 installs
  100. Slack 9 · tomevault-io bundle
    Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
    0 installs