← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 10 of 622

  1. Documentation Generation 7 · tomevault-io bundle
    Global documentation skill for generating code references, SDLC gate Use when this capability is needed.
    0 installs
  2. Spring Boot Resilience4j 2 · tomevault-io bundle
    Provides fault tolerance patterns for Spring Boot 3.x using Resilience4j. Use when implementing circuit breakers, handling service failures, adding retry logic with exponential backoff, configuring rate limiters, or protecting services from cascading failures. Generates circuit breaker, retry, rate limiter, bulkhead, time limiter, and fallback implementations. Validates resilience configurations through Actuator endpoints.
    0 installs
  3. Agent Audit 2 · tomevault-io bundle
    Audit an existing Claude Code agent/subagent for quality, routing mesh compliance, and best-practice adherence. Checks frontmatter, domain expert criteria, routing mesh, content quality, proactive triggers, and source integrity. Interactive issue resolution with parallel code + web research forks. Use when this capability is needed.
    0 installs
  4. Collaborating With Codex 2 · tomevault-io bundle
    Delegates coding tasks to Codex CLI for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID. Use when this capability is needed.
    0 installs
  5. MCP Server Development 2 · tomevault-io bundle
    MCP protocol patterns, tool implementation, resource handlers, prompt templates, and error handling for Model Context Protocol servers Use when this capability is needed.
    0 installs
  6. Software Architecture 7 · tomevault-io bundle
    Guide for Python software architecture in the SAPPHIRE forecast tools project. Use when writing code, designing module structure, refactoring, or making architectural decisions. Provides project-specific conventions for Python, Docker, and scientific computing patterns. Use when this capability is needed.
    0 installs
  7. Cleanup Code 2 · tomevault-io bundle
    指定されたTypeScriptファイルの型エラー修正・非推奨APIの置換・未使用importの削除・JSDocの追加を行い、コードを整理する。 Use when this capability is needed.
    0 installs
  8. Branch Protection 2 · tomevault-io bundle
    Activate when performing git operations. MANDATORY by default - prevents direct commits to main/master, blocks destructive operations (force push, reset --hard). Enforces dev-first workflow where all changes go to dev before main. Assumes branch protection enabled unless disabled in settings. Use when this capability is needed.
    0 installs
  9. Database Engineer 3 · tomevault-io bundle
    Activate when user needs database work - schema design, query optimization, migrations, data modeling. Activate when @Database-Engineer is mentioned or work involves database design or performance tuning. Use when this capability is needed.
    0 installs
  10. Security Engineer 4 · tomevault-io bundle
    Activate when user needs security work - vulnerability assessment, security architecture, compliance audits, penetration testing. Activate when @Security-Engineer is mentioned or work requires security review. Use when this capability is needed.
    0 installs
  11. Golang Performance 8 · tomevault-io bundle
    Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill). Use when this capability is needed.
    0 installs
  12. Clinicaltrials Database 2 · tomevault-io bundle
    Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching. Use when this capability is needed.
    0 installs
  13. Literature Review 9 · tomevault-io bundle
    Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.). Use when this capability is needed.
    0 installs
  14. Write Git Commit 2 · tomevault-io bundle
    Create a git commit following repository conventions Use when this capability is needed.
    0 installs
  15. Terraform Module Library 17 · tomevault-io bundle
    Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components. Use when this capability is needed.
    0 installs
  16. Scientific Brainstorming 2 · tomevault-io bundle
    Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation. Use when this capability is needed.
    0 installs
  17. Scientific Critical Thinking 6 · tomevault-io bundle
    Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims. Use when this capability is needed.
    0 installs
  18. Software Architecture 8 · tomevault-io bundle
    Guide for quality focused software architecture. Use when designing software systems, reviewing architecture, analyzing code structure, planning refactors, or mentoring on architectural patterns. Use when this capability is needed.
    0 installs
  19. Web Design Guidelines 30 · tomevault-io bundle
    Review UI code for Web Interface Guidelines compliance. Use when reviewing UI code, checking accessibility standards, auditing design consistency, or validating sites against best practices. Use when this capability is needed.
    0 installs
  20. Fastapi Router Py 13 · tomevault-io bundle
    Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or add... Use when this capability is needed.
    0 installs
  21. Fastapi Templates 21 · tomevault-io bundle
    Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects. Use when this capability is needed.
    0 installs
  22. GRAPHQL Architect 16 · tomevault-io bundle
    Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. Use when this capability is needed.
    0 installs
  23. Chrome Devtools 9 · tomevault-io bundle
    Browser 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.
    0 installs
  24. Documentation 108 · tomevault-io bundle
    Technical writer with expertise in creating clear, comprehensive, and user-friendly documentation. Use when this capability is needed.
    0 installs
  25. Security Risk 2 · tomevault-io bundle
    Combine security scanning and threat modeling for changes involving data handling, API interception, sync, storage, authentication, and encryption. Use when this capability is needed.
    0 installs
  26. Kubernetes Expert 5 · tomevault-io bundle
    Kubernetes specialist for manifests, Helm charts, and ArgoCD GitOps in the k8s-monitoring project. Use when creating or reviewing K8s resources, Helm chart changes, or ArgoCD Application manifests for the k3d cluster. Use when this capability is needed.
    0 installs
  27. Agent Browser 45 · tomevault-io bundle
    Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools. Use when this capability is needed.
    0 installs
  28. Docusaurus Plugins 4 · tomevault-io bundle
    Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add custom functionality
    0 installs
  29. Authentication Patterns 3 · tomevault-io bundle
    Comprehensive authentication implementation guidance including JWT best practices, OAuth 2.0/OIDC flows, Passkeys/FIDO2/WebAuthn, MFA patterns, and secure session management. Use when implementing login systems, token-based auth, SSO, passwordless authentication, or reviewing authentication security. Use when this capability is needed.
    0 installs
  30. Gemini Workspace Bridge 2 · tomevault-io bundle
    Central authority for Claude-Gemini shared workspace architecture. Defines directory structure, artifact exchange, and file naming conventions. Use when setting up dual-CLI workflows, deciding where to store AI artifacts, or managing cross-CLI file exchange. Use when this capability is needed.
    0 installs
  31. Conversation Analyzer 3 · tomevault-io bundle
    Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
    0 installs
  32. Django Access Review 8 · tomevault-io bundle
    django-access-review Use when this capability is needed.
    0 installs
  33. Commit 97 · tomevault-io bundle
    Generate a conventional commit message based on staged changes. Use when committing code changes. Use when this capability is needed.
    0 installs
  34. Conventional Commit 5 · tomevault-io bundle
    Write git commit messages following the Conventional Commits v1.0.0 specification. ALWAYS use this skill when committing code changes, writing commit messages, reviewing or validating commit message format — even when the user simply asks to "commit this" or "write a commit message" without explicitly mentioning conventional commits. Also triggers when the user mentions conventional commits, commit message standards, semantic commit messages, structured commit format, commit types (feat, fix, refactor, chore, etc.), commit scopes, BREAKING CHANGE notation, git trailers, or asks whether a commit message is valid. Supports type selection, optional scope, ! suffix and BREAKING CHANGE footer, multi-paragraph body, git trailer footers, and Semantic Versioning correlation. Use when this capability is needed.
    0 installs
  35. Skill Template 5 · tomevault-io bundle
    Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection. Use when this capability is needed.
    0 installs
  36. Langchain Architecture 18 · tomevault-io bundle
    Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration. Use when this capability is needed.
    0 installs
  37. Deploy Material Agent Docker 2 · tomevault-io bundle
    Deploy the material-agent-service locally using Docker Compose with OVRTX rendering. Use when user wants to run material agent with docker, docker compose, set up local deployment, run the service locally with GPU rendering, start material agent containers, or configure VLM provider for docker deployment. Trigger phrases include "docker compose", "docker deploy", "run locally with docker", "start material agent docker", "docker up", "local deployment", "compose up". Use when this capability is needed.
    0 installs
  38. Next Cache Components 21 · tomevault-io bundle
    Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag Use when this capability is needed.
    0 installs
  39. Intelligent Router 2 · tomevault-io bundle
    Analyzes user questions and automatically dispatches optimal agents/skills/plugins
    0 installs
  40. Synthetic Data Generation 3 · tomevault-io bundle
    Generate synthetic data, run a flow, create training data, produce datasets, or author custom flow YAMLs using sdg_hub Use when this capability is needed.
    0 installs
  41. Polyglot Test Agent 3 · tomevault-io bundle
    Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions.
    0 installs
  42. Nodejs Backend Patterns 25 · tomevault-io bundle
    Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. Use when this capability is needed.
    0 installs
  43. CI CD Pipeline Builder 12 · tomevault-io bundle
    Construtor de Pipeline CI/CD — gera pipelines pragmáticos a partir de sinais detectados do stack do projeto, com estágios de lint, test, build e deploy, e suporte a GitHub Actions e GitLab CI. Use when this capability is needed.
    0 installs
  44. SQL Database Assistant 3 · tomevault-io bundle
    Use quando o usuário pede para escrever queries SQL, otimizar desempenho de banco de dados, gerar migrações, explorar esquemas de banco de dados, ou trabalhar com ORMs como Prisma, Drizzle, TypeORM ou SQLAlchemy. Use when this capability is needed.
    0 installs
  45. Fastapi Router Py 14 · tomevault-io bundle
    Create FastAPI routers following established patterns with proper authentication, Use when this capability is needed.
    0 installs
  46. Fastapi Templates 22 · tomevault-io bundle
    Create production-ready FastAPI projects with async patterns, dependency Use when this capability is needed.
    0 installs
  47. GRAPHQL Architect 17 · tomevault-io bundle
    Master modern GraphQL with federation, performance optimization, and Use when this capability is needed.
    0 installs
  48. Patent Application Creator 2 · tomevault-io bundle
    Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing - prior art search, claims drafting, specification writing, diagrams, compliance checking Use when this capability is needed.
    0 installs
  49. Authentication Patterns 4 · tomevault-io bundle
    Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows Use when this capability is needed.
    0 installs
  50. Prompt Engineering 17 · tomevault-io bundle
    Comprehensive prompt engineering framework for designing, optimizing, and iterating LLM prompts. Use when creating prompts, optimizing existing prompts, or improving AI instructions. Use when this capability is needed.
    0 installs
  51. Optimise Cursor Repo 2 · tomevault-io bundle
    Audit a repository's Cursor configuration or evaluate whether a specific artefact (rule, skill, command, subagent) is correctly placed. Use when optimising the repo for Cursor, improving indexing, adding or assessing rules/skills, or deciding where information should live. Use when this capability is needed.
    0 installs
  52. Coding Standards 30 · tomevault-io bundle
    Enforces coding standards when writing or modifying code. Covers naming conventions, exception and error handling patterns, structured logging, tracing, project structure, environment-based configuration, secrets management, app initialization, async patterns, and code quality tooling. Language-specific conventions (Python, Java, C#, React/TypeScript) are loaded from bundled reference packs. Use this skill when writing code, creating new files or modules, defining classes or functions, adding error handling, setting up project scaffolding, configuring deployment, or reviewing code for standards compliance. Use when this capability is needed.
    0 installs
  53. Gemini Interactions API 6 · tomevault-io bundle
    Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the Interactions API, the recommended way to use Gemini models and agents in Python and TypeScript.
    0 installs
  54. Promote 3 · tomevault-io bundle
    Runs the full release workflow for the current project. Commits any uncommitted changes, pushes to remote, creates and merges a PR if on a feature branch, determines the next semver version from conventional commits, creates an annotated git tag and GitHub release with generated notes, cleans up merged branches, and returns to a clean main. Use when the user says promote, ship, release, commit and push, tag and release, or get back to main.
    0 installs
  55. Implementation Approach 3 · tomevault-io bundle
    Selects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment. Use when planning feature implementation. Use when this capability is needed.
    0 installs
  56. Integration E2e Testing 3 · tomevault-io bundle
    統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。 Use when this capability is needed.
    0 installs
  57. Azure AI Contentsafety Py 2 · tomevault-io bundle
    Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. Use when this capability is needed.
    0 installs
  58. Azure AI Contentsafety TS 2 · tomevault-io bundle
    Analyze text and images for harmful content with customizable blocklists. Use when this capability is needed.
    0 installs
  59. Azure AI Textanalytics Py 2 · tomevault-io bundle
    Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Use when this capability is needed.
    0 installs
  60. Azure AI Transcription Py 2 · tomevault-io bundle
    Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Use when this capability is needed.
    0 installs
  61. Azure AI Voicelive Dotnet 2 · tomevault-io bundle
    Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use when this capability is needed.
    0 installs
  62. Azure Appconfiguration Py 2 · tomevault-io bundle
    Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Use when this capability is needed.
    0 installs
  63. Azure Appconfiguration TS 2 · tomevault-io bundle
    Centralized configuration management with feature flags and dynamic refresh. Use when this capability is needed.
    0 installs
  64. Azure Keyvault Secrets TS 2 · tomevault-io bundle
    Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values. Use when this capability is needed.
    0 installs
  65. Azure Search Documents Py 2 · tomevault-io bundle
    Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. Use when this capability is needed.
    0 installs
  66. Azure Search Documents TS 2 · tomevault-io bundle
    Build search applications with vector, hybrid, and semantic search capabilities. Use when this capability is needed.
    0 installs
  67. Cc Skill Backend Patterns 2 · tomevault-io bundle
    Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when this capability is needed.
    0 installs
  68. Cc Skill Coding Standards 2 · tomevault-io bundle
    Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development. Use when this capability is needed.
    0 installs
  69. Multi Agent Brainstorming 2 · tomevault-io bundle
    Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation. Use when this capability is needed.
    0 installs
  70. React Native Architecture 12 · tomevault-io bundle
    Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. Use when this capability is needed.
    0 installs
  71. Security Bluebook Builder 4 · tomevault-io bundle
    Build a minimal but real security policy for sensitive apps. The output is a single, coherent Blue Book document using MUST/SHOULD/CAN language, with explicit assumptions, scope, and security gates. Use when this capability is needed.
    0 installs
  72. SQL Optimization Patterns 5 · tomevault-io bundle
    Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. Use when this capability is needed.
    0 installs
  73. Startup Metrics Framework 3 · tomevault-io bundle
    Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A. Use when this capability is needed.
    0 installs
  74. Team Composition Analysis 2 · tomevault-io bundle
    Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Use when this capability is needed.
    0 installs
  75. Threat Mitigation Mapping 3 · tomevault-io bundle
    Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness. Use when this capability is needed.
    0 installs
  76. Typescript Advanced Types 5 · tomevault-io bundle
    Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. Use when this capability is needed.
    0 installs
  77. X Article Publisher Skill 2 · tomevault-io bundle
    Publish articles to X/Twitter Use when this capability is needed.
    0 installs
  78. Documentation Guide 2 · tomevault-io bundle
    Use this skill for ANY work in a documentation-template project — writing markdown, working with the issue tracker (issues, subtasks, comments, agent-logs), creating blog posts, editing docs pages, configuring site.yaml / navbar.yaml / footer.yaml / .env, and anything touching files under the project's `data/` folder. The skill triages the task to a domain-specific reference file (writing, docs-layout, blog-layout, issue-layout, settings-layout). TRIGGER eagerly — documentation work in this project almost always benefits from this skill. Use it whenever the user mentions docs, frontmatter, settings.json, the todo / issues tracker, blog posts, the data folder, content types, themes, or any file under the project's content folders. SKIP only for pure framework source-code work under `astro-doc-code/src/` that doesn't touch any documentation file.
    0 installs
  79. Backend Patterns 15 · tomevault-io bundle
    DDD structure, caching, auth, error handling, and common backend patterns Use when this capability is needed.
    0 installs
  80. Roadmap Integration 2 · tomevault-io bundle
    Manages product roadmap via GitHub Issues (brainstorm, prioritize, track). Auto-validates features against project vision (from overview.md) before adding to roadmap. Use when running /roadmap command or mentions 'roadmap', 'add feature', 'brainstorm ideas', or 'prioritize features'.
    0 installs
  81. Specification Phase 2 · tomevault-io bundle
    This skill orchestrates the /specify phase, producing spec.md with measurable success criteria, classification flags for downstream workflows, and maximum 3 clarifications using informed guess heuristics for technical defaults. Use when this capability is needed.
    0 installs
  82. MCP Connector 2 · tomevault-io bundle
    Provides a Model Context Protocol (MCP) server interface to the skills library, allowing any MCP-compliant agent (e.g. Claude Desktop) to invoke Antigravity skills as native tools.
    0 installs
  83. Video Prompting 2 · tomevault-io bundle
    Draft and refine prompts for video generation models (text-to-video and image-to-video), and create character-sheet prompts for image models when the goal is character consistency before image-to-video. Use when a user asks for a "video prompt", a model-specific prompt such as Seedance 2.0, Ovi, Sora, Veo 3, Wan 2.2, LTX-2, or LTX-2.3, or a consistent-character prompt such as "character sheet prompt", "character turnaround", "character reference sheet", or "photographic identity sheet". Use when this capability is needed.
    0 installs
  84. Analyst 4 · tomevault-io bundle
    analyst agent Use when this capability is needed.
    0 installs
  85. Retrospective 3 · tomevault-io bundle
    Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic Use when this capability is needed.
    0 installs
  86. Documentation Guidelines 4 · tomevault-io bundle
    Write or update backend feature documentation that follows a repo's DOCUMENTATION_GUIDELINES.md (or equivalent) across any project. Use when asked to create/update module docs, API contracts, or backend documentation that must include architecture, endpoints, payloads, Mermaid diagrams, and seeding instructions. Use when this capability is needed.
    0 installs
  87. Finishing A Development Branch 15 · tomevault-io bundle
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0 installs
  88. Python Design Patterns 2 · tomevault-io bundle
    Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate. Use when this capability is needed.
    0 installs
  89. Skill Developer 10 · tomevault-io bundle
    Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule. Use when this capability is needed.
    0 installs
  90. GRAPHQL Schema Designer 3 · tomevault-io bundle
    Design GraphQL schemas with federation, resolvers, dataloaders, n+1 query prevention, and schema stitching patterns Use when this capability is needed.
    0 installs
  91. Manage Backend Configuration 2 · tomevault-io bundle
    Manage backend configuration safely with typed, validated settings and clear separation between defaults and secrets. Use when this capability is needed.
    0 installs
  92. React Server Components Framework 4 · tomevault-io bundle
    Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, React 19 patterns, and modern data fetching for 2025+ development. Use when this capability is needed.
    0 installs
  93. Plugin Verification 2 · tomevault-io bundle
    Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity. Use when this capability is needed.
    0 installs
  94. Playwright Browser 2 · tomevault-io bundle
    浏览器自动化技能,支持101个工具:页面导航、元素交互、内容提取、截图、网络控制、性能监控等 Use when this capability is needed.
    0 installs
  95. Architecture Design Review 3 · tomevault-io bundle
    Red-team review of system/design proposals to find fatal flaws and blockers across architecture/tech risk, business reasonableness, and security/compliance. Outputs rejection-style critique (blockers, contradictions, missing invariants), not improvement plans. Use when the user wants a harsh risk审查/否决/质疑/拆穿 review. Use when this capability is needed.
    0 installs
  96. Code Review Checklist 18 · tomevault-io bundle
    Language-agnostic code review checklist. Covers security, performance, readability, maintainability, testing, and common pitfalls across languages. Use when performing code reviews, creating review guidelines, or when the user mentions code review, PR review, review checklist, or code quality. Use when this capability is needed.
    0 installs
  97. Systematic Debugging 37 · tomevault-io bundle
    Use when encountering any bug, test failure, or unexpected behavior - requires finding root cause before attempting any fixes
    0 installs
  98. Conventional Commits 9 · tomevault-io bundle
    Use when writing git commit messages in this repository. Enforces the project's conventional commit format — type prefix, GitHub issue reference, and atomic commits — as defined in .gitmessage and .github/COMMIT_CONVENTION.md.
    0 installs
  99. Tavily Search 4 · tomevault-io bundle
    AI-powered web search and content extraction Use when this capability is needed.
    0 installs
  100. Visual Design 3 · tomevault-io bundle
    Use this skill any time the user needs a visual output as an image
    0 installs