← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 134 of 623

  1. Best Practices 3 · tomevault-io bundle
    General best practices and development guidelines Use when this capability is needed.
    0 installs
  2. Scikit Learn 2 · tomevault-io bundle
    Classical machine learning with scikit-learn. Use when building classification, regression, clustering models, or implementing feature engineering pipelines. Use when this capability is needed.
    0 installs
  3. Orchestrate 3 · tomevault-io bundle
    Plan and execute multi-agent work — decompose features, spawn workers, monitor progress Use when this capability is needed.
    0 installs
  4. Skill Creator 85 · 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
  5. Theme Factory 7 · tomevault-io bundle
    Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly. Use when this capability is needed.
    0 installs
  6. Memory 4 · tomevault-io bundle
    Activate when user wants to save knowledge, search past decisions, or manage persistent memories. Handles architecture patterns, implementation logic, issues/fixes, and past implementations. Uses local SQLite + FTS5 + vector embeddings for fast hybrid search. Supports write, search, update, archive, and list operations. Use when this capability is needed.
    0 installs
  7. Playwright CLI 9 · tomevault-io bundle
    Translate natural-language browser automation requests into exact `playwright-cli` commands for interactive web testing and debugging. Use when requests involve opening/navigating pages, interacting with elements, capturing snapshots/screenshots/PDFs, using tabs, inspecting console/network, mocking routes, managing cookies/storage/state, configuring browser sessions, or controlling named Playwright CLI sessions. Use when this capability is needed.
    0 installs
  8. Lint 7 · tomevault-io bundle
    Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance. Use when this capability is needed.
    0 installs
  9. Test 34 · tomevault-io bundle
    Run all project tests including Python pytest and JavaScript tests. Reports test results and failures. Use when this capability is needed.
    0 installs
  10. Parser Development 3 · tomevault-io bundle
    Guide for implementing parsers with error recovery for new languages in Biome. Use when creating parsers for JavaScript, CSS, JSON, HTML, GraphQL, or adding new language support. Examples:<example>User needs to add parsing support for a new language</example><example>User wants to implement error recovery in parser</example><example>User is writing grammar definitions in .ungram format</example> Use when this capability is needed.
    0 installs
  11. Use Gunshi CLI 2 · tomevault-io bundle
    Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript. Use when this capability is needed.
    0 installs
  12. Rust Coding Skill 2 · tomevault-io bundle
    Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices. Use when this capability is needed.
    0 installs
  13. Code Review 135 · tomevault-io bundle
    Use when reviewing a pull request, diff, or proposed code change for correctness, clarity, security, performance, and conformance to project conventions — whether the author is a human, an AI agent, or a peer. Covers the pre-review fact-gathering pass, the read-order strategy (tests first, then implementation, then call sites), the severity-grading rubric, the comment-phrasing discipline, and the no-rubber-stamp rule for AI-generated diffs. Do NOT use for AUTHORING the code (use `refactor` for behaviour-preserving changes or `skill-scaffold` for new skills), for chasing a known bug after merge (use `debugging`), or for security-only audits (use `owasp-security` for vulnerability-focused review).
    0 installs
  14. Calendar 4 · tomevault-io bundle
    Interact with Apple Calendar via AppleScript. Use when the user asks to check calendar, view events, create events, manage schedule, find free time, or list calendars. Triggers include "my calendar", "my schedule", "calendar events", "create event", "add to calendar", "what's on my calendar", "free time", "available slots", "upcoming events", "today's events". Requires macOS with Calendar.app. Use when this capability is needed.
    0 installs
  15. Testing 43 · tomevault-io bundle
    테스트 작성 전략, TDD, 테스트 종류별 가이드 Use when this capability is needed.
    0 installs
  16. Cloudflare 2 · tomevault-io bundle
    Manage Cloudflare infrastructure including DNS records, zones, SSL/TLS, caching, firewall rules, Workers, Pages, and analytics. Use when working with Cloudflare APIs, creating or modifying DNS records, managing domain security, purging cache, deploying Workers/Pages, or analyzing traffic. Created by After Dark Systems, LLC. Use when this capability is needed.
    0 installs
  17. Gh CLI 8 · tomevault-io bundle
    This skill should be used when working with GitHub CLI (gh) for any task including code search, workflow debugging, GitHub Pages deployment, or general GitHub operations. Use this skill for enhanced code search capabilities, analyzing failed workflow runs, managing GitHub Pages, or any gh command usage. Use when this capability is needed.
    0 installs
  18. Django Pro 2 · tomevault-io bundle
    Master Django 5.x with async views, DRF, Celery, and Django Channels. Use when this capability is needed.
    0 installs
  19. Golang Pro 10 · tomevault-io bundle
    Master Go 1.21+ with modern patterns, advanced concurrency, performance Use when this capability is needed.
    0 installs
  20. CSS 3 · tomevault-io bundle
    Expert-level CSS development with modern features and best practices. Use when asked to (1) write or debug CSS, (2) implement layouts with flexbox, grid, or container queries, (3) create animations and transitions, (4) optimize CSS performance, (5) work with CSS preprocessors or CSS-in-JS, (6) implement responsive design, or when phrases like "style", "CSS", "stylesheet", "design", "layout", "animation" appear. Use when this capability is needed.
    0 installs
  21. Tdd 26 · tomevault-io bundle
    Enforce Test-Driven Development when writing or modifying code. Use when implementing features, fixing bugs, or when the user asks to write code. Activates automatically for code changes unless user says "quick fix" or "no tdd". Use when this capability is needed.
    0 installs
  22. Markdown 2 · tomevault-io bundle
    Markdown style guide. Use when writing or editing markdown files to ensure consistent formatting with Setext headings, hyphen bullets, and plain-text readability. Use when this capability is needed.
    0 installs
  23. Prd 9 · tomevault-io bundle
    Create or refine product requirements documents for feature ideas, MVPs, and roadmap items. Use when the user asks for PRDs, requirements, scope definition, user stories, success metrics, non-goals, or implementation-ready feature specs. Use when this capability is needed.
    0 installs
  24. Atlas 4 · tomevault-io bundle
    Task execution engine with fresh context per task. Spawns sub-agents for complex implementation, runs simple tasks inline. Tracks state persistently, supports pause/resume across sessions. Use when this capability is needed.
    0 installs
  25. Code Review 136 · tomevault-io bundle
    Review code, test, and workflow-machinery changes across multiple dimensions using specialized agents with triage-based selection. Use when this capability is needed.
    0 installs
  26. Template Skill 5 · tomevault-io bundle
    Use when working with a template for creating new skills. Use this as a starting point when creating your own skill. Replace all template content with your skill's specific information.
    0 installs
  27. Docker 11 · tomevault-io bundle
    Docker management — containers, images, volumes, and networks Use when this capability is needed.
    0 installs
  28. Github 50 · tomevault-io bundle
    Full GitHub integration via gh CLI — issues, PRs, releases, CI, search Use when this capability is needed.
    0 installs
  29. Linear 4 · tomevault-io bundle
    Linear API — issues, projects, and workflow management Use when this capability is needed.
    0 installs
  30. Notion 15 · tomevault-io bundle
    Notion API — create, read, search pages, databases, and blocks Use when this capability is needed.
    0 installs
  31. Security Check 3 · tomevault-io bundle
    Security audit of current changes for iOS/Swift vulnerabilities and best practices Use when this capability is needed.
    0 installs
  32. Apple Notes 13 · tomevault-io bundle
    Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes. Use when this capability is needed.
    0 installs
  33. Notebooklm 3 · tomevault-io bundle
    Programmatic access to Google NotebookLM for creating notebooks, adding sources (URLs, YouTube, PDFs, audio, video, images), chatting with content, generating artifacts (podcasts, videos, reports, quizzes, mind maps, flashcards, infographics), and downloading results. Includes capabilities beyond the web UI. Use when this capability is needed.
    0 installs
  34. Uv 5 · tomevault-io bundle
    Python package management with uv. Use when installing, adding, removing, upgrading, or syncing Python dependencies. Use when this capability is needed.
    0 installs
  35. Skill Creator 86 · 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
  36. Restart 2 · tomevault-io bundle
    Restart the WPF application to apply code or XAML changes. Use this skill when you need to restart the app after making changes, or when the UI needs to be refreshed because WPF hot reload is limited. Use when this capability is needed.
    0 installs
  37. Gemini CLI 4 · tomevault-io bundle
    Use when working with Google Gemini CLI (`gemini`) — headless and interactive modes, the policy engine, skills, extensions, hooks migration, MCP servers, A2A and ACP protocols, GEMINI.md hierarchy, and authentication. Covers Gemini CLI 0.36.0 (April 2026). Includes verified ground truth from the local install.
    0 installs
  38. Write Tests 8 · tomevault-io bundle
    Use when writing, reviewing, or fixing tests in any language or framework, or when auditing a test suite for general best practices. Triggers on test structure issues, assertion quality, test isolation failures, flakiness, over-mocking, naming problems, or missing coverage. Defer to write-tests-deno, write-tests-frontend, or write-tests-pgtap when the domain is specifically Deno edge functions, React components, or pgTAP database tests.
    0 installs
  39. MCP Builder 23 · tomevault-io bundle
    Create general-purpose MCP servers and tool schemas for standard integrations. Use when building MCP services without OAuth/billing/Apps UI requirements. Use when this capability is needed.
    0 installs
  40. Writing Skills 9 · tomevault-io bundle
    Guides creation and improvement of coding assistant skills targeting Use when this capability is needed.
    0 installs
  41. Generate Release Notes 2 · tomevault-io bundle
    Instructions for generating or completing release notes based on the project's iconography and structure. Use when this capability is needed.
    0 installs
  42. Code Review 137 · tomevault-io bundle
    Conduct comprehensive code reviews of pending changes, a branch, or a PR using parallel specialist agents that audit the diff, compare against peer code, and verify claims. Use when the user asks to 'review this', wants pending changes, a PR, a branch, or a diff reviewed, or asks for a code review. Produces review documents in .rpiv/artifacts/reviews/. Internal mechanics like row-only agent contracts and Gap-Finder set arithmetic are documented in the skill body. Use when this capability is needed.
    0 installs
  43. Pytest 10 · tomevault-io bundle
    Best practices for writing and organizing tests with pytest including fixtures, parametrize, and plugins. Use when this capability is needed.
    0 installs
  44. Git Workflow 70 · tomevault-io bundle
    Git Commit Guidelines (Conventional Commits), Pull Request Templates, Atomic PRs, Evidence Requirements Use when this capability is needed.
    0 installs
  45. Devops 6 · tomevault-io bundle
    インフラ構築とCI/CDの専門家。アプリケーションを安全かつ確実にデプロイするための環境設定、パイプライン構築、セキュリティ管理を担当します。プラットフォーム非依存(AWS/GCP/Cloudflare等対応)。 Use when this capability is needed.
    0 installs
  46. Fastapi 17 · tomevault-io bundle
    Use when structuring a FastAPI application, designing dependency injection chains, defining Pydantic v2 schemas, adding JWT authentication, or writing async route tests with httpx.
    0 installs
  47. Release Minor 2 · tomevault-io bundle
    Automates the process of tagging a new minor release for Scribe by analyzing commit messages, updating the changelog, and creating a GitHub release.
    0 installs
  48. Skill Creator 87 · tomevault-io bundle
    Create new openrappter skills with proper SKILL.md format and metadata. Use when this capability is needed.
    0 installs
  49. Vercel Composition Patterns 10 · tomevault-io bundle
    React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
    0 installs
  50. Skill Creator 88 · tomevault-io bundle
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Make sure to use this skill whenever the user mentions creating, building, designing, or improving skills, even if they don't explicitly say "skill-creator". Use when this capability is needed.
    0 installs
  51. Code Review 138 · tomevault-io bundle
    コードレビューを実施するためのスキル。ユーザーがコードの品質、セキュリティ、テスト、パフォーマンス、アーキテクチャの観点からコードレビューを依頼した場合に使用します。「コードレビュー」「コードをチェック」「PRをレビュー」「このコードを確認して」などのコードレビュータスクに言及した場合にトリガーします。セキュリティ脆弱性、ロジックエラー、テスト品質、パフォーマンス問題を優先順位付けして指摘し、具体的な改善提案を行います。 Use when this capability is needed.
    0 installs
  52. Kubernetes 21 · tomevault-io bundle
    Kubernetes cluster management with real kubectl integration. Use when you need to manage pods, deployments, services, or any K8s resources. Use when this capability is needed.
    0 installs
  53. Code Review 139 · tomevault-io bundle
    Review current git changes or latest commit using code-reviewer and architect-reviewer agents. Use after completing code changes to get comprehensive quality feedback. Use when this capability is needed.
    0 installs
  54. Openspec Archive Change 18 · tomevault-io bundle
    Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
    0 installs
  55. Mermaid Visualizer 2 · tomevault-io bundle
    Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention. Use when this capability is needed.
    0 installs
  56. Docs Generator 3 · tomevault-io bundle
    Autonomously analyzes a repository, detects architectural and coding patterns, and generates/updates a docs/ folder with a root CLAUDE.md as table of contents. Use when asked to generate documentation, create CLAUDE.md, document architecture, or bootstrap docs for a project. Use when this capability is needed.
    0 installs
  57. Creating Skills 4 · tomevault-io bundle
    Creates Claude Code skills with proper structure, naming, and best practices. Use when the user asks to create a new skill, wants help writing a SKILL.md, or needs to structure skill content.
    0 installs
  58. Browser CLI 2 · tomevault-io bundle
    Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks. Use when this capability is needed.
    0 installs
  59. Mobile Games 3 · tomevault-io bundle
    Mobile game development principles. Touch input, battery, performance, app stores. Use when this capability is needed.
    0 installs
  60. Testing Patterns 2 · tomevault-io bundle
    Testing conventions and patterns for the Leather monorepo. Use when writing tests, creating test fixtures, or following TDD workflow. Covers Vitest setup, naming conventions, and common patterns. Use when this capability is needed.
    0 installs
  61. Frontend Design 30 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  62. Imagegen Frontend Mobile 2 · tomevault-io bundle
    Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured surfaces, image-led composition, tasteful custom iconography, and clean phone mockup framing. By default, screens should be shown inside a subtle premium iPhone or similar phone mockup with a visible frame, while the main focus stays on the app content itself. This skill generates images only. It does not write code. Use when this capability is needed.
    0 installs
  63. Openai Whisper 5 · tomevault-io bundle
    Local speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
    0 installs
  64. Shadcn UI 3 · tomevault-io bundle
    Implement frontend UI using Shadcn UI components Use when this capability is needed.
    0 installs
  65. Refactoring 7 · tomevault-io bundle
    Refactoring process. Invoke immediately when user or document mentions refactoring, or proactively when code gets too complex or messy. Use when this capability is needed.
    0 installs
  66. Vercel React Best Practices 24 · 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
  67. Design 13 · tomevault-io bundle
    Design a feature or change into a reviewed ADR. Outputs an accepted decision record ready for /scope. Use when this capability is needed.
    0 installs
  68. AI Ready 3 · tomevault-io bundle
    讓任何儲存庫都具備 AI 準備就緒功能 — 分析您的程式碼並產生 AGENTS.md、copilot-instructions.md、CI 工作流程、問題範本等。挖掘您的 PR 審核模式並建立根據您的技術棧自訂的檔案。當使用者要求「使此儲存庫具備 AI 準備就緒功能」、「設定 AI 配置」或「為 AI 貢獻準備此儲存庫」時,請使用此技能。 Use when this capability is needed.
    0 installs
  69. Code Review 140 · tomevault-io bundle
    Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/backend) from file paths. Use when this capability is needed.
    0 installs
  70. Audit 6 · tomevault-io bundle
    Conduct a comprehensive code review and security audit. Use when this capability is needed.
    0 installs
  71. Go Testing 5 · tomevault-io bundle
    Go testing patterns for Beluga AI v2. Use when writing tests, mocks, or benchmarks. Use when this capability is needed.
    0 installs
  72. Vx Usage 2 · tomevault-io bundle
    Teaches AI agents how to use vx, the universal dev tool manager. Use when the project has vx.toml or .vx/, or when the user mentions vx, tool version management, Git/GitHub operations, or cross-platform setup. vx auto-manages Node.js, Python, Go, Rust, and 142 providers via Starlark DSL provider.star files. Also covers MCP integration patterns and GitHub Actions. Use when this capability is needed.
    0 installs
  73. Fastmcp 23 · tomevault-io bundle
    Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
    0 installs
  74. Reflect 4 · tomevault-io bundle
    Structured reflection after complex work — extract insights, patterns, and concrete next actions from a session. Use when "reflect on this", "what did we learn", "session recap". Use when this capability is needed.
    0 installs
  75. Idea Validator 2 · tomevault-io bundle
    Critical-thinking brainstorming partner that acts as a requirements analyst. Use when users present ideas, feature requests, or problems they want to solve. Triggers include "I want to build", "help me validate", "users need", "I'm thinking of creating", or any request involving problem/solution validation. This skill aggressively challenges assumptions, questions perceived problems, demands evidence, and ensures solutions address genuine needs before exploring implementation. Use when this capability is needed.
    0 installs
  76. Frontend Design 31 · tomevault-io bundle
    Create distinctive, usability-focused, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include web apps, landing pages, dashboards, forms, portfolios). Generates creative, polished code that avoids generic AI aesthetics. Applies "Don't Make Me Think" usability principles and a default style guide (Black/White/Gray/Bright Green) when no style preference is provided. Use when this capability is needed.
    0 installs
  77. Create Rule 5 · tomevault-io bundle
    Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md. Use when this capability is needed.
    0 installs
  78. Verification Before Completion 8 · tomevault-io bundle
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0 installs
  79. Implement 12 · tomevault-io bundle
    Execute tasks from track plan with TDD workflow and git commit integration Use when this capability is needed.
    0 installs
  80. New Track 2 · tomevault-io bundle
    Create development track with spec and hierarchical plan through interactive Q&A Use when this capability is needed.
    0 installs
  81. Shadcn UI 4 · tomevault-io bundle
    Use when implementing UI components with shadcn/ui. Covers component installation, configuration with Vite/TanStack Router, CLI commands, and integration with Tailwind CSS.
    0 installs
  82. Next 7 · tomevault-io bundle
    세션 시작 - 진행 상태 파악, 다음 작업 제시 Use when this capability is needed.
    0 installs
  83. API Testing 2 · tomevault-io bundle
    Contract testing with Pact, API mocking with MSW, load testing with k6/Locust, OpenAPI validation, and Postman/Insomnia automation. Code-first patterns for catching regressions before they reach production. Use when this capability is needed.
    0 installs
  84. Update Docs 12 · tomevault-io bundle
    This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes. Use when this capability is needed.
    0 installs
  85. Apple Notes 14 · tomevault-io bundle
    Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Moltbot to add a note, list notes, search notes, or manage note folders. Use when this capability is needed.
    0 installs
  86. Blogwatcher 11 · tomevault-io bundle
    Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when this capability is needed.
    0 installs
  87. Bluebubbles 9 · tomevault-io bundle
    Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST send/probe, webhook inbound). Use when this capability is needed.
    0 installs
  88. Model Usage 9 · tomevault-io bundle
    Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON. Use when this capability is needed.
    0 installs
  89. Web Scraper 3 · tomevault-io bundle
    High-performance web scraping powered by Crawl4AI (59k+ GitHub Stars). Playwright-based anti-detection, async concurrent crawling, LLM-optimized Markdown output. Completely free & open-source. Use when this capability is needed.
    0 installs
  90. Cloudrouter 2 · tomevault-io bundle
    Manage cloud development sandboxes with cloudrouter. Create, sync, and access remote VMs with GPU support, Docker, and browser automation. Use when asked to create a sandbox, spin up a dev environment, run code in the cloud, use GPUs, automate a browser, or interact with remote VMs. Use when this capability is needed.
    0 installs
  91. Kameleondb 2 · tomevault-io bundle
    Store and query structured data without planning schemas upfront. Use when you need to remember information, track entities across conversations, build knowledge bases, ingest API data, store user preferences, create CRM systems, or maintain any persistent state. Automatically evolves data structure as you discover new fields. No migrations, no schema design - just store data and query it. Use when this capability is needed.
    0 installs
  92. Add Test 5 · tomevault-io bundle
    Step-by-step guide for adding a new test to the project Use when this capability is needed.
    0 installs
  93. Fastapi Patterns 4 · tomevault-io bundle
    FastAPI best practices, Pydantic models, SQLAlchemy ORM, async patterns, dependency injection, and JWT authentication. Activate for FastAPI apps, async Python APIs, API design, and modern Python web services. Use when this capability is needed.
    0 installs
  94. Frontend Dev 2 · tomevault-io bundle
    Coding practices for frontend development in Atomic CRM. Use when creating or modifying React components, forms, list pages, detail views, filters, data fetching, or responsive layouts. Use when this capability is needed.
    0 installs
  95. Fastapi 18 · tomevault-io bundle
    Use when structuring a FastAPI application, designing dependency injection chains, defining Pydantic v2 schemas, adding JWT authentication, or writing async route tests with httpx.
    0 installs
  96. Rust Testing 5 · tomevault-io bundle
    Rust testing patterns — unit tests with mockall, integration tests with sqlx transactions, HTTP handler testing (axum), benchmarks (criterion), property tests (proptest), fuzzing, and CI with cargo-nextest. Use when this capability is needed.
    0 installs
  97. Elixir Cyclic Deps 2 · tomevault-io bundle
    Detects and removes cyclic compile-time dependencies in Elixir codebases using mix xref, with minimal code changes. Use when the user explicitly asks to check for cycles, remove cyclic dependencies, or fix xref cycle failures. Requires Elixir 1.19 or higher for accurate results. Use when this capability is needed.
    0 installs
  98. API Designer 3 · tomevault-io bundle
    Design REST APIs or function contracts with clear request/response specifications, Use when this capability is needed.
    0 installs
  99. Git Worktrees 6 · tomevault-io bundle
    Work on multiple branches in parallel using git worktrees via the git-wt helper to avoid context switching or merge noise. Use when this capability is needed.
    0 installs
  100. Blog Post 2 · tomevault-io bundle
    Generates engaging long-form blog posts from source materials or a topic brief. Supports listicles, editorial tutorials, how-to articles, narrative essays, and thought leadership. Handles research, outlining, drafting, on-page SEO, and polishing. Use when "write a blog post about this", "create a listicle", "turn this research into an article", "write an editorial tutorial", "draft a thought leadership piece", or "write a how-to article". For short product or marketing copy (headlines, CTAs, landing pages, onboarding strings) use copywriting; for slide decks use presentation-creator; for API references, READMEs, or how-to docs in a documentation site use docs-writing.
    0 installs