tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌ Manage DB Module Slices · tomevault-io bundleEnforce module-level DB ownership/usage declarations and sync module DB slices (db.owns/db.uses in modules/<module_id>/MANIFEST.yaml) against the repo DB contract. Use when adding or changing a module's DB dependencies, or before/after DB SSOT changes to detect conflicts and refresh module context slices. Use when this capability is needed.
- ▌ Willyu1007 Skill Template Module Test API Postman Newman · tomevault-io bundlePostman + Newman API Automation (workflow)
- ▌ Winbda Claude Skills Collection Terraform Module Library · tomevault-io bundleterraform-module-library
- ▌ Java Coding Standards · tomevault-io bundleSpring Boot 服务的 Java 编码规范:命名、不可变性、Optional 使用、流(streams)、异常、泛型以及项目布局。 Use when this capability is needed.
- ▌ Professor Match · tomevault-io bundleUse when the user asks to find supervisors, match professors, search for supervisors, or identify professors for a PhD or other research degree. Based on the shared application profile and user preferences, identify potential supervisors, evaluate research fit, and recommend priorities.
- ▌ Diagram As Code Validation · tomevault-io bundleValidates AWS Diagram as Code (DAC) YAML files using yamllint and awsdac. Use for syntax checking, diagram generation, and structure verification. Always use the 3-step validation workflow.
- ▌ Implement Hooks · tomevault-io bundleImplement and validate Claude Code hook configurations and hook scripts for command, prompt, and agent workflows. Use when this capability is needed.
- ▌ Vibe Kanban Task Execution · tomevault-io bundleExecute a specific Vibe Kanban task. Handles session start, coding, testing, and completion for single-task focused work. Use when this capability is needed.
- ▌
- ▌ Proof Of Concept · tomevault-io bundleRapid validation of technical feasibility and approach before full implementation. Use when evaluating new technologies, validating approaches, testing integrations, or demonstrating feasibility to stakeholders. Use when this capability is needed.
- ▌ Identity Notifications · tomevault-io bundleCreate new identity notification types by adding enum values, type definitions, notifier methods, push handlers, and API integration. Use when adding new notification types, creating notifications, or extending the notification system. Use when this capability is needed.
- ▌ Spring Data Jpa · tomevault-io bundleDesigns and implements Spring Data JPA repositories, projections, query patterns, custom repositories, CQRS read models, entity relationships, and persistence performance fixes for Java 25 and Spring Boot 4 projects. Use when the task needs repository-boundary decisions or concrete JPA implementation patterns from this skill. Do not use for generic SQL help or project-wide migration work that belongs in another skill. Use when this capability is needed.
- ▌ Settings Presetsconfigure Powerline · tomevault-io bundleThis skill should be used when the user asks to "configure powerline", "set up status line", "use my default status line", "configure powerline as usual", "change the powerline theme", "update status line settings", or mentions powerline configuration. Provides comprehensive guidance for creating and managing .claude/.claude-powerline.json configuration and integrating it with Claude Code settings. Use when this capability is needed.
- ▌ Flutter Coreflutter Forms Input · tomevault-io bundleComprehensive guide to Flutter forms, validation, gestures, and input handling Use when this capability is needed.
- ▌ Aaronbassett Aaronbassett Marketplace Flutter Performance · tomevault-io bundleFlutter Performance Optimization
- ▌ Flutter Coreflutter Persistence · tomevault-io bundleComprehensive guide to local data persistence in Flutter covering SharedPreferences, SQLite, Hive, Drift, and file storage strategies Use when this capability is needed.
- ▌ Flutter Coreflutter Animations · tomevault-io bundleMaster Flutter's animation system with implicit and explicit animations, hero transitions, physics-based motion, and custom transitions. Use when adding animations, creating transitions, implementing hero effects, or building interactive animated experiences. Use when this capability is needed.
- ▌ Presentation Pitch Deck · tomevault-io bundleCreate investor pitch decks designed to stand alone without a presenter. Follows Sequoia/YC frameworks with traction-first structure and standalone readability. Use when creating a "pitch deck", "investor presentation", "fundraising deck", or any deck sent async to investors, partners, or stakeholders who won't have the presenter alongside. Use when this capability is needed.
- ▌ Abdallhmoukdad Flutter Bloc Skills Flutter Bloc Async API · tomevault-io bundleAsync API Calls in Bloc
- ▌ Abhirkeesara Test Automation Skills Accessibility Testing · tomevault-io bundleAccessibility Testing Skill
- ▌ Krammedocsupdate Agents Md · tomevault-io bundleThis skill should be used when the user asks to "update AGENTS.md", "add to AGENTS.md", "maintain agent docs", or needs to add guidelines to agent instructions. Guides discovery of local skills and enforces structured, keyword-based documentation style. Use when this capability is needed.
- ▌ Krammehooksconfigure Links · tomevault-io bundleConfigure the context-links hook by updating hooks/context-links.config with workspace, team key, issue regex, and GitLab remote regex overrides. Use when end users want to set up or change context-links behavior without manually editing files. Use when this capability is needed.
- ▌ Adding Support Mod Parsers · tomevault-io bundleUse when adding support mod parsers to convert support skill affix strings to typed SupportMod objects - guides the template-based parsing pattern (project)
- ▌
- ▌
- ▌ Adelabdelgawad Rust Fullstack Agents Rust Panic Vs Result · tomevault-io bundlePanic vs Result (Error-Handling Philosophy)
- ▌
- ▌ Swift Protocol Di Testing · tomevault-io bundleProtocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. Use when this capability is needed.
- ▌ Act Local Github Actions Runner · tomevault-io bundleact is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. With 57,000+ stars on GitHub, it is the standard tool for local Actions development and testing. Use when this capability is needed.
- ▌ Kubernetes Pod Diagnostic Agent · tomevault-io bundleDiagnoses Kubernetes pod failures using kubectl and the Kubernetes API server endpoints. Analyzes CrashLoopBackOff, OOMKilled, and ImagePullBackOff states by querying /api/v1/namespaces/{ns}/pods/{pod}/log and /api/v1/events resources. Use when this capability is needed.
- ▌ Terraform Plan Apply Automation · tomevault-io bundleRuns terraform plan against changed modules, posts a structured diff as a PR comment via GitHub API, and gates terraform apply on reviewer approval. Supports S3 and GCS remote state backends with automatic workspace detection. Integrates with AWS STS and GCP Workload Identity for short-lived credential injection.
- ▌ Wordpress REST API Content Sync · tomevault-io bundleSynchronizes content between WordPress multisite installations using the WP REST API /wp/v2/posts endpoint with OAuth 1.0a authentication. Handles media sideloading, shortcode transformation, and conflict resolution. Use when this capability is needed.
- ▌ Security Design Review · tomevault-io bundleReviews designs and business goals for security vulnerabilities, data protection (in transit/at rest), authorization, and compliance alignment. Use when the user asks for a security review, threat modeling, attack surface analysis, data leakage prevention, or compliance/security assessment. Use when this capability is needed.
- ▌ Expect Actual · tomevault-io bundleKotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations. Use when this capability is needed.
- ▌ Ktor Patterns · tomevault-io bundleKtor client patterns for Android networking with content negotiation, error handling, and interceptors. Use when this capability is needed.
- ▌ Mobile Memory · tomevault-io bundleMemory persistence for mobile development context across sessions. Maintains project structure, dependencies, architecture, and test state. Use when this capability is needed.
- ▌ Email Campaign Management · tomevault-io bundleComplete workflow for email marketing campaigns with conversion tracking and trial activation. Use when (1) Creating email campaigns, (2) Sending campaign emails via Resend API, (3) Tracking conversions and clicks, (4) Activating trials for campaign users, (5) Generating campaign reports, (6) Sending reminder emails. CRITICAL - Follow Resend rate limits (2 emails/second), use UPPERCASE for PostgreSQL enums. Use when this capability is needed.
- ▌ Aj Geddes Useful AI Prompts Database Schema Documentation · tomevault-io bundleDatabase Schema Documentation
- ▌
- ▌ Create Audit Agent · tomevault-io bundleCreates new Claude Code agent configuration files or audits existing ones in .claude/agents/. Validates frontmatter, routing keywords, body-frontmatter alignment, ecosystem integration, and cross-agent consistency using a 17-point checklist.
- ▌ Install Spinner · tomevault-io bundleInstall themed spinner verb packs for Claude Code. Fetches spinner packs directly from the awesome-claude-spinners repository and installs them into the user's settings. Use when the user wants to customize their Claude Code spinner, install spinner verbs, or change spinner themes.
- ▌
- ▌ Quality Manager Qms Iso13485 · tomevault-io bundleISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal auditing, CAPA management, and certification support. Use when working with medical device quality systems, preparing for ISO 13485 audits, managing regulatory compliance documentation, setting up corrective actions, or building audit preparation programs. Useful for quality management, audit preparation, regulatory compliance, medical device documentation, and corrective action workflows. Use when this capability is needed.
- ▌ Product Image Processor · tomevault-io bundleDownload, resize, and remove backgrounds from product images at scale Use when this capability is needed.
- ▌
- ▌ Amnadtaowsoam Cerebraskills Developer Relations Community · tomevault-io bundleDeveloper Relations Community
- ▌ Hybrid Inference Architecture · tomevault-io bundleHybrid Inference Architecture enables intelligent coordination between Use when this capability is needed.
- ▌ Naming And Folder Conventions · tomevault-io bundleNaming conventions for files, folders, variables, and functions that Use when this capability is needed.
- ▌ Implementing Realtime Sync · tomevault-io bundleReal-time communication patterns for live updates, collaboration, and presence. Use when building chat applications, collaborative tools, live dashboards, or streaming interfaces (LLM responses, metrics). Covers SSE (server-sent events for one-way streams), WebSocket (bidirectional communication), WebRTC (peer-to-peer video/audio), CRDTs (Yjs, Automerge for conflict-free collaboration), presence patterns, offline sync, and scaling strategies. Supports Python, Rust, Go, and TypeScript. Use when this capability is needed.
- ▌ Implementing Search Filter · tomevault-io bundleImplements search and filter interfaces for both frontend (React/TypeScript) and backend (Python) with debouncing, query management, and database integration. Use when adding search functionality, building filter UIs, implementing faceted search, or optimizing search performance. Use when this capability is needed.
- ▌ Planning Disaster Recovery · tomevault-io bundleDesign and implement disaster recovery strategies with RTO/RPO planning, database backups, Kubernetes DR, cross-region replication, and chaos engineering testing. Use when implementing backup systems, configuring point-in-time recovery, setting up multi-region failover, or validating DR procedures. Use when this capability is needed.
- ▌ Using Relational Databases · tomevault-io bundleRelational database implementation across Python, Rust, Go, and TypeScript. Use when building CRUD applications, transactional systems, or structured data storage. Covers PostgreSQL (primary), MySQL, SQLite, ORMs (SQLAlchemy, Prisma, SeaORM, GORM), query builders (Drizzle, sqlc, SQLx), migrations, connection pooling, and serverless databases (Neon, PlanetScale, Turso). Use when this capability is needed.
- ▌ Using Timeseries Databases · tomevault-io bundleTime-series database implementation for metrics, IoT, financial data, and observability backends. Use when building dashboards, monitoring systems, IoT platforms, or financial applications. Covers TimescaleDB (PostgreSQL), InfluxDB, ClickHouse, QuestDB, continuous aggregates, downsampling (LTTB), and retention policies. Use when this capability is needed.
- ▌ Fd Tailwind Shadcn · tomevault-io bundleExpert skill for Tailwind CSS v4, shadcn/ui implementation, CSS utilities, component customization, and technical design implementation. Use for CSS utilities, component customization, cn() usage, and design-to-code translation. Use when this capability is needed.
- ▌ QA Automation Engineer · tomevault-io bundleSkill hỗ trợ agent thực hiện các tác vụ QA automation testing bao gồm generate test cases, automation scripts, API tests, locators, phân tích flaky tests, và tạo test data. Use when this capability is needed.
- ▌ LLM Capability Matching · tomevault-io bundleUse when assigning development tasks to different LLMs or estimating costs for multi-agent work.
- ▌ Kubernetes Manifest Audit · tomevault-io bundleAudit Kubernetes manifests, Helm charts, and Kustomize overlays against CIS Kubernetes Benchmark and NSA/CISA hardening — pod security, resources, probes, RBAC, networking, secrets, availability. Static, live, apply, runtime modes. Use when this capability is needed.
- ▌ Areed1192 Finance News Aggregator Finance News Aggregator · tomevault-io bundleTest Coverage Review
- ▌ Areed1192 Interactive Brokers API Interactive Brokers API · tomevault-io bundlePython Logging Reviewer
- ▌ Flutter MCP CLI Runtime Validation · tomevault-io bundleRun Flutter MCP runtime validation from CLI in two steps (launch app, then run validate-runtime), including toolkit-extension gating, screenshot/layout capture, app error collection, optional reload verification, and retry handling for transient first-connect failures. Use when this capability is needed.
- ▌ Flutter MCP Toolkit Maintain Macos · tomevault-io bundleMaintains flutter_test_app macOS showcase, native intentcall hooks (codegen, app_links invoke), and VM MCP validation. Use when editing macOS Runner, intentcall_codegen.sh, macOS dogfood, Screen Recording capture, or comparing macOS parity to web WebMCP. Use when this capability is needed.
- ▌ State Management Advisor · tomevault-io bundleChoose and implement React state management solutions including Context, Zustand, Redux Toolkit, TanStack Query, and Jotai. Use when selecting state management, implementing global state, or managing server state in React applications. Use when this capability is needed.
- ▌ Artemiopadilla Claude Triforce Template Implement Feature · tomevault-io bundleImplement the feature: $ARGUMENTS
- ▌ Ashutoshsrivastava17 Skill Library Data Context Extractor · tomevault-io bundleData Context Extractor
- ▌ Ashutoshsrivastava17 Skill Library Mobile Design Patterns · tomevault-io bundleMobile Design Patterns
- ▌ Architecture Paradigm Pipeline · tomevault-io bundleDesign pipes-and-filters for sequential data transformations. Use when data flows through processing stages. Use when this capability is needed.
- ▌
- ▌ Lark Project Archive · tomevault-io bundleGitHub 项目拆解分析与飞书知识库归档(Analyze GitHub projects and archive to Feishu/Lark wiki)。触发条件——必须同时满足两点:(1) 用户提供了 GitHub 项目地址(URL 或 owner/repo 简写),(2) 用户要求将结果归档/保存到飞书(Feishu/Lark)知识库或 wiki。两个条件缺一不可:仅有 GitHub 项目分析需求但未提及飞书/知识库/wiki 归档的 → 不使用此技能(应使用 study_project 等分析类技能);仅有飞书操作但无 GitHub 项目分析的 → 不使用此技能(应使用 lark-wiki/lark-doc 等飞书技能);目标平台是 Notion/Confluence 等非飞书平台的 → 不使用此技能。自动克隆项目、系统化分析提取提示词与架构、将分析报告归档到飞书知识库(含 Mermaid 图表自动转飞书白板可视化)、清理本地文件。典型触发:"帮我拆解这个 AI 项目并归档到飞书"、"分析这个 repo 存到知识库"、"学习这个开源项目并保存报告到飞书wiki"、"clone 这个项目分析下然后存飞书"、"analyze this repo and archive to lark wiki"、"study this project and save to feishu"。 Use when this capability is needed.
- ▌ Aidlc · tomevault-io bundleAI-Driven Development Life Cycle workflow. Use when user says "Using AI-DLC...", "AI-DLC로...", "Start AI-DLC", "start development", "build an app", "create a project", or wants intelligent adaptive software development workflow with requirements analysis, design, and implementation phases. Use when this capability is needed.
- ▌ Flutter Responsive Design · tomevault-io bundleEnforces responsive and adaptive Flutter layouts. Triggers automatically whenever the model is about to write a Widget that contains hardcoded width, height, padding, font size, or icon size. Hardcoded dimensions are forbidden except for hairline borders (1-2px), icon sizes that come from a design system token, and intentional fixed-size art elements. Use MediaQuery for screen metrics, LayoutBuilder for parent constraints, Flexible/Expanded inside Row/Column, and breakpoints (mobile under 600px, tablet 600-900, desktop above 900) for switching layouts. Critical for any Flutter app that targets both phones and tablets, or supports foldables. Use when this capability is needed.
- ▌ Prometheus Grafana · tomevault-io bundleSet up metrics collection and visualization with Prometheus and Grafana. Configure scrape targets, create PromQL queries, build dashboards, and implement alerting. Use when implementing monitoring, metrics collection, or visualization for applications and infrastructure. Use when this capability is needed.
- ▌ Creating Bauplan Pipelines · tomevault-io bundleCreates bauplan data pipeline projects with SQL and Python models. Use when starting a new pipeline, defining DAG transformations, writing models, or setting up bauplan project structure from scratch.
- ▌ Hierarchical Taxonomy Clustering · tomevault-io bundleBuild unified multi-level category taxonomy from hierarchical product category paths from any e-commerce companies using embedding-based recursive clustering with intelligent category naming via weighted word frequency analysis. Use when this capability is needed.
- ▌ Analyze Sessions · tomevault-io bundleExtract automation patterns from session logs and rank by impact. Use periodically after multiple sessions to identify repetitive workflows that could become skills or hooks. Use when this capability is needed.
- ▌ Blendfactory Session Insight Kit Flutter Widget Previewer · tomevault-io bundleFlutter Widget Previewer
- ▌ Django Structured Fields · tomevault-io bundleSkill for working on the django-structured-json-field codebase — a Django JSONField supercharged with Pydantic validation, FK/QS caching, a JSON-editor admin widget, and DRF integration. Use this skill when tasks involve StructuredJSONField, Pydantic BaseModel schemas, the cache engine, admin widget, REST framework serializers, data migration generation, or the frontend reactive-forms layer. Use when this capability is needed.
- ▌ Brendadeeznuts1111 Tier 1380 Omega Cloudflare Worker Base · tomevault-io bundleCloudflare Worker Base Stack
- ▌ Add API Endpoints · tomevault-io bundleAdd new endpoints to Query.Api and Upload.Api following existing controller structure, use cases, interfaces, and clean architecture. Use when extending Query.Api or Upload.Api with new routes, when implementing new API operations, or when adding controller actions. Use when this capability is needed.
- ▌ Buildkite Agent Metrics Release · tomevault-io bundlePrepare a release for buildkite-agent-metrics. Use when this capability is needed.
- ▌ Brownfield Navigation · tomevault-io bundleRoute React Native calls to existing native screens through a generated Brownfield navigation contract. Use when this capability is needed.
- ▌ Casper Studios Casper Marketplace Linkedin Post Generator · tomevault-io bundleLinkedIn Post Generator
- ▌ AI Context Compiler · tomevault-io bundleGenerate or refresh CLAUDE.md, AGENTS.md, Cursor rules, and llms.txt for a repository using source evidence and scoped rules. Use when this capability is needed.
- ▌ Ado Create Story · tomevault-io bundleInteractively create a new User Story work item as a child of an existing Feature in Azure DevOps. Use when this capability is needed.
- ▌ Writing Humanize · tomevault-io bundleRemove signs of AI-generated writing from text. Detects and fixes 24 documented AI writing patterns to make text sound natural and human-written. Use when this capability is needed.
- ▌ Charlieviettq Awesome Agent Skill MCP Ecosystem Optimizer · tomevault-io bundleMCP Ecosystem Optimizer
- ▌ Chenyuxiaojin Video Agent Skills Video Agent Storyboarder · tomevault-io bundlevideo-agent-storyboarder(分镜师)
- ▌
- ▌ Alicloud AI Video Wan Video Test · tomevault-io bundleMinimal video generation smoke test for Model Studio Wan Video. Use when this capability is needed.
- ▌ Alicloud Data Lake Dlf Next Test · tomevault-io bundleMinimal smoke test for DlfNext skill. Validate metadata discovery and one read-only API call. Use when this capability is needed.
- ▌ Xai Grok · tomevault-io bundleUse xAI Grok API with Agent Tools for real-time web and X (Twitter) search and synthesis. Requires XAI_API_KEY. Use when this capability is needed.
- ▌ Review Open Pull Requests · tomevault-io bundleList and analyze all open pull requests across GitHub repositories. Shows review status, CI/CD check results, age, and reviewers. Use when triaging PRs, checking team velocity, or identifying stale reviews that need attention. Use when this capability is needed.
- ▌ Acceptance Test Driven Development · tomevault-io bundleWrite acceptance tests before unit tests to ensure you're building the right thing Use when this capability is needed.
- ▌ Inertia Rails Testing · tomevault-io bundleTest Inertia Rails applications with RSpec or Minitest. Use when writing tests for Inertia responses, components, props, flash messages, and partial reloads. Use when this capability is needed.
- ▌
- ▌ Comeonoliver Skillshub Explaining Machine Learning Models · tomevault-io bundleModel Explainability Tool
- ▌ Cometchat Cometchat Uikit Flutter Cometchat Uikit Flutter · tomevault-io bundleCometChat Flutter UIKit v6 — Troubleshooting Guide
- ▌
- ▌ Software Migration Engineer · tomevault-io bundleAct as a Software Migration Engineer to plan and execute technology migrations, legacy system modernization, database migrations, cloud migrations, and framework upgrades. Use when users need help with migrating between technology stacks, legacy system assessment, migration planning and risk analysis, database migration strategies, cloud migration (lift-and-shift, re-platform, re-architect), framework or language upgrades, data migration and ETL, API versioning and migration, monolith-to-microservices decomposition, or migration testing strategies. Trigger on mentions of migration, legacy modernization, technology upgrade, re-platform, re-architect, lift-and-shift, database migration, cloud migration, framework upgrade, or monolith decomposition. Use when this capability is needed.
- ▌ 2000s Visualization Expert · tomevault-io bundleExpert in 2000s-era music visualization (Milkdrop, AVS, Geiss) and modern WebGL implementations. Specializes in Butterchurn integration, Web Audio API AnalyserNode FFT data, GLSL shaders for Use when this capability is needed.
- ▌ AI Video Production Master · tomevault-io bundleExpert in script-to-video production pipelines for Apple Silicon Macs. Specializes in hybrid local/cloud workflows, LoRA training for character consistency, motion graphics generation, and Use when this capability is needed.