← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 157 of 623

  1. Review 18 · tomevault-io bundle
    Review uncommitted changes Use when this capability is needed.
    0 installs
  2. Openspec Archive Change 8 · 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
  3. Code Review 28 · tomevault-io bundle
    AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security). Use when this capability is needed.
    0 installs
  4. Release Check 2 · tomevault-io bundle
    Pre-release integrity check. Catches stale docs, broken examples, missing exports, and version mismatches before publishing. Run before bumping versions or creating release PRs. Use for release check, version bump, pre-release, publish prep. Use when this capability is needed.
    0 installs
  5. Adapt 2 · tomevault-io bundle
    Analyze project and fill in AGENTS.md. Use when adapting dot-agents to a new project, after initial installation. Use when this capability is needed.
    0 installs
  6. Ralph 5 · tomevault-io bundle
    Autonomous multi-iteration feature implementation using handoff loops. Use when asked to "run ralph", "execute autonomously", "implement this plan autonomously", or for hands-free feature development from structured plans. Use when this capability is needed.
    0 installs
  7. Research 8 · tomevault-io bundle
    Deep research on technical topics, libraries, APIs, or concepts. Use when asked to research, investigate, explore deeply, or gather comprehensive information on a topic. Saves learnings to .agents/research/. Use when this capability is needed.
    0 installs
  8. Publish 4 · tomevault-io bundle
    This skill should be used when the user asks to "send message to agent X", "publish to topic", "broadcast to all agents", "notify other sessions", "tell agent Y that...", or needs to send inter-agent messages, hand off work, or broadcast notifications across hive sessions. Use when this capability is needed.
    0 installs
  9. Vue 30 · tomevault-io bundle
    Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive. Use when this capability is needed.
    0 installs
  10. Git Commit 7 · tomevault-io bundle
    Stages changes and commits with an auto-generated message derived from the diff. Use when the user wants to commit with a smart message, "git commit with message from changes", or to stage and commit in one go without typing the message. Use when this capability is needed.
    0 installs
  11. Review Code 2 · tomevault-io bundle
    评审代码、PR、diff 或补丁时使用。检查正确性、安全性、性能与可维护性。 Use when this capability is needed.
    0 installs
  12. Sample Skill 2 · tomevault-io bundle
    Sample Skill v2 (BROKEN) Use when this capability is needed.
    0 installs
  13. Commit 39 · tomevault-io bundle
    Commit the changes made on this chat session to the current branch. Use best practices from Conventional Commits. Use when this capability is needed.
    0 installs
  14. Journey 2 · tomevault-io bundle
    Load BDD journey feature files as project context for a specific role. Use when the user invokes "/journey <role>" where role is maintainer, contributor, or developer. Loads all .feature files from bdd/journeys/<role>/ as living documentation context. Examples - "/journey maintainer" loads project rules (BDD workflow, conventions, testing, environment, release, architecture), "/journey contributor" loads build and setup specs, "/journey developer" loads SDK usage specs. Use when this capability is needed.
    0 installs
  15. Code Review 29 · tomevault-io bundle
    Use after implementation (bug fix or feature task) to dispatch appropriate reviewers and return binary APPROVE/BLOCK verdict. Shared by investigate and subagent-driven-development. Use when this capability is needed.
    0 installs
  16. Golang 8 · tomevault-io bundle
    Go code generation, project layout, naming, style, error handling, testing, concurrency, performance, and security following idiomatic Go conventions Use when this capability is needed.
    0 installs
  17. Django 6 · tomevault-io bundle
    Django开发专家助手。当用户需要进行Django Web开发、Django REST Framework、ORM模型设计、中间件开发或Python后端项目时调用。 Use when this capability is needed.
    0 installs
  18. Nodejs 2 · tomevault-io bundle
    Node.js开发专家助手。当用户需要进行Node.js后端开发、Express/Koa框架、REST API或服务端JavaScript应用开发时调用。 Use when this capability is needed.
    0 installs
  19. Refactor 10 · tomevault-io bundle
    Refactor monolithic code into clean, single-responsibility modules following SOLID principles Use when this capability is needed.
    0 installs
  20. Code Review 30 · tomevault-io bundle
    Review code changes in dotnet/runtime for correctness, performance, and consistency with project conventions. Use when reviewing PRs or code changes. Use when this capability is needed.
    0 installs
  21. Audit Docs 2 · tomevault-io bundle
    Audit documentation coverage across CLI commands, web features, and configuration. Builds the CLI, discovers all commands/flags, checks web pages, and cross-references against docs/ and apps/docs/. Use when this capability is needed.
    0 installs
  22. Railway 2 · tomevault-io bundle
    Interact with Railway deployments — check status, view logs, redeploy services, and manage environment variables. Use when this capability is needed.
    0 installs
  23. Exa Search 2 · tomevault-io bundle
    Web and code search with Exa MCP. Use for current documentation, API references, code examples, latest library info, or when the user mentions "exa", "web search", "docs", or "current API". Use when this capability is needed.
    0 installs
  24. Coding Agent 2 · tomevault-io bundle
    Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when the agent needs to spawn, monitor, or orchestrate coding agents in a terminal session, delegate programming tasks to a sub-agent, review pull requests with an external CLI tool, or run parallel background coding workflows across git worktrees. Use when this capability is needed.
    0 installs
  25. Release 36 · tomevault-io bundle
    Draft a new GitHub release with version bump Use when this capability is needed.
    0 installs
  26. Git Workflow 6 · tomevault-io bundle
    Standard git workflow for everyday development — branching, committing, rebasing, pull requests, reviewing, merging, and changelog generation. Use when asked to perform git operations, prepare a PR, resolve merge conflicts, or generate release notes. Use when this capability is needed.
    0 installs
  27. Code Review 31 · tomevault-io bundle
    Review code for quality, security, performance, and maintainability. Use when reviewing PRs, auditing a codebase, or refactoring. Covers TypeScript, Node.js, infrastructure-as-code, and full-stack web apps. Use when this capability is needed.
    0 installs
  28. MCP Server 2 · tomevault-io bundle
    Governs the noter local MCP server (F6). Invoke when implementing, debugging, or extending the MCP server at mcp-server/. Covers tool contract, path resolution, build process, and Claude Code / Cursor configuration. Use when this capability is needed.
    0 installs
  29. Slack 6 · tomevault-io bundle
    Use when you need to control Slack from MagmaBot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
    0 installs
  30. Code Review 32 · tomevault-io bundle
    Review a defined git-backed change set for bugs, regressions, missing requirements, and test gaps before merge. Use when this capability is needed.
    0 installs
  31. Git Workflow 7 · tomevault-io bundle
    Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. Use when this capability is needed.
    0 installs
  32. Rust Testing 2 · tomevault-io bundle
    Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. Use when this capability is needed.
    0 installs
  33. Code Reviewer 5 · tomevault-io bundle
    Review code for best practices, bugs, and security risks; use for PR reviews, code quality audits, or whenever the user wants feedback. Use when this capability is needed.
    0 installs
  34. Azure 2 · tomevault-io bundle
    Microsoft Azure cloud platform with Functions, AKS, and DevOps. Use for Azure services. Use when this capability is needed.
    0 installs
  35. Biome 2 · tomevault-io bundle
    Biome fast formatter and linter. Use for code quality. Use when this capability is needed.
    0 installs
  36. Clerk 2 · tomevault-io bundle
    Clerk authentication for modern apps. Use for user management. Use when this capability is needed.
    0 installs
  37. React 7 · tomevault-io bundle
    React component-based UI with hooks, context, and state management. Use for .jsx/.tsx files. Use when this capability is needed.
    0 installs
  38. Remix 3 · tomevault-io bundle
    Remix React framework with nested routing and data loading. Use for full-stack React. Use when this capability is needed.
    0 installs
  39. Rspec 2 · tomevault-io bundle
    RSpec Ruby testing framework. Use for Ruby testing. Use when this capability is needed.
    0 installs
  40. Swift 2 · tomevault-io bundle
    Swift development for iOS/macOS with SwiftUI, async/await, and Combine. Use for .swift files. Use when this capability is needed.
    0 installs
  41. Tauri 2 · tomevault-io bundle
    Tauri lightweight desktop framework with Rust backend. Use for desktop apps. Use when this capability is needed.
    0 installs
  42. Agents Md 3 · tomevault-io bundle
    This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation. Use when this capability is needed.
    1 install
  43. Find Bugs 2 · tomevault-io bundle
    Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch. Use when this capability is needed.
    0 installs
  44. Prd 6 · tomevault-io bundle
    Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis. Use when this capability is needed.
    0 installs
  45. Documentation 4 · tomevault-io bundle
    Documentation Brief description for SEO and navigation Use when this capability is needed.
    0 installs
  46. Gh Agent Task 2 · tomevault-io bundle
    GitHub CLI Agent Task Extension Use when this capability is needed.
    0 installs
  47. Aire Development 2 · tomevault-io bundle
    Build and work with Aire forms in Laravel, including the fluent PHP API, data binding, validation, and customization. Use when this capability is needed.
    0 installs
  48. Code Review 33 · tomevault-io bundle
    Two-axis review (Standards + Spec) of the diff between HEAD and a fixed point, using the project's documented standards (PROJECT.md, CONTEXT.md, qa/REVIEW_RULES.md, ADRs) and the originating spec. Use when the user wants to review a branch, PR, or work-in-progress, or asks to "review since X". Use when this capability is needed.
    0 installs
  49. Td 2 · tomevault-io bundle
    Creates post-task retrospectives with Before/After context and session documentation.
    0 installs
  50. Dev 4 · tomevault-io bundle
    Use this skill when working in the CPython repository for any development task - fixing bugs, adding features, understanding code, or making contributions. Provides codebase orientation and coordinates loading of specialized skills (build, style, docs, jit) as your workflow progresses.
    0 installs
  51. Code Review 34 · tomevault-io bundle
    Review code changes against Grant Platform guardrails and layer conventions. Use when reviewing pull requests, staged changes, or when the user asks for a code review. Use when this capability is needed.
    0 installs
  52. Github 33 · tomevault-io bundle
    Create and manage GitHub issues, pull requests, and interact with repositories. Use when creating issues, PRs, viewing GitHub resources, managing labels, or checking CI status. Use when this capability is needed.
    0 installs
  53. Code Review 35 · tomevault-io bundle
    Reviews code changes for correctness, security, test coverage, and design quality, producing severity-tagged findings. Supports local changes, specific commits, or GitLab merge requests. Use when user requests a code review, asks to review a diff, branch, commits, or MR — or asks to post, publish, or clean up review findings as inline MR comments. Never pushes to remote; never posts comments without user approval. Use when this capability is needed.
    0 installs
  54. Bun 4 · tomevault-io bundle
    Bun runtime (1.3.x) modern JavaScript/TypeScript runtime and toolkit Use when this capability is needed.
    0 installs
  55. Blogwatcher 4 · tomevault-io bundle
    Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when this capability is needed.
    0 installs
  56. Rust 13 · tomevault-io bundle
    Tauri v2 and Rust backend best practices, commands, state management, IPC and security patterns. Use when writing Rust backend code, creating commands or integrating with the frontend. Use when this capability is needed.
    0 installs
  57. Ralph 6 · tomevault-io bundle
    Interactive planning skill for Amp. Generates specs, implementation plans, and loop infrastructure through clarifying questions. Use when this capability is needed.
    0 installs
  58. Wt 3 · tomevault-io bundle
    Create a git worktree in worktree/ subdirectory with up-to-date master Use when this capability is needed.
    0 installs
  59. Refactor 11 · tomevault-io bundle
    Refactor code for quality and maintainability. Use for cleanup and tech debt reduction. Use when this capability is needed.
    0 installs
  60. Security 4 · tomevault-io bundle
    Security audits and secure coding. Use for vulnerability detection or auth implementation. Use when this capability is needed.
    0 installs
  61. Skill Guide 2 · tomevault-io bundle
    Aurora Skills 编写与维护指南。用于创建、重构或审核 SKILL.md,确保符合官方最小规范并兼容 Aurora 扩展与可配置轮次。 Use when this capability is needed.
    0 installs
  62. Git Commit 8 · tomevault-io bundle
    当用户明确要求"提交 Git 改动"、"生成 commit 信息"或"创建 git commit"时使用。仅用 Git 分析改动并自动生成 conventional commit 信息(可选 emoji);必要时建议拆分提交,默认运行本地 Git 钩子(可 --no-verify 跳过),提交后默认自动 push(可 --no-push 跳过)。 Use when this capability is needed.
    0 installs
  63. Database 2 · tomevault-io bundle
    ALWAYS USE THIS SKILL when user mentions ANY database-related keywords including "db", "database", "SQL", "query", "PostgreSQL", "Postgres", "psql", "MySQL", "SQLite", "Redis", "orders", "users", "tables", "records", "data", "check data", "get data", "fetch data", "select", "insert", "update", "delete", "from database", "in database", "query table", "check records", "look up", "retrieve". This skill provides safe database access with mandatory schema exploration before queries. Supports MySQL, PostgreSQL, SQLite, and Redis via CLI. Use when this capability is needed.
    0 installs
  64. Git 14 · tomevault-io bundle
    Use this skill for complex git operations including rebases, merge conflict resolution, cherry-picking, branch management, or repository archaeology. Activates on mentions of git rebase, merge conflict, cherry-pick, git history, branch cleanup, git bisect, worktree, force push, or complex git operations.
    0 installs
  65. Planning 3 · tomevault-io bundle
    Planning methodology and prioritization frameworks for development Use when this capability is needed.
    0 installs
  66. Git Workflow 8 · tomevault-io bundle
    Procedura commitowania i pushowania przy równoległej pracy wielu agentów. Załaduj ten skill zanim wykonasz jakąkolwiek operację git która modyfikuje zdalny branch. Use when this capability is needed.
    0 installs
  67. Ralph 7 · tomevault-io bundle
    Autonomous multi-iteration feature implementation using handoff loops. Use when asked to "run ralph", "execute autonomously", "implement this plan autonomously", or for hands-free feature development from structured plans. Use when this capability is needed.
    0 installs
  68. Code Review 36 · tomevault-io bundle
    Lazy-load only when this workflow is explicitly needed. Use to review LUX diffs for correctness, maintainability, security, and tests. Check Rust Axum/CLI conventions, React strict hooks, no UI mock fallback data, Unity 6000+ bridge compatibility, protocol consistency, and fresh verification evidence. Use when this capability is needed.
    0 installs
  69. Testing 20 · tomevault-io bundle
    Test strategy, patterns, and coverage optimization for quality assurance Use when this capability is needed.
    0 installs
  70. Pomodoro 2 · tomevault-io bundle
    Simple Pomodoro timer for focused work sessions with session tracking and productivity analytics. Use when users request focus timers, ask about productivity patterns, or want to track work sessions over time. Demonstrates the System Skill Pattern (CLI + SKILL.md + Database). Use when this capability is needed.
    0 installs
  71. Flutter 8 · tomevault-io bundle
    Coding conventions for Flutter and Dart development in this project. Use when this capability is needed.
    0 installs
  72. Rust 14 · tomevault-io bundle
    Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, Use when this capability is needed.
    2 installs
  73. Add Test 2 · tomevault-io bundle
    Add unit and integration tests for Prompture functionality. Uses pytest conventions, shared fixtures from conftest.py, and the integration marker pattern. Use when writing tests for new or existing features. Use when this capability is needed.
    0 installs
  74. Openspec Bulk Archive Change 9 · tomevault-io bundle
    Archive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
    0 installs
  75. Implement 6 · tomevault-io bundle
    TDD implementation - make failing tests pass Use when this capability is needed.
    0 installs
  76. Quality 3 · tomevault-io bundle
    Code quality skills including refactoring patterns and code review guidelines Use when this capability is needed.
    0 installs
  77. Support 2 · tomevault-io bundle
    Support and troubleshooting skills for Azure applications Use when this capability is needed.
    0 installs
  78. Issue 8 · tomevault-io bundle
    Start planning work on a GitHub issue Use when this capability is needed.
    0 installs
  79. Atlas 3 · tomevault-io bundle
    Control the ChatGPT Atlas desktop app on macOS via AppleScript. Use when and only when the user explicitly wants Atlas tabs, bookmarks, or history manipulated on macOS, not general browser automation. Use when this capability is needed.
    0 installs
  80. Pr 10 · tomevault-io bundle
    Commit, push, create PR, and optionally run Gemini code review — the full ship-it workflow in one command Use when this capability is needed.
    0 installs
  81. Gitcommit 2 · tomevault-io bundle
    Create properly formatted commits following Kagenti conventions Use when this capability is needed.
    0 installs
  82. Coding Agent 3 · tomevault-io bundle
    Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when this capability is needed.
    0 installs
  83. Video Frames 2 · tomevault-io bundle
    Extract frames or short clips from videos using ffmpeg. Use when this capability is needed.
    0 installs
  84. Github 34 · tomevault-io bundle
    Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
    0 installs
  85. Flutter 9 · tomevault-io bundle
    Flutter/Dart development — widget architecture, state management, platform channels, and cross-platform best practices. Use when this capability is needed.
    0 installs
  86. Release 37 · tomevault-io bundle
    git worktree + commandmatedev でリリースを自動実行 Use when this capability is needed.
    0 installs
  87. Vue 31 · tomevault-io bundle
    Vue 3 coding standards — script setup, defineProps, Composition API, Pinia state management, and Vitest. Use when this capability is needed.
    0 installs
  88. Browser Use 2 · tomevault-io bundle
    Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
    0 installs
  89. Camsnap 9 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  90. Clawhub 6 · tomevault-io bundle
    Search, install, and manage skills from the ClawHub skill registry. Use when this capability is needed.
    0 installs
  91. Gifgrep 9 · tomevault-io bundle
    Search and retrieve GIFs from Giphy and Tenor APIs. Use when this capability is needed.
    0 installs
  92. Openhue 9 · tomevault-io bundle
    Control Philips Hue lights and scenes via the OpenHue CLI. Use when this capability is needed.
    0 installs
  93. Songsee 8 · tomevault-io bundle
    Identify songs using audio fingerprinting via Shazam or AudD APIs. Use when this capability is needed.
    0 installs
  94. Weather 20 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  95. Web Search 2 · tomevault-io bundle
    Web search capability using DuckDuckGo API by default, with Tavily API fallback when TRAVILY_TOKEN is provided. Use when you need to search the web for current information, research topics, find URLs, or gather data from online sources. Supports queries for news, technical information, research papers, company data, and general web content. Use when this capability is needed.
    0 installs
  96. Fastapi 8 · tomevault-io bundle
    FastAPI framework best practices including Pydantic schemas, dependency injection, and async patterns. Use when this capability is needed.
    0 installs
  97. GRAPHQL 8 · tomevault-io bundle
    GraphQL API design, schema patterns, resolvers, and client usage. Use when this capability is needed.
    0 installs
  98. Testing 21 · tomevault-io bundle
    Testing patterns and best practices for unit, integration, and E2E testing. Use when this capability is needed.
    0 installs
  99. Git Workflow 9 · tomevault-io bundle
    Use for branches, history edits, conflicts, rebases, recovery, force-push, and gh. Use when this capability is needed.
    0 installs
  100. Test Skill 4 · tomevault-io bundle
    test-skill - brief description of what this skill does Use when this capability is needed.
    0 installs