tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌
- ▌
- ▌ Python Optional Deps · tomevault-io bundleHow to add and guard optional dependencies (provider SDKs, asyncpg, langfuse, mcp, etc.) so the core package stays installable without extras. Use any time you import a provider SDK or DB driver. Use when this capability is needed.
- ▌ Worktree Policy · tomevault-io bundleEnforce mandatory git worktree usage for multi-agent file modifications Use when this capability is needed.
- ▌ Design Patterns Ruby · tomevault-io bundleComprehensive Ruby implementations of Gang of Four (GoF) design patterns. Use when implementing object-oriented design solutions, refactoring to reduce coupling, solving architecture problems, or when user mentions specific patterns (Factory, Singleton, Observer, Strategy, etc.) in Ruby context. Use when this capability is needed.
- ▌ Debate Hall · tomevault-io bundleWind/Wall/Door debate orchestration router. Routes to focused skills based on task. Use when this capability is needed.
- ▌ Octave Mythology · tomevault-io bundleFunctional mythological compression for OCTAVE documents. Semantic shorthand for LLM audiences, not prose decoration Use when this capability is needed.
- ▌
- ▌
- ▌ Emasoft Ghe Marketplace Ghe Checkpoint · tomevault-io bundleIRON LAW: User Specifications Are Sacred
- ▌ Emasoft Ghe Marketplace Ghe Transition · tomevault-io bundleIRON LAW: User Specifications Are Sacred
- ▌
- ▌
- ▌
- ▌
- ▌ Poise Commands · tomevault-io bundleGuide for creating slash commands using the Poise framework in the Open Guard bot Use when this capability is needed.
- ▌
- ▌ Testing Advanced · tomevault-io bundleAdvanced integration-test patterns in CritterCab — the techniques that go beyond the per-service TestFixture pattern in testing-integration. Covers multi-host scenarios via Wolverine's TrackActivity().AlsoTrack(host2, host3) for cross-BC saga and event-flow tests; gRPC streaming test harnesses (in-process clients via WebApplicationFactory<Program> for unary, server-streaming, bidirectional, and the client-streaming hand-written-stub case from wolverine-grpc-bidirectional-handlers); dynamic database-per-fixture naming for both Marten (PostgreSQL schema-per-fixture) and Polecat (SQL Server database-per-fixture or schema-per-fixture); RabbitMQ vhost isolation as the canonical parallel-fixture-isolation technique that generalizes to other transport namespaces; Testcontainers patterns for Kafka (Testcontainers.Kafka) and ASB (Testcontainers.ServiceBus) integration tests including IncludeExternalTransports() to make Wolverine tracking observe transport activity; test-token factories that issue OpenIddict-shaped JWT
- ▌
- ▌ Sc Privilege Escalation · tomevault-io bundlePrivilege escalation vector detection — role manipulation, admin bypass, and RBAC circumvention Use when this capability is needed.
- ▌ Worktree Scaffold · tomevault-io bundleParallel feature development automation using git worktrees with project scaffolding. Use when developers ask to checkout features, create feature workspaces, work on multiple features in parallel, set up worktrees, scaffold new features, list active workspaces, clean up feature branches, or manage parallel development workflows. Triggers on phrases like "checkout feature", "create workspace", "parallel features", "list workspaces", "remove workspace", "init worktree config", or any request involving git worktrees with boilerplate generation. Use when this capability is needed.
- ▌ Nvim E2e Workflow · tomevault-io bundleInvestigate and fix Lua plugin issues using Neovim headless mode. Use this skill when working on GitHub issues for this codediff/vscode-diff.nvim plugin - it provides E2E testing capabilities to reproduce issues, implement fixes, and validate changes. Use when this capability is needed.
- ▌ Doc Preview · tomevault-io bundlePreview the documentation hierarchy and structure. Shows a tree view of docs with titles, categories, and order. Use to understand doc organization or plan new additions. Use when this capability is needed.
- ▌ Tdd Overnight Dev · tomevault-io bundleAutonomous Feature-to-Commit TDD loop for long-running sessions Use when this capability is needed.
- ▌ Control Mapper · tomevault-io bundleMap security controls between different compliance frameworks including NIST 800-53, ISO 27001, CIS Controls, PCI-DSS, HIPAA, SOC 2, and CMMC. Use this skill for gap analysis, multi-framework compliance, and control rationalization. Use when this capability is needed.
- ▌ Pr Writing Review · tomevault-io bundleExtract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing. Use when this capability is needed.
- ▌ Flutter Errors · tomevault-io bundleDiagnoses and fixes common Flutter errors. Use when encountering layout errors (RenderFlex overflow, unbounded constraints, RenderBox not laid out), scroll errors, or setState-during-build errors. Use when this capability is needed.
- ▌ Discover Project Commands · tomevault-io bundleUse during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria. Use when this capability is needed.
- ▌
- ▌ Go Middleware · tomevault-io bundleIdiomatic Go HTTP middleware patterns with context propagation, structured logging via slog, centralized error handling, and panic recovery. Use when writing middleware, adding request tracing, or implementing cross-cutting concerns. Use when this capability is needed.
- ▌ Go Web Expert · tomevault-io bundleComprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, testability, and documentation conventions. Use when building Go web applications to ensure production-quality code from the start. Use when this capability is needed.
- ▌ Tutorial Docs · tomevault-io bundleTutorial patterns for documentation - learning-oriented guides that teach through guided doing Use when this capability is needed.
- ▌ Vercel AI Sdk · tomevault-io bundleVercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, streaming responses, or building chat UI. Triggers on useChat, @ai-sdk/react, UIMessage, ChatStatus, streamText, toUIMessageStreamResponse, addToolOutput, onToolCall, sendMessage. Use when this capability is needed.
- ▌ Zustand State · tomevault-io bundleZustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtools, or managing global state without Redux complexity. Triggers on zustand, create(), createStore, useStore, persist, devtools, immer middleware. Use when this capability is needed.
- ▌ Erc4337 Privacy Wallet · tomevault-io bundlePrivacy-preserving ERC-4337 wallet development for vehicle identity and sensitive data protection. Use when implementing ERC-4337 account abstraction wallets that handle sensitive information (vehicle license plates, biometric data, personal IDs) requiring on-chain privacy. Triggers on requests like "implement ERC-4337 wallet for vehicle", "create privacy-protected account abstraction", "build wallet with vehicle number privacy", "develop ERC-4337 with ZK proof integration", or any smart contract wallet development requiring commitment schemes, deterministic address generation, and sensitive data protection. Use when this capability is needed.
- ▌
- ▌ Spotify API · tomevault-io bundleCreate and manage Spotify playlists, search music, and control playback using the Spotify Web API. UNIQUE FEATURE - Generate custom cover art images (Claude cannot generate images natively, but this skill can create SVG-based cover art for playlists). CRITICAL - When generating cover art, ALWAYS read references/COVER_ART_LLM_GUIDE.md FIRST for complete execution instructions. Use this to directly create playlists by artist/theme/lyrics, add tracks, search for music, and manage the user's Spotify account. Use when this capability is needed.
- ▌ Post Mortem Facilitation Skill · tomevault-io bundleLearn from failures without blame. Improve systems, not shame people. Use when this capability is needed.
- ▌ Asset Delivery · tomevault-io bundlePacote com todos artefatos, logs e documentação de handoff. Use when this capability is needed.
- ▌ Design Doc Generate · tomevault-io bundleGenerate design documents for Validate mode work items (Checkpoint 1). Required for high-complexity items. Use when this capability is needed.
- ▌ Gedcomx Java · tomevault-io bundleThis skill should be used when the user is working with the GEDCOM X Java library, asks about "gedcomx-java", "gedcomx-model", "gedcomx-fileformat", "gedcomx-date", the FamilySearch API client, JAXB serialization of GEDCOM X, Jackson JSON for GEDCOM X, or any Java code that imports from "org.gedcomx". Also activates when the user asks how to build, serialize, deserialize, or extend GEDCOM X data using Java. Use when this capability is needed.
- ▌ Backlog Update · tomevault-io bundleReminder to update backlog.org before commits or when finishing significant work. Use before committing changes, after completing implementation from plan mode, or when wrapping up a work session. This skill ensures the project's task tracking in backlog.org stays current with actual progress. Trigger when about to commit, exiting plan mode, or when user says "done", "let's commit", "wrap up", or similar. Use when this capability is needed.
- ▌ New Design Doc · tomevault-io bundleProactively suggest creating a design document when discussing significant changes, new features, or architectural decisions. Also triggers when user has existing markdown docs that should be converted to org-mode. Use when conversation involves design decisions that should be documented, when user mentions RFC/RFD/design doc, or when proposing changes that warrant formal documentation. Trigger on phrases like "we should document this", "this needs an RFC", "let me think through the design", "convert this to org", or when discussing tradeoffs between multiple approaches. Use when this capability is needed.
- ▌ Hf Space Deployer · tomevault-io bundleDeploy fast-agent MCP Servers to Hugging Face Spaces using Docker. Use when the user wants to deploy an "agent card" as an MCP Server. Includes templates and CLI commands for deploying agent cards with custom tools to HF Spaces. Use when this capability is needed.
- ▌ Conductor Development · tomevault-io bundleContext-Driven Development skill for projects using Conductor. Use this skill when you detect a `conductor/` directory in the project, when working on tasks defined in a `plan.md` file, or when the user asks about tracks, specs, or plans. Automatically applies TDD workflow, tracks task completion, and follows the spec-driven methodology. Use when this capability is needed.
- ▌ Featurevisor · tomevault-io bundleAuthor and query Featurevisor projects — Git-based feature flags and experimentation. Use whenever the user mentions Featurevisor, edits files under attributes/, segments/, features/, groups/, schemas/, or tests/, asks to roll out / target / A-B test a feature, asks where a feature/segment is enabled or used, runs `featurevisor` CLI commands, or works in a directory containing featurevisor.config.js. Covers creating features (flags, variations, variables), segments (conditions, operators), attributes, reusable schemas, groups (mutual exclusion), force rules, required dependencies, test specs, linting, building datafiles, evaluation debugging, and querying the project via CLI. SDK usage is out of scope — link to featurevisor.com/docs/sdks for that. Use when this capability is needed.
- ▌ Youtube Transcribe Skill · tomevault-io bundleExtract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video. Use when this capability is needed.
- ▌ Spec Kit Skill · tomevault-io bundleGitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands. Use when this capability is needed.
- ▌ Shared Core · tomevault-io bundleBase instructions and guidelines for all agents in the system. This skill provides foundational behaviors and communication protocols that all agents should follow. Use when this capability is needed.
- ▌ Word · tomevault-io bundleCreate, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents. Use when this capability is needed.
- ▌ Research Codebase · tomevault-io bundleResearch codebase comprehensively using parallel sub-agents. Use when the user asks to "research the codebase", "understand how X works", or "investigate Y". Use when this capability is needed.
- ▌ Fp Plan · tomevault-io bundleCreate and break down plans into trackable issues. Use when user asks to "create a plan", "break down feature", "design implementation", "structure this work", or pastes a Linear/GitHub/Notion URL to import. Use when this capability is needed.
- ▌ Android Jetpack Compose · tomevault-io bundleStandards for Declarative UI, State Hoisting, and Performance Use when this capability is needed.
- ▌ Morphir Architect · tomevault-io bundleExpert Morphir application architect providing guidance on AST design, functional programming patterns, IR transformations, and code generation for morphir-dotnet. Triggers include "architecture", "design patterns", "AST", "IR", "functional programming", "code generation". Use when this capability is needed.
- ▌ Resolve Docker Vulnerabilities · tomevault-io bundleSkill to resolve Docker vulnerabilities for the firebase-cli image. Use this skill when you need to check for vulnerabilities in the firebase-cli Docker image and address them. Use when this capability is needed.
- ▌ Prosemirror Notes · tomevault-io bundleGuide for working with the ProseMirror-based notes editor. Use when editing notes feature code, fixing editor bugs, working with todos/checkboxes, wiki_links, decorations, or serialization. Use when this capability is needed.
- ▌ Workflow Tool Versions · tomevault-io bundleBump pinned CLI tool versions in GitHub Actions workflows on the Fission repo (helm, kind, skaffold, cosign, golangci-lint, goreleaser, etc.) — primarily the `*_VERSION:` env vars and the `# vX.Y.Z` comments next to SHA-pinned `uses:` actions. Use when the user asks to update workflow tool versions, do a CI tool sweep, check what's outdated in `.github/workflows/`, or process Dependabot's grouped github-actions PR. Use when this capability is needed.
- ▌ Implement Flet Extension · tomevault-io bundleImplement a new Flet extension/control that wraps a third-party Flutter package end-to-end, including dependency selection, version pinning, compatibility checks, Python/Flutter integration, docs, examples, tests, and CI updates. Use when adding any flet_* package backed by an external pub.dev package. Use when this capability is needed.
- ▌
- ▌ Backend Skill · tomevault-io bundle1. 直接调用后端 API,直接控制项目配置、文件管理、知识库、MCP 等核心功能。2. 介绍项目配置文件,便于直接修改配置文件以实现某些需求。 Use when this capability is needed.
- ▌
- ▌ Bib Parse · tomevault-io bundleExtract citations from a PDF and generate a validated .bib file. Reads the PDF, identifies all referenced works, constructs BibTeX entries with metadata verification, then runs /bib-validate. Use when this capability is needed.
- ▌ Hicks Law · tomevault-io bundleHick's Law (also Hick-Hyman Law) states that the time it takes to make a Use when this capability is needed.
- ▌ Triage Helper · tomevault-io bundleAssistance with triage of unprioritized issues. Use when the user asks for help with triage. Use when this capability is needed.
- ▌ Flutter Localizing Apps · tomevault-io bundleConfigures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
- ▌ Autonomous Agent Harness · tomevault-io bundleTransform Gemini Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Gemini Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop. Use when this capability is needed.
- ▌ Flutter Dart Code Review · tomevault-io bundleLibrary-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. Use when this capability is needed.
- ▌ Database Testing · tomevault-io bundleDatabase schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations. Use when this capability is needed.
- ▌ Axum Routing Best Practices · tomevault-io bundleAxum web framework routing patterns, path parameters, and common pitfalls. Essential for building HTTP APIs. Use when this capability is needed.
- ▌ Wireit · tomevault-io bundleAuthor and use Wireit scripts for npm. Use when working with Wireit configuration, npm scripts, build pipelines, or when the user mentions Wireit. Use when this capability is needed.
- ▌ Deep Discovery · tomevault-io bundleUse when the user asks for deep discovery, 100-question brainstorming, idea interrogation, architecture stress testing, strategy vetting, weakness finding, hole-poking, exhaustive exploration, planning or auditing Codex plugins or skills, or pre-commitment review of a design, plan, strategy, architecture, product, business idea, trading system, or problem space.
- ▌ Lead Quality Recommendation Prioritization · tomevault-io bundleRecommendation prioritization framework with implementation timelines for lead quality investigations. Auto-invoke when generating recommendations, prioritizing actions, or creating implementation plans. Provides 3-tier priority system (Immediate/Medium/Long-term) with structured recommendation templates. Use when this capability is needed.
- ▌
- ▌ Meme Generation · tomevault-io bundleGenerate relevant memes using the memegen.link API. Use this skill when users request memes, want to add humor to content, or need visual aids for social media. Supports hundreds of popular meme templates with custom text and styling options. Use when this capability is needed.
- ▌ Arcanea Design System · tomevault-io bundleThis skill defines the complete visual design language for Arcanea, ensuring consistent, magical, and accessible interfaces across all platform features. Every component should feel like it belongs in the Kingdom of Light. Use when this capability is needed.
- ▌ Development Workflows · tomevault-io bundleThis skill provides battle-tested workflows for modern software development, from feature inception to production deployment. Use when this capability is needed.
- ▌ Juriscraper Release · tomevault-io bundleUse this skill to automate a new version release for the juriscraper project. Trigger by asking to "release a new version" or "bump version.
- ▌ API First · tomevault-io bundleAPI contract design workflow. Consumer-first resource modeling, error format standardization, and OpenAPI specification. Use when this capability is needed.
- ▌ Libragent Quality · tomevault-io bundleCode quality validation for LibrAgent project. Use when performing code quality checks, refactoring validation, or ensuring code meets project standards for TypeScript/React frontend and Rust backend. Runs comprehensive validation including linting, formatting, type checking, build verification, and dead code detection. Use when this capability is needed.
- ▌
- ▌ Development Estimation · tomevault-io bundleUse when estimating time, effort, cost, or complexity for features, projects, refactors, and bug backlogs. Produces defensible estimates via triage, decomposition, risk handling, and confidence intervals, with clear assumptions and validation steps.
- ▌ Finance Reconciliation · tomevault-io bundleReconcile GL balances to subledger, bank, or third-party balances Use when this capability is needed.
- ▌ Canned Responses · tomevault-io bundleGenerate templated responses for common legal inquiries and identify when situations require individualized attention. Use when responding to routine legal questions — data subject requests, vendor inquiries, NDA requests, discovery holds — or when managing response templates. Use when this capability is needed.
- ▌ Meeting Briefing · tomevault-io bundlePrepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed. Use when this capability is needed.
- ▌ Sales Account Research · tomevault-io bundleResearch a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]". Use when this capability is needed.
- ▌
- ▌ Fusengine Agents Generating Components · tomevault-io bundlePhase 3: GENERATING COMPONENTS — Build UI with Gemini Design
- ▌ React Tanstack Router · tomevault-io bundleTanStack Router - 100% type-safe routing, file-based routes, loaders, search params. Use when implementing routing in React apps (NOT Next.js). Use when this capability is needed.
- ▌ Tailwindcss Utilities · tomevault-io bundleComplete reference for Tailwind CSS utility classes Use when this capability is needed.
- ▌ Terraform Infra · tomevault-io bundleTerraform infrastructure as code including modules, state management, workspaces, providers, and best practices. Trigger when users write Terraform configs, manage cloud infrastructure, need help with state management, or design reusable modules. Use when this capability is needed.
- ▌ Frb Fix CI · tomevault-io bundleUse when CI fails in flutter_rust_bridge - before deep investigation
- ▌
- ▌
- ▌ Writing Documentation · tomevault-io bundleProduces accurate, audience-specific documentation for APIs, runbooks, and developer guides. Activates when writing documentation, documenting APIs, creating runbooks, updating READMEs, writing developer guides, or documenting features. Does not handle blog posts or devlogs (blogger), writing production code (backend-developer or frontend-developer), or security reviews (security). Use when this capability is needed.
- ▌ Whisk Image Generation · tomevault-io bundleGenerate D&D character images using Google Gemini or Whisk via manual browser automation (DevTools MCP). Use when this capability is needed.
- ▌ Kata Add Milestone · tomevault-io bundleAdd a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone", "first milestone", "next milestone", and "milestone cycle". Use when this capability is needed.
- ▌ Visual Summary · tomevault-io bundleHow to present deliverable information as visually appealing ASCII summaries Use when this capability is needed.
- ▌ Rust Memory · tomevault-io bundleMinimize allocations and cloning using references, Cow, and smart pointers. Use when optimizing hot paths or memory-constrained code. Use when this capability is needed.
- ▌ Shell Script Generator · tomevault-io bundleGenerate clean shell scripts following best practices. Use when this capability is needed.
- ▌ Vscode Tasks Organizer · tomevault-io bundleGuide for creating or modifying VS Code tasks.json files with a focus on developer experience.