← all publishers

tomevault-io

@tomevault-io source repo

62247 published skills · page 108 of 623

  1. Docs Search 2 · tomevault-io bundle
    Search indexed documentation for relevant information. Use when the user asks about libraries, frameworks, APIs, or needs code examples from official docs. Use when this capability is needed.
    0 installs
  2. Git Workflow 90 · tomevault-io bundle
    Automated git workflow helpers for common development tasks like creating feature branches, cleaning up merged branches, and interactive rebasing. Use when the user mentions git branching, branch cleanup, feature workflow, or git automation. No prerequisites required - uses native git commands. Use when this capability is needed.
    0 installs
  3. Frontend Design 46 · tomevault-io bundle
    Frontend visual design constraints for web UI tasks. Use when Codex is asked to design or style UI/UX, build frontend layouts, or propose visual direction, especially when creating new pages or components outside an established design system. Use when this capability is needed.
    0 installs
  4. Go Concurrency 3 · tomevault-io bundle
    Go concurrency patterns. Routes to specific patterns. Use when this capability is needed.
    0 installs
  5. Go Testing 6 · tomevault-io bundle
    Guide for writing Go tests following this project's patterns including httptest, test organization, and coverage requirements. Use when this capability is needed.
    0 installs
  6. Git Workflow 91 · tomevault-io bundle
    Git workflow patterns including branching strategies, commit conventions, Use when this capability is needed.
    0 installs
  7. Mle Workflow 2 · tomevault-io bundle
    Production machine-learning engineering workflow for data contracts, Use when this capability is needed.
    0 installs
  8. React Native 6 · tomevault-io bundle
    React Native patterns for mobile app development with Expo and bare Use when this capability is needed.
    0 installs
  9. Rust Testing 7 · tomevault-io bundle
    Rust testing patterns including unit tests, integration tests, async Use when this capability is needed.
    0 installs
  10. Scikit Learn 4 · tomevault-io bundle
    Machine learning in Python with scikit-learn. Use for classification, Use when this capability is needed.
    0 installs
  11. MCP Github 2 · tomevault-io bundle
    GitHub MCP tools with progressive disclosure for context efficiency Use when this capability is needed.
    0 installs
  12. Docs Sync 5 · tomevault-io bundle
    Documentation sync after code review. Use when resolving PR review comments, fixing code from review feedback, adding new files or components, or changing architectural patterns. Use when this capability is needed.
    0 installs
  13. Devlog 3 · tomevault-io bundle
    Create and maintain a DEVLOG.md file capturing the development story of a project. Use this periodically over the course of a project to capture important information about the development story. Invoke when the user asks to update the devlog, create a devlog, document project progress, or capture development history. Also appropriate after completing significant milestones or before context switches. Use when this capability is needed.
    0 installs
  14. Kubernetes 22 · tomevault-io bundle
    Kubernetes best practices, translating Docker concepts to K8s, writing manifests (Deployments, Services), and using kubectl. Use when this capability is needed.
    0 installs
  15. Golang Pro 14 · tomevault-io bundle
    Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing. Use when this capability is needed.
    2 installs
  16. Python Pro 3 · tomevault-io bundle
    Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.
    0 installs
  17. Vue Expert 6 · tomevault-io bundle
    Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with Pinia, building hybrid mobile apps with Quasar or Capacitor, configuring service workers, or tuning Vite configuration and TypeScript integration.
    0 installs
  18. Git Commit 22 · tomevault-io bundle
    Generates standardized git commit messages following the Conventional Commits format with Chinese descriptions.
    0 installs
  19. Calendar 5 · tomevault-io bundle
    Google Calendar — list, create, and manage events via gcal CLI Use when this capability is needed.
    0 installs
  20. Using Git Worktrees 2 · tomevault-io bundle
    Git worktree creation for isolated feature work with smart directory selection and safety verification. Use when starting feature work that needs isolation, working on parallel branches, working on multiple features simultaneously, or before executing implementation plans. Do NOT use for general git workflow (check Git Workflow section in CLAUDE.md). Use when this capability is needed.
    0 installs
  21. Agents Md Generator 2 · tomevault-io bundle
    Genera y mantiene archivos AGENTS.md para cualquier proyecto, incluyendo estructura, uso, comandos, convenciones y un indice JIT cuando el repo es complejo. Usala cuando el usuario pida crear o mejorar AGENTS.md o incorporar principios de optimizacion para Go, Python o JS/TS. Use when this capability is needed.
    0 installs
  22. Release 78 · tomevault-io bundle
    Create a new release by bumping version, committing, and pushing a git tag. Use when the user wants to release a new version (e.g., "release 1.0.1", "release patch", "make a release", "bump version and release", "create version 2.0.0"). Use when this capability is needed.
    0 installs
  23. Docs 12 · tomevault-io bundle
    Generate a documentation site from your ADRs and specs. Use when the user says "generate docs", "create a docs site", or wants to publish their architecture decisions. Use when this capability is needed.
    0 installs
  24. Init 16 · tomevault-io bundle
    Set up CLAUDE.md with design plugin references for architecture-aware sessions. Use when the user installs the plugin, says "initialize design", or wants to configure CLAUDE.md for the design plugin. Use when this capability is needed.
    0 installs
  25. Project Manager 3 · tomevault-io bundle
    Tracks bead progress, manages release timelines, and resolves cross-team Use when this capability is needed.
    0 installs
  26. Orient 2 · tomevault-io bundle
    Use at the start of an orchestrator session to understand project state and find available work Use when this capability is needed.
    0 installs
  27. Brainstorming 21 · 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
  28. Code Review 179 · tomevault-io bundle
    Standalone code review methodology for structured, severity-classified code assessment Use when this capability is needed.
    0 installs
  29. Testing 49 · tomevault-io bundle
    Write tests for Particle-Viewer following AAA pattern, naming conventions, and project testing standards. Use when writing unit tests, integration tests, visual regression tests, or reviewing test code. Covers Google Test patterns, mock usage, and visual comparison testing. Use when this capability is needed.
    0 installs
  30. Code Review 180 · tomevault-io bundle
    Review code changes between commits for security, logic, performance, and style issues Use when this capability is needed.
    0 installs
  31. Git Commits 2 · tomevault-io bundle
    Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ensure clear, meaningful commit history with proper type prefixes and semantic versioning support. Use when this capability is needed.
    0 installs
  32. Agent Browser 18 · tomevault-io bundle
    Inspect and automate browser pages deterministically with the `agent-browser` CLI. Use when the user wants ref-based navigation, extraction, clicks, fills, or screenshots, not general browsing advice. Use when this capability is needed.
    0 installs
  33. Terraform 21 · tomevault-io bundle
    Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code architecture decisions
    0 installs
  34. Git Workflow 92 · tomevault-io bundle
    Git staged changes review and commit message drafting. Use when asked to review staged changes, summarize a diff, write a commit message, or prepare to commit. Uses Conventional Commits format with a title length check (≤49 chars). Use when this capability is needed.
    0 installs
  35. Read Arxiv Paper 3 · tomevault-io bundle
    Use this skill when asked to read an arxiv paper given an arxiv URL
    0 installs
  36. Team 6 · tomevault-io bundle
    Orchestrate an Agent Teams session with Thoughtbox as the reasoning substrate Use when this capability is needed.
    0 installs
  37. Codex Review 2 · tomevault-io bundle
    Get an independent GPT review via Codex CLI. Use when you want a second opinion on code, plans, or architecture from a different AI model. Use when this capability is needed.
    0 installs
  38. Documentation 43 · tomevault-io bundle
    Provides documentation standards for README files, API references, code comments, changelogs, architecture docs, and project cleanup guidelines. Use when writing documentation, creating README files, documenting APIs, adding code comments, maintaining changelogs, or cleaning up project files.
    0 installs
  39. Create Rule 6 · tomevault-io bundle
    Create Cursor rules for persistent AI guidance. Use when user wants to create a rule, add coding standards, project conventions, file-specific patterns, or mentions ".cursor/rules", "AGENTS.md", "cursor rule", "coding standard", "convention", or "AI guidance". Use when this capability is needed.
    0 installs
  40. JSON Canvas 2 · tomevault-io bundle
    Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian. Use when this capability is needed.
    0 installs
  41. Apple Reminders 8 · tomevault-io bundle
    Create, list, and manage Apple Reminders using osascript/JXA on macOS. Use when this capability is needed.
    0 installs
  42. Scratchpad 3 · tomevault-io bundle
    Extract the JSDoc example nearest the active source selection or cursor into ./scratchpad as a TypeScript file. Use when the user asks to dump, copy, open, or try a source example in scratchpad. Use when this capability is needed.
    0 installs
  43. PDF To Markdown 2 · tomevault-io bundle
    Convert PDF to clean Markdown with image content described as text. Use when user wants to convert a PDF to markdown, extract content from PDF, or prepare PDF content for AI tools. Use when this capability is needed.
    0 installs
  44. Solid 2 · tomevault-io bundle
    SOLID principles for object-oriented design with multi-language examples (PHP, Java, Python, TypeScript, C++). Use when the user asks to review SOLID compliance, fix a SOLID violation, evaluate class design, reduce coupling, improve extensibility, or apply Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, or Dependency Inversion principles. Covers motivation, violation detection, refactoring fixes, and real-world trade-offs for each principle. Use when this capability is needed.
    0 installs
  45. Workflow Auto 3 · tomevault-io bundle
    Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit). Use for small tasks completable in one commit when you want to skip manual phase transitions. NOT for complex features requiring multiple commits, tasks needing validation (/workflow-validate), or when you want to review analysis/plan before execution. Use when this capability is needed.
    0 installs
  46. Data Visualization 2 · tomevault-io bundle
    Create effective data visualizations using best practices for clarity, accuracy, and visual communication of insights Use when this capability is needed.
    0 installs
  47. Skill Creator 108 · 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
  48. Validate 8 · tomevault-io bundle
    Validate SQL and report diagnostics using syntaqlite. Use when the user wants to check SQL for errors, lint SQL files, or verify correctness against a schema. Use when this capability is needed.
    0 installs
  49. Git Workflow 93 · tomevault-io bundle
    Expert guidance for Git workflows, branching strategies, and version control best practices. Use when managing repositories, resolving conflicts, or establishing team workflows. Use when this capability is needed.
    0 installs
  50. Skill Creator 109 · 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
  51. Coding Standards 6 · tomevault-io bundle
    StakTrakr coding standards — vanilla JavaScript, single-page app, no build step, localStorage persistence. Use when this capability is needed.
    0 installs
  52. Openai Image Gen 7 · tomevault-io bundle
    Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. Use when this capability is needed.
    0 installs
  53. Git Worktrees 8 · tomevault-io bundle
    Creates git worktrees for parallel development. Use when creating a git worktree, setting up multiple working directories, or working on features in parallel.
    0 installs
  54. Brainstorming 22 · 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
  55. Openspec Archive Change 22 · 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
  56. CI CD 29 · tomevault-io bundle
    CI/CD pipeline expert for GitHub Actions, GitLab CI, Jenkins, and deployment automation Use when this capability is needed.
    0 installs
  57. Skill Creator 110 · tomevault-io bundle
    Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
    0 installs
  58. Fastapi Patterns 5 · 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
  59. Skill Authoring 3 · tomevault-io bundle
    Design, draft, and refine SKILL.md-based agent skills with clear trigger criteria, execution flow, validation checks, and reusable references. Use when creating a new skill or improving an existing one. Use when this capability is needed.
    0 installs
  60. Bad Skill 2 · tomevault-io bundle
    This skill has invalid YAML in frontmatter Use when this capability is needed.
    0 installs
  61. Investigate 3 · tomevault-io bundle
    Unified entry point for code investigation. Auto-routes to specialized detective based on query keywords. Use when investigation type is unclear or for general exploration. Use when this capability is needed.
    0 installs
  62. Code Reviewer 26 · tomevault-io bundle
    Code review workflow for local changes and remote PRs. Reviews focus on correctness, maintainability, security, and test coverage with concrete examples and inline comments. Use when this capability is needed.
    0 installs
  63. Skill Creator 111 · tomevault-io bundle
    Create or update Claude skills. Use for new skills, skill references, skill scripts, optimizing existing skills, extending Claude's capabilities. Use when this capability is needed.
    0 installs
  64. A2a Protocol 2 · tomevault-io bundle
    LiteLLM-RS A2A Protocol Architecture. Covers Agent-to-Agent communication, JSON-RPC 2.0 messaging, multi-provider orchestration, agent registry, and task state management. Use when this capability is needed.
    0 installs
  65. Brainstorming 23 · tomevault-io bundle
    Structured brainstorming partner. Help users develop rough ideas into complete solutions through questioning, exploration, and structured thinking. Use when this capability is needed.
    0 installs
  66. Deep Research 7 · tomevault-io bundle
    Conduct multi-step autonomous research on any topic. Iteratively search, analyze, synthesize, and produce comprehensive research reports. Powered by Crawl4AI for high-speed content extraction. Use when this capability is needed.
    0 installs
  67. Refactor 26 · tomevault-io bundle
    Refactor Python modules for production quality Use when this capability is needed.
    2 installs
  68. Gemini Review 4 · tomevault-io bundle
    Local code review with Gemini CLI for pre-commit reviews. Use when user says review code, code review, check my changes, or review before commit. Use when this capability is needed.
    0 installs
  69. Implementation 2 · tomevault-io bundle
    Implement features with code, tests, and documentation. Use when building Use when this capability is needed.
    0 installs
  70. Test Generator 3 · tomevault-io bundle
    Generate test scaffolding for modules with proper structure, fixtures, Use when this capability is needed.
    0 installs
  71. Git Push 5 · tomevault-io bundle
    Commits any pending work via git-commit, syncs with origin (fetch, merge-oriented pull), pushes the current branch, watches GitHub Actions, and fixes root causes until CI is green—including coverage gates without lowering thresholds. Use when the user asks to push, sync and push, or ship the branch and chase CI. Requires explicit invocation or a parent workflow that authorizes push and CI remediation. Do not use without permission to write to git remote or when the user forbids automated CI fix loops. Use when this capability is needed.
    0 installs
  72. Setup Pre Commit 2 · tomevault-io bundle
    Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing. Use when this capability is needed.
    0 installs
  73. Vitepress 2 · tomevault-io bundle
    Hard-policy workflow for rewriting, reviewing, and operating this repository's VitePress documentation with mandatory quality gates. Use when this capability is needed.
    0 installs
  74. DB Access Analysis 2 · tomevault-io bundle
    Goプロジェクト内でDBアクセス(CRUD)が発生している関数・テーブルをisucrudで解析し、コーディングエージェントが「どの関数からどのテーブルにINSERT/UPDATE/DELETE/SELECTが行われるか」を把握するためのスキル。キャッシュ対象の判断、N+1の特定、DBアクセスを伴う関数の影響範囲調査、リファクタリング前のCRUD確認などに使用する。Go (database/sql, sqlx 等) で書かれたプロジェクトが対象。 Use when this capability is needed.
    0 installs
  75. Explore 5 · tomevault-io bundle
    Parallel codebase search with Warp-Grep MCP. Use for codebase discovery, understanding how things work, data flow analysis, or when the user asks "how does X work" about the codebase. Use when this capability is needed.
    0 installs
  76. Release 79 · tomevault-io bundle
    Release readiness checklist for shipping. Use after execution completes, when the user says "release" or "ship", or before deploying to production. Use when this capability is needed.
    0 installs
  77. Write Unit Tests 3 · tomevault-io bundle
    Generate unit tests for a selected function, model, or viewmodel using the project's test framework. Use when this capability is needed.
    2 installs
  78. Django Expert 4 · tomevault-io bundle
    Robust Python web development with Django. ORM mastery, DRF patterns, security, and project structure. Use when this capability is needed.
    0 installs
  79. Security Review 7 · tomevault-io bundle
    Review ShareGo code changes for security issues and compliance with the threat model. Use when reviewing PRs, auditing code, or when the user asks for a security review of changes. Use when this capability is needed.
    0 installs
  80. Prd Generator 3 · tomevault-io bundle
    Generate comprehensive Product Requirements Documents (PRDs) that serve as the single source of truth for engineering, design, QA, and stakeholders. Use when the user needs to create a PRD, feature specification, product requirements, or feature requirements document. Triggers on requests like "create a PRD", "write product requirements", "document this feature", or any request to define a product or feature's purpose, scope, user stories, and success criteria. Use when this capability is needed.
    0 installs
  81. Frontend Design 47 · 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, or applications. Generates creative, polished code that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  82. Skill Writer 2 · tomevault-io bundle
    Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill for TorchRec, or needs help with SKILL.md files. Use when this capability is needed.
    0 installs
  83. Fastapi 21 · tomevault-io bundle
    FastAPI application design and implementation conventions. Use this skill when building, updating, or reviewing FastAPI services, routers, dependencies, request/response schemas, streaming endpoints, or API tests. Trigger on FastAPI-specific work such as path operation design, dependency injection, response models, `Annotated` parameters, `fastapi` CLI usage, SQLModel-backed APIs, or refactoring older FastAPI code to current patterns. Use when this capability is needed.
    0 installs
  84. Create Command 2 · tomevault-io bundle
    Create a new slash command (skill) following best practices and prompt Use when this capability is needed.
    0 installs
  85. Python 12 · tomevault-io bundle
    Python development guidelines and best practices. Use when working with Python code. Use when this capability is needed.
    0 installs
  86. Pdd 3 · tomevault-io bundle
    Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning. Use when this capability is needed.
    0 installs
  87. Go 4 · tomevault-io bundle
    Go programming patterns and idioms Use when this capability is needed.
    0 installs
  88. Plan 18 · tomevault-io bundle
    多 Agent 並行規劃框架 - 多視角同時設計,共識驅動實作計劃 Use when this capability is needed.
    0 installs
  89. Agent CLI Dev 3 · tomevault-io bundle
    Spawns AI coding agents in isolated git worktrees. Use when the user asks to spawn or launch an agent, delegate a task to a separate agent, work in a separate worktree, or parallelize development across features. Use when this capability is needed.
    0 installs
  90. Expectations 2 · tomevault-io bundle
    WHEN setting working agreements/TDD rules for this codebase; clarifies boundaries and documentation expectations. Use when this capability is needed.
    0 installs
  91. Cleanup 6 · tomevault-io bundle
    Git branch hygiene - delete merged/closed branch, prune stale refs, sync dependencies Use when this capability is needed.
    0 installs
  92. Writing Plans 12 · tomevault-io bundle
    Use when you have a spec or requirements for a multi-step task, before touching code. Use after brainstorming or requirements gathering to create an actionable implementation plan.
    0 installs
  93. Create Skill 15 · tomevault-io bundle
    Create new skills for Claude Code. Use when users ask to create a skill, add a skill, make a new command, build a skill, add a slash command, create a plugin skill, or define a new automation. Trigger phrases include "create a skill", "new skill", "add a skill", "make a command", "build a skill", "I want a skill that", "add slash command", "create automation". Use when this capability is needed.
    0 installs
  94. The Fool 2 · tomevault-io bundle
    Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
    0 installs
  95. Docker Patterns 2 · tomevault-io bundle
    Docker containerization best practices. Use when creating Dockerfiles. Use when this capability is needed.
    0 installs
  96. Shadcn UI Setup 2 · tomevault-io bundle
    shadcn/ui component library setup and customization. Use when building UIs with pre-built components. Use when this capability is needed.
    0 installs
  97. Fastapi Expert 2 · tomevault-io bundle
    Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentation. Trigger terms: FastAPI, Pydantic, async Python, Python API, REST API Python, SQLAlchemy async, JWT authentication, OpenAPI, Swagger Python.
    0 installs
  98. Translate Docs 2 · tomevault-io bundle
    Translate and sync bilingual documentation. Use when this capability is needed.
    0 installs
  99. Emacs Ecosystem 2 · tomevault-io bundle
    This skill should be used when the user asks to "write elisp", "emacs config", "init.el", "use-package", ".el file", "emacs lisp", or "magit". Provides comprehensive Emacs ecosystem patterns and best practices. For org-mode, use org-ecosystem skill. Use when this capability is needed.
    0 installs
  100. Code Standards 2 · tomevault-io bundle
    Enforce and generate coding standards for TypeScript, Python, React, and Node.js projects. Use this skill whenever the user mentions coding standards, linting rules, code style, naming conventions, project structure validation, eslint config, prettier config, ruff config, code formatting, 'set up linting', 'enforce standards', 'coding guidelines', 'code conventions', or any request related to establishing, reviewing, or enforcing code quality rules. Also triggers on Thai phrases like 'มาตรฐานโค้ด', 'ตั้งค่า lint', 'กฎการเขียนโค้ด'. This skill bridges the gap between Markdown-defined standards and automated enforcement — define rules in natural language, generate tool configs automatically. Use when this capability is needed.
    0 installs