tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Code Review Checklist 15 · tomevault-io bundleGenerate 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.
- ▌ Fix Issue 10 · tomevault-io bundleUse when working on a GitHub issue - fetches issue details, analyzes codebase, implements fix following project methodology
- ▌ Sync Docs 7 · tomevault-io bundleUse when documentation needs updating - ensures variables.tf, llms.md, kube.tf.example, and README are in sync
- ▌ Testing Test Writing 4 · tomevault-io bundleYour 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.
- ▌ Gh Issue Orchestrator 2 · tomevault-io bundleOrchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree. Use when this capability is needed.
- ▌ Meeting Reminders 2 · tomevault-io bundleAutomated 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.
- ▌ Implement Universal 2 · tomevault-io bundleHarness-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.
- ▌ Authoring Dags 2 · tomevault-io bundleWorkflow 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.
- ▌ Postgres Best Practices 2 · tomevault-io bundleBest 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.
- ▌ Next Best Practices 41 · tomevault-io bundleNext.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.
- ▌ Azure AI Ml Py 7 · tomevault-io bundleAzure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. Use when this capability is needed.
- ▌ Flutter Expert 17 · tomevault-io bundleMaster Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Use when this capability is needed.
- ▌ Vercel React Best Practices 50 · tomevault-io bundleReact 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.
- ▌ Create Component Docs 2 · tomevault-io bundleGenerates component documentation from implementation for demo-macros parsing
- ▌ Numerai Model Implementation 2 · tomevault-io bundleAdd 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.
- ▌ Subagent Driven Development 23 · tomevault-io bundleUse when executing implementation plans with independent tasks in the current session
- ▌ Git Workflow And Versioning 15 · tomevault-io bundleUse 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.
- ▌ Code Change Verification 2 · tomevault-io bundleRun 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.
- ▌ Flutter Architecting Apps 2 · tomevault-io bundleArchitects 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.
- ▌ Commit Message 12 · tomevault-io bundleThis 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.
- ▌ Knowledge Graph Builder 2 · tomevault-io bundleDesigns 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.
- ▌ MCP Server Orchestrator 2 · tomevault-io bundleConfigure, 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.
- ▌ Gh Address Comments 7 · tomevault-io bundleHelp 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.
- ▌ Background Agent Pings 2 · tomevault-io bundleBackground Agent Pings Use when this capability is needed.
- ▌ Azure CLI 4 · tomevault-io bundleAzure CLI operations for cloud resource management Use when this capability is needed.
- ▌ CI CD And Automation 23 · tomevault-io bundleAutomates 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.
- ▌ Django App Development 2 · tomevault-io bundleDjango 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.
- ▌ Documentation And Adrs 15 · tomevault-io bundleRecords 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.
- ▌ SEO Checklist 2 · tomevault-io bundleSEO first principles for PolicyEngine web applications - meta tags, crawlability, performance, and dual-mode (standalone + iframe) considerations Use when this capability is needed.
- ▌ Code Review Quality 2 · tomevault-io bundleConduct 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.
- ▌ Performance Testing 2 · tomevault-io bundleProfiles 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.
- ▌ Qe Chaos Resilience 2 · tomevault-io bundleInjects 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.
- ▌ Shift Right Testing 2 · tomevault-io bundleTesting 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.
- ▌ Testability Scoring 2 · tomevault-io bundleAI-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.
- ▌ Notebooklm 12 · tomevault-io bundleInteract 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.
- ▌ Tailored Resume Generator 2 · tomevault-io bundleAnalyzes job descriptions and generates tailored resumes that highlight relevant experience, skills and achievements to maximize interview chances
- ▌ Langchain Development 2 · tomevault-io bundleUse 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.
- ▌ Local Deploy 2 · tomevault-io bundleBuild the plugin and deploy it to a local Obsidian vault for testing. Use when this capability is needed.
- ▌ Typescript Best Practices 7 · tomevault-io bundleUse this skill when working with TypeScript code, type definitions, interfaces, generics, or async patterns.
- ▌ N8n Node Configuration 6 · tomevault-io bundleOperation-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.
- ▌ Kubernetes Deployment 12 · tomevault-io bundleKubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations. Use when this capability is needed.
- ▌ Receiving Code Review 16 · tomevault-io bundleCode review requires technical evaluation, not emotional performance. Use when this capability is needed.
- ▌ Terraform AWS Modules 3 · tomevault-io bundleTerraform 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.
- ▌ Release Changes 2 · tomevault-io bundleAnalyze contract changes between two release tags (struct changes, deployer changes, recommendations) Use when this capability is needed.
- ▌ Senior Backend 11 · tomevault-io bundleProjeta 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.
- ▌ React Native Architecture 10 · tomevault-io bundleBuild 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.
- ▌ Continuity 3 · tomevault-io bundleMemory 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.
- ▌ Systematic Debugging 34 · tomevault-io bundleFour-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.
- ▌ Git Advanced Workflows 5 · tomevault-io bundleMaster 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.
- ▌ CI CD Pipelines 9 · tomevault-io bundleCI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation Use when this capability is needed.
- ▌ Django Patterns 26 · tomevault-io bundleDjango architecture patterns including DRF, ORM optimization, signals, middleware, and project structure Use when this capability is needed.
- ▌ LLM Integration 3 · tomevault-io bundleLLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization Use when this capability is needed.
- ▌ MCP Development 6 · tomevault-io bundleMCP server development including tool design, resource endpoints, prompt templates, and transport configuration Use when this capability is needed.
- ▌ Foundation Models 2 · tomevault-io bundleOn-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.
- ▌ Frontend Dev Guidelines 8 · tomevault-io bundleFrontend 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.
- ▌ Backend Patterns 12 · tomevault-io bundleNode.js, Express, Next.js API 라우트를 위한 백엔드 아키텍처 패턴, API 설계, 데이터베이스 최적화 및 서버 사이드 모범 사례. Use when this capability is needed.
- ▌ Golang Dependency Management 4 · tomevault-io bundleDependency 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.
- ▌ Kubernetes Orchestration 2 · tomevault-io bundleMaster 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.
- ▌ Code Review Assistant 5 · tomevault-io bundleExpert code reviewer focusing on quality, maintainability, performance, and best practices Use when this capability is needed.
- ▌ Frontend Testing 4 · tomevault-io bundleWrite 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.
- ▌ Release Procedures 2 · tomevault-io bundleVersion 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.
- ▌ Database Schema Design 4 · tomevault-io bundleDesign normalized database schemas with tables, relationships, indexes, and constraints for any application domain. Use when this capability is needed.
- ▌ Infrastructure As Code 2 · tomevault-io bundleDefine, 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.
- ▌ Web Performance Optimization 2 · tomevault-io bundleOptimizes 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.
- ▌ Gemini CLI Runtime 13 · tomevault-io bundleInternal helper contract for calling the gemini-companion runtime from Claude Code Use when this capability is needed.
- ▌ Agent Browser 44 · tomevault-io bundleBrowser 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.
- ▌ Project Context 3 · tomevault-io bundleProvides project-specific prerequisites for AI execution accuracy. Use when checking project structure.
- ▌ Implementation Approach 2 · tomevault-io bundleImplementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria. Use when this capability is needed.
- ▌ Integration E2e Testing 2 · tomevault-io bundleIntegration 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.
- ▌ Skill Creator 253 · 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.
- ▌ Local Dev Workflow 2 · tomevault-io bundle本地开发全链路 SOP。接到任务后,从需求理解到 Git 管理执行闭环。 Use when this capability is needed.
- ▌ Angular Migration 4 · tomevault-io bundleMaster AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration. Use when this capability is needed.
- ▌ Arm Cortex Expert 2 · tomevault-io bundleSenior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Use when this capability is needed.
- ▌ Audio Transcriber 2 · tomevault-io bundleTransform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration Use when this capability is needed.
- ▌ Azure Cosmos Java 2 · tomevault-io bundleAzure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Use when this capability is needed.
- ▌ Azure Cosmos Rust 2 · tomevault-io bundleAzure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Use when this capability is needed.
- ▌ Azure Eventhub Py 2 · tomevault-io bundleAzure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Use when this capability is needed.
- ▌ Azure Eventhub TS 2 · tomevault-io bundleHigh-throughput event streaming and real-time data ingestion. Use when this capability is needed.
- ▌ Azure Identity Py 2 · tomevault-io bundleAzure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Use when this capability is needed.
- ▌ Azure Identity TS 2 · tomevault-io bundleAuthenticate to Azure services with various credential types. Use when this capability is needed.
- ▌ Azure Keyvault Py 2 · tomevault-io bundleAzure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. Use when this capability is needed.
- ▌ Azure Postgres TS 2 · tomevault-io bundleConnect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use when this capability is needed.
- ▌ Backend Architect 5 · tomevault-io bundleExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Use when this capability is needed.
- ▌ Fastapi Router Py 9 · tomevault-io bundleCreate FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. Use when this capability is needed.
- ▌ Fastapi Templates 18 · tomevault-io bundleCreate 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.
- ▌
- ▌ Github Automation 4 · tomevault-io bundleAutomate 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.
- ▌ Django Pro 13 · tomevault-io bundleMaster 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.
- ▌ Golang Pro 29 · tomevault-io bundleMaster Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Use when this capability is needed.
- ▌ Nodejs Backend Patterns 22 · 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 creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. Use when this capability is needed.
- ▌ GRAPHQL Integration 2 · tomevault-io bundleAdds 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.
- ▌ Openspec New Change 14 · tomevault-io bundleStart 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.
- ▌ Wireframe 2 · tomevault-io bundleProgressive 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.
- ▌ Pytest Django Patterns 2 · tomevault-io bundlePatrones 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.
- ▌ REST API Design 5 · tomevault-io bundleUse when the user is designing a REST API — covers naming, status codes, pagination, errors, versioning.
- ▌ Fastapi Expert 12 · tomevault-io bundleExpert 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.
- ▌ GRAPHQL Expert 6 · tomevault-io bundleExpert 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.
- ▌ Speech To Text 4 · tomevault-io bundleExpert 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.
- ▌ Text To Speech 6 · tomevault-io bundleExpert 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.
- ▌ Architecture Design 6 · tomevault-io bundleGuidelines for designing scalable and modular system architecture. Use when this capability is needed.