← all publishers

tomevault-io

@tomevault-io source repo

62247 published skills · page 119 of 623

  1. Golang Grpc 3 · tomevault-io bundle
    Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs.
    0 installs
  2. Golang Lint 4 · tomevault-io bundle
    Linting best practices and golangci-lint configuration for Golang projects — running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and selecting linters. Use when configuring golangci-lint, asking about lint warnings or nolint suppressions, setting up code quality tooling, or choosing linters. Also use when the user mentions golangci-lint, go vet, staticcheck, or revive. Use when this capability is needed.
    0 installs
  3. Git Commits 3 · tomevault-io bundle
    Git Commit Rules Use when this capability is needed.
    0 installs
  4. Start 3 · tomevault-io bundle
    Use when working with the front door to the solo builder framework. Reads what the person brought into the conversation and routes them to the right starting point — Brainstorm or Discover — without making them think about which phase they're in. Fires automatically via CLAUDE.md and Cursor rules when a new project or feature conversation begins. Never fires mid-build, mid-QA, or when existing project context already exists.
    0 installs
  5. Github CLI 2 · tomevault-io bundle
    Aide avec GitHub CLI (gh) pour gérer les repos, pull requests, issues, releases et workflows GitHub Actions. Utiliser quand l'utilisateur travaille avec GitHub ou a besoin de commandes gh. Use when this capability is needed.
    0 installs
  6. CI CD 30 · tomevault-io bundle
    Set up a continuous integration and continuous delivery (CI/CD) pipeline for a software project, automating builds, tests, and deployments across environments. Use when this capability is needed.
    0 installs
  7. API Testing 3 · tomevault-io bundle
    HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling. Use when this capability is needed.
    0 installs
  8. Code Review 202 · tomevault-io bundle
    Code review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventing false completion claims in pull requests. Use when this capability is needed.
    0 installs
  9. Feature Dev 2 · tomevault-io bundle
    Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors. Use when this capability is needed.
    0 installs
  10. Repo Audit 2 · tomevault-io bundle
    Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to "audit the repo", "check project health", or "run full validation". Use when this capability is needed.
    0 installs
  11. Agent Browser 23 · tomevault-io bundle
    Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Use when this capability is needed.
    0 installs
  12. 1password 16 · tomevault-io bundle
    Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
    0 installs
  13. Feature Dev 3 · tomevault-io bundle
    Feature development workflow with exploration, architecture, implementation, and review phases. Use for implementing new features or significant changes. Use when this capability is needed.
    0 installs
  14. X Integration 2 · tomevault-io bundle
    Legacy compatibility wrapper. Canonical skill lives in .codex/skills/x-integration/SKILL.md. Use when this capability is needed.
    0 installs
  15. React Best Practices 3 · tomevault-io bundle
    Comprehensive React and Next.js performance optimization guide with 40+ rules for eliminating waterfalls, optimizing bundles, and improving rendering. Use when optimizing React apps, reviewing performance, or refactoring components. Use when this capability is needed.
    0 installs
  16. API Docs 3 · tomevault-io bundle
    文档自动生成 Use when this capability is needed.
    0 installs
  17. Agent Eval 8 · tomevault-io bundle
    Run head-to-head comparisons of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks, reporting pass rate, cost, time, and consistency metrics. USE WHEN choosing between coding agents or benchmarking agent performance on representative tasks. Use when this capability is needed.
    0 installs
  18. Claude API 2 · tomevault-io bundle
    Build apps with the Claude API / Anthropic SDKs (TypeScript, Python, Agent SDK), choosing the right surface and language-specific patterns; not for OpenAI or other providers. USE WHEN code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk or a user asks to use the Claude API or Anthropic Agent SDK. Use when this capability is needed.
    0 installs
  19. Security Review 11 · tomevault-io bundle
    Review code changes for security vulnerabilities against Meridian's security architecture Use when this capability is needed.
    0 installs
  20. Git Workflow 106 · tomevault-io bundle
    When you're asked to work with Git, you MUST use this skill. Use when this capability is needed.
    0 installs
  21. Git Master 2 · tomevault-io bundle
    Git expert for atomic commits, rebasing, and history management Use when this capability is needed.
    0 installs
  22. Managing Agents 2 · tomevault-io bundle
    Manages temporary and defined agents including creation, promotion, cleanup, and namespacing. Use when user creates custom agents, asks about agent lifecycle, temp agents, or agent management.
    0 installs
  23. Code Reviewer 33 · tomevault-io bundle
    Review submitted files, folders, diffs, or commits and provide clear, actionable, and prioritized feedback. Use this skill whenever a user requests a code review. Use when this capability is needed.
    0 installs
  24. Plan Executor 2 · tomevault-io bundle
    Execute an outlined plan step by step, tracking progress and updating the status of each step as you go. Use this skill whenever you need to execute an outlined plan. Use when this capability is needed.
    0 installs
  25. Code Review 203 · tomevault-io bundle
    Code review standards and checklist. Use when reviewing code, PRs, or implementations for correctness, security, and quality. Use when this capability is needed.
    0 installs
  26. React Doctor 7 · tomevault-io bundle
    Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
    0 installs
  27. Antfarm Workflows 2 · tomevault-io bundle
    Multi-agent workflow orchestration for OpenClaw. Use when user mentions antfarm, asks to run a multi-step workflow (feature dev, bug fix, security audit), or wants to install/uninstall/check status of antfarm workflows. Use when this capability is needed.
    0 installs
  28. Commit Push Pr 3 · tomevault-io bundle
    Full git workflow — creates branch, commits, pushes, and creates or updates a PR with summary and test plan. Use when this capability is needed.
    0 installs
  29. CI CD Patterns 2 · tomevault-io bundle
    Loaded when user asks about CI/CD pipelines or deployment automation Use when this capability is needed.
    2 installs
  30. Codebase Analysis 2 · tomevault-io bundle
    Invoke IMMEDIATELY via python script when user requests codebase understanding, architecture comprehension, or repository orientation. Do NOT explore first - the script orchestrates exploration. Use when this capability is needed.
    0 installs
  31. Langchain 10 · tomevault-io bundle
    Apply when building LangChain pipelines, LCEL chains, agents, or retrieval-augmented generation systems. Use when this capability is needed.
    0 installs
  32. Code Review 204 · tomevault-io bundle
    This skill guides the agent in conducting professional and thorough code reviews for local development. Use when this capability is needed.
    0 installs
  33. Nodejs Express 2 · tomevault-io bundle
    Generates boilerplate for Express.js applications with TypeScript and middleware. Use for building Node.js APIs or web services.
    0 installs
  34. Vue Components 2 · tomevault-io bundle
    Components with Vue. building components. Use when this capability is needed.
    0 installs
  35. Github Integration 3 · tomevault-io bundle
    Guide for setting up and managing Docklift's GitHub App integration. Use when this capability is needed.
    0 installs
  36. Brave Search 4 · tomevault-io bundle
    Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required. Use when this capability is needed.
    0 installs
  37. Skill Builder 8 · tomevault-io bundle
    This skill guides intentional skill design. Use when creating, improving, or reviewing Claude Code skills. Requires a zone assessment to clarify what kind of skill is being built before writing content. Use when this capability is needed.
    0 installs
  38. Fastmcp 29 · tomevault-io bundle
    Use when exposing a REST or HTTP API as MCP tools.
    2 installs
  39. Doctor 4 · tomevault-io bundle
    Runs a diagnostic check on your learning environment — verifies setup, project structure, tools, and module-specific requirements.
    0 installs
  40. Pr Review 19 · tomevault-io bundle
    Review Github pull requests Use when this capability is needed.
    0 installs
  41. Code Review Expert 2 · tomevault-io bundle
    Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements. Use when this capability is needed.
    0 installs
  42. Sdd Design 2 · tomevault-io bundle
    C4 Model + Arc42 architecture design document generator with API contracts, data models, and security design Use when this capability is needed.
    0 installs
  43. Write Tests 12 · tomevault-io bundle
    Helps the user write tests. Use when the user asks to write tests for the code base, or whenever otherwise generating tests. Use when this capability is needed.
    0 installs
  44. App 3 · tomevault-io bundle
    Opinionated app components building on top of ./ui primitives Use when this capability is needed.
    0 installs
  45. Create Pr 21 · tomevault-io bundle
    Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow. Use when this capability is needed.
    0 installs
  46. Design Md 2 · tomevault-io bundle
    Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files Use when this capability is needed.
    0 installs
  47. Find Bugs 3 · 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
  48. Langgraph 2 · tomevault-io bundle
    Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpoin... Use when this capability is needed.
    0 installs
  49. UI Skills 4 · tomevault-io bundle
    Opinionated, evolving constraints to guide agents when building interfaces Use when this capability is needed.
    0 installs
  50. Merge Pr 5 · tomevault-io bundle
    Merge a GitHub PR via squash after /preparepr. Use when asked to merge a ready PR. Do not push to main or modify code. Ensure the PR ends in MERGED state and clean up worktrees after success. Use when this capability is needed.
    0 installs
  51. Setup Project 2 · tomevault-io bundle
    This skill should be used when the user says "setup project", "configurar proyecto", "inicializar proyecto", "agregar npm run check", "que CLIs tengo", "detect CLIs", or starts working on a new project. It configures standardized check scripts and detects available CLI tools in the environment. Use when this capability is needed.
    0 installs
  52. Branch Management 2 · tomevault-io bundle
    Review and guide branch strategy when creating PRs, merging, or creating branches involving main, develop, and release branches Use when this capability is needed.
    0 installs
  53. Refactoring 11 · tomevault-io bundle
    Use when refactoring code, reorganizing modules, renaming types, deleting old paths, or migrating architecture. MUST read before any structural code change. Prevents incomplete refactoring that silently breaks downstream consumers.
    0 installs
  54. Update Docs 19 · tomevault-io bundle
    Use when implementing new features, changing behavior, or modifying CLI options. Documents changes in README, related docs, and --help output. Determines appropriate documentation scope based on change type.
    0 installs
  55. Refactoring 12 · tomevault-io bundle
    Use when refactoring code, reorganizing modules, renaming types, deleting old paths, or migrating architecture. MUST read before any structural code change. Prevents incomplete refactoring that silently breaks downstream consumers.
    0 installs
  56. Update Docs 20 · tomevault-io bundle
    Use when implementing new features, changing behavior, or modifying CLI options. Documents changes in README, related docs, and --help output. Determines appropriate documentation scope based on change type.
    0 installs
  57. Refactoring 13 · tomevault-io bundle
    Use when refactoring code, reorganizing modules, renaming types, deleting old paths, or migrating architecture. MUST read before any structural code change. Prevents incomplete refactoring.
    0 installs
  58. Update Docs 21 · tomevault-io bundle
    Use when implementing new features, changing behavior, or modifying the public API. Documents changes in README and relevant docs.
    0 installs
  59. Camsnap 16 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  60. Openhue 15 · tomevault-io bundle
    Control Philips Hue lights/scenes via the OpenHue CLI. Use when this capability is needed.
    0 installs
  61. Songsee 14 · tomevault-io bundle
    Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. Use when this capability is needed.
    0 installs
  62. Weather 34 · tomevault-io bundle
    Get current weather and forecasts (no API key required). Use when this capability is needed.
    0 installs
  63. Python Development 2 · tomevault-io bundle
    Modern Python development with Python 3.12+, Django, FastAPI, async patterns, Use when this capability is needed.
    0 installs
  64. Speckit Git Initialize 5 · tomevault-io bundle
    Initialize a Git repository with an initial commit Use when this capability is needed.
    0 installs
  65. Cloudflare 3 · tomevault-io bundle
    Self-contained deploy automation — invoke directly, do not decompose. Deploys a Vibes app to Cloudflare Workers via the Deploy API. Use when deploying, publishing, going live, pushing to production, or hosting on the edge. Use when this capability is needed.
    0 installs
  66. Brainstorming 16 · tomevault-io bundle
    Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
    0 installs
  67. Writing Plans 9 · tomevault-io bundle
    Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
    0 installs
  68. Typescript Lsp 2 · tomevault-io bundle
    TypeScript language server providing type checking, code intelligence, and LSP diagnostics for .ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs files. Use when working with TypeScript or JavaScript code that needs type checking, autocomplete, error detection, refactoring support, or code navigation. Use when this capability is needed.
    0 installs
  69. Vitest 13 · tomevault-io bundle
    Write and run tests with Vitest for Vite-based projects. Use when testing Astro components, JavaScript modules, or any Vite project requiring fast, modern testing. Use when this capability is needed.
    0 installs
  70. Pulumi Upgrade Provider 2 · tomevault-io bundle
    Automate Pulumi provider repo upgrades with the `upgrade-provider` tool. Use when upgrading a pulumi provider repository to a new upstream version, running `upgrade-provider`, and addressing its common failure modes like patch conflicts or missing module mappings. Use when this capability is needed.
    0 installs
  71. Python Playground 2 · tomevault-io bundle
    Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase. Use when this capability is needed.
    0 installs
  72. Github Issues 5 · tomevault-io bundle
    Create, evaluate, and triage GitHub issues for CausalPy. Use when filing a bug, proposing an enhancement, analyzing existing issues, or splitting large work into parent-child sub-issues. Use when this capability is needed.
    0 installs
  73. Camsnap 13 · tomevault-io bundle
    Capture frames or clips from RTSP/ONVIF cameras. Use when this capability is needed.
    0 installs
  74. Clawhub 9 · tomevault-io bundle
    Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI. Use when this capability is needed.
    0 installs
  75. Openhue 13 · tomevault-io bundle
    Control Philips Hue lights/scenes via the OpenHue CLI. Use when this capability is needed.
    0 installs
  76. Songsee 13 · tomevault-io bundle
    Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. Use when this capability is needed.
    0 installs
  77. Commit 74 · tomevault-io bundle
    Create atomic git commits following project conventions Use when this capability is needed.
    0 installs
  78. Skill Builder 4 · tomevault-io bundle
    Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting. Use when this capability is needed.
    0 installs
  79. Frontend Design 33 · tomevault-io bundle
    AIOS main frontend design language. Defines the Vue Web UI's skeuomorphic visuals, responsive layout, chat, tasks, and app interfaces. Use when this capability is needed.
    0 installs
  80. Skill Name 7 · tomevault-io bundle
    Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z. Use when this capability is needed.
    0 installs
  81. Brainstorming 17 · tomevault-io bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when this capability is needed.
    0 installs
  82. Writing Plans 10 · tomevault-io bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0 installs
  83. Sonarqube 2 · tomevault-io bundle
    Fetch and fix SonarQube code quality issues, coverage metrics, security hotspots, and quality gate status. Use when reviewing SonarQube findings for a project or pull request, checking code coverage, investigating security hotspots, verifying quality gate pass/fail, or searching for SonarQube projects. Use when this capability is needed.
    0 installs
  84. Add Publication Docs 2 · tomevault-io bundle
    Adds a new publication page to the RLinf Sphinx docs (EN + ZH) and wires it into the Publications index/toctree and navbar. Use when the user asks to add a publication/paper page, convert a paper README/markdown into docs, or update the publications listing. Use when this capability is needed.
    0 installs
  85. Fastmcp 24 · 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
  86. Update Docs 14 · tomevault-io bundle
    Update project documentation after feature development or code changes. Use when adding features, modifying functionality, changing project structure, updating configuration, or when any documentation needs to reflect recent changes. Use when this capability is needed.
    0 installs
  87. Code Review 145 · tomevault-io bundle
    Review Python code for bugs, security issues, and style problems Use when this capability is needed.
    0 installs
  88. Aider 2 · tomevault-io bundle
    Delegate tasks to Aider for AI pair programming with auto-git-commits, model-agnostic LLM support, and architect mode for complex changes. Works with any LLM provider. Use when this capability is needed.
    0 installs
  89. Greeting 3 · tomevault-io bundle
    Greeting message Use when this capability is needed.
    0 installs
  90. Stats 2 · tomevault-io bundle
    Statistics about the text Use when this capability is needed.
    0 installs
  91. Writing Skills 10 · tomevault-io bundle
    Use when creating new skills, editing existing skills, auditing skill quality, converting skills to markdown conventions, or verifying skills before deployment. Triggers include skill authoring requests, skill review needs, or "the skill doesn't work" complaints.
    0 installs
  92. Security 14 · tomevault-io bundle
    Run security audit with GitLeaks pre-commit hook setup and code analysis Use when this capability is needed.
    0 installs
  93. Agent Browser 14 · tomevault-io bundle
    Browser automation with persistent page state using Vercel's agent-browser CLI. 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
  94. New Module 2 · tomevault-io bundle
    Enforces scalability, integration, and compatibility requirements when creating any new module in stochastic-rs — covers stochastic, quant, stats, distributions, copulas, and ai Use when this capability is needed.
    0 installs
  95. Version Bump 4 · tomevault-io bundle
    Determines appropriate semantic version bumps based on changes. Use when deciding version numbers, evaluating breaking changes, or planning releases. Triggers on terms like "version", "semver", "breaking change", "major/minor/patch". Use when this capability is needed.
    0 installs
  96. Commit Msg 2 · tomevault-io bundle
    Analyze git commits and generate better commit messages based on actual changes. Use when amending commit messages, reviewing commit quality, or writing commits. Triggers on terms like "commit message", "amend commit", "fix commits", "reword commits". Use when this capability is needed.
    0 installs
  97. Skill Builder 5 · tomevault-io bundle
    Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification. Use when this capability is needed.
    0 installs
  98. Skill Creator 91 · 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
  99. Vitest 14 · tomevault-io bundle
    This skill should be used when the user asks to "write tests", "add tests", "test coverage", "run tests", "debug failing tests", "mock functions", or mentions Vitest, unit tests, component tests, test-driven development, or testing utilities. Provides comprehensive Vitest v4 guidance for TypeScript React/Next.js projects. Use when this capability is needed.
    0 installs
  100. Coverage 6 · tomevault-io bundle
    Collect and enforce code coverage using Deno Use when this capability is needed.
    0 installs