tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌ Security Checklist 4 · tomevault-io bundleUse 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.
- ▌ Error Handling 8 · tomevault-io bundleDefines 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.
- ▌ Nodejs Backend Patterns 6 · tomevault-io bundleBuild 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.
- ▌ Next Best Practices 28 · tomevault-io bundleBroad Next.js guidance modeled after common reusable skill packs. Use when this capability is needed.
- ▌ Skill Creator 211 · tomevault-io bundleThis 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.
- ▌ Code Style 5 · tomevault-io bundlePHP 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.
- ▌ Article Review 2 · tomevault-io bundle引数で指定した記事のレビューを行います。記事スラッグを引数に渡すと、textlint による自動校正と誤字脱字・文法的な誤りの指摘を行います。/article-review [スラッグ] の形式で呼び出してください。記事を書いた後のチェック、公開前の校正、文章の品質確認にも使用してください。 Use when this capability is needed.
- ▌ Receiving Code Review 8 · tomevault-io bundleUse 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
- ▌ Golang Concurrency 3 · tomevault-io bundleGolang 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.
- ▌ Golang Performance 6 · tomevault-io bundleGolang 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.
- ▌ Golang Samber Oops 3 · tomevault-io bundleStructured 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.
- ▌ Golang Samber Slog 3 · tomevault-io bundleStructured 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.
- ▌ API Design Principles 4 · tomevault-io bundleMaster 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.
- ▌ Architecture Patterns 7 · tomevault-io bundleImplement 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.
- ▌ Web Design Guidelines 23 · tomevault-io bundleReview 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.
- ▌ Documentation Standards 8 · tomevault-io bundleProvides guidelines for maintaining and updating documentation alongside code changes. Use this when implementing features, fixing bugs, or changing APIs that affect user-facing documentation.
- ▌ Action Cable 2 · tomevault-io bundleThis 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.
- ▌ Algorithmic Art 13 · tomevault-io bundleCreating 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.
- ▌ Doc Coauthoring 11 · tomevault-io bundleGuide 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.
- ▌ Frontend Design 94 · tomevault-io bundleCreate 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.
- ▌ Uv Package Manager 4 · tomevault-io bundleMaster 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.
- ▌ Go 5 · tomevault-io bundleResume 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.
- ▌ Project Conventions 7 · tomevault-io bundleRepo 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.
- ▌ Git Workflow 165 · tomevault-io bundleGit workflow patterns and best practices Use when this capability is needed.
- ▌ Crank Component Authoring 2 · tomevault-io bundleBuild 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.
- ▌ Rust Testing 13 · tomevault-io bundleRust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. Use when this capability is needed.
- ▌ Writing Skills 26 · tomevault-io bundleUse when creating new skills for the skills library. Defines the structure, format, quality standards, and testing requirements for new skills.
- ▌ Flutter China Deploy 2 · tomevault-io bundle当用户需要在中国环境部署 Flutter 项目、配置国内镜像加速或解决依赖下载问题时使用。此 Skill 提供 Flutter 项目初始化、部署和运行时的完整镜像配置方案。 Use when this capability is needed.
- ▌ Dotnet Test Triage 3 · tomevault-io bundleRun 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.
- ▌ 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.
- ▌ Vercel Deploy 7 · tomevault-io bundleDeploy 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.
- ▌ Capacitor 2 · tomevault-io bundleUse 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.
- ▌ Component 2 · tomevault-io bundleBase 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.
- ▌ Documentation Specialist 2 · tomevault-io bundle专注于查阅、维护和生成项目文档 (位于 docs/ 目录下)。 Use when this capability is needed.
- ▌ Bump Deps 2 · tomevault-io bundleAnalyze and upgrade dependencies with breaking change detection. Use when updating frontend (pnpm) or backend (uv) dependencies. Use when this capability is needed.
- ▌ Openai Whisper 13 · tomevault-io bundleLocal speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
- ▌ Memory Manage 2 · tomevault-io bundleUnified 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.
- ▌ Codex CLI Bridge 2 · tomevault-io bundleBridge 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.
- ▌ Subagent Driven Development 11 · tomevault-io bundleUse 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.
- ▌ Continuous Learning 4 · tomevault-io bundleCapture 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.
- ▌ Designing Apis 2 · tomevault-io bundleDesigns 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.
- ▌ Error Handling 9 · tomevault-io bundleImplements 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.
- ▌ Systematic Debugging 17 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Brainstorming 54 · tomevault-io bundleYou 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.
- ▌ Writing Plans 32 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Docusaurus Documentation 2 · tomevault-io bundleUse when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
- ▌ Code Review Expert 4 · tomevault-io bundleExpert code review of current git changes. SOLID, security, performance, error handling, boundary conditions. Senior engineer lens. Use when this capability is needed.
- ▌ Presentation Generator 2 · tomevault-io bundleInteractively 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.
- ▌ Security Hardening 2 · tomevault-io bundleReview 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.
- ▌ Backend Fundamentals 2 · tomevault-io bundleAuto-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.
- ▌ API Endpoint 2 · tomevault-io bundleCreate new API endpoint with proper validation, error handling, and tests. Use when this capability is needed.
- ▌ Ab Test Setup 3 · tomevault-io bundleWhen 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.
- ▌ Recon Fingerprint 2 · tomevault-io bundleWeb 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.
- ▌ Orchestrator 4 · tomevault-io bundleMaster 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.
- ▌ Team Builder 2 · tomevault-io bundleDesigns 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.
- ▌ Mobile Developer 5 · tomevault-io bundleExpert in React Native, Expo, and cross-platform mobile development Use when this capability is needed.
- ▌ Technical Writer 9 · tomevault-io bundleCreate 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.
- ▌ Dev Docs 3 · tomevault-io bundleMaintain 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.
- ▌ Alex Hormozi Pitch 2 · tomevault-io bundleCreate 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.
- ▌ Investigating Kilroy Runs 2 · tomevault-io bundleTo 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.
- ▌ Database Design 8 · tomevault-io bundleDesigns 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.
- ▌ Ab Test Setup 4 · tomevault-io bundleWhen 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.
- ▌ Accessibility 11 · tomevault-io bundleAudit 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.
- ▌ Brainstorming 55 · tomevault-io bundleYou 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.
- ▌ Code Reviewer 54 · tomevault-io bundleComprehensive 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.
- ▌ Docker Expert 7 · tomevault-io bundleDocker 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.
- ▌ GCP Cloud Run 2 · tomevault-io bundleSpecialized 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.
- ▌ Gene Database 2 · tomevault-io bundleQuery 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.
- ▌ Mobile Design 6 · tomevault-io bundleMobile-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.
- ▌ Nestjs Expert 11 · tomevault-io bundleNest.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.
- ▌ Prisma Expert 2 · tomevault-io bundlePrisma 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.
- ▌ Render Deploy 2 · tomevault-io bundleDeploy 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.
- ▌ Senior Devops 2 · tomevault-io bundleComprehensive 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.
- ▌ Senior Secops 3 · tomevault-io bundleComprehensive 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.
- ▌ SEO Optimizer 2 · tomevault-io bundleSearch 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.
- ▌ Skill Creator 212 · tomevault-io bundleGuide 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.
- ▌ Vercel Deploy 8 · tomevault-io bundleDeploy 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.
- ▌ Writing Plans 33 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Gen Docs 3 · tomevault-io bundleUse 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.
- ▌ Prompt Optimizer 5 · tomevault-io bundleTransform 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.
- ▌ Kubernetes Architect 3 · tomevault-io bundleExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Use when this capability is needed.
- ▌ Terraform Specialist 4 · tomevault-io bundleExpert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Use when this capability is needed.
- ▌ Flutter 20 · tomevault-io bundleComprehensive Flutter patterns, architecture, state management, testing, and platform integration for production-grade cross-platform apps. Use when this capability is needed.
- ▌ Clawbrain 2 · tomevault-io bundleClaw Brain - Personal AI Memory System for ClawDBot. Provides memory, personality, bonding, and learning capabilities. Use when this capability is needed.
- ▌ Fivem 2 · tomevault-io bundleFiveM 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.
- ▌ Hostinger 2 · tomevault-io bundleManage Hostinger account via API — VPS administration (start/stop/restart, snapshots, backups, firewall, Docker) Use when this capability is needed.
- ▌ Polt 2 · tomevault-io bundleConnect to POLT - the social memecoins launchpad for agents Use when this capability is needed.
- ▌ Portainer 2 · tomevault-io bundleControl 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.
- ▌ Summarize 14 · tomevault-io bundleSummarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). Use when this capability is needed.
- ▌ Tdd Guide 7 · tomevault-io bundleTest-driven development workflow with test generation, coverage analysis, and multi-framework support Use when this capability is needed.
- ▌ Turix Mac 2 · tomevault-io bundleComputer 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.
- ▌ Tdd Workflow 21 · tomevault-io bundleUse this skill whenever you are implementing a feature using TDD.
- ▌ Review Followup Example 2 · tomevault-io bundleExample follow-up review skill for Claude Review Automation. Used to verify fixes after initial review. Use when this capability is needed.
- ▌ Django Pro 9 · tomevault-io bundledjango-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.
- ▌ Golang Pro 24 · tomevault-io bundlegolang-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.
- ▌ Search Skill 2 · tomevault-io bundleDiscover 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.
- ▌ Railway CLI 3 · tomevault-io bundleDeploy 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.
- ▌ Design Doc 3 · tomevault-io bundleDesign Doc(設計ドキュメント)作成スキル。プロジェクトの設計書を構造化して作成する。「設計書を作りたい」「Design Docを書きたい」「アーキテクチャを文書化したい」などのリクエスト時に使用。要件定義、システム設計、API設計、データモデル、テスト戦略、リスク管理を網羅。 Use when this capability is needed.
- ▌ Issue Triage 4 · tomevault-io bundleTriage 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.
- ▌ Agent Creator 11 · tomevault-io bundleCreates 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.