← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 47 of 622

  1. Webapp Testing 42 · tomevault-io bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Use when this capability is needed.
    0 installs
  2. Tailwind Patterns 6 · tomevault-io bundle
    Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture. Use when this capability is needed.
    0 installs
  3. Error Handling 13 · tomevault-io bundle
    Debug and recover from agent team errors including common errors, hooks for quality gates, known limitations, and recovery strategies. Use when encountering team errors, enforcing quality gates with hooks, understanding limitations, or debugging agent issues. Use when this capability is needed.
    0 installs
  4. Database Skill 2 · tomevault-io bundle
    Implement database-related changes in this repository, including schema changes via entities, repository/query patterns, transactions, and data migrations. Use when working on migrations, DB schema updates, or app logic that touches the database. Use when this capability is needed.
    0 installs
  5. Backend Patterns 9 · tomevault-io bundle
    后端架构模式、API 设计、数据库优化,以及针对 Node.js、Express 和 Next.js API 路由的服务端最佳实践。 Use when this capability is needed.
    0 installs
  6. Coding Standards 25 · tomevault-io bundle
    适用于 TypeScript、JavaScript、React 和 Node.js 开发的通用编码标准、最佳实践和模式。 Use when this capability is needed.
    2 installs
  7. Fastapi Patterns 14 · tomevault-io bundle
    FastAPI 模式——异步 API、依赖注入、Pydantic 请求与响应模型、OpenAPI 文档、测试、安全性和生产就绪。 Use when this capability is needed.
    0 installs
  8. Remotion Best Practices 25 · tomevault-io bundle
    Best practices for Remotion - Video creation in React Use when this capability is needed.
    2 installs
  9. Global Commenting 4 · 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
  10. Global Tech Stack 4 · 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
  11. Global Validation 4 · 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
  12. Using The Block Collection And Block Party 4 · tomevault-io bundle
    Use when working with the Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
    0 installs
  13. Using Content Driven Development 4 · tomevault-io bundle
    Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc. Use when this capability is needed.
    0 installs
  14. Codebase Documenter 2 · tomevault-io bundle
    This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation. Use when this capability is needed.
    0 installs
  15. Terraform Plan Analyzer 3 · tomevault-io bundle
    Analyzes Terraform plan output using the terraform show -json command and HCL2 parser library. Detects destructive changes, cost implications via Infracost API, and policy violations against Open Policy Agent (OPA) rules.
    0 installs
  16. Mockup Swift 2 · tomevault-io bundle
    Generate native-quality iOS/macOS mockup PNGs using SwiftUI Preview rendering. Use when designing Apple platform UIs, creating native app mockups, or running /mockup-swift. Use when this capability is needed.
    0 installs
  17. Requirements 2 · tomevault-io bundle
    Generate a requirements document with user stories, acceptance criteria, and constraints. Use when defining features, writing specs, or running /requirements before implementation. Use when this capability is needed.
    0 installs
  18. Langchain Architecture 8 · tomevault-io bundle
    Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows. Use when this capability is needed.
    0 installs
  19. Recommendation Engine 2 · tomevault-io bundle
    Build recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural network approaches Use when this capability is needed.
    0 installs
  20. Subagent Driven Development 17 · tomevault-io bundle
    Use when executing implementation plans with independent tasks in the current session
    0 installs
  21. SQL Database Patterns 2 · tomevault-io bundle
    Use this skill when the agent is designing schemas, reviewing migrations, tuning queries, modeling NoSQL access patterns, configuring replication, planning partitioning, auditing indexes, or onboarding to database conventions — the database patterns knowledge base for PostgreSQL, MySQL, SQL Server, MongoDB, Redis, Cassandra, DynamoDB engines, schema design, SQL optimization, indexing strategies (B-tree, hash, GIN, GiST, BRIN, partial, covering), partitioning (range, list, hash), replication topologies, NoSQL data modeling, time-series, graph, monitoring, capacity planning, backup and recovery.
    0 installs
  22. Senior Data Engineer 4 · tomevault-io bundle
    Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, implementing data governance, or troubleshooting data issues. Use when this capability is needed.
    0 installs
  23. Changelog Generator 12 · tomevault-io bundle
    Transform git commits into customer-friendly release notes and changelogs. Use when preparing releases, generating CHANGELOG.md, or creating release documentation. Use when this capability is needed.
    0 installs
  24. Security Auditor 6 · tomevault-io bundle
    Activates when user needs security review, vulnerability scanning, or secure coding guidance. Triggers on "security review", "find vulnerabilities", "is this secure", "check for injection", "security audit", "OWASP", "secure this code", or security-related questions. Use when this capability is needed.
    0 installs
  25. Code Review Standards 3 · tomevault-io bundle
    Code Review Standards define how teams review code to catch bugs, share Use when this capability is needed.
    0 installs
  26. Kubernetes Deployment 9 · tomevault-io bundle
    Kubernetes is a container orchestration platform that automates deployment, Use when this capability is needed.
    0 installs
  27. Testing Strategies 4 · tomevault-io bundle
    Strategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration. Use when this capability is needed.
    0 installs
  28. Brand Guidelines 20 · tomevault-io bundle
    Platform-agnostic brand identity creation using 12 Jungian archetypes. Use when running /my_brand, creating brand.md, selecting color palettes, defining typography, or asking about brand personality and voice guidelines. Use when this capability is needed.
    0 installs
  29. Frontend Design 126 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality Use when this capability is needed.
    2 installs
  30. Systematic Debugging 29 · tomevault-io bundle
    Use when encountering any bug, test failure, or unexpected behavior — find root cause before proposing any fix
    0 installs
  31. Browser Automation 9 · tomevault-io bundle
    Local Python-based browser automation toolkit using Playwright. Provides command-line tools for navigating, interacting with, and testing web applications. Supports clicking, typing, hovering, screenshots, content extraction, and JavaScript execution. Use this skill when you need to automate browser interactions, test web applications, or extract data from web pages. Use when this capability is needed.
    0 installs
  32. Database Schema Designer 5 · tomevault-io bundle
    Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.
    0 installs
  33. Python Packaging 7 · tomevault-io bundle
    Configure Python package metadata, setup.py, and pyproject.toml for distribution using UV or setuptools. Use when setting up Python packages, configuring build systems, or preparing projects for PyPI publication. Use when this capability is needed.
    0 installs
  34. Readme Generator 9 · tomevault-io bundle
    Creates comprehensive README files with templates for different project types. Use when creating README, project documentation, or getting started guides.
    0 installs
  35. Ruff 3 · tomevault-io bundle
    Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, Use when this capability is needed.
    0 installs
  36. Coverage Analyzer 2 · tomevault-io bundle
    Advanced coverage analysis with actionable insights. Use to identify coverage gaps, suggest specific tests, track coverage trends, and highlight critical uncovered code. Essential for reaching 80%+ coverage target. Use when this capability is needed.
    0 installs
  37. Documentation Writing 6 · tomevault-io bundle
    Technical documentation best practices and API documentation Use when this capability is needed.
    0 installs
  38. Github Copilot Agent Tips And Tricks 2 · tomevault-io bundle
    Tips and Tricks for Working with GitHub Copilot Agent PRs Use when this capability is needed.
    2 installs
  39. Dispatching Parallel Agents 9 · tomevault-io bundle
    Use when facing 3+ logically independent failures (different features, different root causes) that can be investigated concurrently - dispatches multiple agents to investigate in parallel; requires either parallel-safe test infrastructure OR sequential fix implementation
    0 installs
  40. Django Best Practices 2 · tomevault-io bundle
    Django patterns for production-ready Python web applications Use when this capability is needed.
    0 installs
  41. Python Best Practices 4 · tomevault-io bundle
    Pythonic patterns from PEP 8 and PEP 20 Use when this capability is needed.
    0 installs
  42. Web Design Guidelines 27 · tomevault-io bundle
    UI code review with 100+ rules for accessibility, performance, and UX Use when this capability is needed.
    0 installs
  43. AWS Lambda 3 · tomevault-io bundle
    Build and deploy serverless functions on AWS Lambda. Configure triggers, manage permissions, and optimize performance. Use when implementing serverless applications. Use when this capability is needed.
    0 installs
  44. Postgresql 9 · tomevault-io bundle
    Administer PostgreSQL databases. Configure replication, backups, and performance tuning. Use when managing PostgreSQL deployments. Use when this capability is needed.
    0 installs
  45. Frontend Code Review 3 · tomevault-io bundle
    当用户需要对前端代码进行全面审查时使用此技能,包括 React、Vue、Angular 或原生 JavaScript/TypeScript 项目。适用于代码审查、Pull Request 评审、性能审计、安全检查等场景。 Use when this capability is needed.
    0 installs
  46. JSON Render React Native 2 · tomevault-io bundle
    React Native renderer for json-render that turns JSON specs into native mobile UIs. Use when working with @json-render/react-native, building React Native UIs from JSON, creating mobile component catalogs, or rendering AI-generated specs on mobile. Use when this capability is needed.
    2 installs
  47. Golang Popular Libraries 3 · tomevault-io bundle
    Recommends production-ready Golang libraries and frameworks. Apply when the user explicitly asks for library suggestions, wants to compare alternatives, needs to choose a library for a specific task, or when a new dependency is being added to the project. Use when this capability is needed.
    0 installs
  48. Using Superpowers 12 · tomevault-io bundle
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0 installs
  49. Dependency Updater 3 · tomevault-io bundle
    Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues. Use when this capability is needed.
    0 installs
  50. Software Architecture 4 · tomevault-io bundle
    Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices. Use when designing systems, reviewing architecture, establishing patterns, or making structural decisions. Use when this capability is needed.
    0 installs
  51. Web Artifacts Builder 16 · 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
  52. Gesture Handler 3 Migration 2 · tomevault-io bundle
    Migrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3. Use when this capability is needed.
    0 installs
  53. Add Todo 2 · tomevault-io bundle
    Add a properly formatted TODO item to TODOS.md. Use when you need to capture a new task, bug, or feature request during development. Use when this capability is needed.
    0 installs
  54. Testing Debugging 3 · tomevault-io bundle
    Testing and debugging for Zephyr RTOS. Covers the Ztest framework for unit and integration tests, the Twister test runner for automated HIL/SIM validation, and advanced tracing/debugging techniques (SystemView, Thread Analyzer, Stack analysis). Trigger when writing unit tests, setting up CI/CD pipelines, or analyzing system performance and latency. Use when this capability is needed.
    0 installs
  55. Nodejs Backend Patterns 16 · 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
  56. Setup 35 · tomevault-io bundle
    Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start. Use when this capability is needed.
    0 installs
  57. V3 Memory Unification 2 · tomevault-io bundle
    Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend). Use when this capability is needed.
    0 installs
  58. Content Extract 2 · tomevault-io bundle
    Robust URL-to-Markdown extraction for OpenClaw workflows. Use when the user wants to "extract/summarize/convert a webpage to markdown" (especially WeChat mp.weixin.qq.com) and web_fetch/browser is blocked or messy. Uses a cheap probe via web_fetch first, then falls back to the official MinerU API (via the local mineru-extract skill) and returns a traceable result contract with source links. Use when this capability is needed.
    0 installs
  59. Testing Anti Patterns 6 · tomevault-io bundle
    Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples. Use when this capability is needed.
    0 installs
  60. Code Review 307 · tomevault-io bundle
    Comprehensive code review methodology with severity classification and confidence thresholds Use when this capability is needed.
    0 installs
  61. Nestjs Best Practices 2 · tomevault-io bundle
    Comprehensive NestJS best practices for building production-grade backend applications. Use when Claude needs to write, review, scaffold, or refactor NestJS code. Triggers on any mention of "NestJS", "Nest.js", "@nestjs/", NestJS decorators (@Controller, @Injectable, @Module, @Guard, @Interceptor), NestJS CLI commands (nest new, nest generate), or requests involving NestJS modules, providers, controllers, services, DTOs, guards, interceptors, pipes, middleware, exception filters, ConfigModule, TypeORM/Prisma/MikroORM with NestJS, Passport/JWT auth in NestJS, @nestjs/swagger, @nestjs/cqrs, @nestjs/microservices, @nestjs/websockets, @nestjs/graphql, @nestjs/bullmq, @nestjs/terminus, @nestjs/throttler, or NestJS testing with Jest. Also triggers for NestJS project structure decisions, NestJS Docker/deployment, and NestJS performance optimization. Use when this capability is needed.
    0 installs
  62. Systematic Debugging 30 · tomevault-io bundle
    Use for ANY technical issue — test failures, bugs, unexpected behavior, performance problems, build failures, integration issues. Especially when under time pressure, when 'just one quick fix' seems obvious, or when previous fixes didn't work. Use when this capability is needed.
    0 installs
  63. Bootstrap 8 · tomevault-io bundle
    Auto-configure .github/copilot-instructions.md and context/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration. Use when this capability is needed.
    0 installs
  64. Platform 2 · tomevault-io bundle
    Design and maintain shared platform libraries (e.g. packages/shared) that standardize cross-cutting concerns (auth wrappers, config, HTTP/gRPC helpers, typed errors, retry policies, lifecycle hooks). Use when multiple services duplicate boundary logic or need a golden-path primitive; prevents \"utils junk drawer\" anti-pattern. NOT for single-service code structure (use typescript); NOT for choosing resilience patterns for one call (use resilience). Use when this capability is needed.
    0 installs
  65. Workflow 15 · tomevault-io bundle
    Auto-select and orchestrate playbook skills end-to-end for feature, bug-fix, or refactor work. Use when the user gives a general request without naming a specific skill — workflow picks the right skills, sequences them, and keeps overhead proportional to the change size. NOT for creating a standalone task breakdown (use plan) or writing spec artifacts (use spec). Use when this capability is needed.
    0 installs
  66. Testing Patterns 29 · tomevault-io bundle
    Testing patterns for Jest and Playwright. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions and provides evidence templates. Use when this capability is needed.
    0 installs
  67. Report Generator 4 · tomevault-io bundle
    视频分析报告生成技能。整合分镜拆解数据和钩子分析结果,生成 Markdown 格式的专业视频分析报告。运行脚本 `python scripts/generate_report.py <breakdown_json> [hook_analysis_json]`,输出完整的 Markdown 报告,包含基本信息、前三秒钩子分析、分镜概览、BGM分析、场景分析等章节。 Use when this capability is needed.
    0 installs
  68. Documentation Style 4 · tomevault-io bundle
    Enforces project documentation style guide compliance for tone, voice, terminology, punctuation, and formatting. Use when checking documentation style or validating MyST/reST syntax. Cites specific style guide violations. Use when this capability is needed.
    0 installs
  69. Task Delegation 5 · tomevault-io bundle
    Cost-effective task delegation strategy using Haiku model for straightforward work. Use when planning how to approach simple, pattern-following tasks to minimize costs. Use when this capability is needed.
    0 installs
  70. Documentation Specialist 4 · tomevault-io bundle
    专注于查阅、维护和生成项目文档 (位于 docs/ 目录下)。 Use when this capability is needed.
    0 installs
  71. Devops Specialist 2 · tomevault-io bundle
    修改 Docker、CI/CD、部署配置、环境变量、运行时参数、构建脚本和发布流程时使用。优先覆盖 Docker、Vercel、Cloudflare 与 GitHub Actions 场景。用户提到 deploy、Dockerfile、workflow、CI、CD、environment variables、build pipeline、release config 时都应触发。 Use when this capability is needed.
    0 installs
  72. Angular Migration 3 · tomevault-io bundle
    Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code. Use when this capability is needed.
    0 installs
  73. Pytest Best Practices 2 · tomevault-io bundle
    Expert guidance for writing high-quality pytest tests. Use when writing tests, setting up fixtures, parametrizing, mocking, or reviewing test code. Use when this capability is needed.
    0 installs
  74. Tdd Workflow 25 · tomevault-io bundle
    Enforces Test-Driven Development workflow with automated test-first validation. Use when implementing features, fixing bugs, running @Coder workflow, or when the user mentions TDD, testing, red-green-refactor, or verification gates. Ensures tests are written BEFORE implementation code. Use when this capability is needed.
    0 installs
  75. Systematic Debugging 31 · tomevault-io bundle
    This skill should be used when the user asks to "debug this issue", "find the root cause", "investigate the bug", "systematic debugging", "troubleshoot the problem", or needs help with systematic problem-solving and root cause analysis. Use when this capability is needed.
    0 installs
  76. Create Issue 6 · tomevault-io bundle
    Create, open, file, or report an issue, bug, or ticket in GitHub or Jira. Use when the user wants to open an issue, file a bug, report a bug, create a ticket, log an issue, or submit a bug report. Automatically detects if GitHub issues are enabled; if so creates a GitHub issue, otherwise creates a Jira issue. Use when this capability is needed.
    0 installs
  77. Verification Before Completion 21 · tomevault-io bundle
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0 installs
  78. Using Git Worktrees 27 · 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
  79. Django Verification 4 · tomevault-io bundle
    Django 项目的验证循环(Verification loop):包含数据库迁移、代码检查、带覆盖率的测试、安全扫描,以及在发布或 PR 前的部署就绪检查。 Use when this capability is needed.
    0 installs
  80. Vue Testing Best Practices 11 · 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
  81. Scrape Webpage 3 · tomevault-io bundle
    Scrape webpage content, extract metadata, download images, and prepare for Edge Delivery Services migration. Returns analysis JSON with paths, metadata, cleaned HTML, and local images. Use when this capability is needed.
    0 installs
  82. Database Migration 6 · tomevault-io bundle
    Create and apply database migrations safely using Alembic or similar tools. Use when this capability is needed.
    0 installs
  83. UI Automation Workflows 2 · tomevault-io bundle
    Accessibility-first UI automation using IDB. Query accessibility tree (fast, 50 tokens) before screenshots (slow, 170 tokens). Use when automating simulator interactions, tapping UI elements, finding buttons, or testing user flows. Covers idb-ui-describe, idb-ui-tap, idb-ui-find-element patterns. Use when this capability is needed.
    0 installs
  84. Paywall Upgrade Cro 3 · tomevault-io bundle
    When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," "in-app pricing," "free users won't upgrade," "trial to paid conversion," or "how do I get users to pay." Use this for any in-product moment where you're asking users to upgrade. Distinct from public pricing pages (see page-cro) — this focuses on in-product upgrade moments where the user has already experienced value. For pricing decisions, see pricing-strategy. Use when this capability is needed.
    0 installs
  85. Diagramming Expert 2 · tomevault-io bundle
    Master of text-based visual communication using ASCII art, Unicode box-drawing, and structured diagram notation. Creates clear, maintainable diagrams for systems, processes, hierarchies, relationships, Use when this capability is needed.
    0 installs
  86. Frontend Architect 2 · tomevault-io bundle
    Frontend stack expert for Cloudflare deployment, shadcn/ui components, and internal tools architecture. Guides technology choices, deployment patterns, and design system integration. Use when this capability is needed.
    0 installs
  87. Skill Architect 4 · tomevault-io bundle
    Design, create, audit, and improve Claude Agent Skills with expert-level progressive disclosure. Use when building new skills, reviewing existing skills, debugging activation failures, encoding Use when this capability is needed.
    0 installs
  88. Docs 15 · tomevault-io bundle
    Documentation generation and updates. Use when creating or updating documentation. Use when this capability is needed.
    0 installs
  89. Sync 4 · tomevault-io bundle
    Sync Claude configs from repo to local environment with validation and backup. Use when deploying configuration changes. Use when this capability is needed.
    0 installs
  90. Test 46 · tomevault-io bundle
    Auto-discover and run tests for any project. Use when running or creating tests. Use when this capability is needed.
    0 installs
  91. Performance 14 · tomevault-io bundle
    Techniques for building fast applications Use when this capability is needed.
    0 installs
  92. Tdd Workflow 26 · tomevault-io bundle
    Guide developers through Test Driven Development workflow with red-green-refactor cycle, supporting multiple languages and frameworks Use when this capability is needed.
    0 installs
  93. Domain Name Brainstormer 2 · tomevault-io bundle
    Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
    0 installs
  94. Initialize For Dev 2 · tomevault-io bundle
    Initialize a repo for AI-assisted development by cloning key dependency repos into ai_working/. Use this when this is the first time setting up this repo for development, or when an update/reset is needed. Use when this capability is needed.
    0 installs
  95. Orchestration Template 2 · tomevault-io bundle
    Reference template for multi-agent orchestrated skills. Use as a pattern when creating complex skills that need parallel execution. Use when this capability is needed.
    0 installs
  96. Agent Manager Skill 2 · tomevault-io bundle
    Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling. Use when this capability is needed.
    0 installs
  97. Citation Management 2 · tomevault-io bundle
    Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing. Use when this capability is needed.
    0 installs
  98. Command Development 6 · tomevault-io bundle
    This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code. Use when this capability is needed.
    0 installs
  99. Gh Address Comments 5 · tomevault-io bundle
    Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Use when this capability is needed.
    0 installs
  100. N8n Code Javascript 2 · tomevault-io
    Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
    0 installs