← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 349 of 623

  1. ▌
    Rfp Analyzer · tomevault-io bundle
    Performs structured analysis of RFP (Request for Proposal) or requirement documents, identifying stakeholders, functional modules, system constraints, and generating key clarification questions. This Skill focuses on 'analysis and decomposition' to prepare for subsequent User Story writing. Use when this capability is needed.
    0 installs
  2. ▌
    Story Writer · tomevault-io bundle
    Converts RFP analysis results or functional requirements into high-quality, executable User Stories. Follows INVEST principles, produces complete Stories with acceptance criteria, and organizes output by functional modules.
    0 installs
  3. ▌
    Fastapi Local Dev · tomevault-io bundle
    FastAPI dev/prod runbook (Uvicorn reload, Gunicorn) Use when this capability is needed.
    0 installs
  4. ▌
    Media Transcoding · tomevault-io bundle
    FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs. Use when this capability is needed.
    0 installs
  5. ▌
    Software Patterns · tomevault-io bundle
    Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture. Use when this capability is needed.
    0 installs
  6. ▌
    Validated Handler · tomevault-io bundle
    Type-safe API route handler with automatic Zod validation for Next.js App Router... Use when this capability is needed.
    0 installs
  7. ▌
    Fastapi Feature Delivery · tomevault-io bundle
    Implement or modify FastAPI features in 3DKenji, including endpoints, schemas, service wiring, and behavior tests. Use when adding API routes, changing request/response models, or updating business logic. Use when this capability is needed.
    0 installs
  8. ▌
    Verify Code Convention · tomevault-io bundle
    Verifies PEP 8 naming, type hints, ruff compliance, import ordering, and project-specific conventions. Use after adding or modifying Python code. Use when this capability is needed.
    0 installs
  9. ▌
    Verify Code Simplifier · tomevault-io bundle
    Checks if code could be simplified — redundant booleans, manual loops, verbose patterns, if-else chains replaceable by dict lookups. Use after adding or modifying Python code. Use when this capability is needed.
    0 installs
  10. ▌
    API Design Audit · tomevault-io bundle
    Use when designing, reviewing, or auditing APIs — REST, GraphQL, RPC, WebSocket. Covers endpoint design, request/response contracts, versioning, error handling, pagination, rate limiting, and documentation.
    0 installs
  11. ▌
    Bordenet Superpowers Plus Code Review Battery · tomevault-io bundle
    Code Review Battery
    0 installs
  12. ▌
    Rust Closures Iterators · tomevault-io bundle
    Master closures and iterators in Rust. Use when writing functional-style code, implementing custom iterators, using iterator adaptors, understanding Fn/FnMut/FnOnce traits, or optimizing iterator chains. Use when this capability is needed.
    0 installs
  13. ▌
    Pydantic AI Agent Creation · tomevault-io bundle
    Create PydanticAI agents with type-safe dependencies, structured outputs, and proper configuration. Use when building AI agents, creating chat systems, or integrating LLMs with Pydantic validation. Use when this capability is needed.
    0 installs
  14. ▌
    Bradautomates Head Of Content Content Planner · tomevault-io bundle
    Content Planner
    0 installs
  15. ▌
    Bradautomates Head Of Content Head Of Content · tomevault-io bundle
    Video Content Analyzer
    0 installs
  16. ▌
    Bradautomates Head Of Content Tiktok Research · tomevault-io bundle
    TikTok Research
    0 installs
  17. ▌
    Merchant Issue Reproducer · tomevault-io bundle
    Reproduces a merchant developer's reported issue with the Braintree Android SDK by scaffolding a minimal Demo app scenario that isolates the problem. Use when a merchant describes a bug, unexpected behavior, or integration question. Use when this capability is needed.
    0 installs
  18. ▌
    Bramato Laravel React Plugins Database Design · tomevault-io bundle
    Database Design with Laravel
    0 installs
  19. ▌
    Brendadeeznuts1111 Tier 1380 Omega Claude API · tomevault-io bundle
    Claude API - Structured Outputs & Error Prevention Guide
    0 installs
  20. ▌
    Brendadeeznuts1111 Tier 1380 Omega Clerk Auth · tomevault-io bundle
    Clerk Auth - Breaking Changes & Error Prevention Guide
    0 installs
  21. ▌
    Brendadeeznuts1111 Tier 1380 Omega Openai API · tomevault-io bundle
    OpenAI API - Complete Guide
    0 installs
  22. ▌
    Briancl2 Customernewsletter Content Retrieval · tomevault-io bundle
    Content Retrieval
    0 installs
  23. ▌
    Briancl2 Customernewsletter Events Extraction · tomevault-io bundle
    Events Extraction
    0 installs
  24. ▌
    Setting Up A Project · tomevault-io bundle
    You MUST use this skill when the user asks you to setup a claude code project. You should also suggest it if there is no CLAUDE.md or when starting work on an empty codebase. Use when this capability is needed.
    0 installs
  25. ▌
    Generate Wrapper · tomevault-io bundle
    Generate production-ready CLI wrapper code for an MCP server following progressive disclosure patterns Use when this capability is needed.
    0 installs
  26. ▌
    Bsamiee Parametric Portal Mermaid Diagramming · tomevault-io bundle
    [H1][MERMAID-DIAGRAMMING]
    0 installs
  27. ▌
    Bsamiee Parametric Portal Observability Stack · tomevault-io bundle
    [H1][OBSERVABILITY-STACK]
    0 installs
  28. ▌
    Rls Patterns · tomevault-io bundle
    Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls. Use when this capability is needed.
    0 installs
  29. ▌
    Bybren Llc Story Systems Template Story Check · tomevault-io bundle
    Story Check Skill
    0 installs
  30. ▌
    Bybren Llc Story Systems Template Transitions · tomevault-io bundle
    Transitions Skill
    0 installs
  31. ▌
    Rubber Ducking · tomevault-io bundle
    Logic validation by verbalization. Translate code to plain English to catch semantic errors. Use before running complex logic or when debugging "it should work" failures. Use when this capability is needed.
    0 installs
  32. ▌
    Camilooscargbaptista Cto Toolkit Swift Review · tomevault-io bundle
    Swift / iOS Code Review
    0 installs
  33. ▌
    React Performance Review · tomevault-io bundle
    Review React applications for rendering inefficiency, unnecessary client work, bundle bloat, hydration cost, state placement problems, and slow interaction paths. Use when the user reports a slow React UI, wants a performance audit, or needs prioritized findings on what to fix before reaching for micro-optimizations. Use when this capability is needed.
    0 installs
  34. ▌
    Generate Prompt · tomevault-io bundle
    Generates reusable Prompt Template files (.github/prompts/*.prompt.md) with variable substitution for ad-hoc, high-frequency tasks. Use when the user needs quick, repeatable prompts for common operations (explain code, fix bug, add tests, refactor, document). Creates templates with handlebars variables, optimized context structure, and strict output constraints. Not for complex workflows (use skills) or persistent roles (use agents).
    0 installs
  35. ▌
    Debug With File · tomevault-io bundle
    Interactive hypothesis-driven debugging with documented exploration, understanding evolution, and analysis-assisted correction. Use when this capability is needed.
    0 installs
  36. ▌
    Team Brainstorm · tomevault-io bundle
    Unified team skill for brainstorming team. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team brainstorm". Use when this capability is needed.
    0 installs
  37. ▌
    Cavit99 Mlx LLM Cheatsheet Mlx LLM Cheatsheet · tomevault-io bundle
    MLX
    0 installs
  38. ▌
    Handoff Log Update · tomevault-io bundle
    Append a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership. Use when this capability is needed.
    0 installs
  39. ▌
    Docker Data · tomevault-io bundle
    Docker patterns for containerized data tools and local development. Use when this capability is needed.
    0 installs
  40. ▌
    Consult Codex · tomevault-io bundle
    Compare OpenAI Codex GPT-5.3 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions. Use when this capability is needed.
    0 installs
  41. ▌
    Code Reviewer Start · tomevault-io bundle
    Non-interactive multi-agent review of the current branch vs its base. Supports --delta (only new commits/changes since last review) and --full (whole branch). Runs Claude/Codex/Gemini/opencode in parallel, arbiter synthesises results, validates findings.json, appends the ledger, writes FINAL_REVIEW_RESULTS.md, and hands off to the main session with a structured menu. Use when this capability is needed.
    0 installs
  42. ▌
    Ralph Convert Prd · tomevault-io bundle
    Converts Product Requirements Documents into prd.json format for the Ralph autonomous agent system. Use when preparing PRDs for Ralph execution, breaking down features into atomic user stories, or when the user mentions Ralph, prd.json, or autonomous agent workflows.
    0 installs
  43. ▌
    Claude Pilot Standards · tomevault-io bundle
    Author reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance. Use when this capability is needed.
    0 installs
  44. ▌
    Charleshoskinson Danceswithclaws Coding Agent · tomevault-io bundle
    Coding Agent (bash-first)
    0 installs
  45. ▌
    Axiom Accessibility Diag · tomevault-io bundle
    Use when fixing VoiceOver issues, Dynamic Type violations, color contrast failures, touch target problems, keyboard navigation gaps, or Reduce Motion support - comprehensive accessibility diagnostics with WCAG compliance, Accessibility Inspector workflows, and App Store Review preparation for iOS/macOS
    0 installs
  46. ▌
    Axiom Camera Capture Ref · tomevault-io bundle
    Reference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs Use when this capability is needed.
    0 installs
  47. ▌
    Axiom Core Location Diag · tomevault-io bundle
    Use for Core Location troubleshooting - no location updates, background location broken, authorization denied, geofence not triggering Use when this capability is needed.
    0 installs
  48. ▌
    Axiom Core Spotlight Ref · tomevault-io bundle
    Use when indexing app content for Spotlight search, using NSUserActivity for prediction/handoff, or choosing between CSSearchableItem and IndexedEntity - covers Core Spotlight framework and NSUserActivity integration for iOS 9+
    0 installs
  49. ▌
    Axiom Database Migration · tomevault-io bundle
    Use when adding/modifying database columns, encountering "FOREIGN KEY constraint failed", "no such column", "cannot add NOT NULL column" errors, or creating schema migrations for SQLite/GRDB/SQLiteData - prevents data loss with safe migration patterns and testing workflows for iOS/macOS apps
    0 installs
  50. ▌
    Axiom Swiftui Layout Ref · tomevault-io bundle
    Reference — Complete SwiftUI adaptive layout API guide covering ViewThatFits, AnyLayout, Layout protocol, onGeometryChange, GeometryReader, size classes, and iOS 26 window APIs Use when this capability is needed.
    0 installs
  51. ▌
    Chavangorakh1999 Sde Skills Kubernetes Basics · tomevault-io bundle
    Kubernetes for Developers
    0 installs
  52. ▌
    Cheneeheng Agent Skills Scaffold Web Frontend · tomevault-io bundle
    Scaffold a Web Frontend
    0 installs
  53. ▌
    Chipikaf Vizcraft Documentation Update Policy · tomevault-io bundle
    Documentation Update Policy
    0 installs
  54. ▌
    Chkim Su Forge Editor Workflow State Patterns · tomevault-io bundle
    ---
    0 installs
  55. ▌
    Orchestra Cross Agent Sync · tomevault-io bundle
    Coordinate consistent behavior across heterogeneous agents (Claude, Copilot, Codex, Cursor, Windsurf, Gemini, Antigravity) using a shared source-of-truth model. Use when this capability is needed.
    0 installs
  56. ▌
    Christophera Claude Code Tools Session Resume · tomevault-io bundle
    Session Resume Protocol
    0 installs
  57. ▌
    Defense In Depth · tomevault-io bundle
    This skill should be used when implementing "multi-layer validation", "comprehensive error handling", "input sanitization", "security testing", "data validation layers", "fault tolerance", or when building robust systems with multiple validation checkpoints. Use when this capability is needed.
    0 installs
  58. ▌
    Claude Dev Suite Claude Dev Suite File Upload · tomevault-io bundle
    File Upload Handling
    0 installs
  59. ▌
    Claude Dev Suite Claude Dev Suite Osv Scanner · tomevault-io bundle
    OSV-Scanner — Cross-Language Vuln Scanner
    0 installs
  60. ▌
    Cleanexpo Nodejs Starter V1 Metrics Collector · tomevault-io bundle
    ---
    0 installs
  61. ▌
    Cleanexpo Nodejs Starter V1 Scientific Luxury · tomevault-io bundle
    ---
    0 installs
  62. ▌
    Verifying Layer Documentation · tomevault-io bundle
    Use after layer analysis to detect gaps in documentation. Outputs a work list for completing-layer-documentation. Use when this capability is needed.
    0 installs
  63. ▌
    Clipboardhealth Core Utils Learn From Session · tomevault-io bundle
    You are reviewing the current Claude Code session. Your job is to surface the 2-3 most impactful findings — things that would actually change how the next session goes — not to produce an exhaustive report card.
    0 installs
  64. ▌
    Designing Architecture · tomevault-io bundle
    Guides software architecture decisions, design patterns, and system design principles. Use when designing systems, choosing patterns, or making architectural decisions. Use when this capability is needed.
    0 installs
  65. ▌
    Codedrichy Food Chain Ideation Apex To Action · tomevault-io bundle
    Apex to Action
    0 installs
  66. ▌
    Generating Excalidraw Visuals · tomevault-io bundle
    Generates hand-drawn style visuals from video scripts by creating Excalidraw JSON files programmatically, then importing into Excalidraw for visual validation. Use when creating diagrams, flowcharts, infographics, or illustrations for YouTube videos, educational content, or presentations.
    0 installs
  67. ▌
    Setup Remote Repo Notes Dir · tomevault-io bundle
    Create a structured notes directory for studying and documenting remote GitHub repositories. Use this skill when the user wants to set up a workspace for researching, analyzing, or taking notes on an external GitHub repository. Creates separate committed notes/ directory and gitignored code/ directory. Use when this capability is needed.
    0 installs
  68. ▌
    Memory First Workflow · tomevault-io bundle
    Workflow for checking memory before code exploration. Auto-loaded when answering questions about code, architecture, or patterns. Use when this capability is needed.
    0 installs
  69. ▌
    Xiaoai Tts · tomevault-io bundle
    Control Xiaoai speaker via OpenXiaoAI Voice API for high-quality TTS playback. Use when the user wants to play voice notifications, announcements, or TTS through the Xiaoai speaker using the OpenXiaoAI HTTP API. Supports Doubao (ByteDance) TTS with emotions, voice types, and speed control. Triggers on queries like "小爱播报", "语音播报", "让小爱说", "读出来", "播报", "xiaoai-tts","tts", "TTS", "小爱音箱语音播报". Use when this capability is needed.
    0 installs
  70. ▌
    Colrudev Job Candidate Matcher Pytest Testing · tomevault-io bundle
    When to Use
    0 installs
  71. ▌
    Next Intl Add Language · tomevault-io bundle
    Add new language to a Next.js + next-intl application Use when this capability is needed.
    0 installs
  72. ▌
    Comeonoliver Skillshub Vue Composable Creator · tomevault-io bundle
    Vue Composable Creator
    0 installs
  73. ▌
    Comfy Org Workflow Templates Adding Templates · tomevault-io bundle
    Adding a Workflow Template
    0 installs
  74. ▌
    Confighub Cub Scout AI Agent Readonly Context · tomevault-io bundle
    ai-agent-readonly-context
    0 installs
  75. ▌
    Confighub Cub Scout Triage Unhealthy Workload · tomevault-io bundle
    triage-unhealthy-workload
    0 installs
  76. ▌
    Congiuluc My Awesome Copilot Vscode Extension · tomevault-io bundle
    VS Code Extension Development
    0 installs
  77. ▌
    Simulator Workflows · tomevault-io bundle
    iOS Simulator device and app management with simctl. Use when managing simulator devices (boot, create, delete), installing/launching apps, or troubleshooting simulator issues. Covers device lifecycle, app lifecycle, and diagnostics. Use when this capability is needed.
    0 installs
  78. ▌
    Docs Retrieval · tomevault-io bundle
    Retrieve documentation context from local ai-docs. Check here first when implementing features, debugging errors, or needing library information. Fall back to web search if topic not found locally. Use when this capability is needed.
    0 installs
  79. ▌
    Post Impl Docs · tomevault-io bundle
    Update repository documentation after code implementation. Maintains README, CHANGELOG, docs/ folder, and inline docstrings based on changes made. Triggered by lane-executor after task completion. Use when this capability is needed.
    0 installs
  80. ▌
    Stack Analyzer · tomevault-io bundle
    Analyze project stack and recommend skills. Auto-detects frameworks, activates generic ai-dev-kit skills, and optionally scaffolds project-specific skills in the target repo. Use when this capability is needed.
    0 installs
  81. ▌
    Directory Submissions · tomevault-io bundle
    When the user wants to submit their product to startup, SaaS, AI, agent, MCP, no-code, or review directories for backlinks, domain rating, and discovery. Also use when the user mentions "directory submissions," "submit to directories," "backlinks from directories," "list my product," "submit to Product Hunt," "BetaList," "TAAFT," "Futurepedia," "G2 listing," "Capterra listing," "AlternativeTo," "SaaSHub," "AI directories," "MCP registry," "agent directory," "dofollow backlinks," "launch directories," or "directory tracker." Use this whenever someone is planning the directory layer of a product launch or an ongoing backlink campaign. For the broader launch moment, see launch. For programmatic SEO pages that should live behind these backlinks, see programmatic-seo. For AI citation optimization, see ai-seo. Use when this capability is needed.
    0 installs
  82. ▌
    Security Analyzer · tomevault-io bundle
    Comprehensive security vulnerability analysis for codebases and infrastructure. Scans dependencies (npm, pip, gem, go, cargo), containers (Docker, Kubernetes), cloud IaC (Terraform, CloudFormation), and detects secrets exposure. Fetches live CVE data from OSV.dev, calculates risk scores, and generates phased remediation plans with TDD validation tests. Use when users mention security scan, vulnerability, CVE, exploit, security audit, penetration test, OWASP, hardening, dependency audit, container security, or want to improve security posture. Use when this capability is needed.
    0 installs
  83. ▌
    Countzero Windows Llama Cpp Windows Llama Cpp · tomevault-io bundle
    Multi-Pass PR Code Review
    0 installs
  84. ▌
    UX UI Developer · tomevault-io bundle
    Act as a UX/UI Developer to design user interfaces, build design systems, conduct usability reviews, and implement accessible, responsive front-end components. Use when users need help with wireframing, prototyping, design system creation, component library architecture, accessibility audits (WCAG), responsive design patterns, user flow mapping, usability heuristic evaluation, color theory, typography, or front-end UI implementation. Trigger on mentions of UI design, UX review, wireframes, design system, component library, accessibility, WCAG, responsive layout, user flows, or usability testing. Use when this capability is needed.
    0 installs
  85. ▌
    Claude Specific · tomevault-io bundle
    Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions. Use when this capability is needed.
    0 installs
  86. ▌
    Nodejs API Client Caching · tomevault-io bundle
    Pattern for building Node.js API clients with TTL-based caching and no external dependencies Use when this capability is needed.
    0 installs
  87. ▌
    Vscode Dashboard Webviews · tomevault-io bundle
    Patterns for building dashboard webviews with tabs and visualizations Use when this capability is needed.
    0 installs
  88. ▌
    Claude Dev Suite Claude Dev Suite SQL Server · tomevault-io bundle
    SQL Server - Quick Reference
    0 installs
  89. ▌
    Claude Dev Suite Claude Dev Suite Sqlalchemy · tomevault-io bundle
    SQLAlchemy Core Knowledge
    0 installs
  90. ▌
    Claude Dev Suite Claude Dev Suite Typescript · tomevault-io bundle
    TypeScript Core Knowledge
    0 installs
  91. ▌
    Commit Message Crafter · tomevault-io bundle
    Generate best-practice git commit messages (Conventional Commits) by inspecting changes, choosing type/scope, and producing concise, high-signal summaries in English. Use when this capability is needed.
    0 installs
  92. ▌
    Contrast Solver Helper · tomevault-io bundle
    Implement APCA/WCAG2 contrast requirements and solver behavior per src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md, with minimal tests. Use when this capability is needed.
    0 installs
  93. ▌
    Curating Context · tomevault-io bundle
    Produces a public handoff document (committed, tone-firewalled, token-budgeted) and captures private context for future sessions. Use when wrapping up a session, switching focus, handing off to another agent or person, saving progress before context is lost, or when someone says "let's write a handoff". Use when this capability is needed.
    0 installs
  94. ▌
    Editorial Review · tomevault-io bundle
    Runs deterministic quality gates (token count, readability, completeness via bito) and agent-based editorial judgment (conference-talk test, tone drift, assumed context) on documentation artifacts. Use before committing docs, when reviewing written artifacts for quality or tone, when checking if documentation is ready to ship, or as the final gate in any writing skill's workflow.
    0 installs
  95. ▌
    Cleanexpo Nodejs Starter V1 Council Of Logic · tomevault-io bundle
    ---
    0 installs
  96. ▌
    Clearclown Claude Code Aida Requirements Gen · tomevault-io bundle
    Requirements Generation Skill
    0 installs
  97. ▌
    Dc Chart Config · tomevault-io bundle
    Configure chart axis mappings and display options for all chart types in Drizzle Cube. Use when this capability is needed.
    0 installs
  98. ▌
    Conductornew Track · tomevault-io bundle
    Plans a track, generates spec and plan documents Use when this capability is needed.
    0 installs
  99. ▌
    React Component Development · tomevault-io bundle
    Guide for creating React components using HeroUI in the DEVS platform. Use this when asked to create new UI components, pages, or modify existing React code. Use when this capability is needed.
    0 installs
  100. ▌
    Golang Type Safety · tomevault-io bundle
    Prefer typed constants and named types over magic strings/numbers in Go. Use when writing function signatures, struct fields, switch statements, or passing enum-like values. Use when this capability is needed.
    0 installs