← all publishers

tomevault-io

@tomevault-io source repo

62247 published skills · page 121 of 623

  1. Update Docs 15 · tomevault-io bundle
    実装完了後にすべてのドキュメント(README・設計書・実装計画書・API比較表・チュートリアル)を最新化する。新機能の追加、バグ修正、リファクタリング後に使用する。 Use when this capability is needed.
    0 installs
  2. Update Deps 3 · tomevault-io bundle
    Update cargo dependencies to their latest major versions one at a time, verifying each with check/build/test and committing individually. Invoke with /update-deps. Use when this capability is needed.
    0 installs
  3. Decision Capture 2 · tomevault-io bundle
    Capture patine (decision wisdom) at Gates when KO or challenge occurs Use when this capability is needed.
    0 installs
  4. CI CD 26 · tomevault-io bundle
    CI/CD pipeline standards for GitHub Actions, GitLab CI, and deployment automation. Covers testing gates, security scanning, artifact management, and deployment strategies for reliable software delivery. Use when this capability is needed.
    0 installs
  5. Mlops 2 · tomevault-io bundle
    MLOps engineering covering ML pipeline design, model versioning, experiment tracking, deployment strategies, drift detection, and monitoring for production ML systems with tools like MLflow, Kubeflow, and model registries Use when this capability is needed.
    0 installs
  6. Notebooklm 4 · tomevault-io bundle
    Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X Use when this capability is needed.
    0 installs
  7. Gemini CLI 5 · tomevault-io bundle
    Ask Gemini via the local `gemini` CLI (no MCP). Use when the user says "ask gemini" / "use gemini", wants a second opinion, needs large-context `@path` analysis, sandbox runs, or structured change-mode edits. Use when this capability is needed.
    0 installs
  8. Dev Browser 4 · tomevault-io bundle
    Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request. Use when this capability is needed.
    0 installs
  9. Camsnap 14 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  10. Weather 28 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  11. Git Release 4 · tomevault-io bundle
    Create consistent releases and changelogs Use when this capability is needed.
    0 installs
  12. Vue Expert 5 · tomevault-io bundle
    Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.
    0 installs
  13. Fastapi 19 · tomevault-io bundle
    FastAPI endpoint design, Pydantic validation, dependency injection, and async patterns Use when this capability is needed.
    0 installs
  14. Test 36 · tomevault-io bundle
    Run tests for Aenea project - unit tests, integration tests, coverage reports, watch mode Use when this capability is needed.
    0 installs
  15. Agent Teams 5 · tomevault-io bundle
    Coordinate Claude Code Agent Teams through filesystem-based protocol. Use Use when this capability is needed.
    0 installs
  16. Architecture 3 · tomevault-io bundle
    This skill should be used when the user asks to "review architecture", "evaluate system design", "scaffold a service", "check boundaries", "convene the guild", "design async system", "implement hexagonal", "coordinate agents", or discusses architectural decisions, service structure, event-driven patterns, or multi-agent coordination. Use when this capability is needed.
    0 installs
  17. Coding Standards 5 · tomevault-io bundle
    Guide for writing clean, maintainable code following industry best practices and design principles like DRY, SOLID, and composition patterns. Use when writing any code to ensure consistency, readability, and long-term maintainability across all programming languages. Use when this capability is needed.
    0 installs
  18. Angular Component 2 · tomevault-io bundle
    Create modern Angular standalone components following v20+ best practices. Use for building UI components with signal-based inputs/outputs, OnPush change detection, host bindings, content projection, and lifecycle hooks. Triggers on component creation, refactoring class-based inputs to signals, adding host bindings, or implementing accessible interactive components. Use when this capability is needed.
    0 installs
  19. Build 6 · tomevault-io bundle
    Run the production build for the web application Use when this capability is needed.
    0 installs
  20. Architecture 4 · tomevault-io bundle
    Use when exploring codebase structure, understanding index implementations (HNSW, IVF, DISKANN, Sparse, MinHash), working with third-party libraries (faiss, hnswlib, DiskANN, Cardinal), or locating specific functionality
    0 installs
  21. Code Quality 10 · tomevault-io bundle
    Use when checking code style, running pre-commit hooks, or before committing changes to ensure compliance with Google style guide
    0 installs
  22. Git Workflow 74 · tomevault-io bundle
    Use when committing and pushing code changes, ensures DCO compliance and pre-commit validation
    0 installs
  23. Fetch Zulip Messages 2 · tomevault-io bundle
    Fetch messages from a Zulip narrow URL (chat.zulip.org). Use when the user shares a Zulip conversation link, when you encounter a Zulip link in a GitHub issue or PR, or when a Zulip conversation references another Zulip thread that may be relevant. Use when this capability is needed.
    0 installs
  24. Create Skill 11 · tomevault-io bundle
    Guide for creating effective skills. Use when asked 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
  25. CLI 3 · tomevault-io bundle
    Use this when you need to perform mutations on plyr.fm - uploading, deleting, liking tracks. The MCP server is read-only - use this skill when you need to trigger uploads, delete tracks, or modify likes.
    0 installs
  26. Pytest Coverage 2 · tomevault-io bundle
    Generate or extend pytest suites to reach at least 80% total coverage for the repository while excluding src/safe_family/templates/miscellaneous/. Use when asked to add tests, raise coverage, or set up CI coverage gates. Use when this capability is needed.
    0 installs
  27. Template Skill 6 · tomevault-io bundle
    Use when working with a template showing the canonical skill structure
    0 installs
  28. Coingecko 2 · tomevault-io bundle
    CoinGecko API documentation - cryptocurrency market data API, price feeds, market cap, volume, historical data. Use when integrating CoinGecko API, building crypto price trackers, or accessing cryptocurrency market data. Use when this capability is needed.
    0 installs
  29. Simplify 8 · tomevault-io bundle
    Code complexity analysis and YAGNI enforcement. Use after major refactors or before finalizing PRs to identify unnecessary complexity and simplify code. Use when this capability is needed.
    0 installs
  30. Implement 13 · tomevault-io bundle
    Implement software from validated planning artifacts using TDD and quality gates. Reads /sdlc:plan outputs and guides proper implementation. Use when this capability is needed.
    0 installs
  31. Release 70 · tomevault-io bundle
    Bump version, commit, push, and create a GitHub release (triggers PyPI publish) Use when this capability is needed.
    0 installs
  32. Security 15 · tomevault-io bundle
    Orchestrate all security skills - code audit, infra audit, auth review, secret rotation, and pentest. Use for a full security assessment. Use when this capability is needed.
    0 installs
  33. Documentation Lookup 2 · tomevault-io bundle
    Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma). Use when this capability is needed.
    0 installs
  34. Ask 5 · tomevault-io bundle
    Query the bundled research knowledge graph for methodology guidance. Routes questions through a 3-tier knowledge base — WHY (research claims), HOW (guidance docs), WHAT IT LOOKS LIKE (domain examples) — plus structured reference documents. Returns research-backed answers grounded in specific claims with practical application to the user's system. Triggers on "/ask", "/ask [question]", "why does my system...", "how should I...". Use when this capability is needed.
    0 installs
  35. Marketing Ops 2 · tomevault-io bundle
    这是一个用于管理营销技能生态系统的核心工具。当不确定应使用哪种营销技能时,或者在策划多技能营销活动、协调内容、搜索引擎优化(SEO)、客户转化率(CRO)、营销渠道以及分析工作时,都可以使用该工具。此外,当用户请求“营销帮助”、“营销计划”、“我接下来该做什么”、“营销优先事项”或“协调营销工作”时,也可以使用该工具。 Use when this capability is needed.
    0 installs
  36. SEO Audit 4 · tomevault-io bundle
    Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to 10 specialists (7 core + 3 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check. Use when this capability is needed.
    0 installs
  37. MCP Builder 25 · tomevault-io bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Use when this capability is needed.
    0 installs
  38. React Component 2 · tomevault-io bundle
    生成React组件,包含TypeScript、hooks、状态管理和无障碍最佳实践。支持函数组件、自定义hooks和Context Provider。 Use when this capability is needed.
    0 installs
  39. Git Workflow 75 · tomevault-io bundle
    Git commit conventions and workflow Use when this capability is needed.
    0 installs
  40. Documentation 39 · tomevault-io bundle
    Technical documentation best practices. Use for writing READMEs, API docs, code comments, and project documentation. Use when this capability is needed.
    0 installs
  41. Coverage 7 · tomevault-io bundle
    Run the requirements coverage report and show which requirements are uncovered by tests. Use when this capability is needed.
    0 installs
  42. Openspec Onboard 6 · tomevault-io bundle
    Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work. Use when this capability is needed.
    0 installs
  43. Openspec New Change 2 · 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
  44. Security 16 · tomevault-io bundle
    OWASP security patterns, secrets management, security testing Use when this capability is needed.
    0 installs
  45. Gh Release 2 · tomevault-io bundle
    Automates version bumping in pyproject.toml and creating GitHub releases. Use when releasing a new version of the project.
    0 installs
  46. Gh Release 3 · tomevault-io bundle
    Automates version bumping in pyproject.toml and creating GitHub releases. Use when releasing a new version of the project.
    0 installs
  47. Gh Release 4 · tomevault-io bundle
    Automates version bumping in pyproject.toml and creating GitHub releases. Use when releasing a new version of the project.
    0 installs
  48. API Design 18 · tomevault-io bundle
    Design API endpoints, schemas, and contracts. Use when defining public interfaces or data models. Use when this capability is needed.
    0 installs
  49. Tech Stack 2 · tomevault-io bundle
    Describes the primary technologies, frameworks, libraries, and language conventions used in this codebase. Use when this capability is needed.
    0 installs
  50. Python Packaging 2 · tomevault-io bundle
    適切なプロジェクト構造、setup.py/pyproject.toml、PyPIへの公開を使用して配布可能なPythonパッケージを作成。Pythonライブラリのパッケージング、CLIツールの作成、Pythonコードの配布時に使用。 Use when this capability is needed.
    0 installs
  51. Oracle 16 · tomevault-io bundle
    Strategic technical advisor with two modes. Use for second opinions, architecture decisions, debugging, security analysis, and research. REPO MODE explores your codebase autonomously (finds gaps, reviews code, traces bugs). WEB MODE researches external info via @steipete/oracle CLI (current best practices, library comparisons, docs). Run both in parallel when comparing your implementation against current standards. Use when this capability is needed.
    0 installs
  52. Copilot 2 · tomevault-io bundle
    Use when the user asks to run GitHub Copilot CLI or references GitHub Copilot for code analysis, refactoring, or automated editing
    0 installs
  53. Deploy 23 · tomevault-io bundle
    Deployment automation skill for CI/CD pipelines Use when this capability is needed.
    0 installs
  54. Codify 2 · tomevault-io bundle
    Refactor any skill by extracting deterministic operations into a Python script and slimming the SKILL.md to only AI judgment parts. Use when user says /codify, codify a skill, or optimize a skill. Use when this capability is needed.
    0 installs
  55. Canvas Design 5 · tomevault-io bundle
    Create programmatic digital art using Python libraries like Pillow (PIL), NumPy, and Matplotlib. Generate images, fractals, patterns, and abstract compositions. Use when this capability is needed.
    0 installs
  56. Data Analysis 3 · tomevault-io bundle
    Perform data analysis and generate visualizations using Python (Pandas, Matplotlib, Seaborn). Supports CSV, JSON, and Excel formats. Use when this capability is needed.
    0 installs
  57. Skill Creator 94 · 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 AI capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
    0 installs
  58. Theme Factory 8 · tomevault-io bundle
    Generate structured JSON theme configurations for UI components, presentations, or documents. Supports color palettes, typography, and spacing. Use when this capability is needed.
    0 installs
  59. Code Review 150 · tomevault-io bundle
    รีวิวโค้ด/diff/PR หาบั๊ก ความถูกต้อง และจุดที่ควรปรับ ใช้เมื่อผู้ใช้ขอรีวิว ตรวจโค้ด ดู PR หรือขอความเห็นที่สอง Use when this capability is needed.
    0 installs
  60. Git Workflow 76 · tomevault-io bundle
    Git 操作を行う際に常に遵守すべきブランチ運用・コミット・push のルール。GitHub Flow に従ったブランチモデル、ベースブランチの判定、コミット / push スキルへの委譲を徹底する。あらゆる git 操作(ブランチ作成、コミット、push、マージ、checkout 等)を行う前に参照する。 Use when this capability is needed.
    0 installs
  61. Code Refactoring 3 · tomevault-io bundle
    Safe code refactoring guide for gnwebsite project. Use when refactoring components, removing duplication, improving code structure, or simplifying complex functions. Covers test-driven refactoring, incremental changes, extract function/composable patterns, and rollback procedures. Ensures refactoring preserves behavior while improving code quality. Use when this capability is needed.
    0 installs
  62. REST API 9 · tomevault-io bundle
    Team conventions for designing and shipping REST APIs — resource modeling, the OpenAPI-first workflow, and contract testing. Use when designing or building HTTP endpoints. Use when this capability is needed.
    0 installs
  63. Next Best Practices 5 · tomevault-io bundle
    Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.
    0 installs
  64. Devlog 2 · tomevault-io bundle
    Ajoute des fonctionnalités de log au fichier en cours Use when this capability is needed.
    0 installs
  65. Creating Skills 5 · tomevault-io bundle
    Skills are reference guides for proven techniques, patterns, or tools. They help Use when this capability is needed.
    0 installs
  66. Code Review 151 · tomevault-io bundle
    General-purpose code review for pull requests and local diffs. Produces a structured verdict with file:line citations, severity-tagged findings, and a concise verdict. Use as a GitHub Action bot prompt or before commit/PR submission. Triggers on 'review PR', 'review diff', 'code review', 'check PR', 'review changes', 'review my changes'. Use when this capability is needed.
    0 installs
  67. Apple Notes 15 · 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 FRIDAY to add a note, list notes, search notes, or manage note folders. Use when this capability is needed.
    0 installs
  68. Blogwatcher 12 · tomevault-io bundle
    Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when this capability is needed.
    0 installs
  69. Bluebubbles 10 · tomevault-io bundle
    Build or update the BlueBubbles external channel plugin for FRIDAY (extension package, REST send/probe, webhook inbound). Use when this capability is needed.
    0 installs
  70. Model Usage 10 · 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
  71. Obsidian 12 · tomevault-io bundle
    Interact with Obsidian vaults via obsidian-cli. Read, create, search, and manage markdown notes. Use when user references their Obsidian vault, wants to save information to notes, search their knowledge base, or organize their personal knowledge management system. Use when this capability is needed.
    0 installs
  72. MCP Builder 26 · tomevault-io bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs Use when this capability is needed.
    0 installs
  73. Frontend Design 35 · 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
  74. Ticket 2 · tomevault-io bundle
    Implement a ticket from docs/tickets/, following the full workflow from reading through implementation to documentation updates Use when this capability is needed.
    0 installs
  75. Brainstorming 19 · tomevault-io bundle
    MUST use before building features, creating components, adding functionality, or designing new behavior. Use when user says 'build', 'create', 'add feature', 'implement', 'design', or describes something new to build. Explores requirements through questions before writing code. Use when this capability is needed.
    0 installs
  76. Git Workflow 77 · tomevault-io bundle
    当人类用户要求你“提交代码”、“保存变更”或执行 Git 相关操作时,必须使用此技能。 Use when this capability is needed.
    0 installs
  77. Vue Patterns 3 · tomevault-io bundle
    Use when building Vue.js applications. Covers Vue 3 Composition API, composables, Pinia state management, Vue Router, Vite configuration, component design patterns, form handling, and enterprise application architecture.
    0 installs
  78. Build Fix 3 · tomevault-io bundle
    Diagnose and fix build errors with minimal changes. Use when this capability is needed.
    0 installs
  79. Session Memory 2 · tomevault-io bundle
    Create or finalize session memory files for the current working session Use when this capability is needed.
    0 installs
  80. Code Simplifier 7 · tomevault-io bundle
    Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. Use when this capability is needed.
    0 installs
  81. Brand Guidelines 3 · tomevault-io bundle
    Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. Use when this capability is needed.
    0 installs
  82. Biome 4 · tomevault-io bundle
    Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint) Use when this capability is needed.
    0 installs
  83. Flask 2 · tomevault-io bundle
    Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem Use when this capability is needed.
    0 installs
  84. Review 35 · tomevault-io bundle
    Comprehensive code review of recent changes in the iam-policy-validator project. Use when the user wants a code review, quality check, or audit of recent changes. Triggers on "/review", "review my changes", "code review", or "check code quality". Use when this capability is needed.
    0 installs
  85. Writing Plans 11 · tomevault-io bundle
    Transform research findings into actionable implementation plans with granular steps, verification criteria, and stakes-based enforcement. Plans serve as contracts between human and AI. Use when this capability is needed.
    0 installs
  86. Release 71 · tomevault-io bundle
    Release workflow for agent-vault. Follow these steps when publishing a new version. Use when this capability is needed.
    0 installs
  87. Example Skill 8 · tomevault-io bundle
    Short summary of what this skill accomplishes. Use when this capability is needed.
    0 installs
  88. Swift Wasm 2 · tomevault-io bundle
    Swift WASM development for setup, build, optimize, debug, and test workflows in Raven and related apps. Use when this capability is needed.
    0 installs
  89. Golang Testing 8 · tomevault-io bundle
    Write idiomatic Go tests. Use when this capability is needed.
    0 installs
  90. Data Analysis 4 · tomevault-io bundle
    Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to CSV/JSON/Markdown.
    0 installs
  91. Deep Research 6 · tomevault-io bundle
    Use this skill instead of WebSearch for ANY question requiring web research. Trigger on queries like "what is X", "explain X", "compare X and Y", "research X", or before content generation tasks. Provides systematic multi-angle research methodology instead of single superficial searches. Use this proactively when the user's question needs online information.
    0 installs
  92. MCP Builder 27 · tomevault-io bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Use when this capability is needed.
    0 installs
  93. Imsg 16 · tomevault-io bundle
    iMessage/SMS CLI for listing chats, history, watch, and sending. Use when this capability is needed.
    0 installs
  94. Collaboration 2 · tomevault-io bundle
    Collaboration workflow for planning, onboarding, and understanding a codebase. Use when starting a new task, exploring an unfamiliar project, creating a plan or todo list, discussing requirements, or when the user asks to understand the architecture or get started on a feature. Use when this capability is needed.
    0 installs
  95. Star Office Helper 2 · tomevault-io bundle
    Install, start, connect, and troubleshoot visualization companion projects for Aion/OpenClaw, with Star-Office-UI as the default recommendation. Use when users ask for Star Office setup, URL/port connection, Unauthorized page diagnosis, Python venv/pip issues (PEP 668), preview panel wiring, real-time monitor wake-up checks, or similar open-source visualizer alternatives. Use when this capability is needed.
    0 installs
  96. Security Review 5 · tomevault-io bundle
    Comprehensive security audit of SaThuCoin contract, dependencies, deployment scripts, and scraper code. Only invoke manually — never auto-trigger. Use when this capability is needed.
    0 installs
  97. Create Component 3 · tomevault-io bundle
    React Native 컴포넌트를 생성합니다. 새로운 UI 컴포넌트가 필요하거나, 컴포넌트를 만들어달라고 요청할 때 사용합니다. Use when this capability is needed.
    0 installs
  98. Vue Patterns 4 · tomevault-io bundle
    Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects. Use when this capability is needed.
    0 installs
  99. MCP Builder 28 · tomevault-io bundle
    LLMが外部サービスと対話するための適切に設計されたツールを通じて、高品質なMCP (Model Context Protocol) サーバーを作成するためのガイド。Python (FastMCP)、Node/TypeScript (MCP SDK)、Rust (Tokio)で、外部APIやサービスを統合するMCPサーバーを構築する際に使用します。 Use when this capability is needed.
    0 installs
  100. Task Delegation 2 · tomevault-io bundle
    When a subtask should run on a different agent (Codex/Claude/Gemini) → delegate and track cross-agent execution. Use when this capability is needed.
    0 installs