tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Deckx · tomevault-io bundleCreate a deck with deckx. Use when the user mentions "deckx", "deck" or "slides", asks to build a slide deck from MDX, asks to convert a brand palette into a deck stylesheet, or asks how to convert a deckx HTML deck into a PDF. Covers project layout, deckx.toml config, deck.mdx authoring, custom React components, the styles.css token contract, and the Chrome headless PDF command. Use when this capability is needed.
- ▌ Qdrant Hybrid Search Combining · tomevault-io bundleUse when someone asks 'RRF or DBSF?', 'how to combine sparse and dense', 'how to combine scores from multiple searches?', 'custom fusion', or 'fusion is not producing good results
- ▌ Mechanical Refactor Verify · tomevault-io bundleVerify mechanical refactoring commits by requiring a reproducible transform script (gist) in the PR description. Use when doing or reviewing file splits, function moves, or module extractions. Use when this capability is needed.
- ▌ Tk · tomevault-io bundleGit-backed ticket management for AI agents Use when this capability is needed.
- ▌ Write Biweekly Announcement · tomevault-io bundleGenerate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks Use when this capability is needed.
- ▌ Tag Based Releases · tomevault-io bundleGitHub releases with autogenerated notes Use when this capability is needed.
- ▌ M365 Onedrive Share Local File · tomevault-io bundleUpload a local file to OneDrive and generate a read-only share link. Use when this capability is needed.
- ▌ Cart Development · tomevault-io bundleBuild and manage shopping cart functionality including adding items, calculating totals, and managing multiple cart instances. Use when this capability is needed.
- ▌ Remeda Utility · tomevault-io bundleConventions for authoring, modifying, testing, and documenting a Remeda utility function — including the migration mapping pages for Lodash/Ramda/Just users. Use this skill whenever editing a file under `packages/remeda/src/` or `packages/docs/src/content/mapping/{lodash,ramda,just}/`, when reviewing a PR or local changes touching those directories, or whenever an issue, PR, or chat refers to a specific Remeda function or to a migration mapping page. Use when this capability is needed.
- ▌ Remult · tomevault-io bundleRemult patterns - entities, fields, repo() usage, lifecycle hooks, permissions (allowApi + apiPrefilter), upsert, customFilter, sqlExpression, ValueList enums, relations. Use whenever writing or modifying Remult entities, configuring API permissions, working with `repo()`, or building CRUD flows in any Remult-powered app (React, Angular, Vue, SvelteKit, Next.js, SolidStart, Nuxt). Use when this capability is needed.
- ▌ AI · tomevault-io bundleExpert-level parsing and remediation of `humble` HTTP security header reports. Use when this capability is needed.
- ▌
- ▌ Stan · tomevault-io bundleGuidance for working with @rkrupinski/stan, a minimal, type-safe, framework-agnostic state management library for JavaScript. Ships with first-class React and Vue bindings today, with more framework integrations planned. Use when the user is using, learning, or integrating Stan atoms, selectors, the vanilla store, or any framework bindings. Use when this capability is needed.
- ▌ Design · tomevault-io bundleApply this opinionated, dense, neutral design language when working on a frontend UI in React + Tailwind. Triggers on building or modifying components, choosing classes, picking colors or typography, structuring layouts, and setting up design tokens or `globals.css`. Activate even when the user does not say 'design' or 'styling' explicitly — any UI-shaping decision is in scope. Dark-first with light variant; includes a starter `globals.css` with OKLCH color tokens. Use when this capability is needed.
- ▌ Rsuite · tomevault-io bundleBuild web interfaces with React Suite — a suite of React components, sensible UI design, and a friendly development experience. Use when this capability is needed.
- ▌
- ▌ Integrate Worker · tomevault-io bundleIntegrate a worker agent's diff onto fresh trunk — apply, verify repros by hand, cross-check interacting mechanisms, full suite, ship + queue. Use after any worktree worker (fix cycle, hunt follow-up) returns a diff file. Use when this capability is needed.
- ▌ Streamsql · tomevault-io bundle当需要创建实时数据聚合、窗口统计、流式计算、设备数据分组聚合等规则链时使用,或当使用 x/streamAggregator 和 x/streamTransform 组件时使用。包含完整的 SQL 语法、窗口类型和配置示例 Use when this capability is needed.
- ▌
- ▌ Ruview Hardware Setup · tomevault-io bundleESP32-S3 / ESP32-C6 firmware build, flash, WiFi provisioning, and serial monitoring for RuView CSI sensing nodes. Use when setting up physical hardware, reflashing a node, or debugging a device that isn't streaming CSI. Use when this capability is needed.
- ▌
- ▌ English Docs Translation Style · tomevault-io bundleTranslate and polish English documentation with consistent, natural, developer-friendly style for nex-ui. Use when translating docs. Use when this capability is needed.
- ▌ Saleor Django Migration · tomevault-io bundleGenerate Django schema migrations for the Saleor codebase using manage.py makemigrations. Use when (1) a new Django model is created, (2) model fields are added/altered/removed, (3) user explicitly asks to create a migration. This skill covers ONLY synchronous schema migrations (CreateModel, AddField, AlterField, RemoveField, etc.) — NOT data migrations with RunPython or RunSQL. If unsure whether the migration is schema-only, ask the user. Use when this capability is needed.
- ▌ Samdae Archflow Arch · tomevault-io bundle> **Global Rules**: Adheres to `rules/archflow-rules.md`.
- ▌ Samdae Archflow Sync · tomevault-io bundle> **Global Rules**: Adheres to `rules/archflow-rules.md`.
- ▌ Deploy · tomevault-io bundleDeploy fancai to production VPS. Use when deploying, shipping, or pushing to production. Use when this capability is needed.
- ▌
- ▌ Scalar Design System · tomevault-io bundleScalar's design system — design tokens, theming (@scalar/themes), CSS variables, and the @scalar/components library. Use when designing or implementing Scalar UI, especially with Paper (code-to-design / design-to-code), so output matches real Scalar tokens, colors, typography, spacing, and components instead of generic defaults. Use when this capability is needed.
- ▌ Jaspr Pre Rendering And Hydration · tomevault-io bundleUse when working in a **static** or **server** mode Jaspr project. Covers SSR/SSG, async data fetching, the @client annotation, hydration, and handling dual entrypoints (.server.dart vs .client.dart).
- ▌ Sciris Parallel · tomevault-io bundleUse when parallelizing code or profiling performance with Sciris — sc.parallelize, sc.Parallel, iterarg, iterkwargs, maxcpu, maxmem, async parallelization, sc.profile, sc.benchmark, sc.memload, sc.checkram, line profiling, or CPU/memory monitoring.
- ▌
- ▌ Update Gosec Action Version · tomevault-io bundleUpdate the gosec GHCR image version in action.yml using a provided gosec version. Use when this capability is needed.
- ▌ Seed4jtest Module · tomevault-io bundleIdentify a Seed4J test application using a given module, then generate and test it via /seed4j:test-app Use when this capability is needed.
- ▌ Decomplect · tomevault-io bundleArchitectural code analysis for design quality. Evaluates simplicity (Rich Hickey), functional core/imperative shell (Gary Bernhardt), and coupling (Constantine & Yourdon). Use for design review or architectural assessment. Use when this capability is needed.
- ▌ Shiny Notifications · tomevault-io bundleCross-platform local notification management for .NET MAUI apps using Shiny, supporting scheduled, repeating, and geofence-triggered notifications with channels, badges, and interactive actions. Use when this capability is needed.
- ▌ Tavily · tomevault-io bundlePerforms a search or extracts content using the Tavily API. Use when this capability is needed.
- ▌ Xiaohongshu · tomevault-io bundleInteract with Xiaohongshu (小红书, RED, Little Red Book) — search notes, read note details, view comments, browse user profiles and posts, get home feed. Use this skill whenever the user mentions Xiaohongshu, 小红书, RED, RedNote, Little Red Book, wants to search for lifestyle/beauty/travel content, read XHS discussions, look up XHS users, or browse trending notes. Also trigger when the user pastes a xiaohongshu.com URL (e.g. xiaohongshu.com/explore/noteid) or mentions an XHS note ID. Use when this capability is needed.
- ▌ Skvm General · tomevault-io bundleDrive the skvm CLI on behalf of a user to profile models, AOT-compile skills, run skill-assisted tasks, run benchmarks, and manage compiled proposals. Trigger when the user asks to "profile", "aot-compile", "bench", "run a single ad-hoc task with a skill", or asks about skvm proposals. Do NOT trigger for `jit-optimize` or when the user wants to optimize/improve a skill — use the sibling `skvm-jit` skill instead. Use when this capability is needed.
- ▌ Yabgp Release Workflow · tomevault-io bundleThis document defines the development, version management, and release workflow for the yabgp project. All contributors and maintainers must adhere to these guidelines. Use when this capability is needed.
- ▌
- ▌
- ▌ Remotion Best Practices · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Playback Webview Debugging · tomevault-io bundleUse when playback, auth recovery, queue sync, or hidden WebView state diverges from native Swift state and you need to debug the DRM playback WebView, bridge events, or cookie/auth behavior.
- ▌ Til · tomevault-io bundleUse when user mentions "TIL", "write TIL", "TIL 작성", "learning note", or /til command. Do NOT use for Obsidian notes (use obsidian-note) or blog posts (use tech-blog-writer).
- ▌ Answer From Sources · tomevault-io bundleAnswers data-protection (GDPR) questions grounded in the regulation and supervisory guidance, with a citation for every claim. Use for questions about personal data, consent, or data-subject rights. Use when this capability is needed.
- ▌ Update Sp1 Patches · tomevault-io bundleUpdate sp1-patches git repos when releasing a new SP1 version. Use when bumping SP1 version and need to update patched crypto crates. Use when this capability is needed.
- ▌
- ▌ Robin · tomevault-io bundleHyper-opinionated Claude agent for building production-ready Next.js apps with DynamoDB. Enforces best practices, eliminates technology debates, and focuses on shipping functional apps fast. Use when building full-stack applications with Next.js 15 App Router and AWS DynamoDB. Use when this capability is needed.
- ▌
- ▌ Swoosh · tomevault-io bundleUse this skill when preparing a new release by bumping the library version.
- ▌ React Router Framework Mode · tomevault-io bundleBuild full-stack React applications using React Router's framework mode. Use when configuring routes, working with loaders and actions, handling forms, handling navigation, pending/optimistic UI, error boundaries, or working with react-router.config.ts or other react router conventions. Use when this capability is needed.
- ▌ Appsec · tomevault-io bundleApplication security - OWASP, validation, secrets. Use when securing the app. Use when this capability is needed.
- ▌
- ▌
- ▌ Srtd CLI · tomevault-io bundleThis skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase. Use when this capability is needed.
- ▌ Srtd Dev · tomevault-io bundleExpert knowledge for developing the SRTD codebase itself. Use when implementing features, fixing bugs, understanding architecture, or writing tests for SRTD internals. NOT for end users of srtd CLI. Use when this capability is needed.
- ▌
- ▌ Building With Tambo · tomevault-io bundleIntegrates Tambo into existing React apps — detects tech stack, installs @tambo-ai/react, wires TamboProvider, registers components with Zod schemas, and sets up tools/context. Use when adding AI-powered generative UI to an existing codebase. Triggers on "add Tambo", "integrate Tambo", "add AI chat to my app", "add generative UI", or when the user has an existing React/Next.js/Vite project and wants to add AI-powered components. For brand-new projects, use generative-ui instead.
- ▌ Tanstack DB React DB · tomevault-io bundleThis skill builds on db-core. Read it first for collection setup, query builder, and mutation patterns.
- ▌ Tanstack Table Table · tomevault-io bundleThis skill builds on `tanstack-table/preact/table-state`. Read that first — the devtools panel inspects whatever table instance you register, so you need a working `useTable` before this skill is useful.
- ▌ Zones Deploy Debug · tomevault-io bundleDeploy Tempo Zones, start zone nodes, validate router swap-and-deposit flows, and debug zone sync, portal ingestion, withdrawal, sequencer key, and generated zone artifact issues in this repository. Use when working with just deploy-zone, zone-up, deploy-router, demo-swap-and-deposit, or generated/<name>/zone.json. Use when this capability is needed.
- ▌ Grill Design · tomevault-io bundleStress-test a design, idea, or approach by interviewing the user one question at a time. Each question comes with a recommended answer AND a one-line self-critique of that recommendation. After each user answer, briefly stress-test the answer against prior decisions before moving on. Use when the user wants a sharp grill on a design or decision tree without persistence overhead. Lighter than `/chief-grill` (which adds codebase verification and a session log). Use when this capability is needed.
- ▌ Fga · tomevault-io bundleQuery OpenFGA authorization tuples and explain why a user has (or doesn't have) a permission on an object Use when this capability is needed.
- ▌ Cas · tomevault-io bundleRun Zig CAS helpers (`cas`, `cas_smoke_check`, `cas_instance_runner`, `cas_review_session`, `cas_conformance_suite`) for v2 app-server smoke checks, direct thread/turn request execution, detached review-session control, multi-instance fanout, and swarm conformance checks around `$st` claim sets and `$mesh` reconciliation. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Session Query · tomevault-io bundleQuery previous pi sessions to retrieve context, decisions, code changes, or other information. Use when you need to look up what happened in a parent session or any other session file. Use when this capability is needed.
- ▌ Merge Pr · tomevault-io bundleMerge a GitHub PR and clean up the worktree. Use when merging a PR from a feature branch worktree that meets merging criteria. Use when this capability is needed.
- ▌ Commitmsg · tomevault-io bundleGenerate a concise commit message by analyzing git diff changes Use when this capability is needed.
- ▌ Create Database Migration · tomevault-io bundleCreate a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database. Use this skill whenever the task involves modifying Ghost's database schema — including adding, removing, or renaming columns or tables, adding new settings, creating indexes, updating data, or any change that requires a migration file in ghost/core. Also use when the user references schema.js, knex-migrator, the migrations directory, or asks to "add a field" or "add a column" to any Ghost model/table. Even if the user frames it as a feature or Linear issue, if the implementation requires a schema change, this skill applies. Use when this capability is needed.
- ▌ Tuiml Ml · tomevault-io bundleMachine learning toolkit - train, evaluate, and compare models using 200+ algorithms, preprocessors, and datasets Use when this capability is needed.
- ▌
- ▌
- ▌ Figma Start Macos · tomevault-io bundleStart a Figma design session on macOS — opens Figma, launches the Vibma plugin, and connects via MCP. Uses osascript/AppleScript. Handles common failure modes. Use when starting work or when the connection drops. Use when this capability is needed.
- ▌
- ▌ Coss · tomevault-io bundleHelps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility, Tailwind styling, and common pitfalls. Use when this capability is needed.
- ▌ Talking Character Pipeline · tomevault-io bundlecomplete workflow to create talking character videos with lipsync and captions. use when creating ai character videos, talking avatars, narrated content, or social media character content with voiceover. Use when this capability is needed.
- ▌
- ▌ Vercel CLI · tomevault-io bundleDeploy, manage, inspect, and troubleshoot Vercel projects from the command line. Use for Vercel deployments, projects and teams, environment variables, domains and DNS, logs, metrics, Speed Insights, Core Web Vitals, request traces, usage, activity, alerts, firewall rules, cache, cron jobs, deploy hooks, Edge Config, feature flags, integrations, connectors, Blob storage, microfrontends, rolling releases, custom environments, Sandbox, agent/MCP setup, OAuth apps, preview access, local development, or `vercel api` fallback. Use when this capability is needed.
- ▌ Codemod · tomevault-io bundleUse Codemod CLI whenever the user wants to migrate, upgrade, update, or refactor a codebase in a repeatable way. This includes framework migrations, library upgrades, version bump migrations, API surface changes, deprecations, and large-scale mechanical edits. First search the Codemod Registry for an existing package, prefer deterministic codemods before open-ended AI rewrites, run dry-runs before apply, and create a codemod package only when no suitable package exists. Use when this capability is needed.
- ▌ Vueuse Functions · tomevault-io bundleApply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features. Use when this capability is needed.
- ▌ Surf · tomevault-io bundleControl Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio. Use when this capability is needed.
- ▌ Unicon · tomevault-io bundleHelp users add icons to their projects using the Unicon icon library. Unicon provides 19,000+ icons from Lucide, Phosphor, Hugeicons, Heroicons, Tabler, Feather, Remix, Simple Icons (brand logos), and Iconoir. Use when adding icons to React, Vue, Svelte, or web projects; using the unicon CLI to search, get, or bundle icons; setting up .uniconrc.json config; generating tree-shakeable icon components; using the Unicon API; or converting between icon formats. Use when this capability is needed.
- ▌ Cash Flow Forecast · tomevault-io bundleForecast cash flow and runway for a Well workspace from booked invoices and collected bank transactions. Use when the user asks for a cash-flow forecast, runway, how long until they run out of cash, projected balance, or expected inflows/outflows. Use when this capability is needed.
- ▌ Curl Md · tomevault-io bundleFetch web pages and docs as optimized markdown with curl.md. Use when the user shares a URL, asks about page content, or you need to read web page or webfetch. Use when this capability is needed.
- ▌ Check Doc Component Consistency · tomevault-io bundle只做组件文档与源码实现的一致性核对或最小修正。用户要求核对 props、events、slots、methods、默认值、命名是否准确,但未要求迁移文档结构、重排 Demo 或升级到新规范时调用。 Use when this capability is needed.
- ▌
- ▌ X07 Test · tomevault-io bundleRun project tests using the X07 test harness (x07 test), producing a machine-readable JSON report. Use when this capability is needed.
- ▌ Explain · tomevault-io bundleCompare 2-3 approaches to a coding or design decision with trade-offs and a recommendation. Teach-first framing — surfaces decision complexity rather than picking for you. For "which way should I..." questions (complements /chiron which handles "how do I..." questions). Defers to .github/copilot-instructions.md. Use when this capability is needed.
- ▌ Templ Syntax · tomevault-io bundleLearn and write templ component syntax including expressions, conditionals, loops, and Go integration. Use when writing .templ files, learning templ syntax, or mentions 'templ component', 'templ expressions', or '.templ file syntax'. Use when this capability is needed.
- ▌ Writing Rust Tests · tomevault-io bundleUse when writing, modifying, or reviewing Rust tests in crates/ or bindings/ - covers test macros, fixtures, assertions, WASM compatibility, and how to run tests
- ▌ Add Propagator · tomevault-io bundleScaffold a new constraint propagator in nucs/propagators/, register it, and add its test. Use when the user asks to add a propagator, implement a new constraint, or extend the propagator library. Use when this capability is needed.
- ▌ Catime · tomevault-io bundleFetch and send AI-generated hourly cat images. Every hour a unique cat artwork is born via Google Gemini. Use when user asks for a cat picture, wants to browse the cat gallery, or requests the latest AI-generated cat image to be sent to them. Use when this capability is needed.
- ▌ Gdoc · tomevault-io bundleRead publicly shared Google Docs using curl to download into a file. Use when this capability is needed.
- ▌ Zenml Backport · tomevault-io bundleBackport docs/examples changes to a pre-existing ZenML release. Use when changes merged to `develop` need to be reflected in a live release version. Triggers include "backport", "cherry-pick to release", "update release docs", or when docs/examples changes need to be applied to an existing release branch. Use when this capability is needed.
- ▌ Ecosystem · tomevault-io bundleGenerate comprehensive GitHub ecosystem configuration including CI/CD Use when this capability is needed.
- ▌ Speckit Taskstoissues · tomevault-io bundleUse when working in this Spec Kit repository and the user wants to convert the active tasks.md into dependency-ordered GitHub issues for the repository's GitHub remote.
- ▌ Workflow · tomevault-io bundleCreates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", "queue", "event", "push", "subscribe", or step-based orchestration.
- ▌ Release Log Generator · tomevault-io bundleGenerate release notes/changelog from Git history. Use when the user asks to generate 发布日志、版本日志、更新日志、release notes、changelog, especially when the workflow should start from the most recent commit whose subject matches `Release vX.X.X` and summarize later commits into `Changes` and `Fixes` sections. Use when this capability is needed.