tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ API Design Skill · tomevault-io bundleDesign APIs that developers love to use. Use when this capability is needed.
- ▌ Alex Meditation Skill · tomevault-io bundleSkill for alex meditation skill Use when this capability is needed.
- ▌ Update Agent · tomevault-io bundleCreate, update, or manage universal-ai-config agent templates. Handles finding existing agents, deciding whether to create or modify, and writing the template. Use when this capability is needed.
- ▌ Update Skill · tomevault-io bundleCreate, update, or manage universal-ai-config skill templates. Handles finding existing skills, deciding whether to create or modify, and writing the template. Use when this capability is needed.
- ▌ Protocol Consistency · tomevault-io bundleAudit consistency across workstream docs, CLI capabilities, and CI workflows. Use when this capability is needed.
- ▌
- ▌ Agent Card Hooks · tomevault-io bundleGuide for implementing fast-agent hooks. Use when adding hook functions to agent cards or Python code for tasks like history compaction, saving sessions, modifying tool calls, or managing agent lifecycle. Use when this capability is needed.
- ▌ Pm Workflow · tomevault-io bundleComplete PM Coordinator workflow - task assignment, project orchestration, PRD management, worker coordination. Use proactively when starting PM agent work. Use when this capability is needed.
- ▌ QA Workflow · tomevault-io bundleComplete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol. Use when this capability is needed.
- ▌
- ▌ Panel Go Migration · tomevault-io bundleGenerate GORM migrations for Panel.go database schema with proper indexes, constraints, and relationships. Use when creating database tables, adding columns, or defining entity structures. Use when this capability is needed.
- ▌ Game Hub Dev · tomevault-io bundle在 relax_game 的 pnpm monorepo 中维护游戏功能,包括新增游戏包、大厅联动、Vite 代理与 base 路径对齐,以及 README/GEMINI.md 同步更新。适用于新增 packages/games 下游戏、修改 apps/lobby 路由或导航、排查跨应用本地联调问题、统一端口/命名/提交规范等场景。 Use when this capability is needed.
- ▌ Fix Pr Comments · tomevault-io bundleRead review comments on a GitHub PR and fix the issues raised. Use when the user asks to address, fix, or resolve PR comments or review feedback. Use when this capability is needed.
- ▌ Linear Documents · tomevault-io bundleManage Linear documents. Use for creating and viewing documentation. Use when this capability is needed.
- ▌ Django Spicedb · tomevault-io bundleImplement django-spicedb in Django application code. Use for translating authorization rules into RebacModel/RebacMeta definitions, choosing FK/M2M/through bindings, wiring runtime checks and queryset filtering, and handling schema publish and tuple sync safely. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Adding Release Notes · tomevault-io bundleAdds user-facing change descriptions to DevTools release notes. Use when documenting improvements, fixes, or new features in the NEXT_RELEASE_NOTES.md file. Use when this capability is needed.
- ▌ Flutter Animating Apps · tomevault-io bundleImplements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations. Use when this capability is needed.
- ▌ Flutter Building Forms · tomevault-io bundleBuilds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
- ▌ Flutter Managing State · tomevault-io bundleManages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex UI state transitions.
- ▌ Workspace Surface Audit · tomevault-io bundleAudit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value EGC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Gemini Code or understanding what capabilities are actually available in their environment. Use when this capability is needed.
- ▌
- ▌ Sherlock Review · tomevault-io bundleEvidence-based investigative code review using deductive reasoning to determine what actually happened versus what was claimed. Use when verifying implementation claims, investigating bugs, validating fixes, or conducting root cause analysis. Elementary approach to finding truth through systematic observation. Use when this capability is needed.
- ▌ Frontend Error Handler · tomevault-io bundle当用户提交前端报错信息、调试错误、修复浏览器兼容性问题或解决运行时异常时使用。支持 JavaScript、React、Vue、TypeScript 等框架的错误分析和解决方案。 Use when this capability is needed.
- ▌ Specter Onboard · tomevault-io bundleGet oriented in an unfamiliar codebase with guided exploration Use when this capability is needed.
- ▌ Skill Best Practice · tomevault-io bundleMust follow when 创建或修改 Skill 后执行质量验证,涵盖命名、目录结构、元数据完整性、临时文件清理和依赖格式共 16 项检查。触发词:检查skill规范、skill质量验证、技能合规性检查。 Use when this capability is needed.
- ▌ Store Best Practice · tomevault-io bundleMust follow when 使用 Zustand 创建或重构状态管理 Store,确保遵循 slice 模式、Provider 设置和类型安全规范。触发词:创建store、zustand规范、状态管理最佳实践、store设计审查。 Use when this capability is needed.
- ▌ Zod Env Integration · tomevault-io bundleMust follow when 配置类型安全的环境变量管理模块,基于 .env.example 使用 Zod 生成 env schema 和标准化管理工具。触发词:zod环境变量、env类型安全配置、环境变量schema。 Use when this capability is needed.
- ▌ Using Prisma · tomevault-io bundlePrisma 5+ ORM with schema-first design, type-safe client, migrations, and database integrations (Supabase, PlanetScale, Neon). Use for TypeScript/JavaScript database access. Use when this capability is needed.
- ▌ Django Create Model · tomevault-io bundleSteps for creating or modifying a Django model Use when this capability is needed.
- ▌ Arcanea Coding Agent · tomevault-io bundleArcanea creative agent integration for opencode Use when this capability is needed.
- ▌ Crafting Rules · tomevault-io bundleUse when creating or modifying OpenCode rules (.md/.mdc files) that customize agent behavior. Trigger when user wants to create a rule, codify repeated instructions, persist guidance across sessions, or scope rules to specific files, prompts, environments, or workflows.
- ▌ Backend Dev Guidelines · tomevault-io bundleComprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Drizzle ORM database access, PostgreSQL/RDS, AWS Lambda handlers, SQS consumers, S3 operations, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies with Playwright. Use when this capability is needed.
- ▌ Jira Management · tomevault-io bundleThis skill should be used when the user asks about Jira issues, tickets, projects, sprints, or bug tracking. Activates for creating, updating, searching, or commenting on Jira issues. Use when this capability is needed.
- ▌ Start Dev Server · tomevault-io bundleStart the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work. Use when this capability is needed.
- ▌
- ▌ Prepare Release · tomevault-io bundlePrepare parse-display release changes before publishing with a Rust Cargo script when nightly Cargo is available. Use when Codex is asked to prepare a parse-display release, bump parse-display to a requested version, move CHANGELOG.md Unreleased entries into a release section, update parse-display-derive only when it changed since the previous version commit, commit the release prep, and create the release git tag. Use when this capability is needed.
- ▌ Bio Research Strategy · tomevault-io bundleStrategic scientific problem selection, project ideation, and troubleshooting based on the Fischbach & Walsh framework. Use when this capability is needed.
- ▌ Finance Journal Entry · tomevault-io bundlePrepare journal entries with proper debits, credits, and supporting detail Use when this capability is needed.
- ▌ Contract Review · tomevault-io bundleReview contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions. Use when reviewing vendor contracts, customer agreements, or any commercial agreement where you need clause-by-clause analysis against standard positions. Use when this capability is needed.
- ▌ Legal Risk Assessment · tomevault-io bundleAssess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review. Use when this capability is needed.
- ▌ Marketing Brand Voice · tomevault-io bundleLegacy fallback for brand governance and style policy work. Prefer copywriting and copy-editing for operational production tasks. Use when documenting or auditing voice rules, not as the default drafting workflow. Use when this capability is needed.
- ▌ Product User Research · tomevault-io bundleSynthesize qualitative and quantitative user research into structured insights and opportunity areas. Use when analyzing interview notes, survey responses, support tickets, or behavioral data to identify themes, build personas, or prioritize opportunities. Use when this capability is needed.
- ▌ Support Ticket Triage · tomevault-io bundleTriage and prioritize a support ticket or customer issue. Categorize issues, assign priority (P1-P4), and recommend routing. Use when this capability is needed.
- ▌ Baml Codegen · tomevault-io bundleGenerates production-ready BAML applications from natural language requirements. Creates complete type definitions, functions, clients, tests, and framework integrations for data extraction, classification, RAG, and agent workflows. Queries official BoundaryML repositories via MCP for real-time patterns. Supports multimodal inputs (images, audio), 6 programming languages (Python, TypeScript, Ruby, Java, Go, C#), 10+ frameworks, 50-70% token optimization, and 95%+ compilation success.
- ▌ Cats Mtl Typed Errors · tomevault-io bundleScala typed errors with Cats MTL Raise/Handle and allow/rescue. Use for designing custom domain error types without EitherT, while keeping Cats Effect and ecosystem composition. Covers Scala 2/3 syntax and IO-only or F[_] usage. Use when this capability is needed.
- ▌ Laravel Architecture · tomevault-io bundleDesign Laravel app architecture with services, repositories, actions, and clean code patterns. Use when structuring projects, creating services, implementing DI, or organizing code layers. Use when this capability is needed.
- ▌ Nextjs Tanstack Form · tomevault-io bundleTanStack Form v1 for Next.js 16 with Server Actions, Zod validation, and shadcn/ui integration. Use when building forms, validation, multi-step wizards, or dynamic field arrays. Use when this capability is needed.
- ▌
- ▌ GRAPHQL Expert · tomevault-io bundleGraphQL API development including schema design, resolvers, DataLoader, subscriptions, federation, and performance optimization. Trigger for GraphQL schema design, N+1 resolution, subscription implementation, or Apollo/Relay patterns. Use when this capability is needed.
- ▌ Vue Specialist · tomevault-io bundleVue.js development including Composition API, Pinia, Nuxt 3, Vue Router, and reactivity system patterns. Trigger when users build Vue applications or need help with Vue-specific patterns. Use when this capability is needed.
- ▌ Stable Diffusion · tomevault-io bundleStable Diffusion image generation models. Use for image AI. Use when this capability is needed.
- ▌ Managing Product · tomevault-io bundleDefines product requirements, user stories, acceptance criteria, and MVP scope. Activates when planning features, writing user stories, defining requirements, creating product specs, scoping MVPs, or answering 'what should we build'. Does not handle technical architecture, API design, database schema, or implementation decisions (architect). Use when this capability is needed.
- ▌ Glossary Modal Editor · tomevault-io bundleEfficiently update the Glossary modal UI, hooks, and data so the in-app glossary stays polished, searchable, and accurate for every term. Use when this capability is needed.
- ▌ Gamekit CLI · tomevault-io bundleCreating pickups, collectibles, coins, power-ups, and items Use when this capability is needed.
- ▌ Kata Check Issues · tomevault-io bundleReview open issues, selecting an issue to work on, filtering issues by area, pulling GitHub issues, or deciding what to work on next. Triggers include "check issues", "list issues", "what issues", "open issues", "show issues", "view issues", "select issue to work on", "github issues", "backlog issues", "pull issues", "check todos" (deprecated), "list todos" (deprecated), "pending todos" (deprecated). Use when this capability is needed.
- ▌ Kata Map Codebase · tomevault-io bundleAnalyze an existing codebase with parallel mapper agents, creating codebase documentation, understanding brownfield projects, or mapping code structure. Triggers include "map codebase", "analyze codebase", "create project context", "document codebase", "understand code", and "codebase map". Use when this capability is needed.
- ▌ QA Validation · tomevault-io bundleHow to validate features through functional testing and produce a validation report Use when this capability is needed.
- ▌ Rust Async Concurrency · tomevault-io bundleManage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limiting resource usage. Use when this capability is needed.
- ▌ Langchain Tools · tomevault-io bundleUse this skill when defining tools, binding tools to models, or wiring tool execution in LangChain or LangGraph. Triggers when code uses @tool decorator, StructuredTool, ToolNode, bind_tools, tool_choice, or InjectedToolArg. Also triggers on mentions of "tool calling", "function calling", "tool use", or "tool node".
- ▌ Nominal Code · tomevault-io bundleFix Python docstring violations in nominal_code/. Pass the violation list as arguments. Use when this capability is needed.
- ▌ Coolify Patterns · tomevault-io bundleCoolify deployment patterns, CI/CD examples, secrets management, and operating guidance. Use when this capability is needed.
- ▌ Game Development · tomevault-io bundleGame development orchestrator. Routes to platform-specific skills based Use when this capability is needed.
- ▌ SEO Fundamentals · tomevault-io bundleSEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles. Use when this capability is needed.
- ▌ Clap Patterns · tomevault-io bundleCommon Clap patterns and idioms for argument parsing, validation, and CLI design. Use when implementing CLI arguments with Clap v4+. Use when this capability is needed.
- ▌ Ruby Patterns · tomevault-io bundleModern Ruby idioms, design patterns, metaprogramming techniques, and best practices. Use when writing Ruby code or refactoring for clarity. Use when this capability is needed.
- ▌
- ▌ Doover Appgen · tomevault-io bundleGenerate Doover applications step-by-step with guided phases. Use when users want to create a new Doover app, scaffold application components, or need help with the app generation workflow. Use when this capability is needed.
- ▌
- ▌ Vercel Deepsec · tomevault-io bundleDetects broad web application security vulnerabilities using the Vercel DeepSec benchmark prompt. Use when benchmarking security review coverage or running an open-ended appsec scan for auth bypass, missing auth, XSS, RCE, SQL injection, SSRF, path traversal, secrets, weak crypto, unsafe redirects, webhook verification, Next.js Server Actions, Lua/OpenResty, Go, cache poisoning, or header trust bugs. Use when this capability is needed.
- ▌ Tabz Development · tomevault-io bundlePatterns for building and debugging TabzChrome itself. Use when working on Terminal.tsx, xterm.js integration, WebSocket I/O, resize handling, or any TabzChrome extension/backend code. Use when this capability is needed.
- ▌ Tabz Integration · tomevault-io bundleIntegrate projects with TabzChrome terminals via HTML attributes, WebSocket, JS API, or Spawn API Use when this capability is needed.
- ▌
- ▌
- ▌ Sponsor Finder · tomevault-io bundleFind which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express"). Use when this capability is needed.
- ▌ Workiq Copilot · tomevault-io bundleGuides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations. Use when this capability is needed.
- ▌ Temporary Id Safe Output · tomevault-io bundlePlan for adding temporary ID support to safe output jobs Use when this capability is needed.
- ▌ Awf Debug Tools · tomevault-io bundlePractical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains Use when this capability is needed.
- ▌ Testing Posture · tomevault-io bundleFaz análise de postura de testes (presença, estrutura, camadas). Use when this capability is needed.
- ▌
- ▌ Cursor Git Commit · tomevault-io bundleProvide a pre-commit checklist and staging hygiene (review diffs, stage specific files, avoid common noise like dist/ or .env, and fix mistakes with reset/rm --cached/amend). Use when the user is about to commit, asks for a commit workflow, or needs help cleaning up staged files. Use when this capability is needed.
- ▌ Squirrel Dev · tomevault-io bundle本文档定义了 Skill 的设计与开发规范,旨在帮助开发者构建高命中率、高稳定性的 Skill 能力模块。 Use when this capability is needed.
- ▌ Go Project Structure · tomevault-io bundleEstructura de proyecto y módulos en Go. Usar al crear nuevos proyectos u organizar código existente. Use when this capability is needed.
- ▌ IOS 26 Platform · tomevault-io bundleUse when implementing iOS 26 features (Liquid Glass, new SwiftUI APIs, WebView, Chart3D), deploying iOS 26+ apps, or supporting backward compatibility with iOS 17/18.
- ▌
- ▌
- ▌ Bio Clip Seq Clip Preprocessing · tomevault-io bundlePreprocess CLIP-seq data including adapter trimming, UMI extraction, and PCR duplicate removal. Use when preparing raw CLIP, iCLIP, or eCLIP reads for peak calling. Use when this capability is needed.
- ▌ Bio Workflows Cytometry Pipeline · tomevault-io bundleEnd-to-end flow cytometry workflow from FCS files to differential analysis. Orchestrates compensation, transformation, gating/clustering, and statistical testing with CATALYST/diffcyt. Use when processing flow or mass cytometry data end-to-end. Use when this capability is needed.
- ▌ Bio Small Rna Seq Differential Mirna · tomevault-io bundlePerform differential expression analysis of miRNAs between conditions using DESeq2 or edgeR with small RNA-specific considerations. Use when identifying miRNAs that change between treatment groups, disease states, or developmental stages. Use when this capability is needed.
- ▌ Bio Microbiome Diversity Analysis · tomevault-io bundleAlpha and beta diversity analysis for microbiome data. Calculate within-sample richness, evenness, and between-sample dissimilarity with phyloseq and vegan. Use when comparing community composition across samples or testing for group differences in microbiome structure. Use when this capability is needed.
- ▌ Bio Immunoinformatics Epitope Prediction · tomevault-io bundlePredict B-cell and T-cell epitopes using BepiPred, IEDB tools, and structure-based methods for vaccine and antibody design. Identify immunogenic regions in antigens. Use when designing vaccines, mapping antibody binding sites, or predicting immunogenic peptides. Use when this capability is needed.
- ▌ Bio Clinical Databases Gnomad Frequencies · tomevault-io bundleQuery gnomAD for population allele frequencies to assess variant rarity. Use when filtering variants by population frequency for rare disease analysis or determining if a variant is common in the general population. Use when this capability is needed.
- ▌ Bio Ecological Genomics Landscape Genomics · tomevault-io bundleTests genotype-environment associations and identifies loci under local adaptation using LFMM2 (LEA), pcadapt outlier detection, OutFLANK Fst-based selection scans, and redundancy analysis. Detects adaptive genetic variation correlated with environmental variables while controlling for population structure. Use when identifying adaptive loci across environmental gradients, testing for signatures of local adaptation, or predicting genetic vulnerability to climate change with gradientForest.
- ▌ Bio Single Cell Markers Annotation · tomevault-io bundleFind marker genes and annotate cell types in single-cell RNA-seq using Seurat (R) and Scanpy (Python). Use for differential expression between clusters, identifying cluster-specific markers, scoring gene sets, and assigning cell type labels. Use when finding marker genes and annotating clusters. Use when this capability is needed.