← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 34 of 622

  1. Code Review Checklist 15 · tomevault-io bundle
    Generate a tailored code review checklist for any pull request based on the language, type of change, and risk level. Use when asked to review code, check a PR, review a pull request, or generate a code review checklist. Produces a focused checklist with language-specific checks, risk-level-appropriate depth, and a clear approve/request-changes recommendation. Use when this capability is needed.
    0 installs
  2. Fix Issue 10 · tomevault-io bundle
    Use when working on a GitHub issue - fetches issue details, analyzes codebase, implements fix following project methodology
    0 installs
  3. Sync Docs 7 · tomevault-io bundle
    Use when documentation needs updating - ensures variables.tf, llms.md, kube.tf.example, and README are in sync
    0 installs
  4. Testing Test Writing 4 · tomevault-io bundle
    Your approach to handling testing test writing. Use this skill when working on files where testing test writing comes into play. Use when this capability is needed.
    0 installs
  5. Gh Issue Orchestrator 2 · tomevault-io bundle
    Orchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree. Use when this capability is needed.
    0 installs
  6. Meeting Reminders 2 · tomevault-io bundle
    Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request. Use when this capability is needed.
    0 installs
  7. Implement Universal 2 · tomevault-io bundle
    Harness-agnostic version of `/implement`. Drives a single workshop ticket through the SWE→Tester loop in ONE conversation, with the role prompts bundled as `agents/software-engineer.md` and `agents/tester.md` instead of being launched as subagents. Resolves the ticket from `implement_yourself/tasks/`, creates an `implementing/from-scratch` branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), adopts the software-engineer role to implement, then switches to the tester role to verify (logic tickets only). Loops on FAIL up to 3 times, moves the file to `tasks/done/`, then commits directly with `git commit -m`. Stops after one ticket. Trigger when the user types `/implement-universal`, asks to "implement task NNN without subagents", or is running in a harness (Cursor, Windsurf, plain Claude API client, etc.) that doesn't support Claude Code's `Task` tool. Use when this capability is needed.
    0 installs
  8. Authoring Dags 2 · tomevault-io bundle
    Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill. Use when this capability is needed.
    0 installs
  9. Postgres Best Practices 2 · tomevault-io bundle
    Best practices and guidelines for working with Postgres. Covers schema design, indexing strategies, query optimization, migrations, and common pitfalls. Use when writing SQL, designing database schemas, optimizing queries, or setting up a Postgres database. Use when this capability is needed.
    0 installs
  10. Next Best Practices 41 · tomevault-io bundle
    Next.js and React performance optimization best practices - file conventions, RSC boundaries, data patterns, async APIs, Core Web Vitals, and bundle size. NOT for granular component caching strategies (use next-cache-components). Use when this capability is needed.
    0 installs
  11. Azure AI Ml Py 7 · tomevault-io bundle
    Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. Use when this capability is needed.
    0 installs
  12. Flutter Expert 17 · tomevault-io bundle
    Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Use when this capability is needed.
    0 installs
  13. Vercel React Best Practices 50 · tomevault-io bundle
    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
    0 installs
  14. Create Component Docs 2 · tomevault-io bundle
    Generates component documentation from implementation for demo-macros parsing
    1 install
  15. Numerai Model Implementation 2 · tomevault-io bundle
    Add a new Numerai model type to the agents training pipeline. Use when you need to register a model in `agents/code/modeling/utils/model_factory.py`, handle fit/predict quirks in `agents/code/modeling/utils/numerai_cv.py`, and update configs so the model can run via `python -m agents.code.modeling`. Use when this capability is needed.
    0 installs
  16. Subagent Driven Development 23 · tomevault-io bundle
    Use when executing implementation plans with independent tasks in the current session
    0 installs
  17. Git Workflow And Versioning 15 · tomevault-io bundle
    Use version control intentionally with small changes, clear branches, atomic commits, safe history operations, useful summaries, and validation before merge or handoff. Use when this capability is needed.
    0 installs
  18. Code Change Verification 2 · tomevault-io bundle
    Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository. Use when this capability is needed.
    0 installs
  19. Flutter Architecting Apps 2 · tomevault-io bundle
    Architects scalable Flutter applications using layered separation of concerns. Use when structuring a new app or refactoring existing code into maintainable layers. Use when this capability is needed.
    0 installs
  20. Commit Message 12 · tomevault-io bundle
    This skill should be used when the user asks to "create a commit", "generate commit message", "commit changes", "make a commit", mentions "conventional commits", references "Jira issue in commit", or discusses commit message formatting. Provides guided workflow for creating properly formatted commit messages with Jira integration, line length validation, and required footers. Use when this capability is needed.
    0 installs
  21. Knowledge Graph Builder 2 · tomevault-io bundle
    Designs and builds knowledge graphs to represent entities, relationships, and semantic connections, with query patterns for Neo4j, RDF, and property graphs. Use when this capability is needed.
    0 installs
  22. MCP Server Orchestrator 2 · tomevault-io bundle
    Configure, deploy, and troubleshoot Model Context Protocol (MCP) servers for AI agent workflows. Use when setting up MCP servers, debugging connection issues, managing multi-server configurations, integrating with Claude Desktop/Code/Cowork, or designing custom tool servers. Triggers on MCP configuration, tool server development, Claude integration issues, or agent infrastructure setup. Use when this capability is needed.
    0 installs
  23. Gh Address Comments 7 · tomevault-io bundle
    Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Use when this capability is needed.
    0 installs
  24. Background Agent Pings 2 · tomevault-io bundle
    Background Agent Pings Use when this capability is needed.
    0 installs
  25. Azure CLI 4 · tomevault-io bundle
    Azure CLI operations for cloud resource management Use when this capability is needed.
    0 installs
  26. CI CD And Automation 23 · tomevault-io bundle
    Automates CI/CD pipelines for .NET/C# projects — GitHub Actions (or Azure DevOps Pipelines) with `setup-dotnet`, quality gates (`dotnet format --verify-no-changes`, `dotnet test`, `dotnet build -warnaserror`, `dotnet list package --vulnerable`), EF Core migrations, preview deploys, feature-flag-driven rollouts, rollback. Use when setting up or modifying build and deployment pipelines for .NET workloads.
    0 installs
  27. Django App Development 2 · tomevault-io bundle
    Django application development workflow for production-grade app changes. Use when Django-specific code (models, views, serializers/forms, routing, settings, middleware, auth flows) must be implemented or revised with framework runtime behavior in scope; do not use for repository-wide architecture governance or release management policy. Use when this capability is needed.
    0 installs
  28. Documentation And Adrs 15 · tomevault-io bundle
    Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase. Use when this capability is needed.
    0 installs
  29. SEO Checklist 2 · tomevault-io bundle
    SEO first principles for PolicyEngine web applications - meta tags, crawlability, performance, and dual-mode (standalone + iframe) considerations Use when this capability is needed.
    0 installs
  30. Code Review Quality 2 · tomevault-io bundle
    Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices. Use when this capability is needed.
    0 installs
  31. Performance Testing 2 · tomevault-io bundle
    Profiles application performance under load using k6, Artillery, or JMeter to measure latency, throughput, and error rates. Use when planning load tests, stress tests, soak tests, benchmarking APIs, or identifying performance bottlenecks. Use when this capability is needed.
    0 installs
  32. Qe Chaos Resilience 2 · tomevault-io bundle
    Injects controlled faults (network partition, latency, process kill, disk pressure) into distributed systems and validates recovery behavior. Use when testing circuit breakers, failover paths, retry logic, or building confidence in system resilience through chaos engineering. Use when this capability is needed.
    0 installs
  33. Shift Right Testing 2 · tomevault-io bundle
    Testing in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery. Use when this capability is needed.
    0 installs
  34. Testability Scoring 2 · tomevault-io bundle
    AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports. Use when this capability is needed.
    0 installs
  35. Notebooklm 12 · tomevault-io bundle
    Interact with Google NotebookLM notebooks — chat with the AI, generate artifacts (slides, audio, video, mind maps, quizzes, flashcards, infographics, reports, data tables), manage sources (add URLs, YouTube, files, text), run research (fast/deep web research), and manage notes. Use when the user wants to query, create content from, or manage their NotebookLM notebooks and sources. Use when this capability is needed.
    0 installs
  36. Tailored Resume Generator 2 · tomevault-io bundle
    Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills and achievements to maximize interview chances
    0 installs
  37. Langchain Development 2 · tomevault-io bundle
    Use when working with a structured workflow for designing, implementing, and testing new features using the LangChain framework within the `aap_langchain` package. This skill ensures that all new components are compatible with the `aap_core` architecture and follow LangChain best practices.
    0 installs
  38. Local Deploy 2 · tomevault-io bundle
    Build the plugin and deploy it to a local Obsidian vault for testing. Use when this capability is needed.
    0 installs
  39. Typescript Best Practices 7 · tomevault-io bundle
    Use this skill when working with TypeScript code, type definitions, interfaces, generics, or async patterns.
    0 installs
  40. N8n Node Configuration 6 · tomevault-io bundle
    Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node_essentials and get_node_info, or learning common configuration patterns by node type. Use when this capability is needed.
    0 installs
  41. Kubernetes Deployment 12 · tomevault-io bundle
    Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations. Use when this capability is needed.
    0 installs
  42. Receiving Code Review 16 · tomevault-io bundle
    Code review requires technical evaluation, not emotional performance. Use when this capability is needed.
    0 installs
  43. Terraform AWS Modules 3 · tomevault-io bundle
    Terraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure. Use when this capability is needed.
    0 installs
  44. Release Changes 2 · tomevault-io bundle
    Analyze contract changes between two release tags (struct changes, deployer changes, recommendations) Use when this capability is needed.
    0 installs
  45. Senior Backend 11 · tomevault-io bundle
    Projeta e implementa sistemas backend incluindo REST APIs, microsserviços, arquiteturas de banco de dados, fluxos de autenticação e hardening de segurança. Use quando o usuário pedir para 'design REST APIs', 'optimize database queries', 'implement authentication', 'build microsserviços', 'review backend code', 'set up GraphQL', 'handle database migrations', ou 'load test APIs'. Cobre desenvolvimento Node.js/Express/Fastify, otimização PostgreSQL, segurança de API e padrões de arquitetura backend. Use when this capability is needed.
    0 installs
  46. React Native Architecture 10 · tomevault-io bundle
    Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects. Use when this capability is needed.
    0 installs
  47. Continuity 3 · tomevault-io bundle
    Memory reflection and continuity skill for Claude Code. Transforms passive logging into active development through structured memory extraction, confidence scoring, and genuine question generation. Use `continuity reflect` after sessions, `continuity greet` at session start. Use when this capability is needed.
    0 installs
  48. Systematic Debugging 34 · tomevault-io bundle
    Four-phase debugging framework that finds root causes before proposing fixes. Use when investigating bugs, errors, unexpected behavior, failed tests, or when previous fixes haven't worked. Use when this capability is needed.
    0 installs
  49. Git Advanced Workflows 5 · tomevault-io bundle
    Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues. Use when this capability is needed.
    0 installs
  50. CI CD Pipelines 9 · tomevault-io bundle
    CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation Use when this capability is needed.
    0 installs
  51. Django Patterns 26 · tomevault-io bundle
    Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure Use when this capability is needed.
    0 installs
  52. LLM Integration 3 · tomevault-io bundle
    LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization Use when this capability is needed.
    0 installs
  53. MCP Development 6 · tomevault-io bundle
    MCP server development including tool design, resource endpoints, prompt templates, and transport configuration Use when this capability is needed.
    0 installs
  54. Foundation Models 2 · tomevault-io bundle
    On-device LLM integration using Apple's Foundation Models framework. Use when implementing AI text generation, structured output, or tool calling. Use when this capability is needed.
    0 installs
  55. Frontend Dev Guidelines 8 · tomevault-io bundle
    Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSWR, file organization with features directory, shadcn/ui components, Tailwind CSS styling, Next.js App Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code. Use when this capability is needed.
    0 installs
  56. Backend Patterns 12 · tomevault-io bundle
    Node.js, Express, Next.js API 라우트를 위한 백엔드 아키텍처 패턴, API 설계, 데이터베이스 최적화 및 서버 사이드 모범 사례. Use when this capability is needed.
    0 installs
  57. Golang Dependency Management 4 · tomevault-io bundle
    Dependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnerability scanning, outdated dependency tracking, binary size analysis, Dependabot/Renovate setup, conflict resolution, and go.work workspaces. Use when adding, removing, or upgrading Go dependencies, auditing vulnerabilities, resolving version conflicts, or setting up automated dependency updates. Use when this capability is needed.
    0 installs
  58. Kubernetes Orchestration 2 · tomevault-io bundle
    Master Kubernetes Orchestration for cloud computing and infrastructure. Use when building cloud solutions, implementing DevOps practices, or managing cloud resources. This skill covers architecture, deployment, optimization, and operations for kubernetes orchestration. Use when this capability is needed.
    0 installs
  59. Code Review Assistant 5 · tomevault-io bundle
    Expert code reviewer focusing on quality, maintainability, performance, and best practices Use when this capability is needed.
    0 installs
  60. Frontend Testing 4 · tomevault-io bundle
    Write tests that start with acceptance criteria, then add implementation tests for robustness. Use when writing unit tests (Vitest), end-to-end tests (Playwright), visual regression tests, or accessibility tests. Emphasizes user-centric testing, semantic locators, accessibility validation, and the balance between acceptance and implementation testing. Use when this capability is needed.
    0 installs
  61. Release Procedures 2 · tomevault-io bundle
    Version management, release verification, and deployment procedures for software releases. Includes semver guidance, version consistency checks, and platform-specific constraints. Use when this capability is needed.
    0 installs
  62. Database Schema Design 4 · tomevault-io bundle
    Design normalized database schemas with tables, relationships, indexes, and constraints for any application domain. Use when this capability is needed.
    0 installs
  63. Infrastructure As Code 2 · tomevault-io bundle
    Define, deploy, and manage cloud infrastructure as code using tools like Terraform, Pulumi, CloudFormation, and CDK, ensuring consistency, repeatability, and version control. Use when this capability is needed.
    0 installs
  64. Web Performance Optimization 2 · tomevault-io bundle
    Optimizes web application performance through code splitting, lazy loading, caching strategies, and Core Web Vitals monitoring. Use when improving page load times, implementing service workers, or reducing bundle sizes. Use when this capability is needed.
    0 installs
  65. Gemini CLI Runtime 13 · tomevault-io bundle
    Internal helper contract for calling the gemini-companion runtime from Claude Code Use when this capability is needed.
    0 installs
  66. Agent Browser 44 · tomevault-io bundle
    Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Use when this capability is needed.
    0 installs
  67. Project Context 3 · tomevault-io bundle
    Provides project-specific prerequisites for AI execution accuracy. Use when checking project structure.
    0 installs
  68. Implementation Approach 2 · tomevault-io bundle
    Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria. Use when this capability is needed.
    0 installs
  69. Integration E2e Testing 2 · tomevault-io bundle
    Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality. Use when this capability is needed.
    0 installs
  70. Skill Creator 253 · 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
  71. Local Dev Workflow 2 · tomevault-io bundle
    本地开发全链路 SOP。接到任务后,从需求理解到 Git 管理执行闭环。 Use when this capability is needed.
    0 installs
  72. Angular Migration 4 · tomevault-io bundle
    Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration. Use when this capability is needed.
    0 installs
  73. Arm Cortex Expert 2 · tomevault-io bundle
    Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Use when this capability is needed.
    0 installs
  74. Audio Transcriber 2 · tomevault-io bundle
    Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration Use when this capability is needed.
    0 installs
  75. Azure Cosmos Java 2 · tomevault-io bundle
    Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Use when this capability is needed.
    0 installs
  76. Azure Cosmos Rust 2 · tomevault-io bundle
    Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Use when this capability is needed.
    0 installs
  77. Azure Eventhub Py 2 · tomevault-io bundle
    Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Use when this capability is needed.
    0 installs
  78. Azure Eventhub TS 2 · tomevault-io bundle
    High-throughput event streaming and real-time data ingestion. Use when this capability is needed.
    0 installs
  79. Azure Identity Py 2 · tomevault-io bundle
    Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Use when this capability is needed.
    0 installs
  80. Azure Identity TS 2 · tomevault-io bundle
    Authenticate to Azure services with various credential types. Use when this capability is needed.
    0 installs
  81. Azure Keyvault Py 2 · tomevault-io bundle
    Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. Use when this capability is needed.
    0 installs
  82. Azure Postgres TS 2 · tomevault-io bundle
    Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use when this capability is needed.
    0 installs
  83. Backend Architect 5 · tomevault-io bundle
    Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Use when this capability is needed.
    0 installs
  84. Fastapi Router Py 9 · tomevault-io bundle
    Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. Use when this capability is needed.
    0 installs
  85. Fastapi Templates 18 · tomevault-io bundle
    Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects. Use when this capability is needed.
    0 installs
  86. Ffuf Claude Skill 2 · tomevault-io bundle
    Web fuzzing with ffuf Use when this capability is needed.
    0 installs
  87. Github Automation 4 · tomevault-io bundle
    Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically. Use when this capability is needed.
    0 installs
  88. Django Pro 13 · tomevault-io bundle
    Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use when this capability is needed.
    0 installs
  89. Golang Pro 29 · tomevault-io bundle
    Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Use when this capability is needed.
    0 installs
  90. Nodejs Backend Patterns 22 · tomevault-io bundle
    Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. Use when this capability is needed.
    0 installs
  91. GRAPHQL Integration 2 · tomevault-io bundle
    Adds a GraphQL endpoint to a Lauren application by mounting a schema execution handler inside a controller. Use when integrating Strawberry, Ariadne, or any ASGI-compatible GraphQL library, or when a single POST /graphql endpoint is needed. Use when this capability is needed.
    0 installs
  92. Openspec New Change 14 · tomevault-io bundle
    Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach. Use when this capability is needed.
    0 installs
  93. Wireframe 2 · tomevault-io bundle
    Progressive UX generation — Phase 1 generates 5 B&W wireframe options instantly (1 safe + 4 exploratory), then Phase 2 renders Clean + Polished color variants via 5 parallel Task agents (one per option). Supports wireframes-only or wireframes+visuals. Extracts optimization intent from arguments when present. Maintains persistent design context. Use when user says "wireframe", "prototype", "UX options", or "layout exploration". Use when this capability is needed.
    0 installs
  94. Pytest Django Patterns 2 · tomevault-io bundle
    Patrones de pytest-django para tests de Django — markers, conftest, --reuse-db, layout por capa (test_services/test_selectors/test_api). Invocar al escribir tests en el proyecto. Use when this capability is needed.
    0 installs
  95. REST API Design 5 · tomevault-io bundle
    Use when the user is designing a REST API — covers naming, status codes, pagination, errors, versioning.
    0 installs
  96. Fastapi Expert 12 · tomevault-io bundle
    Expert FastAPI developer specializing in production-ready async REST APIs with Pydantic v2, SQLAlchemy 2.0, OAuth2/JWT authentication, and comprehensive security. Deep expertise in dependency injection, background tasks, async database operations, input validation, and OWASP security best practices. Use when building high-performance Python web APIs, implementing authentication systems, or securing API endpoints. Use when this capability is needed.
    0 installs
  97. GRAPHQL Expert 6 · tomevault-io bundle
    Expert GraphQL developer specializing in type-safe API development, schema design, resolver optimization, and federation architecture. Use when building GraphQL APIs, implementing Apollo Server, optimizing query performance, or designing federated microservices. Use when this capability is needed.
    0 installs
  98. Speech To Text 4 · tomevault-io bundle
    Expert skill for implementing speech-to-text with Faster Whisper. Covers audio processing, transcription optimization, privacy protection, and secure handling of voice data for JARVIS voice assistant. Use when this capability is needed.
    0 installs
  99. Text To Speech 6 · tomevault-io bundle
    Expert skill for implementing text-to-speech with Kokoro TTS. Covers voice synthesis, audio generation, performance optimization, and secure handling of generated audio for JARVIS voice assistant. Use when this capability is needed.
    0 installs
  100. Architecture Design 6 · tomevault-io bundle
    Guidelines for designing scalable and modular system architecture. Use when this capability is needed.
    0 installs