← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 503 of 623

  1. Nice Release · tomevault-io bundle
    Cut a new Nice release. Use whenever the user says "time to release", "ship it", "cut a release", "tag a new version", "release X.Y.Z", or otherwise asks to publish a new Nice version. The skill bumps `project.yml`, commits, pushes, tags `vX.Y.Z`, and pushes the tag — at which point GitHub Actions (`.github/workflows/release.yml`) takes over and handles archive, sign, notarize, staple, the GitHub release, and the homebrew-nice cask bump PR. Default bump is minor (e.g. `0.16.0` → `0.17.0`); the user may override. Reach for this skill instead of reverse-engineering the flow from `git log` each time. Use when this capability is needed.
    0 installs
  2. Nickcrew Claude Cortex Backlog Md · tomevault-io bundle
    Backlog.md Task Tracking for Agents
    0 installs
  3. Autoskill · tomevault-io bundle
    Analyze coding sessions to detect corrections and preferences, then propose targeted improvements to Skills used in the session. Use this skill when the user asks to "learn from this session", "update skills", or "remember this pattern". Extracts durable preferences and codifies them into the appropriate skill files. Use when this capability is needed.
    0 installs
  4. Surf Codebase · tomevault-io bundle
    Navigate and modify surf-cli codebase - Chrome extension + native host for AI browser automation. Use for surf-cli code work, architecture questions, implementing browser control/CDP/accessibility/network features. Use when this capability is needed.
    0 installs
  5. Plan Implementer · tomevault-io bundle
    Execute plan docs with progress tracking. Use when implementing a structured plan file. Use when this capability is needed.
    0 installs
  6. Sales Enablement · tomevault-io bundle
    Battlecards, demo scripts, and GTM materials. Use when creating sales collateral, competitive battlecards, or go-to-market content. Use when this capability is needed.
    0 installs
  7. Nobelk Claude Tools Security Scan · tomevault-io bundle
    Security Vulnerability Scanner
    0 installs
  8. Noir SEO Check · tomevault-io bundle
    Verify SEO + social-sharing metadata on NOIR public-facing pages (blog posts, product pages, category pages, landing pages). Use when the user asks to audit SEO, add meta tags, improve search ranking, add Open Graph / Twitter Card / JSON-LD / Schema.org, check structured data, or ensure rich snippets work. Complements the `seo-audit` + `schema-markup` skills from `marketing-skills` plugin with NOIR-specific DTO knowledge and enforcement of `docs/backend/research/seo-meta-and-hint-text-best-practices.md`. Use when this capability is needed.
    0 installs
  9. Brane Code Review · tomevault-io bundle
    Review Brane SDK code for correctness, Java 21 patterns, type safety, and architectural consistency. Use when reviewing PRs, checking code changes, or validating implementations against Brane standards. Use when this capability is needed.
    0 installs
  10. Slides Grab Card News · tomevault-io bundle
    Generate square Instagram-style card news by reusing the slides-grab workflow with card-news mode enabled. Defaults to per-slide PNG export. Use when this capability is needed.
    0 installs
  11. Add Cron Job · tomevault-io bundle
    Scaffold a new cron job with in-process guard, env-configurable schedule, SyncStatus DB locking, and job registry wiring. Use when this capability is needed.
    0 installs
  12. Add Endpoint · tomevault-io bundle
    Scaffold a new Express API endpoint with controller, route (OpenAPI annotations), response type, and barrel exports. Use when this capability is needed.
    0 installs
  13. Evolve Skill · tomevault-io bundle
    Analyze feedback and evolve skills through structured improvement. The meta-skill that makes other skills better. Use when this capability is needed.
    0 installs
  14. Skill Creation Guide · 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
  15. Shopify · tomevault-io bundle
    Shopify Admin & Storefront GraphQL APIs via curl. Products, orders, customers, inventory, metafields. Use when this capability is needed.
    0 installs
  16. Orchestration · tomevault-io bundle
    Multi-agent orchestration for complex tasks. Use when tasks require parallel work, multiple agents, or sophisticated coordination. Triggers include requests for features, reviews, refactoring, testing, documentation, or any work that benefits from decomposition into parallel subtasks. This skill defines how to orchestrate work using cc-mirror tasks for persistent dependency tracking and TodoWrite for real-time session visibility. Use when this capability is needed.
    0 installs
  17. Sync Upstream · tomevault-io bundle
    Sync this Go port with a new upstream google/libphonenumber release — regenerate the embedded metadata and reconcile the ported Java logic. Use when the user says "sync with upstream", "do an upstream sync", "reconcile against libphonenumber", "pull the latest libphonenumber", bump to a new libphonenumber version, or invokes /sync-upstream. SYNC.md holds the state (baseline version + deliberate divergences); this skill is the procedure. Use when this capability is needed.
    0 installs
  18. Rust CI · tomevault-io bundle
    Rust CI workflow for greenfield Cargo projects using stable toolchains, caching, fmt, Clippy, tests/nextest, docs, audit/deny jobs, feature matrices, coverage, artifacts, and release gates aligned with local just check. Use when this capability is needed.
    0 installs
  19. Matrix Doctor · tomevault-io bundle
    This skill should be used when the user asks to "run matrix diagnostics", "check matrix health", "fix matrix issues", "troubleshoot matrix", or mentions matrix not working. Runs comprehensive diagnostics on the Matrix plugin and automatically fixes issues. Use when this capability is needed.
    0 installs
  20. Matrix Code Review · tomevault-io bundle
    This skill should be used when the user asks to "review this code", "review PR", "code review", "review staged changes", "blast radius analysis", "check impact of changes", or needs comprehensive context-aware code review. Use when this capability is needed.
    0 installs
  21. Okjpg Skill Creator Skill Creator · tomevault-io bundle
    Skill: criar-skill
    0 installs
  22. Pester · tomevault-io bundle
    PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues. Use when this capability is needed.
    0 installs
  23. Security Headers · tomevault-io bundle
    HTTP Security Headers analysis and testing methodology Use when this capability is needed.
    0 installs
  24. Network · tomevault-io bundle
    Network penetration testing skills for service exploitation and protocol attacks. Use when this capability is needed.
    0 installs
  25. Docstring Formatter · tomevault-io bundle
    Convert docstrings to NumPy/Sphinx style with proper Parameters, Returns, and Examples sections. This skill should be used when improving documentation quality across Python modules. Use when this capability is needed.
    0 installs
  26. Unit Test Generator · tomevault-io bundle
    Generate pytest unit tests for Python functions and classes with fixtures, parametrization, and edge cases. This skill should be used when creating test coverage for modules, especially during refactoring to ensure functionality is preserved. Use when this capability is needed.
    0 installs
  27. Create Agent Skill · tomevault-io bundle
    Create a new Agent Skill following project standards and templates. Use this when you need to encapsulate a new capability or workflow. Use when this capability is needed.
    0 installs
  28. Teach Oh · tomevault-io bundle
    Project setup. Explore the codebase, ask about strategy and aims, write persistent context to AGENTS.md. Run when starting or when aims shift. Use when this capability is needed.
    0 installs
  29. Browser Click · tomevault-io bundle
    Click page elements by CSS selector or text content. When you need to click buttons, links, or select options. PREREQUISITE - must use browser_navigate to open target page first. Use when this capability is needed.
    0 installs
  30. Desktop Click · tomevault-io bundle
    Click desktop elements or coordinates. When you need to click buttons/icons in applications, select menu items, or interact with desktop UI. Supports element description, name prefix, or coordinates. For browser webpage elements, use browser_click instead. Use when this capability is needed.
    0 installs
  31. Openclaw Skills Acuity Scheduling · tomevault-io
    Acuity Scheduling
    0 installs
  32. Agent Email Inbox · tomevault-io
    Webhook signing secret for verifying inbound email event payloads. Returned as `signing_secret` in the response when you create a webhook via the API. Use when this capability is needed.
    0 installs
  33. Aiusd Skill · tomevault-io
    AIUSD trading and account management skill for cryptocurrency trading and account management. Use when this capability is needed.
    0 installs
  34. Openclaw Skills Authensor Gateway · tomevault-io
    Authensor Gateway
    0 installs
  35. Openclaw Skills Book Cover Design · tomevault-io
    Book Cover Design
    0 installs
  36. Claw Monitor · tomevault-io bundle
    Use the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health. Use when this capability is needed.
    0 installs
  37. Agent Memory · tomevault-io bundle
    Persist and retrieve repository-specific knowledge using AGENTS.md files. Use when you want to save important information about a codebase (build commands, code style, workflows) for future sessions. Use when this capability is needed.
    0 installs
  38. Azure Devops · tomevault-io bundle
    Interact with Azure DevOps repositories, pull requests, and APIs using the AZURE_DEVOPS_TOKEN environment variable. Use when working with code hosted on Azure DevOps or managing Azure DevOps resources. Use when this capability is needed.
    0 installs
  39. Releasenotes · tomevault-io bundle
    Generate formatted changelogs from git history since the last release tag. Use when preparing release notes that categorize changes into breaking changes, features, fixes, and other sections. Use when this capability is needed.
    0 installs
  40. Contact Vcard Extractor · tomevault-io bundle
    从文本、聊天记录、网页、截图、名片照片、二维码/OCR结果中提取联系人信息,清洗姓名/电话/邮箱/公司/职位/地址/网站,生成 vCard/.vcf 文件,并引导用户导入 iOS 通讯录或分享给别人。触发词包括:提取联系人、保存到通讯录、生成 vCard/vcf、名片识别、从图片/截图/文本里加联系人、分享联系人、导出联系人。 Use when this capability is needed.
    0 installs
  41. Topsail CI · tomevault-io bundle
    Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting Use when this capability is needed.
    0 installs
  42. Add Fusion Transformation · tomevault-io bundle
    Adds a new OpenVINO fusion transformation (subgraph to one or several operations) and corresponding tests. Use when this capability is needed.
    0 installs
  43. Organvm Iv Taxis A I Skills DOCX · tomevault-io bundle
    DOCX creation, editing, and analysis
    0 installs
  44. Infra Terraform · tomevault-io bundle
    Terraform / IaC skill. Covers modularity, state management, variables and environments, drift detection, least privilege, plan and review, and rollback and splitting. Used for designing or reviewing infrastructure code. Use when this capability is needed.
    0 installs
  45. Howopen · tomevault-io bundle
    This skill allows the agent to perform an "Open Source Health Check" on the current project. It analyzes the technology stack, programming language distribution, and open-source licenses of dependencies. Use when this capability is needed.
    0 installs
  46. UI System · tomevault-io bundle
    Guidelines for the MiniAcid UI architecture and hardware-specific display handling. Use when this capability is needed.
    0 installs
  47. Check Status · tomevault-io bundle
    This skill should be used when checking project status, starting sessions, reviewing activity, or when "sitrep", "status report", or "what's changed" are mentioned. Use when this capability is needed.
    0 installs
  48. Claude Hooks · tomevault-io bundle
    This skill should be used when creating hooks, automating workflows, or when "PreToolUse", "PostToolUse", "hooks.json", "event handler", or "create hook" are mentioned. Use when this capability is needed.
    0 installs
  49. Claude Rules · tomevault-io bundle
    This skill should be used when creating rule files, organizing conventions, or when ".claude/rules/", "FORMATTING.md", "create rule", or "project conventions" are mentioned. Use when this capability is needed.
    0 installs
  50. Codex Config · tomevault-io bundle
    This skill should be used when configuring Codex CLI, setting up profiles, or when "config.toml", "sandbox mode", "Codex config", or "approval policy" are mentioned. Use when this capability is needed.
    0 installs
  51. Stack Review · tomevault-io bundle
    Audits code for Outfitter Stack compliance including Result types, error handling, logging patterns, and path safety. Use for pre-commit reviews, code quality checks, migration validation, or when "audit", "check compliance", "review stack", or "stack patterns" are mentioned. Use when this capability is needed.
    0 installs
  52. Rust Review · tomevault-io bundle
    Review Rust code for idiomatic style, anti-patterns, and common pitfalls — ownership, API design, logging, lints, secrets handling. Use when the user asks to review Rust code, judge whether something is idiomatic, refactor a `.rs` file, or audit a Rust module. Do NOT use for pure error-handling refactors (use rust-error-design) or async/tokio audits (use rust-async-audit) — invoke those instead when the focus is narrow. Use when this capability is needed.
    0 installs
  53. Owenliang Deepagent Skill Creator · tomevault-io bundle
    Skill Creator
    0 installs
  54. Owent Atframe Utils Atframe Utils · tomevault-io bundle
    AI Agent Maintenance
    0 installs
  55. Docs Diagram Gen · tomevault-io bundle
    Mermaid diagram generation for architecture, flows, and scenarios Use when this capability is needed.
    0 installs
  56. Review Code Idiom Check · tomevault-io bundle
    Idiomatic code review for the project's language and framework Use when this capability is needed.
    0 installs
  57. Review Code Performance · tomevault-io bundle
    Performance review for changes in critical paths and resource-intensive operations Use when this capability is needed.
    0 installs
  58. Memory Query · tomevault-io bundle
    Queries repo memory sources (MEMORY.md focus view + memory/{st,lt} engrams). Use when asked about prior decisions, conventions, or to locate a past design note. Use when this capability is needed.
    0 installs
  59. Paperclipai Paperclip Prcheckloop · tomevault-io bundle
    PRCheckloop
    0 installs
  60. Mot · tomevault-io bundle
    System health check (MOT) for skills, agents, hooks, and memory Use when this capability is needed.
    0 installs
  61. Code Verifier · tomevault-io bundle
    src/mylib 配下の Rust ライブラリ編集時に、テスト・カバレッジ・静的解析・フォーマットを一貫して自動検証する標準プロトコル。 Use when this capability is needed.
    0 installs
  62. Notion Viewer · tomevault-io bundle
    Notion ページの内容を検索・閲覧し、人間が読みやすい形式(Markdown)で表示するためのスキル。Notion API の冗長な JSON レスポンスを整形して表示したい場合に使用する。 Use when this capability is needed.
    0 installs
  63. MCP Code Review · tomevault-io bundle
    Review code for correctness, security, and LLM/MCP safety in this repo. Use when a code review, security review, or MCP/LLM audit is requested. Use when this capability is needed.
    0 installs
  64. Paulkinlan Co Do Comment Analyzer · tomevault-io bundle
    Comment Analyzer Agent
    0 installs
  65. Paulkinlan Co Do Pr Test Analyzer · tomevault-io bundle
    PR Test Analyzer Agent
    0 installs
  66. Pekral PHP Skeleton Resolve Issue · tomevault-io bundle
    Resolve Issue
    0 installs
  67. Build Release · tomevault-io bundle
    Build all voxtype binaries for release. Builds Whisper (AVX2, AVX-512, Vulkan) and ONNX (AVX2, AVX-512, CUDA) binaries using Docker. Use when preparing a new release. Use when this capability is needed.
    0 installs
  68. Har Extraction · tomevault-io bundle
    Use when user has a HAR file and wants to create API mocks, or when setting up MSW mocking for tests/Storybook from network recordings.
    0 installs
  69. Comfy Edit · tomevault-io bundle
    Use when editing ComfyUI workflow JSON, adding nodes, wiring connections, modifying workflows, adding ControlNet/LoRA/upscaling to a workflow, or submitting workflows to ComfyUI.
    0 installs
  70. Pheuter Claude Agent Desktop DOCX · tomevault-io bundle
    DOCX creation, editing, and analysis
    0 installs
  71. Csharp Avalonia · tomevault-io bundle
    Cross-platform desktop/mobile development with C# and Avalonia UI Use when this capability is needed.
    0 installs
  72. Davinci Resolve · tomevault-io bundle
    DaVinci Resolve video editing and color grading automation via Python DaVinciResolveScript API Use when this capability is needed.
    0 installs
  73. New Analyzer · tomevault-io bundle
    Guide for adding a new AI coding agent analyzer to Splitrail. Use when implementing support for a new tool like Copilot, Cline, or similar. Use when this capability is needed.
    0 installs
  74. Patch Creation · tomevault-io bundle
    Create and register new patches for tweakcc. Use when adding new customizations to Claude Code. Use when this capability is needed.
    0 installs
  75. Pika Labs Pika Skills Pika Skills · tomevault-io bundle
    PikaStream Video Meeting
    0 installs
  76. Tidb Test Guidelines · tomevault-io bundle
    Decide where to place TiDB tests and how to write them (basic structure, naming, testdata usage). Use when asked about test locations, writing conventions, shard_count limits, casetest categorization, or when reviewing test changes in code review. Use when this capability is needed.
    0 installs
  77. Dev Env Setup · tomevault-io bundle
    ユーザーの要件に基づいて Dev Container・CI・Dependabot・VS Code 設定等の開発環境を構築するスキル。言語別テンプレートとヒアリングガイドを提供します。開発環境のセットアップを行うときに使用してください。 Use when this capability is needed.
    0 installs
  78. Build AI Agent · tomevault-io bundle
    Build an AI agent that signs Sui transactions or runs onchain actions. Use when the user wants an AI agent on Sui. Use when this capability is needed.
    0 installs
  79. Run Process Scenario · tomevault-io bundle
    Update a Plugboard YAML config for a requested scenario and run it with the CLI. Use when this capability is needed.
    0 installs
  80. Aptos Orderless Wev · tomevault-io bundle
    Aptos Orderless WEV Skill Use when this capability is needed.
    0 installs
  81. Backend Development · tomevault-io bundle
    Backend API design, database architecture, microservices patterns, and Use when this capability is needed.
    0 installs
  82. Plurigrid Asi Beads Issue Tracker · tomevault-io bundle
    Beads Issue Tracker (bd)
    0 installs
  83. Cc Trace · tomevault-io bundle
    Interactive assistant for intercepting, debugging, analyzing and reviewing Claude Code API requests using mitmproxy. Guides setup, certificate configuration, and active traffic inspection via web or CLI interface. Supports learning Claude Code internals, debugging issues, and optimizing API usage. Use when this capability is needed.
    0 installs
  84. Catcolab Petri Nets · tomevault-io bundle
    CatColab Petri Nets - concurrent system modeling via places (states), transitions (events), and token flow. Foundation for process algebra, workflow, and chemical reaction networks. Use when this capability is needed.
    0 installs
  85. Changelog Generator · tomevault-io bundle
    Automatically creates user-facing changelogs from git commits by analyzing Use when this capability is needed.
    0 installs
  86. Cognitive Surrogate · tomevault-io bundle
    Layer 6 Barton Cognitive Surrogate System - build, train, and validate Use when this capability is needed.
    0 installs
  87. Cryptographic Audit · tomevault-io bundle
    Audit cryptographic implementations for misuse, weak algorithms, improper key management, and TLS/certificate configuration issues. Uses testssl.sh, openssl, sslyze, and code review patterns. For authorized security assessments. Use when this capability is needed.
    0 installs
  88. Differential Review · tomevault-io bundle
    Security-focused code review of diffs and pull requests using Trail of Bits expertise. Use when this capability is needed.
    0 installs
  89. Dynamic Sufficiency · tomevault-io bundle
    Causal state gating via ε-machine. Coworld observer that prevents action Use when this capability is needed.
    0 installs
  90. Flecs Dylib Modules · tomevault-io bundle
    Hot-reloadable Flecs modules as Rust dylibs. Covers module architecture, component vs system modules, and inter-module dependencies. Use when this capability is needed.
    0 installs
  91. Plurigrid Asi Full Stack Playbook · tomevault-io bundle
    Full-Stack Web Application Playbook
    0 installs
  92. Plurigrid Asi How To Publish Paks · tomevault-io bundle
    How to Publish Paks (Agent Skills)
    0 installs
  93. LLM Application Dev · tomevault-io bundle
    Building applications with Large Language Models - prompt engineering, Use when this capability is needed.
    0 installs
  94. Org Babel Execution · tomevault-io bundle
    Literate programming execution engine via org-babel for polyglot skill execution Use when this capability is needed.
    0 installs
  95. Persistent Homology · tomevault-io bundle
    Topological data analysis for stable feature verification across filtrations of code complexity. Use when this capability is needed.
    0 installs
  96. Pijul Sparse Skills · tomevault-io bundle
    Sparsity-preserving skill versioning via Pijul patches with GF(3) projection gates Use when this capability is needed.
    0 installs
  97. Reverse Engineering · tomevault-io bundle
    Reverse Engineering Skill Use when this capability is needed.
    0 installs
  98. Self Evolving Agent · tomevault-io bundle
    Darwin Gödel Machine patterns for self-improving AI agents with open-ended Use when this capability is needed.
    0 installs
  99. Skill Embedding Vss · tomevault-io bundle
    P-adic ultrametric skill embeddings with MLX Snowflake Arctic, DuckDB Use when this capability is needed.
    0 installs
  100. Skill Specification · tomevault-io bundle
    Agent Skills formal specification for cross-platform compatibility. Ensures skills are evolutionarily robust across Claude, Codex, Cursor, Amp, and future agents. Use when this capability is needed.
    0 installs