← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 22 of 622

  1. Microservices Patterns 8 · tomevault-io bundle
    Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. Use when this capability is needed.
    0 installs
  2. N8n Node Configuration 7 · tomevault-io bundle
    Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. Use when this capability is needed.
    0 installs
  3. Radix UI Design System 2 · tomevault-io bundle
    Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries. Use when this capability is needed.
    0 installs
  4. React State Management 4 · tomevault-io bundle
    Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions. Use when this capability is needed.
    0 installs
  5. Tailwind Design System 7 · tomevault-io bundle
    Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility. Use when this capability is needed.
    0 installs
  6. Threat Modeling Expert 2 · tomevault-io bundle
    Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use PROACTIVELY for security architecture reviews, threat identification, or building secure-by-design systems. Use when this capability is needed.
    0 installs
  7. Lsp Integration 2 · tomevault-io bundle
    Use when bundling a Language Server Protocol (LSP) server with a plugin via the `lspServers` manifest field or `.lsp.json`. Covers required fields (`command`, `extensionToLanguage`), all optional fields, transport modes, capability negotiation, the binary-distribution model, and the relationship to the official `*-lsp` plugins for 12 languages (`pyright-lsp`, `typescript-lsp`, etc.).
    0 installs
  8. Scientific Critical Thinking 3 · 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
  9. Spec Writing 7 · tomevault-io bundle
    This skill provides guidance for creating feature specifications in the Spec-Driven Development process. Use when this capability is needed.
    0 installs
  10. Gemini Interactions API 5 · tomevault-io bundle
    Design Gemini interaction flows with explicit conversation state, tool boundaries, safety review, and reproducible request traces. Use when expanding, reviewing, or operating Gemini CLI skills, rules, prompt kits, provider lanes, or generated-code handoffs in the TechTide skill library. Use when this capability is needed.
    0 installs
  11. Code Documentation Doc Generate 2 · tomevault-io bundle
    You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI... Use when this capability is needed.
    0 installs
  12. Python Performance Optimization 6 · tomevault-io bundle
    Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance. Use when this capability is needed.
    0 installs
  13. Security Requirement Extraction 2 · tomevault-io bundle
    Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases. Use when this capability is needed.
    0 installs
  14. Workflow Orchestration Patterns 4 · tomevault-io bundle
    Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running ... Use when this capability is needed.
    2 installs
  15. Release 107 · tomevault-io bundle
    Use when releasing a new version of this plugin — version needs bumping across package.json, manifest.json, versions.json, then tagged and pushed
    0 installs
  16. Deep Analysis 4 · tomevault-io bundle
    Advanced problem-solving skill using sequential thinking. Use for complex architectural decisions, debugging hard problems, or planning. Use when this capability is needed.
    0 installs
  17. Pr Review Handler 2 · tomevault-io bundle
    Handle PR review feedback by checking for comments, determining necessary changes, responding appropriately to reviewers, implementing fixes, and pushing updates. Use when the user asks to work on an existing open PR, address PR feedback, fix review comments, or handle bot review suggestions (Devin AI, Cursor Bugbot, etc.). Use when this capability is needed.
    0 installs
  18. Vue Best Practices 39 · tomevault-io bundle
    Vue.js performance optimization guidelines for building fast, maintainable applications. This skill should be used when writing, reviewing, or refactoring Vue.js code to ensure optimal performance patterns. Triggers on tasks involving Vue components, reactivity, Composition API, state management, or performance improvements. Use when this capability is needed.
    0 installs
  19. Agent Developing Agents 3 · tomevault-io bundle
    AI agent development standards including frontmatter structure, naming conventions, tool access patterns, model selection, reference documentation structure, and Bash-only file operations for .claude/ and .opencode/ folders Use when this capability is needed.
    0 installs
  20. Route Tester 3 · tomevault-io bundle
    Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication. Use when this capability is needed.
    0 installs
  21. Build Backend Middleware 2 · tomevault-io bundle
    Design and implement backend middleware (auth, validation, logging, rate limits, error boundaries) with predictable ordering and behavior. Use when this capability is needed.
    0 installs
  22. Sync Code Schema From DB 2 · tomevault-io bundle
    Mirror schema changes from a real database (SSOT) into repo artifacts (prisma/schema.prisma + db/schema/tables.json) and refresh LLM context (docs/context/db/schema.json). Use when this capability is needed.
    0 installs
  23. Sync DB Schema From Code 4 · tomevault-io bundle
    Apply schema changes from repo SSOT (prisma/schema.prisma) to a target DB via Prisma migrations, with diff preview + approval gate; then refresh LLM context (docs/context/db/schema.json). Use when this capability is needed.
    0 installs
  24. Continuous Learning V2 8 · tomevault-io bundle
    基于本能(Instinct)的学习系统,通过钩子(hooks)观察会话,创建带有置信度评分的原子本能,并将其演化为技能(Skills)、命令(Commands)或智能体(Agents)。v2.1 版本增加了项目作用域(project-scoped)的本能,以防止跨项目污染。 Use when this capability is needed.
    0 installs
  25. Python Best Practices 6 · tomevault-io bundle
    Apply production-grade Python standards (src/ layout, typing, tests, uv+taskipy+ruff, CI gates, security, performance); use for bootstrapping or refactoring Python projects. Use when this capability is needed.
    0 installs
  26. React Server Components Framework 2 · tomevault-io bundle
    Use when building Next.js 16+ apps with React Server Components. Covers App Router, Cache Components (replacing experimental_ppr), streaming SSR, Server Actions, and React 19 patterns for server-first architecture.
    0 installs
  27. Frontend Code Review 5 · tomevault-io bundle
    Senior-level code review for React 19.2 + Next.js 16 pull requests applying Google, Facebook, and enterprise engineering standards. Use when reviewing frontend PRs, providing code review feedback, checking React/Next.js code quality, or when users request code review for TypeScript, React, or Next.js projects. Ensures production-grade quality, performance, accessibility, and maintainability. Use when this capability is needed.
    0 installs
  28. Compliance Check 2 · tomevault-io bundle
    Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements. Use when this capability is needed.
    0 installs
  29. Design Component 2 · tomevault-io bundle
    Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones. Use when this capability is needed.
    0 installs
  30. Implement Plugin 3 · 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
  31. Vue Testing Best Practices 15 · tomevault-io bundle
    Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing. Use when this capability is needed.
    0 installs
  32. Vscode Ext Localization 5 · tomevault-io bundle
    Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices Use when this capability is needed.
    0 installs
  33. API Documentation 7 · tomevault-io bundle
    Comprehensive guidance for documenting REST, GraphQL, gRPC, and WebSocket APIs. Use when creating API endpoints, updating existing APIs, preparing public API releases, or documenting external integrations. Use when this capability is needed.
    0 installs
  34. Technical Writing 15 · tomevault-io bundle
    Technical documentation best practices for clear, accurate, and useful documentation. Use when writing documentation, README files, API docs, architecture guides, or any technical communication. Use when this capability is needed.
    0 installs
  35. UI Preview 2 · tomevault-io bundle
    Preview local dev servers and storybooks using Chrome DevTools. Use when this capability is needed.
    0 installs
  36. Flutter Coreflutter Forms Input 2 · tomevault-io bundle
    Comprehensive guide to Flutter forms, validation, gestures, and input handling Use when this capability is needed.
    0 installs
  37. Flutter Coreflutter Persistence 2 · tomevault-io bundle
    Comprehensive guide to local data persistence in Flutter covering SharedPreferences, SQLite, Hive, Drift, and file storage strategies Use when this capability is needed.
    0 installs
  38. CI CD Patterns 8 · tomevault-io bundle
    CI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release. Use when this capability is needed.
    0 installs
  39. Mobile Testing 5 · tomevault-io bundle
    Android testing patterns with JUnit5, Mockk, Turbine, and Compose testing for unit, integration, and UI tests. Use when this capability is needed.
    0 installs
  40. Code Review 317 · tomevault-io bundle
    AI code review for PR or local changes. 280+ checks across security, architecture, performance, testing, and code quality. Posts findings as GitHub PR comments with confidence scores. Use when this capability is needed.
    0 installs
  41. Analyzing Financial Statements 4 · tomevault-io bundle
    This skill calculates key financial ratios and metrics from financial statement data for investment analysis Use when this capability is needed.
    0 installs
  42. Github CLI 8 · tomevault-io bundle
    Wrapper for GitHub CLI (gh) in Claude.ai. Covers installation, authentication, and common operations like pushing files, creating branches, PRs, issues, and releases. Use when this capability is needed.
    0 installs
  43. React Server Components Framework 3 · tomevault-io bundle
    Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns for 2025+ frontend development. Use when this capability is needed.
    0 installs
  44. Web Search 22 · tomevault-io bundle
    Search the web using DuckDuckGo for current information, news, and research topics. Use when this capability is needed.
    0 installs
  45. Penetration Testing 2 · tomevault-io bundle
    Perform basic penetration testing and security assessments. Use reconnaissance, vulnerability discovery, and exploitation techniques. Use when validating security controls or assessing system security. Use when this capability is needed.
    0 installs
  46. Context7 Auto Research 6 · tomevault-io bundle
    Automatically fetches up-to-date documentation from Context7 when users ask about libraries, frameworks, APIs, or need code examples. Triggers proactively without explicit user request. Use when this capability is needed.
    0 installs
  47. Tdd 38 · tomevault-io bundle
    Test-Driven Development workflow for BitcoinAddressFinder — delegates to the generic Java TDD skill and adds project-specific context Use when this capability is needed.
    0 installs
  48. Flutter Development Expert 2 · tomevault-io bundle
    专注于构建高性能、可扩展且架构清晰的 Flutter 应用。涵盖整洁架构、高级状态管理和深度性能优化。 Use when this capability is needed.
    0 installs
  49. Documentation Writer 28 · tomevault-io bundle
    Expert technical writer for Logseq Template Graph project. Generates comprehensive, accurate, and well-structured documentation for modules, features, guides, and APIs. Activates when asked to "write docs", "document this", "create README", "update documentation", or similar requests. Analyzes code/templates to extract information and writes clear, user-focused documentation following project style. Use when this capability is needed.
    0 installs
  50. Performance Audit 8 · tomevault-io bundle
    Comprehensive performance analysis to identify bottlenecks, optimization opportunities, and scalability issues. Use when this capability is needed.
    0 installs
  51. Security Best Practices 18 · tomevault-io bundle
    Perform 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.
    0 installs
  52. Version Management 2 · tomevault-io bundle
    Tracks version consistency across version.json, README, CLAUDE.md, CHANGELOG, and SETUP_CONTEXT. Auto-activates when users ask about version updates, version sync, or what files need updating for a release. Validates completeness and suggests next steps. Use when this capability is needed.
    0 installs
  53. Unnamed Skill 4 · tomevault-io bundle
    当用户请求"初始化索引"、"更新文档"、"生成依赖图"或检测到文件结构性变更时,使用此技能维护分形自指文档系统 Use when this capability is needed.
    0 installs
  54. Greeting Helper 2 · tomevault-io bundle
    Use when working with a simple skill that helps with greeting messages
    0 installs
  55. Identify Page Structure 2 · tomevault-io bundle
    Identify section boundaries and content sequences within a scraped webpage. Performs two-level analysis (sections, then sequences per section) and surveys available blocks. Use when this capability is needed.
    0 installs
  56. Deployment Strategies 3 · tomevault-io bundle
    Comprehensive guide to modern deployment strategies including blue-green, canary, rolling updates, and zero-downtime deployments Use when this capability is needed.
    0 installs
  57. Quality Manager Qms Iso13485 2 · tomevault-io bundle
    ISO 13485 Quality Management System specialist for medical device companies. Provides QMS implementation, maintenance, process optimization, and compliance expertise. Use for QMS design, documentation control, management review, internal auditing, corrective actions, and ISO 13485 certification activities. Use when this capability is needed.
    0 installs
  58. Scientific Critical Thinking 4 · 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
  59. Web Performance Optimization 5 · tomevault-io bundle
    Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance Use when this capability is needed.
    0 installs
  60. Windows Privilege Escalation 2 · tomevault-io bundle
    This skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows misconfigurations," or "perform post-exploitation privilege escalation." It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments. Use when this capability is needed.
    0 installs
  61. Sanity Best Practices 2 · tomevault-io bundle
    Comprehensive Sanity development best practices covering GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing Sanity applications. Use when this capability is needed.
    0 installs
  62. Security Best Practices 19 · tomevault-io bundle
    Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests sec... Use when this capability is needed.
    2 installs
  63. Agentdb Performance Optimization 2 · tomevault-io bundle
    Apply quantization to reduce memory by 4-32x. Enable HNSW indexing for 150x faster search. Configure caching strategies and implement batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors. Deploy these optimizations to achieve 12,500x performance gains. Use when this capability is needed.
    0 installs
  64. Debug Mode 2 · tomevault-io bundle
    Interactive debugging mode that generates hypotheses, instruments code with runtime logs, and iteratively fixes bugs with human-in-the-loop verification. Only for hard-to-diagnose bugs; in those cases, remind the user that debug-mode is available, and never proactively activate this skill. Use when this capability is needed.
    0 installs
  65. Migrate To Skills 3 · tomevault-io bundle
    Migrate legacy rule/command files (Cursor .mdc rules, slash-command markdown, old-format skills) to Claude Code SKILL.md format. Use when consolidating cross-platform configs, importing Cursor or Antigravity workflows to Claude Code, or refactoring old rules into the skills/ directory. Use when this capability is needed.
    0 installs
  66. Claude Code Slash Commands 3 · tomevault-io bundle
    This skill should be used when creating, configuring, or working with Claude Code slash commands. Use when users ask to create custom slash commands, set up command features like arguments or bash execution, or need guidance on slash command structure and best practices. Use when this capability is needed.
    0 installs
  67. Nodejs Backend Patterns 23 · 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
  68. Nextjs App Router Patterns 8 · 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 Server Components. Use when this capability is needed.
    0 installs
  69. Helius 2 · tomevault-io bundle
    Comprehensive guide for Helius - Solana's leading RPC and API infrastructure provider. Covers RPC nodes, DAS (Digital Asset Standard) API, Enhanced Transactions, Priority Fees, Webhooks, ZK Compression, LaserStream gRPC, and the Helius SDK for building high-performance Solana applications Use when this capability is needed.
    0 installs
  70. Kamino 2 · tomevault-io bundle
    Complete guide for Kamino Finance - Solana's leading DeFi protocol for lending, borrowing, liquidity management, and leverage trading. Covers klend-sdk (lending), kliquidity-sdk (automated liquidity strategies), scope-sdk (oracle aggregator), multiply/leverage operations, vaults, and obligation orders. Use when this capability is needed.
    0 installs
  71. Langchain Streaming 2 · tomevault-io bundle
    Stream outputs from LangChain agents and models - includes stream modes, token streaming, progress updates, and real-time feedback Use when this capability is needed.
    0 installs
  72. Langgraph Workflows 3 · tomevault-io bundle
    理解工作流 vs Agent、预定义 vs 动态模式,以及使用 Send API 的编排器-工作器模式 Use when this capability is needed.
    0 installs
  73. Codebase Cleanup Refactor Clean 2 · tomevault-io bundle
    You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use when this capability is needed.
    0 installs
  74. Express API 2 · tomevault-io bundle
    Express 5 conventions and REST API patterns. Activates when working on routes, controllers, middleware, validation, or error handling in a Node.js/Express backend. Use when this capability is needed.
    0 installs
  75. Openspec Continue Change 15 · tomevault-io bundle
    Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow. Use when this capability is needed.
    0 installs
  76. Flutter Implementing Navigation And Routing 2 · tomevault-io bundle
    Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
    0 installs
  77. CI CD Workflows 2 · tomevault-io bundle
    Guide for GitHub Actions workflows, test orchestration, parallel testing, Use when this capability is needed.
    0 installs
  78. Flutter Testing 5 · tomevault-io bundle
    Flutter testing patterns with mocktail. Covers unit testing, widget testing, and BLoC/Cubit testing. Use when writing tests or setting up test infrastructure. Use when this capability is needed.
    0 installs
  79. Parallel Agents 11 · tomevault-io bundle
    Native multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives. Use when this capability is needed.
    0 installs
  80. Copilot Instructions 2 · tomevault-io bundle
    Core directives for Copilot on the coffeemachine project. Use at all times to enforce hexagonal architecture, TDD, DDD, Java 25 modern features, commit conventions and security rules. Use when this capability is needed.
    0 installs
  81. Commit Message 13 · tomevault-io bundle
    Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help Use when this capability is needed.
    0 installs
  82. Character Relationships 2 · tomevault-io bundle
    Analyze story character relationships, identify types, characteristics, and development changes. Suitable for deeply understanding character relationship networks, analyzing the plot-driving role of relationships, and providing relationship support for plot design Use when this capability is needed.
    0 installs
  83. Git Workflow 208 · tomevault-io bundle
    Guides the agent on how to handle git operations and generate .patch files instead of submitting PRs. Use when this capability is needed.
    2 installs
  84. Vercel Next Deploy 2 · tomevault-io bundle
    Deploy and manage this Next.js app on Vercel (project linking, env vars, preview/prod, domains). Use when the user mentions Vercel, deployment, environment variables, previews, or domains. Use when this capability is needed.
    0 installs
  85. Release 108 · tomevault-io bundle
    Build, version bump, update README/marketplace, commit, push, create GitHub release, and clean local caches Use when this capability is needed.
    0 installs
  86. Architecture Review 6 · tomevault-io bundle
    Perform an architecture-focused review to identify patterns, anti-patterns, and structural issues. Use when reviewing codebase architecture. Use when this capability is needed.
    0 installs
  87. Front End Testing 2 · tomevault-io bundle
    DOM Testing Library patterns for behavior-driven UI testing. Framework-agnostic patterns for testing user interfaces. Use when testing any front-end application. Use when this capability is needed.
    0 installs
  88. Langchain Tools 2 · tomevault-io bundle
    在 LangChain 中定义和使用工具 - 包括工具装饰器、自定义工具、内置工具和工具模式 Use when this capability is needed.
    0 installs
  89. Documentation Standards 18 · tomevault-io bundle
    Essential rules for code comments, READMEs, and technical documentation. Use when this capability is needed.
    0 installs
  90. Typescript Advanced Types 3 · tomevault-io bundle
    Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Use when this capability is needed.
    0 installs
  91. Typescript Best Practices 9 · tomevault-io bundle
    Guides TypeScript best practices for type safety, code organization, and maintainability. Use this skill when configuring TypeScript projects, deciding on typing strategies, writing async code, or reviewing TypeScript code quality. Use when this capability is needed.
    0 installs
  92. Gaokao Liberal Arts Tutor 2 · tomevault-io bundle
    模拟高三文科辅导老师,用启发式教学方法辅导政治、历史、地理等文科综合问题。侧重理解、记忆、分析能力培养。当学生提出文科问题、请求讲解历史事件、地理现象、政治原理时使用。 Use when this capability is needed.
    0 installs
  93. Vue Testing 3 · tomevault-io bundle
    Master Vue Testing - Vitest, Vue Test Utils, Component Testing, E2E with Playwright Use when this capability is needed.
    0 installs
  94. Documentation 101 · tomevault-io bundle
    Provides templates, style guidelines, and a complete workflow for writing MkDocs documentation, sample pages, and navigation updates for BlazorWebFormsComponents. Covers component doc structure with Web Forms vs Blazor syntax comparisons, migration guide templates, sample page creation in AfterBlazorServerSide with demo and source code sections, NavMenu.razor and ComponentList.razor updates, and README linking. Use when documenting a new or existing BWFC component, creating sample pages with escaped code blocks, updating mkdocs.yml navigation, or following the complete documentation workflow from docs to samples to README.
    0 installs
  95. Flutter Adaptive UI 2 · tomevault-io bundle
    Build, fix, review, and validate adaptive or responsive Flutter UIs for mobile, tablet, desktop, web, large screens, foldables, and mixed input devices. Use when creating breakpoint-driven layouts, responsive navigation, adaptive dialogs/lists/grids, keyboard/mouse/touch behavior, window-size decisions with MediaQuery or LayoutBuilder, or Capability and Policy patterns for platform-specific behavior. Use when this capability is needed.
    0 installs
  96. Typescript Language 2 · tomevault-io bundle
    Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings. Use when this capability is needed.
    0 installs
  97. Beads Local DB Ops 2 · tomevault-io bundle
    Use Beads (bd) with Dolt server backend for multi-repo task tracking. Use when this capability is needed.
    0 installs
  98. Using Elixir Skills 2 · tomevault-io bundle
    This skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project has a mix.exs, or asks "which skill should I use", "new to Elixir", "help with Elixir". Routes to the correct thinking skill BEFORE exploring code. Triggers on "implement", "add", "fix", "refactor" in Elixir projects. Use when this capability is needed.
    0 installs
  99. Using Superpowers 14 · tomevault-io bundle
    Comprehensive meta-skill for discovering and orchestrating ALL available tools, MCP servers, skills, plugins, agents, and CLI capabilities to solve any problem optimally. Invoke this skill for ANY non-trivial task — building software, researching topics, analyzing data, debugging systems, deploying code, creating reports, automating workflows, or solving complex multi-step problems. This skill teaches runtime capability discovery via ToolSearch, parallel agent dispatch, and multi-tool orchestration across Firecrawl (web research), Playwright (browser automation), Pinecone (vector storage/RAG), Vercel (deployment), Cloudflare (edge infrastructure), Mermaid Chart (diagrams), Context7 (library docs), Greptile (codebase search), HuggingFace (ML/AI), CodeRabbit (code review), GerdsenAI Document Builder (PDF reports), language servers (TypeScript, Python, C#, C++), and the superpowers workflow skills (TDD, debugging, planning, code review, worktrees). Even for seemingly simple tasks, run capability discovery first
    0 installs
  100. Sentry Setup AI Monitoring 2 · tomevault-io bundle
    Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration. Use when this capability is needed.
    0 installs