tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌ Nice Release · tomevault-io bundleCut 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.
- ▌
- ▌ Autoskill · tomevault-io bundleAnalyze 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.
- ▌ Surf Codebase · tomevault-io bundleNavigate 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.
- ▌ Plan Implementer · tomevault-io bundleExecute plan docs with progress tracking. Use when implementing a structured plan file. Use when this capability is needed.
- ▌ Sales Enablement · tomevault-io bundleBattlecards, demo scripts, and GTM materials. Use when creating sales collateral, competitive battlecards, or go-to-market content. Use when this capability is needed.
- ▌
- ▌ Noir SEO Check · tomevault-io bundleVerify 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.
- ▌ Brane Code Review · tomevault-io bundleReview 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.
- ▌ Slides Grab Card News · tomevault-io bundleGenerate 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.
- ▌ Add Cron Job · tomevault-io bundleScaffold a new cron job with in-process guard, env-configurable schedule, SyncStatus DB locking, and job registry wiring. Use when this capability is needed.
- ▌ Add Endpoint · tomevault-io bundleScaffold a new Express API endpoint with controller, route (OpenAPI annotations), response type, and barrel exports. Use when this capability is needed.
- ▌ Evolve Skill · tomevault-io bundleAnalyze feedback and evolve skills through structured improvement. The meta-skill that makes other skills better. Use when this capability is needed.
- ▌ Skill Creation Guide · tomevault-io bundleGuide 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.
- ▌ Shopify · tomevault-io bundleShopify Admin & Storefront GraphQL APIs via curl. Products, orders, customers, inventory, metafields. Use when this capability is needed.
- ▌ Orchestration · tomevault-io bundleMulti-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.
- ▌ Sync Upstream · tomevault-io bundleSync 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.
- ▌ Rust CI · tomevault-io bundleRust 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.
- ▌ Matrix Doctor · tomevault-io bundleThis 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.
- ▌ Matrix Code Review · tomevault-io bundleThis 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.
- ▌
- ▌ Pester · tomevault-io bundlePowerShell 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.
- ▌ Security Headers · tomevault-io bundleHTTP Security Headers analysis and testing methodology Use when this capability is needed.
- ▌ Network · tomevault-io bundleNetwork penetration testing skills for service exploitation and protocol attacks. Use when this capability is needed.
- ▌ Docstring Formatter · tomevault-io bundleConvert 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.
- ▌ Unit Test Generator · tomevault-io bundleGenerate 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.
- ▌ Create Agent Skill · tomevault-io bundleCreate 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.
- ▌ Teach Oh · tomevault-io bundleProject 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.
- ▌ Browser Click · tomevault-io bundleClick 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.
- ▌ Desktop Click · tomevault-io bundleClick 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.
- ▌
- ▌ Agent Email Inbox · tomevault-ioWebhook 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.
- ▌ Aiusd Skill · tomevault-ioAIUSD trading and account management skill for cryptocurrency trading and account management. Use when this capability is needed.
- ▌
- ▌
- ▌ Claw Monitor · tomevault-io bundleUse the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health. Use when this capability is needed.
- ▌ Agent Memory · tomevault-io bundlePersist 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.
- ▌ Azure Devops · tomevault-io bundleInteract 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.
- ▌ Releasenotes · tomevault-io bundleGenerate 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.
- ▌ Contact Vcard Extractor · tomevault-io bundle从文本、聊天记录、网页、截图、名片照片、二维码/OCR结果中提取联系人信息,清洗姓名/电话/邮箱/公司/职位/地址/网站,生成 vCard/.vcf 文件,并引导用户导入 iOS 通讯录或分享给别人。触发词包括:提取联系人、保存到通讯录、生成 vCard/vcf、名片识别、从图片/截图/文本里加联系人、分享联系人、导出联系人。 Use when this capability is needed.
- ▌ Topsail CI · tomevault-io bundleSuite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting Use when this capability is needed.
- ▌ Add Fusion Transformation · tomevault-io bundleAdds a new OpenVINO fusion transformation (subgraph to one or several operations) and corresponding tests. Use when this capability is needed.
- ▌
- ▌ Infra Terraform · tomevault-io bundleTerraform / 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.
- ▌ Howopen · tomevault-io bundleThis 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.
- ▌ UI System · tomevault-io bundleGuidelines for the MiniAcid UI architecture and hardware-specific display handling. Use when this capability is needed.
- ▌ Check Status · tomevault-io bundleThis 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.
- ▌ Claude Hooks · tomevault-io bundleThis 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.
- ▌ Claude Rules · tomevault-io bundleThis 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.
- ▌ Codex Config · tomevault-io bundleThis 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.
- ▌ Stack Review · tomevault-io bundleAudits 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.
- ▌ Rust Review · tomevault-io bundleReview 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.
- ▌
- ▌
- ▌ Docs Diagram Gen · tomevault-io bundleMermaid diagram generation for architecture, flows, and scenarios Use when this capability is needed.
- ▌ Review Code Idiom Check · tomevault-io bundleIdiomatic code review for the project's language and framework Use when this capability is needed.
- ▌ Review Code Performance · tomevault-io bundlePerformance review for changes in critical paths and resource-intensive operations Use when this capability is needed.
- ▌ Memory Query · tomevault-io bundleQueries 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.
- ▌
- ▌ Mot · tomevault-io bundleSystem health check (MOT) for skills, agents, hooks, and memory Use when this capability is needed.
- ▌ Code Verifier · tomevault-io bundlesrc/mylib 配下の Rust ライブラリ編集時に、テスト・カバレッジ・静的解析・フォーマットを一貫して自動検証する標準プロトコル。 Use when this capability is needed.
- ▌ Notion Viewer · tomevault-io bundleNotion ページの内容を検索・閲覧し、人間が読みやすい形式(Markdown)で表示するためのスキル。Notion API の冗長な JSON レスポンスを整形して表示したい場合に使用する。 Use when this capability is needed.
- ▌ MCP Code Review · tomevault-io bundleReview 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.
- ▌
- ▌
- ▌
- ▌ Build Release · tomevault-io bundleBuild 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.
- ▌ Har Extraction · tomevault-io bundleUse when user has a HAR file and wants to create API mocks, or when setting up MSW mocking for tests/Storybook from network recordings.
- ▌ Comfy Edit · tomevault-io bundleUse when editing ComfyUI workflow JSON, adding nodes, wiring connections, modifying workflows, adding ControlNet/LoRA/upscaling to a workflow, or submitting workflows to ComfyUI.
- ▌
- ▌ Csharp Avalonia · tomevault-io bundleCross-platform desktop/mobile development with C# and Avalonia UI Use when this capability is needed.
- ▌ Davinci Resolve · tomevault-io bundleDaVinci Resolve video editing and color grading automation via Python DaVinciResolveScript API Use when this capability is needed.
- ▌ New Analyzer · tomevault-io bundleGuide 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.
- ▌ Patch Creation · tomevault-io bundleCreate and register new patches for tweakcc. Use when adding new customizations to Claude Code. Use when this capability is needed.
- ▌
- ▌ Tidb Test Guidelines · tomevault-io bundleDecide 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.
- ▌ Dev Env Setup · tomevault-io bundleユーザーの要件に基づいて Dev Container・CI・Dependabot・VS Code 設定等の開発環境を構築するスキル。言語別テンプレートとヒアリングガイドを提供します。開発環境のセットアップを行うときに使用してください。 Use when this capability is needed.
- ▌ Build AI Agent · tomevault-io bundleBuild 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.
- ▌ Run Process Scenario · tomevault-io bundleUpdate a Plugboard YAML config for a requested scenario and run it with the CLI. Use when this capability is needed.
- ▌ Aptos Orderless Wev · tomevault-io bundleAptos Orderless WEV Skill Use when this capability is needed.
- ▌ Backend Development · tomevault-io bundleBackend API design, database architecture, microservices patterns, and Use when this capability is needed.
- ▌
- ▌ Cc Trace · tomevault-io bundleInteractive 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.
- ▌ Catcolab Petri Nets · tomevault-io bundleCatColab 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.
- ▌ Changelog Generator · tomevault-io bundleAutomatically creates user-facing changelogs from git commits by analyzing Use when this capability is needed.
- ▌ Cognitive Surrogate · tomevault-io bundleLayer 6 Barton Cognitive Surrogate System - build, train, and validate Use when this capability is needed.
- ▌ Cryptographic Audit · tomevault-io bundleAudit 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.
- ▌ Differential Review · tomevault-io bundleSecurity-focused code review of diffs and pull requests using Trail of Bits expertise. Use when this capability is needed.
- ▌ Dynamic Sufficiency · tomevault-io bundleCausal state gating via ε-machine. Coworld observer that prevents action Use when this capability is needed.
- ▌ Flecs Dylib Modules · tomevault-io bundleHot-reloadable Flecs modules as Rust dylibs. Covers module architecture, component vs system modules, and inter-module dependencies. Use when this capability is needed.
- ▌
- ▌
- ▌ LLM Application Dev · tomevault-io bundleBuilding applications with Large Language Models - prompt engineering, Use when this capability is needed.
- ▌ Org Babel Execution · tomevault-io bundleLiterate programming execution engine via org-babel for polyglot skill execution Use when this capability is needed.
- ▌ Persistent Homology · tomevault-io bundleTopological data analysis for stable feature verification across filtrations of code complexity. Use when this capability is needed.
- ▌ Pijul Sparse Skills · tomevault-io bundleSparsity-preserving skill versioning via Pijul patches with GF(3) projection gates Use when this capability is needed.
- ▌ Reverse Engineering · tomevault-io bundleReverse Engineering Skill Use when this capability is needed.
- ▌ Self Evolving Agent · tomevault-io bundleDarwin Gödel Machine patterns for self-improving AI agents with open-ended Use when this capability is needed.
- ▌ Skill Embedding Vss · tomevault-io bundleP-adic ultrametric skill embeddings with MLX Snowflake Arctic, DuckDB Use when this capability is needed.
- ▌ Skill Specification · tomevault-io bundleAgent 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.