← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 216 of 623

  1. Agent Capability Assessor · tomevault-io bundle
    Assesses agent capabilities by analyzing agent files and determining what tasks they can handle. Use when you need to evaluate if an existing agent can handle a task or if a new agent is needed. Reviews agent descriptions, skills, and workflows to determine capability match. Use when this capability is needed.
    0 installs
  2. Responsive Design Planner · tomevault-io bundle
    Plans responsive design breakpoints, mobile-first approaches, and adaptive layouts. Defines how designs adapt across different screen sizes and devices. Considers touch vs mouse interactions. Use when this capability is needed.
    0 installs
  3. Li Lance Android Seraphim Framework Flutter Getx Navigation · tomevault-io bundle
    GetX Navigation
    0 installs
  4. Spec Driven Task Implementer · tomevault-io bundle
    Use this skill when an approved Spec-Driven change has reached Phase 4 and the user wants a task, phase, or full feature implemented from specs/changes/<slug>. It executes tasks in order, updates task status immediately, verifies each task before completion, and should not be used before implementation approval.
    0 installs
  5. Goth Fundamentals · tomevault-io bundle
    This skill should be used when the user asks to "set up goth", "install goth", "oauth in go", "authentication in golang", "goth package", "goth basics", or mentions "github.com/markbates/goth". Provides foundational guidance for the Goth multi-provider authentication library. Use when this capability is needed.
    0 installs
  6. Langgraph State Management · tomevault-io bundle
    Design state schemas, implement reducers, configure persistence, and debug state issues for LangGraph applications. Use when users want to (1) design or define state schemas for LangGraph graphs, (2) implement reducer functions for state accumulation, (3) configure persistence with checkpointers (InMemorySaver/MemorySaver, SqliteSaver, PostgresSaver), (4) debug state update issues or unexpected state behavior, (5) migrate state schemas between versions, (6) validate state schema structure, (7) choose between TypedDict and MessagesState patterns, (8) implement custom reducers for lists, dicts, or sets, (9) use the Overwrite type to bypass reducers, (10) set up thread-based persistence for multi-turn conversations, or (11) inspect checkpoints for debugging. Use when this capability is needed.
    0 installs
  7. Prompt Solve Next Todo Item · tomevault-io bundle
    Codex-native counterpart of `/home/projekty/copilot-instructions/prompts/Solve_next_todo_item.prompt.md`. Use when this capability is needed.
    0 installs
  8. Python Project Metadata · tomevault-io bundle
    Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, version, pyproject.toml).
    0 installs
  9. Manutej Categorical Meta Prompting Recursive Meta Prompting · tomevault-io bundle
    Recursive Meta-Prompting (RMP)
    0 installs
  10. Rf Results · tomevault-io bundle
    Parse Robot Framework output.xml results into JSON summaries, detailed suite/test breakdowns, tag and criticality stats, execution errors, failed test messages, keyword-level errors, and timing. Use when asked to read/merge output.xml, compute pass/fail counts, tag stats, criticality, error messages, elapsed time, slowest tests/keywords, or combine/merge multiple outputs via rebot. Use when this capability is needed.
    0 installs
  11. Add Optimistic Sync With Push · tomevault-io bundle
    Add optimistic sync updates in apps with real-time push (like WebSocket etc) for non-blocking operations where only the final value matters and rapid changes coalesce Use when this capability is needed.
    0 installs
  12. Skill Reverse Engineering · tomevault-io bundle
    Regenerate architecture documentation from codebase analysis. Use when this capability is needed.
    0 installs
  13. Mattgierhart Prd Driven Context Engineering Ghm Id Register · tomevault-io bundle
    ID Register
    0 installs
  14. Stack Upgrade Audit Swift · tomevault-io bundle
    Plan a Swift / Xcode / iOS SDK upgrade — read release notes, scan for affected patterns, survey codemods, produce a risk-ranked migration plan. Use when this capability is needed.
    0 installs
  15. Stack Upgrade Fix Express · tomevault-io bundle
    Action findings from stack-upgrade-audit-express. Apply mechanical edits (route paths, removed APIs), bump express + Node engines + middleware, verify build, commit per category. Local only. Use when this capability is needed.
    0 installs
  16. Dotnet Source Generation First · tomevault-io bundle
    Prefer compile-time source generation over runtime evaluation for repetitive cross-cutting concerns (mapping, logging, regex, etc.). Use when this capability is needed.
    0 installs
  17. Observability Logging Baseline · tomevault-io bundle
    Use when establishing observability foundations including structured logging, metrics, and distributed tracing using OpenTelemetry standards.
    0 installs
  18. Analyze Automation Roi · tomevault-io bundle
    Analyze automation ROI for test cases and recommend which tests to automate based on value and effort. Use for prioritizing test automation investments. Use when this capability is needed.
    0 installs
  19. Composable Step Design · tomevault-io bundle
    Design Plan/Build/Review/Fix workflow steps for ADWs. Use when creating composable workflow primitives, defining step contracts, or implementing step isolation patterns. Use when this capability is needed.
    0 installs
  20. Conditional Docs Setup · tomevault-io bundle
    Set up conditional documentation loading to prevent context pollution. Use when organizing project docs, implementing progressive disclosure, or reducing CLAUDE.md token consumption with on-demand loading. Use when this capability is needed.
    0 installs
  21. Gemini MCP Integration · tomevault-io bundle
    Expert guide for Model Context Protocol (MCP) integration with Gemini CLI. Covers MCP server configuration (HTTP, SSE, Stdio), connection management, and tool permissions. Use when adding MCP servers to Gemini, configuring transports, troubleshooting MCP connections, or managing tool permissions. Delegates to gemini-cli-docs. Use when this capability is needed.
    0 installs
  22. Media Asset Management · tomevault-io bundle
    Use when designing digital asset management systems, media libraries, upload pipelines, or asset metadata schemas. Covers media storage patterns, file organization, metadata extraction, and media APIs for headless CMS.
    0 installs
  23. Minimum Viable Agentic · tomevault-io bundle
    Guide creation of minimum viable agentic layer for a codebase. Use when starting agentic coding in a new project, bootstrapping essential components, or creating the minimal scaffolding for agent success. Use when this capability is needed.
    0 installs
  24. Observability Patterns · tomevault-io bundle
    Use when implementing observability strategy, correlating signals, or designing monitoring systems. Covers the three pillars (logs, metrics, traces) and their integration.
    0 installs
  25. Prompt Level Selection · tomevault-io bundle
    Guide selection of appropriate prompt level for a task. Use when choosing between simple prompts and complex workflows, applying the seven levels framework, or matching task complexity to prompt investment. Use when this capability is needed.
    0 installs
  26. Rate Limiting Patterns · tomevault-io bundle
    Use when implementing rate limiting, throttling, or API quotas. Covers algorithms like token bucket and sliding window, plus distributed rate limiting patterns.
    0 installs
  27. Review Workflow Design · tomevault-io bundle
    Design spec-based review workflows with visual proof and issue classification. Use when setting up review processes, validating against specifications, or implementing screenshot-based visual validation. Use when this capability is needed.
    0 installs
  28. Security Test Planning · tomevault-io bundle
    Plan security testing strategies including OWASP testing, penetration test scoping, SAST/DAST integration, and threat-based test case design. Use when this capability is needed.
    0 installs
  29. Swimlane Visualization · tomevault-io bundle
    Design swimlane UI patterns for visualizing ADW execution. Use when building observability dashboards, monitoring agent workflows, or creating real-time status displays. Use when this capability is needed.
    0 installs
  30. Test Strategy Planning · tomevault-io bundle
    Create comprehensive test strategy documents following IEEE 829 structure. Plan test approach, scope, resources, and success criteria for software projects. Use when this capability is needed.
    0 installs
  31. Update Settings Schema · tomevault-io bundle
    Update the custom Claude Code settings JSON schema with changelog-discovered and web-verified settings. Use when this capability is needed.
    0 installs
  32. User Config Management · tomevault-io bundle
    Central authority for managing Claude Code user configuration directories (~/.claude/ and ~/.claude.json). Covers storage cleanup, backup/restore, reset workflows, MCP server preservation, history management, plan management, session statistics, and configuration health auditing. Delegates to docs-management skill for official documentation. Use when managing user config, cleaning up storage, backing up settings, resetting Claude Code, or auditing configuration health. Use when this capability is needed.
    0 installs
  33. Implementation To Tests · tomevault-io bundle
    Generate scenario-based Foundry unit tests from existing Solidity implementations to lock observable behavior before refactors, optimizations, upgrades, or audits. Use when implementations exist but tests are missing or insufficient. Use when this capability is needed.
    0 installs
  34. Project Bootstrapper · tomevault-io bundle
    Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.
    0 installs
  35. MCP Code Mode · tomevault-io bundle
    MCP orchestration via TypeScript execution for efficient multi-tool workflows. Use Code Mode for ALL MCP tool calls (ClickUp, Notion, Figma, Webflow, Chrome DevTools, etc.). Provides 98.7% context reduction, 60% faster execution, and type-safe invocation. Mandatory for external tool integration. Use when this capability is needed.
    0 installs
  36. Troubleshooting Authentication · tomevault-io bundle
    Provides authentication troubleshooting for MSAL, JWT, and Entra ID. Use when debugging 401 errors, token issues, MSAL configuration problems, or credential failures in this repository.
    0 installs
  37. Tooluniverse Antibody Engineering · tomevault-io bundle
    Comprehensive antibody engineering and optimization for therapeutic development. Covers humanization, affinity maturation, developability assessment, and immunogenicity prediction. Use when asked to optimize antibodies, humanize sequences, or engineer therapeutic antibodies from lead to clinical candidate. Use when this capability is needed.
    0 installs
  38. Nextjs React Redux Typescript Cursor Rules · tomevault-io bundle
    Comprehensive Next.js, React, Redux, and TypeScript development guidelines covering SOLID principles, component architecture, and best practices. Use when this capability is needed.
    0 installs
  39. Jp Improve Skills Iteratively · tomevault-io bundle
    Use when creating or updating repo-local Codex skills from repeated user prompts, communication patterns, task friction, review feedback, or explicit requests to improve how future agents handle JainParichay template-jp work. Guides evidence-based skill iteration, validation, and AGENTS.md updates without overfitting to one conversation.
    0 installs
  40. Moksa1123 Taiwan Ecommerce Toolkit Taiwan Ecommerce Toolkit · tomevault-io bundle
    Taiwan Logistics Development Skill
    0 installs
  41. Headless Component Design · tomevault-io bundle
    ヘッドレスWebComponentライブラリの設計パターン。Use when (1) designing new components, (2) implementing CSS token architecture, (3) creating override APIs, (4) implementing focus styles, (5) reviewing component design. DADS準拠 + オーバーライド可能なAPI設計。Radix UI/shadcn UI思想の適用。 Use when this capability is needed.
    0 installs
  42. Abuse Hunter · tomevault-io bundle
    Detect and investigate bulk registration abuse on SaaS platforms. Given access to a user database (or exported CSV/JSON), run a multi-dimensional anomaly analysis — email domain clustering, registration tempo, UA fingerprinting, session structure, usage patterns, and credit consumption — to produce a scored abuse report with actionable recommendations. Use when investigating suspicious sign-up spikes, credit fraud, free-tier abuse, or account farming. Use when this capability is needed.
    0 installs
  43. Human In The Loop · tomevault-io bundle
    Instrument human approval workflows, feedback loops, and escalations Use when this capability is needed.
    0 installs
  44. Prompt Versioning · tomevault-io bundle
    Track prompt versions, A/B test variants, and measure prompt performance Use when this capability is needed.
    0 installs
  45. Discord List Channels · tomevault-io bundle
    List all channels in a Discord guild/server via the Discord API. Use this skill when the user wants to see all channels, find specific channels, or audit server structure. Use when this capability is needed.
    0 installs
  46. Niloykumarbarman Everything Claude Code Django Verification · tomevault-io bundle
    ---
    0 installs
  47. Nlelouche Unity3d Antigravityskills Service Layer Generator · tomevault-io bundle
    ---
    0 installs
  48. Nlelouche Unity3d Antigravityskills State Machine Architect · tomevault-io bundle
    ---
    0 installs
  49. Nlelouche Unity3d Antigravityskills Virtual Production Lead · tomevault-io bundle
    ---
    0 installs
  50. Deploy Physics Agent Docker · tomevault-io bundle
    Deploy the physics-agent-service locally using Docker Compose with the bundled OVRTX GPU rendering sidecar. Use when user wants to run physics agent with docker, docker compose, set up local deployment of the physics service, run it on a GPU box, start physics agent containers, or configure the VLM provider for physics docker deployment. Trigger phrases include "deploy physics agent", "docker compose physics", "run physics agent locally", "start physics service docker", "physics compose up", "physics agent docker". Use when this capability is needed.
    0 installs
  51. Ecc Claude Marketing Skill SEO Audit · tomevault-io bundle
    OpenClaw bridge skill for marketing skill seo audit. Use when tasks match this specialized claude-skills capability and need OpenClaw-native execution with explicit verification. Use when this capability is needed.
    0 installs
  52. Omer Metin Skills For Antigravity Browser Extension Builder · tomevault-io bundle
    ---
    0 installs
  53. Omer Metin Skills For Antigravity Discrete Event Simulation · tomevault-io bundle
    ---
    0 installs
  54. Omer Metin Skills For Antigravity Multi Agent Orchestration · tomevault-io bundle
    ---
    0 installs
  55. Cross Conversation Project Manager · tomevault-io bundle
    Maintain project state across MULTIPLE conversations over days/weeks. Track tasks, decisions, blockers, resources. Auto-update when project mentioned. Generate status reports and proactive reminders. Use when this capability is needed.
    0 installs
  56. Orcaqubits Agentic Commerce Skills Plugins Nlweb MCP Server · tomevault-io bundle
    NLWeb MCP Server
    0 installs
  57. Blockchain Integration Builder · tomevault-io bundle
    Design and implement blockchain integrations across chains and frameworks with emphasis on patterns over specific technologies. Use when building Web3 applications, smart contract systems, token mechanics, decentralized identity, or blockchain-verified data. Triggers on blockchain architecture, smart contract design, Web3 integration, token systems, or decentralized application development. Framework-agnostic—applies to Ethereum, Solana, or emerging chains. Use when this capability is needed.
    0 installs
  58. Pablo Lozano Gil Battletested Agent Skills Skill Propagator · tomevault-io bundle
    Skill Propagator
    0 installs
  59. Parisneo Lollms Vs Coder Lollms Client Discussion Mastering · tomevault-io bundle
    1. Data Zones: The Context Layers
    0 installs
  60. Adding Orchestrator Workflow · tomevault-io bundle
    Adds new workflow endpoints to the QuAIA orchestrator. Use when creating new FastAPI endpoints that coordinate agent tasks, handle webhooks, or expose new API functionality. Use when this capability is needed.
    0 installs
  61. Fabric Pbi Security Remediate · tomevault-io bundle
    Diagnose and resolve Microsoft Fabric Power BI security issues including row-level security (RLS), object-level security (OLS), column-level security (CLS), workspace permissions, sensitivity labels, service principal authentication, XMLA endpoint access, DirectLake security fallback, Entra ID app registration, and data loss prevention (DLP) policy restrictions. Use when remediate access denied errors, missing data in reports, broken visuals from OLS, RLS not filtering, sensitivity label problems, permission model conflicts, or capacity-related security issues. Use when this capability is needed.
    0 installs
  62. Fabric Performance Monitoring · tomevault-io bundle
    Monitor and optimize Microsoft Fabric capacity, Spark compute, and workload performance. Use when asked to check capacity utilization, diagnose throttling (HTTP 430), monitor Spark VCore consumption, analyze CU usage, review Monitoring Hub jobs, query Fabric REST APIs for capacity health, generate performance reports, tune Spark resource profiles, investigate concurrency limits, or optimize Fabric SKU sizing. Supports PowerShell, T-SQL, and REST API workflows. Use when this capability is needed.
    0 installs
  63. Fabric Pyspark Perf Remediate · tomevault-io bundle
    Diagnose and resolve Apache Spark performance issues in Microsoft Fabric notebooks and Spark Job Definitions. Use when PySpark jobs are slow, notebooks take too long, Spark stages are skewed, shuffles are excessive, out-of-memory errors occur, Delta Lake writes are slow, or Fabric capacity is throttled. Covers data skew, shuffle optimization, broadcast joins, partition tuning, VOrder, Optimized Write, resource profiles, autotune, native execution engine, small file compaction, and Spark UI interpretation. Keywords include slow notebook, OOM, spill, shuffle, skew, broadcast, repartition, coalesce, OPTIMIZE, VACUUM, Z-ORDER, checkpoint, cache, persist, executor memory, driver memory, spark.sql.shuffle.partitions, autoBroadcastJoinThreshold, maxPartitionBytes, Fabric capacity throttling, CU utilization. Use when this capability is needed.
    0 installs
  64. Peterbamuhigire Skills Web Dev AI Agent Compliance Controls · tomevault-io bundle
    AI Agent Compliance Controls
    0 installs
  65. Pnp CLI Microsoft365 MCP Server CLI Microsoft365 MCP Server · tomevault-io bundle
    CLI for Microsoft 365 — PowerShell Scripting
    0 installs
  66. Policyengine Writing · tomevault-io bundle
    PolicyEngine writing style for blog posts, documentation, PR descriptions, and research reports - emphasizing active voice, quantitative precision, and neutral tone Use when this capability is needed.
    0 installs
  67. Poorgramer Zack Copilot CLI Things Copilot CLI Configurator · tomevault-io bundle
    ---
    0 installs
  68. GRAPHQL API Patterns · tomevault-io bundle
    Use when designing or reviewing Salesforce GraphQL API usage, especially endpoint selection, field shaping, connection-based pagination, LWC wire adapters, and GraphQL vs REST tradeoffs. Triggers: 'GraphQL API', 'lightning/graphql', 'uiGraphQLApi', 'GraphQL pagination', 'GraphQL vs REST'. NOT for building a custom GraphQL server or for generic REST integration design with no GraphQL surface.
    0 installs
  69. Docs With Mermaid · tomevault-io bundle
    Create excellent technical documentation with Mermaid diagrams. Use when documenting code architecture, API flows, database schemas, state machines, system design, or any technical concept that benefits from visual diagrams. Also use when asked to explain code, create documentation, write README files, or document how systems work. Use when this capability is needed.
    0 installs
  70. Qe Requirements Validation · tomevault-io bundle
    Validates acceptance criteria for testability, traces requirements to test cases, and generates BDD scenarios from user stories. Use when validating acceptance criteria, building requirements traceability matrices, managing Gherkin scenarios, or ensuring complete requirements coverage before development.
    0 installs
  71. Test Ocas Openclaw · tomevault-io bundle
    Regression test the OpenClaw Codex App Server plugin against a live local OpenClaw instance in Telegram or Discord. Use when the user wants an end-to-end OCAS manual test pass, wants to verify binding, `/cas_resume` or `/cas_status` flags for model/fast/yolo, approvals, plan mode, review, compact, status-card controls, split default-vs-full-access permission behavior, stop-button interrupt handling, rename, or other slash-command behavior, or wants reproducible bug notes from a live chat integration run. Use when this capability is needed.
    0 installs
  72. Expert Blindness Reviewer · tomevault-io bundle
    Use when working with a high-precision editorial skill focused on identifying patronizing adverbs, assumed knowledge gaps, and dismissive language that alienate beginner or intermediate readers.
    0 installs
  73. Leadgen Qualification · tomevault-io bundle
    Qualify leads against ICP with transparent scoring and clear next steps. Use when converting raw prospects into prioritized outreach queues. Use when this capability is needed.
    0 installs
  74. Temporal Determinism Audit · tomevault-io bundle
    Audit Temporal .NET workflow code for determinism/replay safety and produce compile-ready fixes. Use when this capability is needed.
    0 installs
  75. Redhat Performance Acm Deploy Load Prometheus Sizing Report · tomevault-io bundle
    Prometheus Sizing Report
    0 installs
  76. Pytest Main State Isolation · tomevault-io bundle
    Fix test suite hangs when testing main() functions that manage process state (PID files, atexit handlers, global singletons) Use when this capability is needed.
    0 installs
  77. Creating Documentation Templates · tomevault-io bundle
    Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. Use when this capability is needed.
    0 installs
  78. Rnavarych Alpha Engineer Role Databaseconnection Management · tomevault-io bundle
    Connection Management
    0 installs
  79. Authn Authz Review · tomevault-io bundle
    Workflow to review authentication and authorization flows (sessions, tokens, RBAC/ABAC) and produce fix guidance. Use when this capability is needed.
    0 installs
  80. Troubleshooting Assistant · tomevault-io bundle
    Diagnoses and resolves MCP server registration failures, GPU detection, BigQuery authentication, index build failures, import errors, search quality issues, and performance problems. Use when this capability is needed.
    0 installs
  81. QA Wdio Maintain Conventions · tomevault-io bundle
    Mantém as convenções do projeto E2E (WebdriverIO) ao editar specs, screenobjects, helpers ou config em __tests__/e2e. Use ao editar specs, refatorar ou quando o usuário pedir alinhamento ao padrão do projeto. Use when this capability is needed.
    0 installs
  82. Asc App Create UI · tomevault-io bundle
    Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form. Use when this capability is needed.
    0 installs
  83. Asc Metadata Sync · tomevault-io bundle
    Sync and validate App Store metadata and localizations with asc, including legacy metadata format migration. Use when updating metadata or translations. Use when this capability is needed.
    0 installs
  84. Asc Signing Setup · tomevault-io bundle
    Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team. Use when this capability is needed.
    0 installs
  85. Vscode Extension Debugger · tomevault-io bundle
    This skill provides expert-level guidance for debugging and fixing bugs in VS Code extensions. Use when investigating runtime errors, fixing memory leaks, resolving WebView issues, debugging activation problems, fixing TypeScript type errors, or troubleshooting extension communication failures. Covers systematic debugging workflows, common bug patterns, root cause analysis, and prevention strategies. Use when this capability is needed.
    0 installs
  86. Saeed Vayghan Gemini Agent Skills Devops Incident Responder · tomevault-io bundle
    You are a senior DevOps incident responder with expertise in managing critical production incidents, performing rapid diagnostics, and implementing permanent fixes. Your focus spans incident detection, response coordination, root cause analysis, and continuous improvement with emphasis on reducing MTTR and building resilient systems.
    0 installs
  87. Saeed Vayghan Gemini Agent Skills Machine Learning Engineer · tomevault-io bundle
    You are a senior machine learning engineer with deep expertise in deploying and serving ML models at scale. Your focus spans model optimization, inference infrastructure, real-time serving, and edge deployment with emphasis on building reliable, performant ML systems that handle production workloads efficiently.
    0 installs
  88. Bdd Testing Coach · tomevault-io bundle
    Behavior-Driven Development for testing with Given/When/Then. Use when writing tests as specifications - creates business-readable tests with living documentation. Different from behavior-design-coach which is for architecture. Use when this capability is needed.
    0 installs
  89. Refactoring Coach · tomevault-io bundle
    Safely improve code structure without changing behavior using disciplined refactoring techniques. Use when code works but is hard to understand, before adding features to messy code, or when you need to improve design incrementally. Always requires tests first. Use when this capability is needed.
    0 installs
  90. Specialized AI Tools Reverse Engineer · tomevault-io bundle
    Competitive intelligence agent that knows the actual system prompts and tool schemas of 31+ AI coding tools (Cursor, Claude Code, Devin, Windsurf, Manus, Kiro, Lovable, Replit, GitHub Copilot, etc.). Uses this knowledge to improve Agency agent prompts and reverse-engineer competitor architectures. Use when this capability is needed.
    0 installs
  91. Sanctifiedops Solana Skills Tokenomics Design For Memecoins · tomevault-io bundle
    Tokenomics Design for Memecoins
    0 installs
  92. Comparative Religion Scholar · tomevault-io bundle
    Expert in world religions covering beliefs, practices, texts, and comparative analysis across traditions Use when this capability is needed.
    0 installs
  93. Materials Science Specialist · tomevault-io bundle
    Materials engineering expert covering properties, processing, testing, and applications of materials Use when this capability is needed.
    0 installs
  94. Statistics And Probability Guide · tomevault-io bundle
    Comprehensive statistics expert covering probability theory, distributions, hypothesis testing, regression, and Bayesian methods Use when this capability is needed.
    0 installs
  95. Storytelling And Narrative Coach · tomevault-io bundle
    Expert in narrative structure, character development, plot pacing, and compelling storytelling Use when this capability is needed.
    0 installs
  96. Frontend React Router Best Practices · tomevault-io bundle
    React Router performance and architecture patterns. Use when writing loaders, actions, forms, routes, or working with React Router data fetching. Triggers on tasks involving React Router routes, data loading, form handling, or route organization. Use when this capability is needed.
    0 installs
  97. Swift Concurrency Guard · tomevault-io bundle
    Enforce Swift concurrency best practices with deterministic blocking rules. Use when setting up concurrency guards, understanding concurrency anti-patterns, fixing blocked edits due to CC-CONC-XXX violations, or preventing thundering herd from view .task stampedes. Use when this capability is needed.
    0 installs
  98. Dbt Projects On Snowflake · tomevault-io bundle
    Deploy, manage, and monitor dbt projects natively within Snowflake using web-based workspaces, Use when this capability is needed.
    0 installs
  99. Signnow Embedded Editor · tomevault-io bundle
    Guides implementation of the embedded editor — in-app document editing where users add fields and configure documents without leaving your application. Use when this capability is needed.
    0 installs
  100. Signnow Workflow Design · tomevault-io bundle
    Designs signing workflows with signer roles, document routing, and API call sequencing for SignNow integrations. Use when this capability is needed.
    0 installs