← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 263 of 623

  1. ▌
    Ashutoshsrivastava17 Skill Library Solid Principles · tomevault-io bundle
    SOLID Principles
    0 installs
  2. ▌
    Subdomain Evolution Agent · tomevault-io bundle
    Create ontological propositions for the Genesis Semantic Design System when gaps are identified. Analyze existing variants, formulate semantic intents, and submit PRs to theme repository. Use when subdomain development reveals missing semantic patterns that can't be expressed with current ontological variants. Use when this capability is needed.
    0 installs
  3. ▌
    Godot Profile Performance · tomevault-io bundle
    Detects performance bottlenecks in Godot projects including expensive _process functions, get_node() calls in loops, instantiations in _process, and provides optimization suggestions with Godot profiler integration Use when this capability is needed.
    0 installs
  4. ▌
    Asreonn Godot Superpowers Godot Setup Animationtree · tomevault-io bundle
    Setup AnimationTree State Machine
    0 installs
  5. ▌
    Azure Analysis Services · tomevault-io bundle
    Expert knowledge for Azure Analysis Services development including troubleshooting. Use when testing server connections, debugging gateway or firewall blocks, or checking connection strings and ports, and other Azure Analysis Services related development tasks. Not for Azure Synapse Analytics (use azure-synapse-analytics), Azure SQL Database (use azure-sql-database), Azure SQL Managed Instance (use azure-sql-managed-instance), SQL Server on Azure Virtual Machines (use azure-sql-virtual-machines). Use when this capability is needed.
    0 installs
  6. ▌
    Safety Critical Patterns · tomevault-io bundle
    NASA Power of 10 rules adapted for writing robust, verifiable code with context-appropriate rigor Use when this capability is needed.
    0 installs
  7. ▌
    Atlassian Atlassian MCP Server Atlassian MCP Server · tomevault-io bundle
    Capture Tasks from Meeting Notes
    0 installs
  8. ▌
    Flutter Controller Pattern · tomevault-io bundle
    Use when moving business logic out of Flutter widgets/providers into Riverpod controllers and needing clear boundaries for controller state, use-case orchestration, presentation intents, and controller-focused tests.
    0 installs
  9. ▌
    Python Fastapi Patterns · tomevault-io bundle
    FastAPI best practices, async patterns, and Pydantic validation Use when this capability is needed.
    0 installs
  10. ▌
    Nova Migrate · tomevault-io bundle
    Migrate an application from any LLM to Amazon Nova 1 or Nova 2 end-to-end. Orchestrates prompt optimization (delegates to /nova1-prompt or /nova2-prompt), captures a baseline from the source model, evaluates the migrated prompt against a task-derived rubric, and runs a refine loop that re-optimizes when Nova regresses against the baseline. Supports user-provided tests (JSONL or YAML), pre-recorded baselines (no API keys needed), or synthetic test generation. Use this skill when a user wants to port an existing prompt or app to Nova and needs confidence that quality is preserved or improved. Use when this capability is needed.
    0 installs
  11. ▌
    Deploy Infrastructure · tomevault-io bundle
    Deploy HyperPod EKS infrastructure using deploy.sh via CloudFormation or Terraform, including AZ resolution, stack outputs, and kubeconfig setup Use when this capability is needed.
    0 installs
  12. ▌
    Axiomantic Spellbook Finishing A Development Branch · tomevault-io bundle
    Finishing a Development Branch
    0 installs
  13. ▌
    Flutter Theme Aware · tomevault-io bundle
    Enforces ThemeData discipline in Flutter widgets. Triggers automatically whenever the model is about to write a Color, TextStyle, or Decoration in a widget. Hardcoded colors (Colors.blue, 0xFFFFFFFF, Color(0xFFXXXXXX) inline) are forbidden in widget code. All colors must come from Theme.of(context).colorScheme.* or a custom ColorScheme extension. All text styles must come from Theme.of(context).textTheme.* with optional copyWith. The theme itself is defined ONCE in a central theme file, supports both light and dark modes, and uses Material 3 ColorScheme.fromSeed for color generation unless a brand requires exact hex values. Use when this capability is needed.
    0 installs
  14. ▌
    Axone Prolog Core Development · tomevault-io bundle
    Implement and review core changes in Axone's Go-based Prolog VM and interpreter with strict determinism for blockchain embedding. Use when editing predicate semantics, VM execution state, parser or lexer behavior, stream or filesystem I/O (open/*, read_write, set_stream_position), or interpreter wiring in engine/*.go, interpreter.go, and cmd/1pl/*, while preserving ISO compliance where feasible and maintaining explicit project deviations where required by blockchain constraints. Use when this capability is needed.
    0 installs
  15. ▌
    Title Generator · tomevault-io bundle
    Generates compelling, click-worthy titles from content across multiple styles and platforms. Use when naming blog posts, videos, newsletters, social posts, or any content that needs a great headline.
    0 installs
  16. ▌
    Azure Bicep Registry Modules Bicep Registry Modules · tomevault-io bundle
    AVM Bicep Child Module Publishing
    0 installs
  17. ▌
    Postgres Best Practices · tomevault-io bundle
    PostgreSQL best practices for database design, query optimization, and performance tuning Use when this capability is needed.
    0 installs
  18. ▌
    Codex Workflow Autopilot · tomevault-io bundle
    Generate execution workflows from confirmed intent using behavioral modes, BMAD phases, checkpoints, and Phase X verification. Route build, fix, review, debug, docs, and Scrum ceremony requests into ordered steps with exit criteria. Use when this capability is needed.
    0 installs
  19. ▌
    Bayramannakov Chatgpt App Skill Chatgpt App Builder · tomevault-io bundle
    ChatGPT App Builder
    0 installs
  20. ▌
    Beejones Protected Container Documentation And Adrs · tomevault-io bundle
    Documentation And ADRs Skill
    0 installs
  21. ▌
    Enterprise Artifact Search · tomevault-io bundle
    Multi-hop evidence search + structured extraction over enterprise artifact datasets (docs/chats/meetings/PRs/URLs). Strong disambiguation to prevent cross-product leakage; returns JSON-ready entities plus evidence pointers. Use when this capability is needed.
    0 installs
  22. ▌
    Gemini Video Understanding · tomevault-io bundle
    Analyze videos with Google Gemini API (summaries, Q&A, transcription with timestamps + visual context, scene/timeline detection, video clipping, FPS control, multi-video comparison, and YouTube URL analysis). Use when this capability is needed.
    0 installs
  23. ▌
    Locational Marginal Prices · tomevault-io bundle
    Extract locational marginal prices (LMPs) from DC-OPF solutions using dual values. Use when computing nodal electricity prices, reserve clearing prices, or performing price impact analysis. Use when this capability is needed.
    0 installs
  24. ▌
    Maven Plugin Configuration · tomevault-io bundle
    Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.
    0 installs
  25. ▌
    List Todos · tomevault-io bundle
    Analyze and prioritize TODO items from TODOS.md. Use when planning work or deciding what to implement next. Use when this capability is needed.
    0 installs
  26. ▌
    Tailwind Conventions · tomevault-io bundle
    Consistent Tailwind CSS patterns for React/Next.js applications. Use when styling components with Tailwind, adding responsive design, implementing dark mode, or organizing utility classes. Use when this capability is needed.
    0 installs
  27. ▌
    Connectivity Usb Can · tomevault-io bundle
    USB and CAN connectivity for Zephyr RTOS. Covers USB device stack configuration (CDC ACM, HID, MSC), CAN controller integration, and professional USB-to-CAN adapter patterns including buffering and protocol packetization. Trigger when adding USB interfaces, implementing CAN bus communication, or building hardware diagnostic tools. Use when this capability is needed.
    0 installs
  28. ▌
    Antibrittle Patterns · tomevault-io bundle
    This skill should be used when the user asks about "long-running agents", "antibrittle patterns", "agent reliability", "agents that run for hours", "run boxes", "context boundaries", or needs architecture guidance for AI agents that work autonomously for extended periods. Use when this capability is needed.
    0 installs
  29. ▌
    Blader Claudeception Typescript Circular Dependency · tomevault-io bundle
    TypeScript Circular Dependency Detection and Resolution
    0 installs
  30. ▌
    Digitalocean Networking · tomevault-io bundle
    DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads. Use when this capability is needed.
    0 installs
  31. ▌
    Bolta Review Approve And Route · tomevault-io bundle
    Approve inbox posts and route to Approved→Scheduled based on workspace governance. Handles bulk approvals with flexible scheduling. Use when this capability is needed.
    0 installs
  32. ▌
    Iterative Review · tomevault-io bundle
    Plan → code → review → re-code feedback loop with persistent state across iterations. Spawns the review-coordinator, tracks findings across pushes, dedupes against prior iterations, and respects user "won't fix" decisions Use when this capability is needed.
    0 installs
  33. ▌
    Usage Rules · tomevault-io bundle
    Search for package-specific usage rules and best practices from Elixir packages. Use when you need coding conventions, patterns, common mistakes, or good/bad examples for packages like Ash, Phoenix, Ecto, etc. Use when this capability is needed.
    0 installs
  34. ▌
    Ruby Integration · tomevault-io bundle
    This skill is for writing integrations to the Ruby SDK. Claude acts as the engineer implementing LLM provider or agentic framework integrations. Use when adding support for OpenAI-like providers, Anthropic-like providers, or agent frameworks. Covers TDD workflow, comprehensive testing (streaming/non-streaming/tokens/multimodal), defensive coding, MCP validation, and StandardRB compliance. Use when this capability is needed.
    0 installs
  35. ▌
    Deployment And Devops · tomevault-io bundle
    Use when setting up deployment pipelines, Docker environments, CI/CD, or server configuration for Laravel + React applications. Covers Docker Compose, GitHub Actions, Laravel Forge, Laravel Vapor, zero-downtime deployments, and monitoring.
    0 installs
  36. ▌
    Brendadeeznuts1111 Tier 1380 Omega Claude Agent Sdk · tomevault-io bundle
    Claude Agent SDK - Structured Outputs & Error Prevention Guide
    0 installs
  37. ▌
    Brendadeeznuts1111 Tier 1380 Omega Openai Responses · tomevault-io bundle
    OpenAI Responses API
    0 installs
  38. ▌
    Resilience · tomevault-io bundle
    Apply fault-tolerance patterns to outbound calls and async consumers (timeouts, retries with backoff+jitter, circuit breakers, bulkheads, idempotency keys, graceful degradation). Use when a service calls external dependencies, processes queues/events, or needs hardening against partial failures and flaky upstreams. NOT for diagnosing existing failures (use debug); NOT for multi-service architecture decisions (use architecture). Use when this capability is needed.
    0 installs
  39. ▌
    Writing Verification Plans · tomevault-io bundle
    Use when a project needs a verification plan for acceptance testing in real-world scenarios
    0 installs
  40. ▌
    Migration Patterns · tomevault-io bundle
    Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema. Use when this capability is needed.
    0 installs
  41. ▌
    Caido Plugin Dev · tomevault-io bundle
    Comprehensive skill for developing Caido plugins (frontend, backend, or both). Use this skill when creating Caido security testing tool plugins, extending Caido functionality, or building custom automation for web application security auditing within the Caido platform. Use when this capability is needed.
    0 installs
  42. ▌
    Capacitor Plugin Development · tomevault-io bundle
    Guides the agent through creating and maintaining Capacitor plugins from scratch. Covers scaffolding a new plugin project, designing the TypeScript API, implementing native iOS (Swift) and Android (Java/Kotlin) bridges, implementing the web layer, defining TypeScript type definitions, plugin configuration values, plugin hooks, development workflow with local testing, documentation generation, and publishing to npm. Do not use for installing existing plugins into an app, upgrading existing plugins to newer Capacitor versions, adding SPM support to plugins, or non-Capacitor plugin frameworks. Use when this capability is needed.
    0 installs
  43. ▌
    Vasp Physicist Skill · tomevault-io bundle
    Capabilities for Post-Processing, Analysis, and Scientific Reporting. Use when this capability is needed.
    0 installs
  44. ▌
    Parallel Research · tomevault-io bundle
    AI-powered deep research using Parallel AI APIs for chat, research reports, entity discovery, and data enrichment. Use this skill when doing web research, competitive analysis, market research, generating research reports, finding companies matching criteria, or enriching existing data. Triggers on research requests, competitive intelligence, finding companies, or data enrichment tasks. Use when this capability is needed.
    0 installs
  45. ▌
    Transcript Search · tomevault-io bundle
    Meeting transcript search from Fireflies.ai and Google Drive. Use this skill when searching for meeting transcripts, finding past client calls, retrieving conversation history, or exporting meeting notes. Triggers on transcript search, meeting history, call recordings, or Fireflies queries. Use when this capability is needed.
    0 installs
  46. ▌
    Flutter App Evaluation · tomevault-io bundle
    Use ALWAYS for Flutter projects — dispatches Flutter evaluator to test the running app on Android emulator and/or iOS simulator like a real user, checking UI, navigation, API integration, and persisted behavior via ADB/simctl. Use when this capability is needed.
    0 installs
  47. ▌
    Cboone Cboone Cc Plugins Create Worktree From Issue · tomevault-io bundle
    Create Worktree from Issue
    0 installs
  48. ▌
    Chronicle Context Retriever · tomevault-io bundle
    Search and retrieve context from past development sessions using Chronicle data. Works with MCP (fast, structured) or CLI commands (portable). Use when user asks about previous work, wants to recall past decisions, needs to understand codebase history, or wants to avoid repeating past approaches. Use when this capability is needed.
    0 installs
  49. ▌
    Axiom Swiftdata Migration Diag · tomevault-io bundle
    Use when SwiftData migrations crash, fail to preserve relationships, lose data, or work in simulator but fail on device - systematic diagnostics for schema version mismatches, relationship errors, and migration testing gaps
    0 installs
  50. ▌
    Maintenance Automation · tomevault-io bundle
    This skill should be used when the user asks to "automate maintenance", "update dependencies", "security scanning", "automated backups", "system health monitoring", or needs comprehensive automated maintenance to reduce operational overhead and prevent technical debt. Use when this capability is needed.
    0 installs
  51. ▌
    Roi Tracking Framework · tomevault-io bundle
    This skill should be used when the user asks to "track ROI", "measure cost savings", "calculate return on investment", "analyze efficiency gains", "measure automation impact", or needs comprehensive ROI measurement and business impact analysis for development and automation initiatives. Use when this capability is needed.
    0 installs
  52. ▌
    Alicloud AI Audio Tts Test · tomevault-io bundle
    Minimal TTS smoke test for Model Studio Qwen TTS. Use when this capability is needed.
    0 installs
  53. ▌
    Alicloud Security Kms Test · tomevault-io bundle
    Minimal smoke test for KMS skill. Validate auth and read-only key listing path. Use when this capability is needed.
    0 installs
  54. ▌
    Claude Dev Suite Claude Dev Suite Rust Supply Chain · tomevault-io bundle
    Rust Supply Chain & Quality Toolchain
    0 installs
  55. ▌
    Claude Dev Suite Claude Dev Suite Sentry Selfhosted · tomevault-io bundle
    Sentry Self-Hosted
    0 installs
  56. ▌
    Notebooklm Second Brain · tomevault-io bundle
    This skill enforces a "Notebook First" retrieval policy. Instead of loading entire markdown files or running web searches for architecture decisions, debugging patterns, or security knowledge, the agent queries purpose-built NotebookLM notebooks via the `nlm` CLI. This keeps the agent context window lean and retrieval fast. Use when this capability is needed.
    0 installs
  57. ▌
    Clintwine Antigravity Awesome Skills Azure AI Ml Py · tomevault-io bundle
    Azure Machine Learning SDK v2 for Python
    0 installs
  58. ▌
    Clintwine Antigravity Awesome Skills M365 Agents Py · tomevault-io bundle
    Microsoft 365 Agents SDK (Python)
    0 installs
  59. ▌
    Scrcpy Option UI Builder · tomevault-io bundle
    This skill should modify the category screens and add the requested scrcpy options to the UI, depending on the type of the option (text, toggle, dropdown, etc.). Use this skill for adding new scrcpy options in the UI. Use when this capability is needed.
    0 installs
  60. ▌
    Colinlu50 Openclaw Lark Stream Openclaw Lark Stream · tomevault-io bundle
    Lark Output Rules
    0 installs
  61. ▌
    Colrudev Job Candidate Matcher Langchain Test Agent · tomevault-io bundle
    When to Use
    0 installs
  62. ▌
    Coltongerber Ccode To Codex Migrate Agents To Codex · tomevault-io bundle
    <!-- Generated by the ccode-to-codex mirror sync on 2026-04-14 from input revision 9a2403fb. -->
    0 installs
  63. ▌
    Codex Oss Maintainer Toolkit · tomevault-io bundle
    Build Codex-native workflows for open-source maintenance. Use when creating AGENTS.md guidance, maintainer skills, issue triage flows, PR review prompts, release-note routines, or repository verification scripts. Use when this capability is needed.
    0 installs
  64. ▌
    Developer Hub · tomevault-io bundle
    Your intelligent developer command center -- start here for any Python, wxPython, desktop app, NVDA addon, accessibility tool building, desktop accessibility, or general software engineering task. Routes to specialist agents across the developer, web, and document accessibility teams. Use when this capability is needed.
    0 installs
  65. ▌
    Craigkitterman Cross Model Code Review Skill Review · tomevault-io bundle
    Multi-AI Review
    0 installs
  66. ▌
    Construct Development · tomevault-io bundle
    CDK construct development patterns, design principles, and type-driven development. Use when building or modifying AWS CDK constructs. Use when this capability is needed.
    0 installs
  67. ▌
    Docker Compose Readme · tomevault-io bundle
    Generates comprehensive README.md files for Docker Compose projects by analyzing compose.yml and .env.example files. Use when user requests documentation for a docker-compose folder or asks to create/update README files for container services.
    0 installs
  68. ▌
    Cost Accrual Tracker · tomevault-io bundle
    Track real-time API cost accrual during LLM execution. Activate on 'cost tracking', 'token usage', 'API costs', 'budget monitoring', 'usage metrics'. NOT for cost estimation, pricing tiers, Use when this capability is needed.
    0 installs
  69. ▌
    Jungian Psychologist · tomevault-io bundle
    Expert in Jungian analytical psychology, depth psychology, shadow work, archetypal analysis, dream interpretation, active imagination, addiction/recovery through Jungian lens, and the individuation Use when this capability is needed.
    0 installs
  70. ▌
    Terraform Iac Expert · tomevault-io bundle
    Terraform and OpenTofu infrastructure as code — module design, state management, multi-environment setups, remote backends, secrets management, CI/CD integration. NOT for Pulumi, CDK, Ansible, Use when this capability is needed.
    0 installs
  71. ▌
    UX Friction Analyzer · tomevault-io bundle
    Comprehensive UX analysis using cognitive psychology, ADHD-friendly design, Gestalt principles, and flow state engineering. Specializes in friction audits, user journey simulation, cognitive Use when this capability is needed.
    0 installs
  72. ▌
    Voice Audio Engineer · tomevault-io bundle
    Expert in voice synthesis, TTS, voice cloning, podcast production, speech processing, and voice UI design via ElevenLabs integration. Specializes in vocal clarity, loudness standards (LUFS), Use when this capability is needed.
    0 installs
  73. ▌
    Performing Code Reviews · tomevault-io bundle
    Use when reviewing code for quality, security, and maintainability. Enforces verification tooling as table stakes, loads skill-based review lenses, and produces structured actionable output.
    0 installs
  74. ▌
    LLM Context Rule Creator · tomevault-io bundle
    Create optimized llm-context rules for specific tasks by analyzing codebase content and generating minimal file selection patterns Use when this capability is needed.
    0 installs
  75. ▌
    Helixdevelopment Helixagent Generating Test Reports · tomevault-io bundle
    Test Report Generator
    0 installs
  76. ▌
    Helixdevelopment Helixagent Klingai Async Workflows · tomevault-io bundle
    Klingai Async Workflows
    0 installs
  77. ▌
    Helixdevelopment Helixagent Klingai Usage Analytics · tomevault-io bundle
    Klingai Usage Analytics
    0 installs
  78. ▌
    Helixdevelopment Helixagent Langchain Common Errors · tomevault-io bundle
    LangChain Common Errors
    0 installs
  79. ▌
    Helixdevelopment Helixagent Langchain Data Handling · tomevault-io bundle
    LangChain Data Handling
    0 installs
  80. ▌
    Helixdevelopment Helixagent Langchain Observability · tomevault-io bundle
    LangChain Observability
    0 installs
  81. ▌
    Helixdevelopment Helixagent Managing Snapshot Tests · tomevault-io bundle
    Snapshot Test Manager
    0 installs
  82. ▌
    Helixdevelopment Helixagent Openrouter Install Auth · tomevault-io bundle
    Openrouter Install Auth
    0 installs
  83. ▌
    Helixdevelopment Helixagent Tracking Model Versions · tomevault-io bundle
    Model Versioning Tracker
    0 installs
  84. ▌
    Tracking Resource Usage · tomevault-io bundle
    Track and optimize resource usage across application stack including CPU, memory, disk, and network I/O. Use when identifying bottlenecks or optimizing costs. Trigger with phrases like "track resource usage", "monitor CPU and memory", or "optimize resource allocation". Use when this capability is needed.
    0 installs
  85. ▌
    Helixdevelopment Helixagent Windsurf Cascade Agents · tomevault-io bundle
    Windsurf Cascade Agents
    0 installs
  86. ▌
    Helixdevelopment Helixagent Windsurf CI Integration · tomevault-io bundle
    Windsurf CI Integration
    0 installs
  87. ▌
    Helixdevelopment Helixagent Windsurf Custom Prompts · tomevault-io bundle
    Windsurf Custom Prompts
    0 installs
  88. ▌
    Helixdevelopment Helixagent Windsurf Enterprise Sso · tomevault-io bundle
    Windsurf Enterprise Sso
    0 installs
  89. ▌
    Helixdevelopment Helixagent Windsurf Extension Pack · tomevault-io bundle
    Windsurf Extension Pack
    0 installs
  90. ▌
    Helixdevelopment Helixagent Windsurf Linting Config · tomevault-io bundle
    Windsurf Linting Config
    0 installs
  91. ▌
    Helixdevelopment Helixagent Windsurf Local Dev Loop · tomevault-io bundle
    Windsurf Local Dev Loop
    0 installs
  92. ▌
    Helixdevelopment Helixagent Windsurf Prod Checklist · tomevault-io bundle
    Windsurf Production Checklist
    0 installs
  93. ▌
    Memory Engine · tomevault-io bundle
    Memory management system for Claude Code — Student Loop, Smart Context, Auto Learn, Session Handoff, Correction Cycle. Triggered by memory commands (/save, /reflect, /handoff, /check) or memory-related questions. Not for general programming tasks. Use when this capability is needed.
    0 installs
  94. ▌
    Heptabase CLI · tomevault-io bundle
    Interact with Heptabase using the CLI to manage knowledge base content, search cards, edit properties, read parsed PDF and media transcript content, export local files, manage whiteboard cards, and browse AI Tutor goals, courses, and lessons. Use when this capability is needed.
    0 installs
  95. ▌
    Ida Plugin Development · tomevault-io bundle
    Develop plugins for IDA Pro in Python, using idiomatic patterns, lessons, and tricks, including the Python Domain API (ida-domain). Use when creating both GUI (Qt) and background plugins for inspecting and rendering things program structure, functions, disassembly, cross-references, and strings. Use when this capability is needed.
    0 installs
  96. ▌
    Gemini Live API · tomevault-io bundle
    Expert developer skill for implementing real-time voice and video interactions using the Google Gemini Live API. This skill should be used when implementing bidirectional audio streaming, voice conversations with interruption handling, real-time transcription, function calling in live sessions, session management, or voice customization. Use when this capability is needed.
    0 installs
  97. ▌
    Substack Editor · tomevault-io bundle
    Transform topics or documents into engaging, optimized Substack articles with authentic voice, storytelling, and maximum engagement. Use when user wants to create a Substack post from an idea, topic, or existing document. Use when this capability is needed.
    0 installs
  98. ▌
    Privacy Policy Generate · tomevault-io bundle
    Generate privacy policy for Android apps with GitHub Pages hosting Use when this capability is needed.
    0 installs
  99. ▌
    Vue Nuxt Security · tomevault-io bundle
    Security audit specific to Vue.js and Nuxt applications including v-html XSS, template injection, useFetch/$fetch SSR patterns, Nuxt server routes (server/api), runtime config vs public runtime config, useState SSR leakage, Pinia/Vuex store exposure, and Vue 2 vs 3 differences. Use this skill whenever the user mentions Vue, Vue 3, Vue 2, Nuxt, Nuxt 3, Nuxt 2, v-html, useFetch, useState, Pinia, Vuex, defineNuxtConfig, server/api routes, useRuntimeConfig, or asks "audit my Vue app", "Nuxt security", "v-html safe". Trigger when the codebase contains `vue` in package.json, `.vue` files, `nuxt.config.ts`, or `defineNuxtConfig`. Use when this capability is needed.
    0 installs
  100. ▌
    Runninghub · tomevault-io bundle
    Generate images, videos, audio, and 3D models via RunningHub API (356 endpoints) and run any RunningHub AI Application (custom ComfyUI workflow) by webappId. Covers text-to-image, image-to-video, text-to-speech, music generation, 3D modeling, image upscaling, AI apps, and more. Use when this capability is needed.
    0 installs