tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌ Documentation Plan 2 · tomevault-io bundleDocumentation architecture with audience mapping, onboarding paths, and maintenance schedules Use when this capability is needed.
- ▌ Growth Engineering 2 · tomevault-io bundleOnboarding funnels, referral systems, and A/B test infrastructure Use when this capability is needed.
- ▌ Interaction Design 5 · tomevault-io bundleDesign component interaction specs with all visual states, transitions, and accessibility requirements Use when this capability is needed.
- ▌ Library Evaluation 2 · tomevault-io bundleStructured library scoring with popularity, maintenance health, bundle impact, and API quality Use when this capability is needed.
- ▌ Prompt Engineering 11 · tomevault-io bundleSystem prompt design, chain-of-thought patterns, structured output, and prompt versioning Use when this capability is needed.
- ▌ Verification Before Completion 18 · tomevault-io bundleUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
- ▌ Getting Started 2 · tomevault-io bundleIntroduction to the design system skills plugin. Use when first installing the plugin, exploring available skills, or planning a design system implementation. Use when this capability is needed.
- ▌ Systematic Debugging 27 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Beautiful Prose 2 · tomevault-io bundleUse when working with a hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean, exact, concrete, and free of AI cadence, filler, or therapeutic tone.
- ▌ Prompt Improver 2 · tomevault-io bundleThis skill enriches vague prompts with targeted research and clarification before execution. Should be used when a prompt is determined to be vague and requires systematic research, question generation, and execution guidance. Use when this capability is needed.
- ▌ Sqlalchemy Code Review 2 · tomevault-io bundleReviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking session lifecycle, relationship() usage, or Alembic migrations. Use when this capability is needed.
- ▌
- ▌ Eds Performance Debugging 2 · tomevault-io bundleGuide for debugging and performance optimization of EDS blocks including error handling, FOUC prevention, Core Web Vitals optimization, and debugging workflows for Adobe Edge Delivery Services. Use when this capability is needed.
- ▌ Codebase Onboarding 2 · tomevault-io bundleAnalyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter GEMINI.md. Use when joining a new project or setting up Gemini Code for the first time in a repo. Use when this capability is needed.
- ▌ Continuous Learning 6 · tomevault-io bundleAutomatically extract reusable patterns from Gemini Code sessions and save them as learned skills for future use. Use when this capability is needed.
- ▌ Scikit Learn 15 · tomevault-io bundleMachine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices. Use when this capability is needed.
- ▌ Laravel Permission Development 2 · tomevault-io bundleBuild and work with Spatie Laravel Permission features, including roles, permissions, middleware, policies, teams, and Blade directives. Use when this capability is needed.
- ▌ Rust Skills 2 · tomevault-io bundleRust backend patterns, best practices, and implementation guides Use when this capability is needed.
- ▌ Gemini CLI Runtime 9 · tomevault-io bundleInternal helper contract for calling the gemini-companion runtime from Claude Code Use when this capability is needed.
- ▌ Git Workflow 180 · tomevault-io bundleThis skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration. Use when this capability is needed.
- ▌ Scikit Learn 16 · tomevault-io bundleMachine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices. Use when this capability is needed.
- ▌ Update Design 3 · tomevault-io bundleExplicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update. Use when this capability is needed.
- ▌ Setup Statusline 2 · tomevault-io bundleSetup Claude Code statusline configuration automatically (global) Use when this capability is needed.
- ▌ Code Execution 4 · tomevault-io bundleWrites and runs Python code in a sandbox. Describe the task in plain English — the skill will write and execute the program. Use when this capability is needed.
- ▌ Code Format 2 · tomevault-io bundleFormat code using dotnet format, prettier, and other formatting tools. Use when task involves code style fixes, formatting consistency, or preparing code for commit. Use when this capability is needed.
- ▌ Code Review 300 · tomevault-io bundleGuides code review process with focus on architecture compliance, truth boundaries, and contract stability Use when this capability is needed.
- ▌ Component Search 2 · tomevault-io bundleSearch across cursor-handbook rules, agents, commands, and skills for a specific term or topic. Use when the user asks to find a component, search for a keyword, or locate where something is defined. Use when this capability is needed.
- ▌ Microsoft Code Reference 4 · tomevault-io bundleLook up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs. Use when this capability is needed.
- ▌ Create Task 2 · tomevault-io bundleCreate implementation task from story or description Use when this capability is needed.
- ▌ Findings To Github Issues 2 · tomevault-io bundleConverte achados de outras skills em issues e comentários prontos para o GitHub. Use when this capability is needed.
- ▌ Rust Async Patterns 6 · tomevault-io bundleAsync/await patterns and tokio best practices for Rust. Use when implementing async functions, handling blocking operations, managing concurrent tasks, or working with async runtimes. Enforces proper resource budgets and backpressure handling. Use when this capability is needed.
- ▌ Rust Error Handling 8 · tomevault-io bundleComprehensive error handling patterns for Rust. Use when creating error types, handling Results, or implementing error propagation. Enforces domain-specific errors with thiserror, zero unwrap() usage, and proper error context. Use when this capability is needed.
- ▌ Reactcomponents 2 · tomevault-io bundleConverts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
- ▌ Improve Codebase Architecture 20 · tomevault-io bundleExplore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable. Use when this capability is needed.
- ▌ Context Engineering 4 · tomevault-io bundleUse when context is growing large (50k+ tokens), performance is degrading, instructions are being ignored mid-conversation, or planning multi-agent workflows. Triggers on "lost context", forgotten instructions, or sessions exceeding 30 minutes.
- ▌ Architecture 15 · tomevault-io bundleDesign and evolve the software architecture of theme-extractor with explicit boundaries, strategy interfaces, and backend abstractions. Use when defining module structure, introducing extraction strategies, or implementing Elasticsearch/OpenSearch interoperability. Use when this capability is needed.
- ▌ Github Actions Workflows 2 · tomevault-io bundleGitHub Actions workflow patterns for static site CI/CD, security scanning, and quality checks Use when this capability is needed.
- ▌ Performance Optimization 6 · tomevault-io bundleCore Web Vitals optimization, bundle size reduction, caching strategies, and performance tuning expertise Use when this capability is needed.
- ▌ AWS Cdk Development 2 · tomevault-io bundleAWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows. Use when this capability is needed.
- ▌ AWS Cost Operations 2 · tomevault-io bundleThis skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment. Use when this capability is needed.
- ▌ React Native Expert 6 · tomevault-io bundleUse when building cross-platform mobile applications with React Native or Expo. Invoke for navigation patterns, platform-specific code, native modules, FlatList optimization.
- ▌ Sequential Thinking 8 · tomevault-io bundleApply structured, reflective problem-solving for complex tasks requiring multi-step analysis, revision capability, and hypothesis verification. Use for complex problem decomposition, adaptive planning, analysis needing course correction, problems with unclear scope, multi-step solutions, and hypothesis-driven work. Use when this capability is needed.
- ▌ Slack Gif Creator 9 · tomevault-io bundleKnowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack. Use when this capability is needed.
- ▌ Scikit Learn 17 · tomevault-io bundleMachine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices. Use when this capability is needed.
- ▌ Security Best Practices 5 · tomevault-io bundlePerform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks. Use when this capability is needed.
- ▌ Accessibility Testing 4 · tomevault-io bundleSystematically verify accessibility compliance through automated and manual testing. Use when this capability is needed.
- ▌ Gemini Imagegen 4 · tomevault-io bundleGenerate, edit, and compose images using Google's Gemini AI API for design workflows and visual content creation Use when this capability is needed.
- ▌ Claude Agent Sdk 5 · tomevault-io bundleBuild custom AI agents using Anthropic Claude API and agent SDK patterns. Create tool-using agents, multi-turn conversations, agent loops, streaming responses, and production-ready agent architectures. Use when building Claude-powered applications, implementing agentic AI features, or developing autonomous task completion systems. Use when this capability is needed.
- ▌ Dashboard Design 3 · tomevault-io bundleDesign effective dashboards with clear layouts, KPI displays, data grids, and real-time updates. Covers dashboard patterns, information hierarchy, responsive grids, widget design, and admin panel layouts. Use for building analytics dashboards, admin interfaces, and monitoring displays. Use when this capability is needed.
- ▌ Frontend Testing 3 · tomevault-io bundleComprehensive frontend testing with Playwright, Cypress, Jest, and React Testing Library. Covers E2E testing, component testing, unit testing, visual regression, and accessibility testing. Use for quality assurance, CI/CD integration, and test automation. Use when this capability is needed.
- ▌ Mermaid Diagrams 13 · tomevault-io bundleMermaid diagram creation for flowcharts, sequences, ERDs, and more. Generate diagrams from text in markdown files. Use for documentation, architecture diagrams, and visual representations. Triggers on mermaid, flowchart, sequence diagram, ERD, entity relationship, gantt chart, pie chart, class diagram, state diagram, journey map. Use when this capability is needed.
- ▌ React Typescript 3 · tomevault-io bundleBuild modern React applications with TypeScript. Covers React 18+ patterns, hooks, component architecture, state management (Zustand, Redux Toolkit), server components, and best practices. Use for React development, TypeScript integration, component design, and frontend architecture. Use when this capability is needed.
- ▌ Semantic Release 2 · tomevault-io bundleAutomate versioning and releases with semantic versioning based on commit messages. Generate changelogs, publish packages, create GitHub releases. Use for automated releases, changelog generation, or npm publishing. Triggers on semantic-release, automated versioning, changelog, release automation. Use when this capability is needed.
- ▌ State Management 6 · tomevault-io bundleMaster React state management with Zustand, Redux Toolkit, Jotai, and React Query. Covers global state, server state, atomic state, and persistence patterns. Use for complex applications requiring scalable state architecture. Use when this capability is needed.
- ▌ Architecture Analysis 2 · tomevault-io bundleComprehensive frontend architecture analyzer that identifies technology stacks, build tools, and architectural patterns. Use when you need to quickly understand a project's structure, dependencies, and technical configuration. Provides analysis for Vue/React/Angular frameworks, Node.js environments, package managers, TypeScript usage, linters, and architecture patterns with multiple output formats including executive summaries and visualizations. Use when this capability is needed.
- ▌ Test Coverage 9 · tomevault-io bundleAnalyze branch changes and ensure adequate test coverage. Creates missing tests with test plans, runs them, and reports results. Use after implementing changes to add tests. Use when this capability is needed.
- ▌ Exploit Development 2 · tomevault-io bundlePoC development, payload crafting, shellcode generation, ROP chains, heap exploitation, bypass techniques for modern mitigations (ASLR, DEP, CFI, stack canaries) Use when this capability is needed.
- ▌ Creating Agent Skills 2 · tomevault-io bundleExpert guidance for creating, writing, and refining Antigravity Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices. Use when this capability is needed.
- ▌ Documentation Templates 8 · tomevault-io bundleDocumentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. Use when this capability is needed.
- ▌ Verification Before Completion 19 · tomevault-io bundleUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
- ▌ Chrome Devtools 7 · tomevault-io bundleBrowser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging. Use when this capability is needed.
- ▌ Biopython 6 · tomevault-io bundlePrimary Python toolkit for molecular biology. Preferred for Python-based PubMed/NCBI queries (Bio.Entrez), sequence manipulation, file parsing (FASTA, GenBank, FASTQ, PDB), advanced BLAST workflows, structures, phylogenetics. For quick BLAST, use gget. For direct REST API, use pubmed-database. Use when this capability is needed.
- ▌ Hypogenic 3 · tomevault-io bundleAutomated hypothesis generation and testing using large language models. Use this skill when generating scientific hypotheses from datasets, combining literature insights with empirical data, testing hypotheses against observational data, or conducting systematic hypothesis exploration for research discovery in domains like deception detection, AI content detection, mental health analysis, or other empirical research tasks. Use when this capability is needed.
- ▌ Neurokit2 4 · tomevault-io bundleComprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration. Use when this capability is needed.
- ▌ Pufferlib 3 · tomevault-io bundleThis skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs. Use when this capability is needed.
- ▌ Reportlab 2 · tomevault-io bundlePDF generation toolkit. Create invoices, reports, certificates, forms, charts, tables, barcodes, QR codes, Canvas/Platypus APIs, for professional document automation. Use when this capability is needed.
- ▌ Using Git Worktrees 23 · tomevault-io bundleUse when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
- ▌ Git Worktrees 14 · tomevault-io bundleUse when starting feature work that needs isolation from current workspace. Creates isolated git worktrees with directory selection, safety verification, and baseline testing.
- ▌ Writing Tests 7 · tomevault-io bundlePrinciples for writing effective, maintainable tests. Covers naming conventions, assertion best practices, and comprehensive edge case checklists. Based on BugMagnet by Gojko Adzic. Use when this capability is needed.
- ▌ Anthropic Prompt Engineer 2 · tomevault-io bundleMaster Anthropic's prompt engineering techniques to generate new prompts or improve existing ones using best practices for Claude AI models. Use when this capability is needed.
- ▌ Fastapi Patterns 11 · tomevault-io bundleFastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness. Use when this capability is needed.
- ▌ React Native Architecture 4 · tomevault-io bundleBuild production React Native apps with Expo, navigation, native modules, Use when this capability is needed.
- ▌ Audit Code 2 · tomevault-io bundleRun a single-session code review audit on the codebase Use when this capability is needed.
- ▌ Terraform 37 · tomevault-io bundleUse when working with Terraform or OpenTofu — creating modules, writing tests, setting up CI/CD pipelines, reviewing configurations, debugging state issues, implementing security scanning, or making IaC architecture decisions. For Pulumi see pulumi-best-practices, for general CI/CD see devops.
- ▌ Microservices Architect 3 · tomevault-io bundleDesigns distributed system architectures, decomposes monoliths into bounded-context services, recommends communication patterns, and produces service boundary diagrams and resilience strategies. Use when designing distributed systems, decomposing monoliths, or implementing microservices patterns — including service boundaries, DDD, saga patterns, event sourcing, CQRS, service mesh, or distributed tracing. Use when this capability is needed.
- ▌ Add Translation 4 · tomevault-io bundleAdd a new language translation to a Java project using ResourceBundle-based i18n. Translates all entries, verifies quality via independent Google Translate back-translation, adds tests, updates docs, and handles git workflow. Use this skill whenever the user asks to add a translation, translate to a new language, add a locale, or do i18n work on a Java project with .properties files. Use when this capability is needed.
- ▌ Documentation 94 · tomevault-io bundleGuides AI agents to produce accurate, well-structured technical documentation in Markdown with Mermaid diagrams. Use when this capability is needed.
- ▌ Video Transcript Downloader 2 · tomevault-io bundleDownload videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists. Use when this capability is needed.
- ▌ Best Practices 14 · tomevault-io bundleThis skill should be used when the user asks about "nf-core conventions", "strict syntax", "naming conventions", "output patterns", "coding style", "best practices", "parameter naming", "channel naming", "process labels", or how to structure nf-core code correctly. Covers strict syntax rules (Q2 2026 deadline), output glob patterns, and naming conventions. Use when this capability is needed.
- ▌ Code Documentation 6 · tomevault-io bundleCode documentation standards, patterns, and best practices Use when this capability is needed.
- ▌ Refactoring Safely 2 · tomevault-io bundleSafe refactoring practices with tests and incremental changes Use when this capability is needed.
- ▌ Sqlserver Patterns 2 · tomevault-io bundleSQL Server patterns, T-SQL, and best practices for production Use when this capability is needed.
- ▌ Testing Strategies 3 · tomevault-io bundleTesting strategies, patterns, and best practices for production code Use when this capability is needed.
- ▌ Documentation Generation 4 · tomevault-io bundleProcedural knowledge for generating and maintaining code documentation, API specs, and architecture diagrams. Use when this capability is needed.
- ▌ Quality Assurance 3 · tomevault-io bundleQuality Assurance skill for planning, executing, and improving testing across functional and non-functional dimensions. Use when creating test strategies, writing test plans/cases, defining quality gates, coordinating test execution, or triaging defects. Use when this capability is needed.
- ▌ Implementation Planning 2 · tomevault-io bundleGenerates detailed implementation plans from finalized designs
- ▌ Memory Management 4 · tomevault-io bundleTwo-tier memory system that makes agents true workplace collaborators. Decodes shorthand, acronyms, nicknames, and internal language so agents understand requests like a colleague would. AGENTS.md for working memory, memory/ directory for the full knowledge base. Use when this capability is needed.
- ▌ Mobile Design 8 · tomevault-io bundleMobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps. Use when this capability is needed.
- ▌ Multi Perspective Analysis 2 · tomevault-io bundle多视角深度分析。用多个 Sub-agent 分别扮演不同思维框架的顾问,对同一份素材做独立分析,然后交叉汇总共识与分歧,产出结构化诊断报告。当用户说"帮我多视角分析"、"多维分析"、"用多个视角看看"、"帮我诊断一下"时触发。 Use when this capability is needed.
- ▌ Golang Testing 22 · tomevault-io bundleGo testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. Use when this capability is needed.
- ▌ Planning With Files 8 · tomevault-io bundleTransforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output. Use when this capability is needed.
- ▌ Frontend Slides 4 · tomevault-io bundleCreate stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices. Use when this capability is needed.
- ▌ Teach Impeccable 5 · tomevault-io bundleOne-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines. Use when this capability is needed.
- ▌ Contract Review 3 · tomevault-io bundleContract review skill that adds comment-based issue annotations without changing original text. Enforces a four-layer review (entity verification, basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and generates a contract summary, consolidated opinion, and Mermaid business flowchart (with rendered image). Output language must follow the contract’s language. Use when this capability is needed.
- ▌ Skill Creator 224 · tomevault-io bundleGuide for creating effective, universal Agent Skills that work across multiple AI coding platforms (Claude, GitHub Copilot, Cursor, Windsurf, Aider). Use when creating new skills, updating existing skills, or learning skill creation best practices. Includes specifications, examples, and quality standards. Use when this capability is needed.
- ▌ Frontend Patterns 6 · tomevault-io bundleFrontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when this capability is needed.
- ▌ SQL Database Assistant 2 · tomevault-io bundleUse when the user asks to write SQL queries, optimize database performance, generate migrations, explore database schemas, or work with ORMs like Prisma, Drizzle, TypeORM, or SQLAlchemy.
- ▌ Writing Agents 2 · tomevault-io bundleUse when creating new agents, editing existing agents, or defining specialized subagent roles for the Task tool
- ▌ Writing Skills 30 · tomevault-io bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Systematic Debugging 22 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes