← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 25 of 622

  1. Kubernetes Platform 2 · tomevault-io bundle
    Design and operate a managed Kubernetes platform (EKS, AKS, GKE) as an internal product — golden paths, multi-tenancy, autoscaling, supply-chain security, and progressive delivery. Use when standing up a new cluster strategy or maturing one beyond raw kubectl. Use when this capability is needed.
    0 installs
  2. Mobile React Native 3 · tomevault-io bundle
    React Native and Expo best practices for performant mobile apps. Use when building React Native features, optimizing lists, or integrating native platform behavior. Use when this capability is needed.
    0 installs
  3. Marketing Demand Acquisition 4 · tomevault-io bundle
    Multi-channel demand generation, paid media optimization, SEO strategy, and partnership programs for Series A+ startups Use when this capability is needed.
    0 installs
  4. Pull Request 5 · tomevault-io bundle
    Use when creating, updating, or commenting on GitHub pull requests - focuses on material impact, safety, and human reviewability
    0 installs
  5. Github Workflow Automation 2 · tomevault-io bundle
    Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creati... Use when this capability is needed.
    0 installs
  6. Modern Javascript Patterns 4 · tomevault-io bundle
    Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, effici... Use when this capability is needed.
    0 installs
  7. Nextjs App Router Patterns 7 · tomevault-io bundle
    Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Serve... Use when this capability is needed.
    0 installs
  8. Unit Testing Test Generate 2 · tomevault-io bundle
    Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus. Use when this capability is needed.
    0 installs
  9. API Design Principles 8 · tomevault-io bundle
    Master REST API design principles to build intuitive, scalable, and maintainable APIs. Use when designing new APIs, reviewing API specifications, or establishing API design standards. Use when this capability is needed.
    0 installs
  10. Authentication Patterns 2 · tomevault-io bundle
    Patterns for implementing authentication and authorization in backend applications Use when this capability is needed.
    0 installs
  11. Docker Local Dev 2 · tomevault-io bundle
    Generate Docker Compose and Dockerfile configurations for local development through interactive Q&A. Supports PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python stacks with Nginx, Supervisor/PM2, databases, Redis, and email testing. Always asks clarifying questions before generating configurations. Use when this capability is needed.
    0 installs
  12. Pinpoint Testing 2 · tomevault-io bundle
    Testing strategy, test pyramid (70% unit/25% integration/5% E2E), PGlite patterns, Playwright best practices. Use when writing tests, debugging test failures, or when user mentions testing/test/spec/E2E. Use when this capability is needed.
    0 installs
  13. Github Workflow 8 · tomevault-io bundle
    Common GitHub workflow patterns for this project. Use when creating branches, committing, pushing, creating PRs, merging, managing Issues (labels, comments, close), or detecting repository info. Covers the standard docs branch workflow used by investigate, summarize, refactor, and other agents. Use when this capability is needed.
    0 installs
  14. Using Git Worktrees 31 · tomevault-io bundle
    Use 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
    0 installs
  15. Pytorch Deployment 2 · tomevault-io bundle
    Advanced sub-skill for PyTorch focused on model productionization and deployment. Covers TorchScript (JIT/Tracing), ONNX export, LibTorch (C++ API), and inference optimization (Quantization, Pruning). Use when this capability is needed.
    0 installs
  16. Golang Testing 29 · tomevault-io bundle
    Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。 Use when this capability is needed.
    0 installs
  17. Fluxwing Screenshot Importer 2 · tomevault-io bundle
    Import UI screenshots and generate uxscii components automatically using vision analysis. Use when user wants to import, convert, or generate .uxm components from screenshots or images. Use when this capability is needed.
    0 installs
  18. Requesting Code Review 23 · tomevault-io bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements - runs review in a forked code-reviewer agent
    0 installs
  19. CI CD Pipeline Builder 10 · tomevault-io bundle
    CI/CD Pipeline Builder Use when this capability is needed.
    0 installs
  20. Documentation Update 4 · tomevault-io bundle
    Use this skill whenever you change user-facing or developer-facing documentation in javafxTool. The project ships two documentation sites — docsify (`docs/`) and Doxygen (`doxygen/`) — and three README languages, all of which usually need to be updated together.
    0 installs
  21. Dev Context Engineering 2 · tomevault-io bundle
    Context-driven AI development with AGENTS.md, repo knowledge bases, Claude Code, Codex, and Copilot. Use when adopting repo-native AI workflows or multi-repo setups. Use when this capability is needed.
    0 installs
  22. Code Review 314 · tomevault-io bundle
    Review code changes for bugs, security issues, and improvements Use when this capability is needed.
    0 installs
  23. Documentation Sync 6 · tomevault-io bundle
    Keep template-facing documentation and generated artifacts aligned with code changes. Use when this capability is needed.
    0 installs
  24. Query Performance Analysis 2 · tomevault-io bundle
    Detect N+1 queries, analyze slow queries with EXPLAIN, identify missing indexes, and ensure safe online index migrations for MySQL/MariaDB. Use when optimizing query performance, preventing performance regressions, or debugging slow endpoints. Complements database-migrations skill which covers index creation syntax. Use when this capability is needed.
    0 installs
  25. CI CD Pipeline 21 · tomevault-io bundle
    配置 CI/CD 流水线时使用。快、稳、可重复、可回滚。 Use when this capability is needed.
    0 installs
  26. Security Checklist 7 · tomevault-io bundle
    Comprehensive security checklist covering OWASP Top 10, SQL injection, XSS, CSRF, authentication, authorization, secrets management, input validation, and security headers. Use when scanning for vulnerabilities, reviewing security, implementing authentication/authorization, or handling sensitive data. Use when this capability is needed.
    0 installs
  27. Fetch Frontend Data 2 · tomevault-io bundle
    Fetch and mutate frontend data with a consistent cache strategy (query keys, invalidation, suspense/loading, error handling, optimistic updates). Use when this capability is needed.
    0 installs
  28. Documentation 100 · tomevault-io bundle
    Documentation practices, note-taking strategies, and knowledge management for tracking homelab configurations, changes, and learnings across multiple repositories. Use when this capability is needed.
    0 installs
  29. Flutter Background Tasks 2 · tomevault-io bundle
    Patterns for implementing background task execution in Flutter using AlarmManager, WorkManager, and isolate callback handling Use when this capability is needed.
    0 installs
  30. Frontend Patterns 12 · tomevault-io bundle
    针对 React、Next.js、状态管理、性能优化及 UI 最佳实践的前端开发模式。 Use when this capability is needed.
    0 installs
  31. Project Session Manager 3 · tomevault-io bundle
    Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions Use when this capability is needed.
    0 installs
  32. Github Pr Review Comments 2 · tomevault-io bundle
    View GitHub PR inline review comments (including bot reviews like devin-ai-integration) and resolve review conversations from the CLI. Use when this capability is needed.
    0 installs
  33. Vercel Composition Patterns 20 · tomevault-io bundle
    React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes. Use when this capability is needed.
    2 installs
  34. Documentation Audit 3 · tomevault-io bundle
    Assess documentation completeness against BetterBench/Datasheets standards Use when this capability is needed.
    0 installs
  35. Tushare Plugin Builder 2 · tomevault-io bundle
    This skill should be used when the user provides a Tushare API document URL and asks to generate a full plugin in this codebase, including extractor, schema, config, query service, and agent/MCP/http usage with testable curl examples. Use when this capability is needed.
    0 installs
  36. Implement Plugin 2 · tomevault-io bundle
    Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation. Use when this capability is needed.
    0 installs
  37. Review Code 13 · tomevault-io bundle
    Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request. Use when this capability is needed.
    0 installs
  38. Write Tests 16 · tomevault-io bundle
    Write unit tests, integration tests, or E2E tests for code. Use after implementing a feature or when test coverage is needed. Use when this capability is needed.
    0 installs
  39. Frontend Design System 6 · tomevault-io bundle
    フロントエンドUIデザインを洗練された独自性のあるスタイルで生成します。ランディングページ、ダッシュボード、Webアプリケーションのデザイン、UIコンポーネント作成時に使用してください。「AIっぽい」汎用デザインを避け、プロフェッショナルで記憶に残るUIを実現します。 Use when this capability is needed.
    0 installs
  40. Documentation Audit 4 · tomevault-io bundle
    This skill should be used when verifying documentation claims against codebase reality. Triggers on "audit docs", "verify documentation", "check docs", "docs accurate", "documentation drift", "before release", "after refactor", "docs don't match". Uses two-pass extraction with pattern expansion for comprehensive detection. Use when this capability is needed.
    0 installs
  41. Documentation Lookup 16 · tomevault-io bundle
    通过 Context7 MCP 使用最新的库和框架文档而非训练数据。在设置问题、API 参考、代码示例或用户提到框架名称(如 React、Next.js、Prisma)时激活。 Use when this capability is needed.
    0 installs
  42. SEO Content Writer 3 · tomevault-io bundle
    Write SEO blog posts, articles, landing pages with keyword integration, header optimization, and snippet targeting. SEO文章写作/内容优化 Use when this capability is needed.
    0 installs
  43. Content Creator 11 · tomevault-io bundle
    Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy. Use when this capability is needed.
    0 installs
  44. Global Error Handling 3 · tomevault-io bundle
    This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.
    0 installs
  45. Documentation Standards 16 · tomevault-io bundle
    When writing documentation in a variety of scenarios, follow the Adobe content writing standards. Use when this capability is needed.
    0 installs
  46. Database Schema Designer 8 · tomevault-io bundle
    Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models. Use when this capability is needed.
    0 installs
  47. Browser Testing With Screenshots 2 · tomevault-io bundle
    Use when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI functionality
    0 installs
  48. Railway Deployment 3 · tomevault-io bundle
    Railway deployment workflows, nixpacks configuration, environment management, and production troubleshooting Use when this capability is needed.
    0 installs
  49. Changeset 5 · tomevault-io bundle
    Create a changeset entry to document a version bump and changelog for the current changes Use when this capability is needed.
    2 installs
  50. Postgres Best Practices 3 · tomevault-io bundle
    PostgreSQL performance optimization guidelines. Use when writing SQL queries, designing schemas, implementing indexes, reviewing database performance, configuring connection pooling, or working with Row-Level Security (RLS). Use when this capability is needed.
    0 installs
  51. Documentation Writer 25 · tomevault-io bundle
    Activates when user needs help writing documentation, README files, API docs, or code comments. Triggers on "write documentation", "create README", "document this API", "add JSDoc", "explain this code", "write docstrings", or documentation-related requests. Use when this capability is needed.
    0 installs
  52. Multi Agent Orchestration 4 · tomevault-io bundle
    Multi-Agent Orchestration & Governance builds upon Skill 116 (Agentic Use when this capability is needed.
    2 installs
  53. Agent Context System 2 · tomevault-io bundle
    Persistent local-only memory for AI coding agents. AGENTS.md (committed) + .agents.local.md (gitignored) = context that persists across sessions. Read both at start, update scratchpad at end, promote stable patterns over time. Use when this capability is needed.
    0 installs
  54. Configuration 4 · tomevault-io bundle
    This skill should be used when the user asks about "Effect Config", "environment variables", "configuration management", "Config.string", "Config.number", "ConfigProvider", "Config.nested", "Config.withDefault", "Config.redacted", "sensitive values", "config validation", "loading config from JSON", "config schema", or needs to understand how Effect handles application configuration. Use when this capability is needed.
    0 installs
  55. Observability 5 · tomevault-io bundle
    This skill should be used when the user asks about "Effect logging", "Effect.log", "Effect metrics", "Effect tracing", "spans", "telemetry", "Metric.counter", "Metric.gauge", "Metric.histogram", "OpenTelemetry", "structured logging", "log levels", "Effect.logDebug", "Effect.logInfo", "Effect.logWarning", "Effect.logError", or needs to understand how Effect handles logging, metrics, and distributed tracing. Use when this capability is needed.
    0 installs
  56. Creating Financial Models 2 · tomevault-io bundle
    This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions Use when this capability is needed.
    0 installs
  57. Knowledge Synthesis 2 · tomevault-io bundle
    Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively. Use when this capability is needed.
    0 installs
  58. Architecture Decision Record 2 · tomevault-io bundle
    Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Helps teams maintain architectural memory and rationale for backend systems, API designs, database choices, and infrastructure decisions.
    0 installs
  59. Applying Brand Guidelines 2 · tomevault-io bundle
    This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging Use when this capability is needed.
    0 installs
  60. Azure Database Postgresql 2 · tomevault-io bundle
    Expert knowledge for Azure Database for PostgreSQL development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using pgvector, Azure AI/OpenAI, Entra auth/Private Link, sharding/replication, or CI/CD/Bicep deployments, and other Azure Database for PostgreSQL related development tasks. Not for Azure Database for MySQL (use azure-database-mysql), Azure Database for MariaDB (use azure-database-mariadb), Azure SQL Database (use azure-sql-database), Azure SQL Managed Instance (use azure-sql-managed-instance). Use when this capability is needed.
    0 installs
  61. Unit Test Implementation 2 · tomevault-io bundle
    Best practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing tests, or fixing failing tests. Covers mocking strategies, test organization, helper functions, and assertion patterns. Use when this capability is needed.
    0 installs
  62. Typescript Best Practices 8 · tomevault-io bundle
    Type-safe TypeScript patterns from industry standards Use when this capability is needed.
    0 installs
  63. Cloudformation 2 · tomevault-io bundle
    Deploy AWS resources with CloudFormation templates. Create stacks, use nested stacks, and implement drift detection. Use when deploying AWS-native IaC. Use when this capability is needed.
    0 installs
  64. Github Actions 16 · tomevault-io bundle
    Build, test, and deploy applications using GitHub Actions workflows. Create CI/CD pipelines, configure runners, manage secrets, and automate software delivery. Use when working with GitHub repositories, automating builds, running tests, or deploying applications. Use when this capability is needed.
    0 installs
  65. Kubernetes Ops 5 · tomevault-io bundle
    Deploy, scale, and manage Kubernetes workloads. Create deployments, services, and configurations, manage cluster resources, troubleshoot pods, and implement production-ready Kubernetes patterns. Use when working with Kubernetes clusters, K8s deployments, or container orchestration. Use when this capability is needed.
    0 installs
  66. Receiving Code Review 17 · tomevault-io bundle
    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
    0 installs
  67. Vercel React Best Practices 51 · tomevault-io bundle
    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
    0 installs
  68. Openspec Archive Change 40 · tomevault-io bundle
    归档实验性工作流中已完成的变更。当用户想要在实现完成后最终确定并归档变更时使用。 Use when this capability is needed.
    0 installs
  69. Audit Skills 2 · tomevault-io bundle
    Audits skills, commands, and prompt templates for best practice violations including length, checklists, verification steps, and progressive disclosure. Use after creating or modifying skills, during reviews, or to improve existing prompt files. Produces prioritized improvement suggestions. Use when this capability is needed.
    0 installs
  70. Codex Review 8 · tomevault-io bundle
    Have OpenAI Codex review the current branch with documentation research. Use for second-opinion code reviews or when you want cross-AI verification. Use when this capability is needed.
    0 installs
  71. Feature Plan 2 · tomevault-io bundle
    Generate EXECUTION_PLAN.md and scoped AGENTS.md files for a feature. Use after /feature-technical-spec to create the task breakdown. Use when this capability is needed.
    0 installs
  72. Feature Spec 2 · tomevault-io bundle
    Define feature requirements (problem, users, scope, acceptance criteria) through guided Q&A and write FEATURE_SPEC.md. Use when starting a new feature. Use when this capability is needed.
    0 installs
  73. GRAPHQL Schema 4 · tomevault-io bundle
    Generates or reviews a GraphQL schema with types, queries, mutations, and resolvers
    0 installs
  74. Brainstorming 68 · tomevault-io bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when this capability is needed.
    0 installs
  75. Web Artifacts Builder 23 · tomevault-io bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. Use when this capability is needed.
    0 installs
  76. Clipboard 2 · tomevault-io bundle
    Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools. Use when this capability is needed.
    0 installs
  77. Branchbox Devcontainer Guardrails 2 · tomevault-io bundle
    Use when modifying BranchBox devcontainer/bootstrap workflows, compose templates, feature env-stash behavior, or manual E2E harness/release docs. Apply issue
    0 installs
  78. Architecture 19 · tomevault-io bundle
    Design or refactor multi-service system architecture (domain boundaries, service decomposition, event-driven vs request/response, CQRS, sagas, API gateways, data ownership). Use when work spans multiple processes/services, needs eventual consistency, or requires clearer integration seams. NOT for in-process code structure like GoF patterns (use design); NOT for applying timeouts/retries/breakers to a single call (use resilience). Use when this capability is needed.
    0 installs
  79. Dignified Python 2 · tomevault-io bundle
    Production-quality Python coding standards for writing clean, maintainable, modern Python code Use when this capability is needed.
    0 installs
  80. Software Architecture 6 · tomevault-io bundle
    Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development. Use when this capability is needed.
    0 installs
  81. Global Coding Style 5 · tomevault-io bundle
    TypeScript and Remotion-specific coding style conventions for naming, formatting, and organization. Use this when writing any TypeScript code, creating new files, naming variables/functions/types, or structuring imports. Enforces frame-based timing and path alias usage. Use when this capability is needed.
    0 installs
  82. Ralph Autonomous 2 · tomevault-io bundle
    Autonomous coding patterns for unattended feature implementation using Ralph loop runner. Use when running Ralph autonomous loop, implementing features without supervision, handling long-running agent sessions, or when context mentions Ralph, autonomous, unattended, or batch implementation. Use when this capability is needed.
    0 installs
  83. Acestep Docs 2 · tomevault-io bundle
    ACE-Step documentation and troubleshooting. Use when users ask about installing ACE-Step, GPU configuration, model download, Gradio UI usage, API integration, or troubleshooting issues like VRAM problems, CUDA errors, or model loading failures. Use when this capability is needed.
    0 installs
  84. Google Developer Knowledge 2 · tomevault-io bundle
    Search and retrieve Google's developer documentation using the Developer Knowledge API. Query documentation chunks, get full document content, or batch retrieve multiple documents. Covers ai.google.dev, developer.android.com, docs.cloud.google.com, firebase.google.com, and more. Use when this capability is needed.
    0 installs
  85. Test Driven Development 40 · tomevault-io bundle
    Use when implementing any feature or bugfix, before writing implementation code
    0 installs
  86. Add Stage Hints And Solutions 2 · tomevault-io bundle
    Creates solutions and hints for specific base stages of a Codecrafters course in a given language. Use this skill when the user wants to implement solutions for stages beyond Stage 1 (e.g., 'Add solutions for base stages 2-5 in Rust').
    0 installs
  87. Authoring Analysis 2 · tomevault-io bundle
    Analyze content sequences and determine authoring approach (default content vs blocks). Validates block selection and section styling for Edge Delivery Services migration. Use when this capability is needed.
    0 installs
  88. Update Docs 29 · tomevault-io bundle
    Update SDK documentation by analyzing source code changes and regenerating affected doc pages. Use when new features are added, APIs change, or docs need refresh. Use when this capability is needed.
    0 installs
  89. Documentation Standards 17 · tomevault-io bundle
    JSDoc/TSDoc standards for documenting types, functions, and constructs. Use when writing or reviewing documentation. Use when this capability is needed.
    0 installs
  90. API Documentation 6 · tomevault-io bundle
    Swagger/OpenAPI setup and documentation patterns for SE104_VLEAGUE Use when this capability is needed.
    0 installs
  91. Openspec Archive Change 41 · tomevault-io bundle
    Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
    0 installs
  92. Obsidian Theme Dev 3 · tomevault-io bundle
    CSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors. Use when this capability is needed.
    0 installs
  93. Address Github Comments 2 · tomevault-io bundle
    Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
    0 installs
  94. AWS Penetration Testing 2 · tomevault-io bundle
    This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment. Use when this capability is needed.
    0 installs
  95. Documentation Templates 13 · tomevault-io bundle
    Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. Use when this capability is needed.
    0 installs
  96. Environment Setup Guide 2 · tomevault-io bundle
    Guide developers through setting up development environments with proper tools, dependencies, and configurations Use when this capability is needed.
    0 installs
  97. Frontend Dev Guidelines 9 · tomevault-io bundle
    Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code. Use when this capability is needed.
    0 installs
  98. Get Available Resources 2 · tomevault-io bundle
    This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter. Use when this capability is needed.
    0 installs
  99. Product Manager Toolkit 5 · tomevault-io bundle
    Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development. Use when this capability is needed.
    0 installs
  100. Regulatory Affairs Head 2 · tomevault-io bundle
    Senior Regulatory Affairs Manager expertise for HealthTech and MedTech companies. Provides strategic regulatory guidance, submission management, regulatory pathway analysis, global compliance coordination, and cross-functional team leadership. Use for regulatory strategy development, submission planning, regulatory risk assessment, and team coordination activities. Use when this capability is needed.
    0 installs