← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 83 of 622

  1. Security Checklist 4 · tomevault-io bundle
    Use this skill when implementing security measures or conducting security audits. Provides OWASP Top 10 mitigations, authentication patterns, input validation strategies, and compliance guidelines. Ensures applications are secure against common vulnerabilities.
    0 installs
  2. Error Handling 8 · tomevault-io bundle
    Defines error handling patterns using custom error codes, result wrappers, and HTTP status code mapping. Use when implementing error handling in services, business logic, or API endpoints to ensure consistent error responses. Use when this capability is needed.
    0 installs
  3. Nodejs Backend Patterns 6 · 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... Use when this capability is needed.
    0 installs
  4. Next Best Practices 28 · tomevault-io bundle
    Broad Next.js guidance modeled after common reusable skill packs. Use when this capability is needed.
    0 installs
  5. Skill Creator 211 · tomevault-io bundle
    This skill should be used when the user asks to "create a skill", "build a skill", "write a skill", "improve skill structure", "understand skill creation", or mentions SKILL.md files, skill development, progressive disclosure, XML structure, or bundled resources (scripts, references, assets). Comprehensive guide for creating effective Claude Code skills. Use when this capability is needed.
    0 installs
  6. Code Style 5 · tomevault-io bundle
    PHP coding standards and WordPress patterns for ActivityPub plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files. Use when this capability is needed.
    0 installs
  7. Article Review 2 · tomevault-io bundle
    引数で指定した記事のレビューを行います。記事スラッグを引数に渡すと、textlint による自動校正と誤字脱字・文法的な誤りの指摘を行います。/article-review [スラッグ] の形式で呼び出してください。記事を書いた後のチェック、公開前の校正、文章の品質確認にも使用してください。 Use when this capability is needed.
    0 installs
  8. Receiving Code Review 8 · tomevault-io bundle
    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
    0 installs
  9. Golang Concurrency 3 · tomevault-io bundle
    Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes. Use when this capability is needed.
    0 installs
  10. Golang Performance 6 · 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
  11. Golang Samber Oops 3 · tomevault-io bundle
    Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops. Use when this capability is needed.
    0 installs
  12. Golang Samber Slog 3 · tomevault-io bundle
    Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package. Use when this capability is needed.
    0 installs
  13. API Design Principles 4 · tomevault-io bundle
    Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards. Use when this capability is needed.
    0 installs
  14. Architecture Patterns 7 · tomevault-io bundle
    Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability. Use when this capability is needed.
    0 installs
  15. Web Design Guidelines 23 · tomevault-io bundle
    Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Use when this capability is needed.
    0 installs
  16. Documentation Standards 8 · tomevault-io bundle
    Provides guidelines for maintaining and updating documentation alongside code changes. Use this when implementing features, fixing bugs, or changing APIs that affect user-facing documentation.
    0 installs
  17. Action Cable 2 · tomevault-io bundle
    This skill should be used when the user asks about "WebSockets", "Action Cable", "real-time", "channels", "broadcasting", "streams", "subscriptions", "live updates", "push notifications", "chat features", or needs guidance on implementing real-time features in Rails applications. Use when this capability is needed.
    0 installs
  18. Algorithmic Art 13 · tomevault-io bundle
    Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations. Use when this capability is needed.
    0 installs
  19. Doc Coauthoring 11 · tomevault-io bundle
    Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks. Use when this capability is needed.
    0 installs
  20. Frontend Design 94 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  21. Uv Package Manager 4 · tomevault-io bundle
    Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv. Use when this capability is needed.
    0 installs
  22. Go 5 · tomevault-io bundle
    Resume execution from wherever you left off. Detects current state and runs the appropriate next command, or reports what's blocking progress. Use at the start of any session to pick up where you left off. Use when this capability is needed.
    0 installs
  23. Project Conventions 7 · tomevault-io bundle
    Repo conventions for the vue3-ts-jsoneditor package. Load when changing code, tests, docs, or release-related behavior in this repo. Use when this capability is needed.
    0 installs
  24. Git Workflow 165 · tomevault-io bundle
    Git workflow patterns and best practices Use when this capability is needed.
    0 installs
  25. Crank Component Authoring 2 · tomevault-io bundle
    Build web apps, dashboards, landing pages, widgets, calculators, forms, quizzes, charts, visualizations, animations, dynamic SVGs, MathML equations, blogs, or games as single-file HTML with no build step, using Crank.js, an elegant UI framework which allows you to write components with plain JavaScript functions, generators, and promises. Use when user asks to create something interactive, build a single-file HTML app, or start a greenfield frontend project. Always trigger when converting code from React, Vue, Svelte, Solid, or any other web framework to Crank.js, when the user mentions Crank by name, or when comparing different web/UI frameworks. Not for projects already using other frameworks. Use when this capability is needed.
    0 installs
  26. Rust Testing 13 · tomevault-io bundle
    Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. Use when this capability is needed.
    0 installs
  27. Writing Skills 26 · tomevault-io bundle
    Use when creating new skills for the skills library. Defines the structure, format, quality standards, and testing requirements for new skills.
    0 installs
  28. Flutter China Deploy 2 · tomevault-io bundle
    当用户需要在中国环境部署 Flutter 项目、配置国内镜像加速或解决依赖下载问题时使用。此 Skill 提供 Flutter 项目初始化、部署和运行时的完整镜像配置方案。 Use when this capability is needed.
    0 installs
  29. Dotnet Test Triage 3 · tomevault-io bundle
    Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report. Use when this capability is needed.
    0 installs
  30. Report Generator 3 · tomevault-io bundle
    视频分析报告生成技能。整合分镜拆解数据和钩子分析结果,生成 Markdown 格式的专业视频分析报告。运行脚本 `python scripts/generate_report.py <breakdown_json> [hook_analysis_json]`,输出完整的 Markdown 报告,包含基本信息、前三秒钩子分析、分镜概览、BGM分析、场景分析等章节。 Use when this capability is needed.
    0 installs
  31. Vercel Deploy 7 · tomevault-io bundle
    Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link. Use when this capability is needed.
    0 installs
  32. Capacitor 2 · tomevault-io bundle
    Use when working with capacitor components - adding capacitor patterns, parsing capacitor MPNs, extracting capacitance values, voltage ratings, dielectric types, or package codes from capacitor part numbers.
    0 installs
  33. Component 2 · tomevault-io bundle
    Base skill for working with electronic components in this library. Use when adding new component types, manufacturer handlers, or working with MPN (Manufacturer Part Number) operations, BOM entries, or component classification. Use when this capability is needed.
    0 installs
  34. Documentation Specialist 2 · tomevault-io bundle
    专注于查阅、维护和生成项目文档 (位于 docs/ 目录下)。 Use when this capability is needed.
    0 installs
  35. Bump Deps 2 · tomevault-io bundle
    Analyze and upgrade dependencies with breaking change detection. Use when updating frontend (pnpm) or backend (uv) dependencies. Use when this capability is needed.
    0 installs
  36. Openai Whisper 13 · tomevault-io bundle
    Local speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
    0 installs
  37. Memory Manage 2 · tomevault-io bundle
    Unified memory management - CLAUDE.md updates and documentation generation with interactive routing. Triggers on "memory manage", "update claude", "update memory", "generate docs", "更新记忆", "生成文档". Use when this capability is needed.
    0 installs
  38. Codex CLI Bridge 2 · tomevault-io bundle
    Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools Use when this capability is needed.
    0 installs
  39. Subagent Driven Development 11 · tomevault-io bundle
    Use when executing implementation plans with independent tasks using per-task subagent dispatch in the current session. Not for tightly coupled tasks that must share context, or batch execution with human review between groups.
    0 installs
  40. Continuous Learning 4 · tomevault-io bundle
    Capture reusable knowledge and create new skills automatically during coding sessions, problem solving, and retrospectives. Use when finishing a complex task, running a retrospective, discovering a reusable pattern, or when user says "save this as a skill", "capture this solution", "run a retrospective", or "what did we learn from this". Use when this capability is needed.
    0 installs
  41. Designing Apis 2 · tomevault-io bundle
    Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about REST, GraphQL, or API patterns. Use when this capability is needed.
    0 installs
  42. Error Handling 9 · tomevault-io bundle
    Implements error handling patterns, structured logging, retry strategies, circuit breakers, and graceful degradation. Use when designing error handling, setting up logging, implementing retries, adding error tracking, or when asked about error boundaries, log aggregation, alerting, or resilience patterns. Use when this capability is needed.
    0 installs
  43. Systematic Debugging 17 · tomevault-io bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    0 installs
  44. Brainstorming 54 · tomevault-io bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when this capability is needed.
    0 installs
  45. Writing Plans 32 · tomevault-io bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0 installs
  46. Docusaurus Documentation 2 · tomevault-io bundle
    Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
    0 installs
  47. Code Review Expert 4 · tomevault-io bundle
    Expert code review of current git changes. SOLID, security, performance, error handling, boundary conditions. Senior engineer lens. Use when this capability is needed.
    0 installs
  48. Presentation Generator 2 · tomevault-io bundle
    Interactively create RevealJS presentations from topics, notes, or outlines. Guides the user through topic research, design choices (theme, style, audience, length), outline preview, and section-by-section generation using Roughcut's custom markdown format with 21 directives. Triggers on "create a presentation", "turn these notes into slides", "generate a tutorial on Y", or "make a slideshow about Z". Use when this capability is needed.
    0 installs
  49. Security Hardening 2 · tomevault-io bundle
    Review code for application-level security hardening issues beyond framework checklists. Focuses on abuse prevention, API protection, business logic exploitation, rate limiting, input validation, and early request rejection. Use when auditing code for security, reviewing endpoints for abuse potential, or checking application resilience to real-world attacks. Use when this capability is needed.
    0 installs
  50. Backend Fundamentals 2 · tomevault-io bundle
    Auto-invoke when reviewing API routes, server logic, Express/Node.js code, or backend architecture. Enforces REST conventions, middleware patterns, and separation of concerns. Use when this capability is needed.
    0 installs
  51. API Endpoint 2 · tomevault-io bundle
    Create new API endpoint with proper validation, error handling, and tests. Use when this capability is needed.
    0 installs
  52. Ab Test Setup 3 · tomevault-io bundle
    When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," or "how long should I run this test." Use this whenever someone is comparing two approaches and wants to measure which performs better. For tracking implementation, see analytics-tracking. For page-level conversion optimization, see page-cro. Use when this capability is needed.
    0 installs
  53. Recon Fingerprint 2 · tomevault-io bundle
    Web fingerprinting and WAF detection using wafw00f, whatweb, nuclei, and httpx. Use this skill when user needs to identify web technologies, detect WAF/CDN, analyze server headers, or fingerprint web applications and frameworks. Use when this capability is needed.
    0 installs
  54. Orchestrator 4 · tomevault-io bundle
    Master coordinator that delegates to specialist skills, synthesizes outputs, AND creates new skills on-the-fly when needed. Expert in problem decomposition, skill orchestration, quality assurance, Use when this capability is needed.
    0 installs
  55. Team Builder 2 · tomevault-io bundle
    Designs high-performing team structures using organizational psychology AND creates new skills on-the-fly when team needs unmet expertise. Expert in team composition, personality balancing, Use when this capability is needed.
    0 installs
  56. Mobile Developer 5 · tomevault-io bundle
    Expert in React Native, Expo, and cross-platform mobile development Use when this capability is needed.
    0 installs
  57. Technical Writer 9 · tomevault-io bundle
    Create clear, comprehensive technical documentation for developers and users. Use when documenting APIs, writing user guides, creating tutorials, or setting up documentation sites. Covers API docs, user guides, architecture documentation, and documentation best practices. Use when this capability is needed.
    0 installs
  58. Dev Docs 3 · tomevault-io bundle
    Maintain a development log (DEVLOG.md) at the project root. Use at the START and END of every coding session, after implementing features, fixing bugs, refactoring code, or making any meaningful code changes. Automatically triggered for all development tasks. Use when this capability is needed.
    0 installs
  59. Alex Hormozi Pitch 2 · tomevault-io bundle
    Create irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through value equation, guarantee frameworks, pricing psychology, and creating offers "too good not to take" for any product or service. Use when this capability is needed.
    0 installs
  60. Investigating Kilroy Runs 2 · tomevault-io bundle
    To diagnose active, stuck, or failed Kilroy Attractor runs, inspect run artifacts (`manifest.json`, `live.json`, `checkpoint.json`, `final.json`, `progress.ndjson`), resolve run IDs/log roots, identify model/provider routing, and isolate failure causes. Includes CXDB operations for launching/probing CXDB, opening the CXDB UI, and querying run context turns. This skill is useful when investigating run status, debugging retries/failures, explaining model usage, or inspecting CXDB-backed event history. Use when this capability is needed.
    0 installs
  61. Database Design 8 · tomevault-io bundle
    Designs comprehensive database schemas including relational and NoSQL models, normalization, indexing strategies, relationship modeling, data types, constraints, and performance optimization. Covers entity-relationship diagrams, schema migrations, partitioning, and best practices for PostgreSQL, MySQL, MongoDB, and other databases. Use when designing databases, creating schemas, modeling data, optimizing queries, or when users mention "database design", "schema design", "data modeling", "ERD", "normalization", "indexing", or "database architecture". Use when this capability is needed.
    0 installs
  62. Ab Test Setup 4 · tomevault-io bundle
    When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking. Use when this capability is needed.
    0 installs
  63. Accessibility 11 · tomevault-io bundle
    Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible". Use when this capability is needed.
    0 installs
  64. Brainstorming 55 · tomevault-io bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when this capability is needed.
    0 installs
  65. Code Reviewer 54 · tomevault-io bundle
    Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards. Use when this capability is needed.
    0 installs
  66. Docker Expert 7 · tomevault-io bundle
    Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges. Use when this capability is needed.
    0 installs
  67. GCP Cloud Run 2 · tomevault-io bundle
    Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub. Use when this capability is needed.
    0 installs
  68. Gene Database 2 · tomevault-io bundle
    Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis. Use when this capability is needed.
    0 installs
  69. Mobile Design 6 · tomevault-io bundle
    Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps. Use when this capability is needed.
    0 installs
  70. Nestjs Expert 11 · tomevault-io bundle
    Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop. Use when this capability is needed.
    0 installs
  71. Prisma Expert 2 · tomevault-io bundle
    Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues. Use when this capability is needed.
    0 installs
  72. Render Deploy 2 · tomevault-io bundle
    Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform. Use when this capability is needed.
    0 installs
  73. Senior Devops 2 · tomevault-io bundle
    Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes. Use when this capability is needed.
    0 installs
  74. Senior Secops 3 · tomevault-io bundle
    Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or ensuring compliance requirements. Use when this capability is needed.
    0 installs
  75. SEO Optimizer 2 · tomevault-io bundle
    Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta tags, schema markup, and Core Web Vitals. Use when this capability is needed.
    0 installs
  76. Skill Creator 212 · tomevault-io bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
    0 installs
  77. Vercel Deploy 8 · tomevault-io bundle
    Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". Use when this capability is needed.
    0 installs
  78. Writing Plans 33 · tomevault-io bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0 installs
  79. Gen Docs 3 · tomevault-io bundle
    Use when generating or updating documentation. Creates READMEs, adds docstrings to Python functions, generates API docs, and writes CONTRIBUTING guides. Matches the author's style with Star Wars references and lighthearted tone.
    0 installs
  80. Prompt Optimizer 5 · tomevault-io bundle
    Transform vague prompts into precise, well-structured specifications using EARS (Easy Approach to Requirements Syntax) methodology. This skill should be used when users provide loose requirements, ambiguous feature descriptions, or need to enhance prompts for AI-generated code, products, or documents. Triggers include requests to "optimize my prompt", "improve this requirement", "make this more specific", or when raw requirements lack detail and structure. Use when this capability is needed.
    0 installs
  81. Kubernetes Architect 3 · tomevault-io bundle
    Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Use when this capability is needed.
    0 installs
  82. Terraform Specialist 4 · tomevault-io bundle
    Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Use when this capability is needed.
    0 installs
  83. Flutter 20 · tomevault-io bundle
    Comprehensive Flutter patterns, architecture, state management, testing, and platform integration for production-grade cross-platform apps. Use when this capability is needed.
    0 installs
  84. Clawbrain 2 · tomevault-io bundle
    Claw Brain - Personal AI Memory System for ClawDBot. Provides memory, personality, bonding, and learning capabilities. Use when this capability is needed.
    0 installs
  85. Fivem 2 · tomevault-io bundle
    FiveM RP server engineering for QBCore, ESX, and QBox. Use for framework-level scripting, fxmanifest.lua/config.lua validation, resource debugging, dependency orchestration, MLO/streaming fixes, performance optimization (client/server), artifact/gamebuild compatibility, inventory/job/gang systems, and SSH key generation for SFTP. Use when this capability is needed.
    0 installs
  86. Hostinger 2 · tomevault-io bundle
    Manage Hostinger account via API — VPS administration (start/stop/restart, snapshots, backups, firewall, Docker) Use when this capability is needed.
    0 installs
  87. Polt 2 · tomevault-io bundle
    Connect to POLT - the social memecoins launchpad for agents Use when this capability is needed.
    0 installs
  88. Portainer 2 · tomevault-io bundle
    Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git. Use when this capability is needed.
    0 installs
  89. Summarize 14 · tomevault-io bundle
    Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). Use when this capability is needed.
    0 installs
  90. Tdd Guide 7 · tomevault-io bundle
    Test-driven development workflow with test generation, coverage analysis, and multi-framework support Use when this capability is needed.
    0 installs
  91. Turix Mac 2 · tomevault-io bundle
    Computer Use Agent (CUA) for macOS automation using TuriX. Use when you need to perform visual tasks on the desktop, such as opening apps, clicking buttons, or navigating UIs that don't have a CLI or API. Use when this capability is needed.
    0 installs
  92. Tdd Workflow 21 · tomevault-io bundle
    Use this skill whenever you are implementing a feature using TDD.
    0 installs
  93. Review Followup Example 2 · tomevault-io bundle
    Example follow-up review skill for Claude Review Automation. Used to verify fixes after initial review. Use when this capability is needed.
    0 installs
  94. Django Pro 9 · tomevault-io bundle
    django-pro workflow skill. Use this skill when the user needs Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
    0 installs
  95. Golang Pro 24 · tomevault-io bundle
    golang-pro workflow skill. Use this skill when the user needs Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
    0 installs
  96. Search Skill 2 · tomevault-io bundle
    Discover and evaluate Claude Code skills from curated sources. Use when searching for existing skills, finding skill inspiration, or before creating a new skill. Triggers include "search skill", "find skill", "skill for X", "what skills exist for", "discover skills". Use when this capability is needed.
    0 installs
  97. Railway CLI 3 · tomevault-io bundle
    Deploy and manage apps on Railway's cloud platform. Use when deploying, checking logs, managing environments, or running commands against Railway services. Use when this capability is needed.
    0 installs
  98. Design Doc 3 · tomevault-io bundle
    Design Doc(設計ドキュメント)作成スキル。プロジェクトの設計書を構造化して作成する。「設計書を作りたい」「Design Docを書きたい」「アーキテクチャを文書化したい」などのリクエスト時に使用。要件定義、システム設計、API設計、データモデル、テスト戦略、リスク管理を網羅。 Use when this capability is needed.
    0 installs
  99. Issue Triage 4 · tomevault-io bundle
    Triage and respond to a GitHub issue on a dmzoneill repo. Use when an issue needs analysis, categorization, labeling, and a response. Can also attempt fixes for straightforward bugs. Use when this capability is needed.
    0 installs
  100. Agent Creator 11 · tomevault-io bundle
    Creates specialized AI agents with optimized system prompts using the official 4-phase SOP methodology from Desktop .claude-flow, combined with evidence-based prompting techniques and Claude Agent SDK implementation. Use this skill when creating production-ready agents for specific domains, workflows, or tasks requiring consistent high-quality performance with deeply embedded domain knowledge.
    0 installs