tomevault-io
- 62k skills
- 0 followers
- 13 hours ago last updated
- ▌
- ▌ Temporal Playground · tomevault-io bundleInteractive visual playground for designing, editing, and generating Temporal workflows. Use when the user wants to visually build workflows, load existing project workflows onto a canvas, or generate workflow code from a visual spec. Includes its own MCP server (temporal-playground) for chat and connects to temporal-docs MCP for documentation. Use when this capability is needed.
- ▌ Pulumi Upgrade Provider · tomevault-io bundleAutomate Pulumi provider repo upgrades with the `upgrade-provider` tool. Use when upgrading a pulumi provider repository to a new upstream version, running `upgrade-provider`, and addressing its common failure modes like patch conflicts or missing module mappings. Use when this capability is needed.
- ▌ Esp32 Heap Discipline · tomevault-io bundleMemory-allocation discipline for AgentDeck ESP32 firmware (esp32/). Use whenever writing or reviewing firmware code that allocates — new / malloc / ps_malloc / heap_caps_alloc / std::vector / std::string / String / a buffer / a cache / anything held across a render loop. Covers the PSRAM-vs-no-PSRAM board split, the allocation decision order, fragmentation avoidance, the makeUniqueNoThrow / ScopedCleanup helpers, the PROTOCOL_MAX_MSG_BYTES JSON guard, and the heap diagnostics (logHeap / [PERF] freeblk). Use when this capability is needed.
- ▌ Safe Refactor · tomevault-io bundleStructured refactor execution with guardrails, checkpoints, and regression control. Use when code should be reorganized or simplified without behavior regressions. Use when this capability is needed.
- ▌ Env Sync · tomevault-io bundleSync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees. Use when this capability is needed.
- ▌ System Learn · tomevault-io bundleIngest new procedural memory (skills, patterns, docs) into the vector database. Use when this capability is needed.
- ▌ Update Changelog · tomevault-io bundleUpdate CHANGELOG.md with merged PRs since the last changelog update, categorized by type Use when this capability is needed.
- ▌ Claudemap Runtime · tomevault-io bundleInternal ClaudeMap runtime for turning a repository into a live architecture map and driving that map during walkthroughs. Prefer the public commands in .claude/commands for normal use. Use when this capability is needed.
- ▌ Gh Create · tomevault-io bundleCreate GitHub issues or triage existing ones. Works with any repo - auto-detects from current directory. Use when this capability is needed.
- ▌ Radius Install Custom · tomevault-io bundleInstall Radius on a Kubernetes cluster from custom-built container images. Works with any cluster and any registry the cluster can pull from. Use when this capability is needed.
- ▌ Debug Loop · tomevault-io bundleDebug by reproducing, minimizing, writing regression tests, fixing, and documenting. Use when this capability is needed.
- ▌ Techdebt · tomevault-io bundleLightweight end-of-session tech debt sweep. Finds duplicated code, dead exports, unused deps, stale TODOs, and bloated files. Use when user asks for "tech debt", "cleanup", "dead code", "unused exports", "code sweep", or end-of-session hygiene. Do NOT use for full codebase audits (use /audit instead). Use when this capability is needed.
- ▌ Discover Systems Theory · tomevault-io bundleAutomatically discover eBPF, compiler, programming language theory, information retrieval, and formal verification skills when working with kernel tracing, parsers, type systems, Z3, Lean, or theorem proving Use when this capability is needed.
- ▌ Discover Ml · tomevault-io bundleAutomatically discover machine learning and AI skills when working with machine learning, PyTorch, training, inference, RAG, embeddings, fine-tuning, LLM, DSPy, HuggingFace, or diffusion models. Activates for ML development tasks. Use when this capability is needed.
- ▌ Unreal · tomevault-io bundleDevelop, test, and automate Unreal Engine 5.x projects (WIP). Covers PlayUnreal automation, Remote Control API, Automation Driver, and CI-friendly E2E flows. Use when this capability is needed.
- ▌
- ▌ Epigenomics · tomevault-io bundleProduction-ready genomics and epigenomics data processing for BixBench questions. Handles methylation array analysis (CpG filtering, differential methylation, age-related CpG detection, chromosome-level density), ChIP-seq peak analysis (peak calling, motif enrichment, coverage stats), ATAC-seq chromatin accessibility, multi-omics integration (expression + methylation correlation), and genome-wide statistics. Pure Python computation (pandas, scipy, numpy, pysam, statsmodels) plus MedToolkit annotation tools (Ensembl, ENCODE, SCREEN, JASPAR, ReMap, RegulomeDB, ChIPAtlas). Supports BED, BigWig, methylation beta-value matrices, Illumina manifest files, and multi-sample clinical data. Use when processing methylation data, ChIP-seq peaks, ATAC-seq signals, or answering questions about CpG sites, differential methylation, chromatin accessibility, histone marks, or epigenomic statistics. Use when this capability is needed.
- ▌
- ▌
- ▌ Reflexio Consolidate · tomevault-io bundleRun a full-sweep consolidation over all .reflexio/ files — TTL sweep + n-way cluster merge. Use when the user asks to 'clean up reflexio', 'consolidate memory', 'deduplicate playbooks', or suspects drift across sessions. Use when this capability is needed.
- ▌
- ▌ D3js · tomevault-io bundleThis skill should be used when the user asks to "create a D3 visualization", "make a D3 chart", "build a d3js graph", "create a bar chart with D3", "make a scatter plot", "build a treemap", "create a force-directed graph", "make a choropleth map", "create a Sankey diagram", "build a sunburst chart", "make a line chart", "create a histogram", "build a heatmap", or mentions D3.js, d3js, data visualization with D3, or any specific chart type. Covers D3.js v7 with three output formats and optional creative/artistic mode. Use when this capability is needed.
- ▌ Vue Doctor · tomevault-io bundleUse before committing Vue, Nuxt, Vite Vue, Vue CLI, Quasar, VitePress, or VuePress code, or when cleaning up Vue code quality. Checks for score regressions, security, correctness, performance, accessibility, bundle-size, design, and component architecture diagnostics. Use when this capability is needed.
- ▌ Spiceflow · tomevault-io bundleSpiceflow is a super simple, fast, and type-safe API and React Server Components framework for TypeScript. Works on Node.js, Bun, and Cloudflare Workers. Use this skill whenever working with spiceflow to get the latest docs and API reference. Use when this capability is needed.
- ▌ Translate From Shared Core · tomevault-io bundleTranslate Rust changes from restatedev/sdk-shared-core into equivalent Java code in this repo. Use when the user mentions translating, porting, or syncing commits from sdk-shared-core. Use when this capability is needed.
- ▌ Retire Add Ast Query · tomevault-io bundleAdd an AST query for a JavaScript library to the retire.js vulnerability database. Given a library name, downloads multiple versions, analyzes the code structure where the version string is assigned, writes an ASTronomical XPath-like query anchored with library-specific identifiers, tests the query locally, adds it to jsrepository-ast.js, and runs validate/test-detection. Use this skill whenever adding an AST-based version detection query to retire.js. Use when this capability is needed.
- ▌ Brainstorming Into Designs · tomevault-io bundleUse when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Focuses on Java backend and React/Angular frontend integration.
- ▌ Post Test Cleanup · tomevault-io bundle测试完成后的扫尾清理流程。在向某个工作区发送测试指令(如长篇文章生成、耗时任务)后,用此流程彻底清除测试痕迹,防止测试消息残留在会话上下文中持续消耗 token 额度。 Use when this capability is needed.
- ▌ Write Adr · tomevault-io bundleThis skill describes how to document an architecture decision record (ADR). Use when this capability is needed.
- ▌ Docs Style · tomevault-io bundleCore technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use when writing or reviewing any documentation. Use when this capability is needed.
- ▌ Howto Docs · tomevault-io bundleHow-To guide patterns for documentation - task-oriented guides for users with specific goals Use when this capability is needed.
- ▌
- ▌ Poke Holes · tomevault-io bundleThis skill grants permission to challenge, deconstruct, and surface weaknesses. Unlike other lore-development skills, it produces no artifacts. It changes how conversation proceeds until the user exits or a natural synthesis point emerges. Use when this capability is needed.
- ▌
- ▌ Orbitdock Memory Profiling · tomevault-io bundleProfile OrbitDock memory and runtime behavior using macOS CLI tools. Use when investigating high memory usage, memory growth over time, Core Animation or mmap/vm_allocate-heavy stacks, leak suspicion, or regressions that need reproducible vmmap/sample/xctrace evidence. Use when this capability is needed.
- ▌
- ▌ Phoneagent · tomevault-io bundleControl a connected iPhone, iOS simulator, Android emulator, or Android device from macOS through PhoneAgent's JSON-RPC bridge. Use when users ask to automate mobile UI actions, inspect accessibility trees, toggle Settings switches, navigate apps, or capture screenshots by sending RPC methods like get_tree, get_screen_image, get_context, tap_element, enter_text, scroll, swipe, and open_app. Use when this capability is needed.
- ▌
- ▌ Markdown Preview · tomevault-io bundleGenerate browser-viewable HTML previews from markdown, plain text, and Mermaid diagrams. Auto-validates diagrams, applies professional styling, and opens in default browser. Use when agents need to preview documentation, visualizations, or formatted content. Use when this capability is needed.
- ▌
- ▌ Init AI Md · tomevault-io bundle初始化和增量更新 AI 记忆文件(CLAUDE.md、AGENTS.md、GEMINI.md)。通过交互式选择和差异对比,智能补全记忆项内容。触发条件:当用户提及初始化记忆文件、更新 CLAUDE.md、同步 AI 记忆、init-ai-md 等关键词时主动调用。 Use when this capability is needed.
- ▌ Rugo Go Modules · tomevault-io bundleExpert in writing and using Go modules from Rugo via `require`. Load when creating Go packages that bridge to Rugo, debugging Go module imports, or helping users expose Go functions to Rugo scripts. Use when this capability is needed.
- ▌ Rugo Quickstart · tomevault-io bundleRugo language quickstart guide. Load when writing .rugo scripts, learning Rugo syntax, or helping users with Rugo language features. Use when this capability is needed.
- ▌
- ▌
- ▌ Cloudflare Free Tier Guard · tomevault-io bundleCost-aware Cloudflare implementation and review guidance for Workers, D1, R2, KV, Pages, Wrangler, and edge-hosted APIs. Use when Codex designs, edits, reviews, debugs, or deploys Cloudflare-related code or config, especially `wrangler.toml`, Worker entrypoints, storage bindings, upload flows, caching, or infrastructure choices where staying inside free-tier or low-cost limits matters. Use when this capability is needed.
- ▌ Hook Creator · tomevault-io bundleClaude Code 훅 생성 스킬. 자동화 훅을 만들 때 사용. Use when this capability is needed.
- ▌ Graphify · tomevault-io bundleUse for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools. Use when this capability is needed.
- ▌ Pilcrow · tomevault-io bundleMake your clanker your editor. A prose linter, a set of editor commands anchored in classical style guides (Strunk, Williams, Zinsser, Pinker, Orwell, King), and project commands for voice capture and drafting. Use when reviewing, polishing, drafting, or auditing markdown, HTML, or plain-text prose. AI-tell detection is one feature among many. Use when this capability is needed.
- ▌ Jetpack Compose · tomevault-io bundleAndroid's recommended modern toolkit for building native UI Use when this capability is needed.
- ▌ Widgets · tomevault-io bundleBuild, install, inspect, and debug term-llm Web UI widgets. Use when adding local widget apps, editing widget manifests, checking widget routes, or explaining how /chat/widgets works. Use when this capability is needed.
- ▌
- ▌ Voice Agents · tomevault-io bundleBuild conversational voice agents using Sarvam AI with LiveKit or Pipecat. Handles voice assistants, phone bots, IVR, and real-time conversational AI for Indian languages. Integrates Sarvam STT (Saaras v3), TTS (Bulbul v3), and LLM (Sarvam-30B) with low-latency streaming. Use when creating voice-enabled applications or real-time speech pipelines. Use when this capability is needed.
- ▌ Rad Model · tomevault-io bundleGuide for the RAD (Rapid Application Development) model including defattr, entity definitions, identities, and test builder patterns. Use when working with the data model, creating entities, or understanding database schema. Use when this capability is needed.
- ▌ Vue Components · tomevault-io bundleBuild Vue 3 components with TypeScript and Tailwind using clean structure, composable logic, accessibility, and maintainable patterns. Use when this capability is needed.
- ▌ Issue Worker · tomevault-io bundleSpawn a Claude worker to handle a GitHub issue. Fetches issue details, creates a feature branch, and works autonomously. Use when you want to delegate an issue to a worker. Use when this capability is needed.
- ▌ Exploring Knowledge Graph · tomevault-io bundleGuidance for deep knowledge graph traversal across memories, entities, and relationships. Use when needing comprehensive context before planning, investigating connections between concepts, or answering "what do you know about X" questions. Use when this capability is needed.
- ▌ Run App · tomevault-io bundleRun the Quizmaster web app locally in Docker so you can click through it — builds the frontend and brings up the Spring Boot backend + Postgres at http://localhost:8080, with no JDK or Postgres installed on the host. Use when asked to run, start, launch, serve, or preview the Quizmaster app (the scrumdojo/quizmaster repo). Use when this capability is needed.
- ▌ Test Local · tomevault-io bundleTest prove_it from source against an example project or temp directory. Use when you want to verify hook behavior end-to-end without a Homebrew release. Use when this capability is needed.
- ▌ Spec2 MCP · tomevault-io bundleMCP server exposing spec2 as tools for Claude Code, Gemini CLI, and other MCP clients Use when this capability is needed.
- ▌ Hugo · tomevault-io bundleHugo static site generator with Tailwind v4, headless CMS (Sveltia/Tina), Cloudflare deployment. Use for blogs, docs sites, or encountering theme installation, frontmatter, baseURL errors. Use when this capability is needed.
- ▌ Agent Dx · tomevault-io bundleAudit a repo's tooling for coding agent self-verification. Use when the user wants to audit agent tooling, mentions "agent-dx", "agent developer experience", "what testing tools do I need", "set up verification for agents", "how can agents test this", or when onboarding to a new codebase and want to know what verification tools are missing. Use when this capability is needed.
- ▌ Ask Repo · tomevault-io bundleLearn from any GitHub repo with generated walkthroughs. Clones repos locally, creates markdown explanations with code snippets, and opens in Cursor at specific lines. Triggers on GitHub URLs with questions, "how does X implement...", "explain the code in...", "analyze this repo". Use when this capability is needed.
- ▌ Switchboard · tomevault-io bundleComplete Switchboard Oracle Protocol SDK for Solana - the permissionless oracle solution for price feeds, on-demand data, VRF randomness, and real-time streaming via Surge. Covers TypeScript SDK, Rust integration, Oracle Quotes, and all Switchboard tools. Use when this capability is needed.
- ▌ SEO API · tomevault-io bundleSE Ranking API integration architect for developers. Covers the entire SE Ranking surface — Data API (keyword research, backlinks, domain & competitor analysis, SERP, website audit, AI Search, account) AND Project API (rank tracking, project management, keyword/competitor/backlink/group operations, marketing plan, sub-accounts, AIRT prompts). For any "how do I…" question about endpoints, parameters, JSON schemas, credit cost, rate limits, or authentication. Produces ready-to-paste cURL / Python / TypeScript / MCP-tool-call recipes, and (with explicit confirmation) wires up Project API state — create projects, add keywords, configure audits, set up AIRT prompt groups, manage backlink groups. Pulls live tool schemas from the connected SE Ranking MCP so reference data is never stale. Distinct from the other 24 SEO skills which produce analysis deliverables (briefs, audits, reports); `seo-api` produces integration recipes and wired-up state. Use when the user asks "how do I use SE Ranking API to do X", "what endp
- ▌ Safelint · tomevault-io bundleRun safelint static analysis on the user's project and present Holzmann Power-of-Ten safety violations grouped by file. Supports any language registered with safelint (currently Python, JavaScript, and TypeScript including TSX / AssemblyScript; more languages can be added). Use this for "safelint check", "lint with safelint", "safety review", "Power-of-Ten review", or similar requests for safelint's specific rule set. For generic linting use the project's configured tools (ruff, eslint, etc.) instead. Use when this capability is needed.
- ▌
- ▌
- ▌ Postmark API · tomevault-io bundlePostmark API syntax — sending transactional emails, batch emails, and attachments. Use when integrating Postmark or sending email from application code. Use when this capability is needed.
- ▌ Compose UI · tomevault-io bundleBest practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions. Use when this capability is needed.
- ▌ Koin Guide · tomevault-io bundleExpert guide for Koin dependency injection in Kotlin/Android. Invoke when user asks about Koin setup, modules, injection (single/factory/viewModel), or replacing Dagger. Use when this capability is needed.
- ▌ Python Lib Analyzer · tomevault-io bundleAnalyze any Python library structure, explore modules, classes, and functions with signatures and documentation. Use when this capability is needed.
- ▌ Shiny Web Hosting · tomevault-io bundleGenerate and configure Shiny Web Hosting for .NET - modular ASP.NET Core application configuration with IWebModule for clean service registration and middleware setup Use when this capability is needed.
- ▌ Signalcompose Ypm Next Tasks · tomevault-io bundle<!-- Language Handling: Check ~/.ypm/config.yml for settings.language -->
- ▌
- ▌ Psm · tomevault-io bundleProject Session Manager - isolated dev environments with git worktrees and tmux Use when this capability is needed.
- ▌ Guardian · tomevault-io bundleGit/PR gatekeeper that classifies change essence, recommends granularity, naming, and strategy. Use when PR preparation or commit strategy is needed. Use when this capability is needed.
- ▌ Polyglot · tomevault-io bundle国際化(i18n)・ローカライズ(l10n)スペシャリスト。ハードコード文字列のt()関数化、Intl APIによる日付/通貨/数値フォーマット、翻訳キー構造管理、RTLレイアウト対応。多言語対応、i18nセットアップが必要な時に使用。 Use when this capability is needed.
- ▌ Showcase · tomevault-io bundleStorybook story creation, catalog management, and Visual Regression integration. Handles UI component documentation, visual testing, and CSF 3.0/Factories format story creation. Supports Storybook 10 (ESM-only) and React Cosmos. Use when component documentation or visual testing is needed. Use when this capability is needed.
- ▌
- ▌ Incident Investigation · tomevault-io bundleInvestigate a network incident by correlating device events with camera footage and physical access logs. Use when the user reports a device going offline, a network anomaly, or wants to understand what caused an infrastructure event. Use when this capability is needed.
- ▌ Hugoplate Best Practices · tomevault-io bundleBest practices and architectural patterns for working with the Hugoplate Hugo boilerplate. Use this when modifying theme tokens, configuration, content, layouts, or Tailwind v4 styles in a Hugoplate project. Use when this capability is needed.
- ▌
- ▌ Uspto · tomevault-io bundleSearch patents, get application data, browse PTAB proceedings, download documents, and analyze patent families using the uspto tool (USPTO Open Data Portal API). Use when this capability is needed.
- ▌ Context Engineer · tomevault-io bundleUse when working with the concierge proxy — turn a vague user script ("I need the agent to help me do X") into a context contract, route it to the right skills/workflows, add backpressure (tests/evals/reviews/approvals), execute, and report. Use when a request is multi-step, durable, or human-in-the-loop and you'd otherwise hand-roll the orchestration; skip it for a single prompt → single answer.
- ▌ Aura Compact · tomevault-io bundle스냅샷 저장 + /compact 안내. 단일 명령으로 완료. Use when this capability is needed.
- ▌
- ▌
- ▌ Cairo Rc Bump Release · tomevault-io bundleUse when preparing a Cairo release candidate bump across the local Cairo sibling repos.
- ▌ Cortex Mem MCP · tomevault-io bundlePersistent memory enhancement for AI agents. Store conversations, search memories with semantic retrieval, and recall context across sessions. Use this skill when you need to remember user preferences, past conversations, project context, or any information that should persist beyond the current session. Provides tiered access (abstract/overview/content) for efficient context management. Use when this capability is needed.
- ▌ Axrepl Run · tomevault-io bundleStart a REPL session with driver-aware completion tracking. Use when you need to launch a Python, Node, Bash, or Zsh REPL that supports completion-aware input via axrepl input. Use when this capability is needed.
- ▌ UI UX Improve · tomevault-io bundleResearch UI/UX improvements with trend analysis and generate actionable recommendations Use when this capability is needed.
- ▌ Workflow Auto · tomevault-io bundleExecute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit) Use when this capability is needed.
- ▌ Debug Node · tomevault-io bundleDebug Node.js (and tsx/TypeScript) interactively via `node inspect` REPL or scripted Chrome DevTools Protocol (CDP) clients. Use when console.log is insufficient — set real breakpoints, walk the call stack, dump locals/closures, evaluate expressions in paused frames, attach to a running process, or capture CPU/heap profiles. Pairs with rebar's CDP-based browser-harness.sh and complements superpowers:systematic-debugging (which is language-agnostic process; this is the Node-specific tooling reference). Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Stac Quickstart · tomevault-io bundleHelp initialize and validate a Stac-enabled Flutter project and ship a first server-driven screen. Use when users ask to set up Stac CLI, run stac init/build/deploy, verify project prerequisites, or troubleshoot first-run setup and missing configuration files. Use when this capability is needed.
- ▌ Minimalism Audit · tomevault-io bundleAudits repositories for context bloat and unnecessary explanatory surface across copilot instructions, file instructions, skills, prompts, agents, MCP definitions, docs, templates, comments, and docstrings. Use when reducing context tax, pruning duplicate guidance, tightening broad scopes, or fixing stale verbose agent tooling. Use when this capability is needed.