tomevault-io
- 62k skills
- 0 followers
- 56 minutes ago last updated
- ▌ Code Review 99 · tomevault-io bundleReview frontend code for best practices, bugs, and improvements. Use when reviewing PRs, checking code quality, or before committing. Use when this capability is needed.
- ▌ Git Workflow 41 · tomevault-io bundleGit Flow 브랜치 전략 및 PR 절차 가이드. 브랜치 생성, 커밋, PR 작성 시 참조. "branch", "commit", "PR", "pull request", "merge", "git flow" 키워드로 트리거. Use when this capability is needed.
- ▌ Openai Image Gen 2 · tomevault-io bundleBatch-generate images via the OpenAI Images API using DALL-E 2, DALL-E 3, or GPT image models. Produces random-but-structured prompts, renders them, and outputs a browsable `index.html` gallery. Use when the user asks to generate AI images, create pictures with DALL-E, batch-produce image assets, render AI art, or build an image gallery from text prompts. Use when this capability is needed.
- ▌ Format 3 · tomevault-io bundleFormat and tidy the Go codebase safely (gofmt + goimports) while keeping diffs small. Use when the user asks to format code, fix import grouping, or prepare a clean patch before review/PR. Use when this capability is needed.
- ▌ Project Manager 2 · tomevault-io bundleManage Espen's projects across the Dev folder and Obsidian vault. Use for project status checks, creating new projects, syncing between code repos and vault notes, archiving, and cross-project search. Use when this capability is needed.
- ▌ Skill Creator 55 · tomevault-io bundleCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
- ▌ Coding Standards 3 · tomevault-io bundleProvides coding standards for React Native — performance patterns, consistency rules, and clean React architecture. Use when writing, modifying, or reviewing code.
- ▌ Ralph 12 · tomevault-io bundleConvert an existing PRD into prd.json format for Ralph autonomous Use when this capability is needed.
- ▌ Code Review 100 · tomevault-io bundleReview code written during a run, auto-fix no-brainer issues, and suggest improvements requiring confirmation. Invoked after tests pass. Use when this capability is needed.
- ▌ 1password 9 · tomevault-io bundleSet 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.
- ▌ Technical Writer 2 · tomevault-io bundleAssists with writing and maintaining Morphir technical documentation. Use when creating, reviewing, or updating documentation including API docs, user guides, tutorials, and content for the Docusaurus site. Also helps ensure documentation quality through link checking, structure validation, and code review for documentation coverage.
- ▌ UI Design 6 · tomevault-io bundleDesign patterns and component guidelines for the Nomendex UI. Use when building dialogs, layouts, or fixing visual/layout issues. Use when this capability is needed.
- ▌ Gh CLI 5 · tomevault-io bundleGitHub CLI (gh) command reference. Use when working with GitHub repositories, PRs, issues, actions, `gh api`, or any GitHub operations from the command line. Use when this capability is needed.
- ▌ React Testing 2 · tomevault-io bundleTesting Library for React 19 - render, screen, userEvent, waitFor, Suspense. Use when writing tests for React components with Vitest. Use when this capability is needed.
- ▌ Security Scan 2 · tomevault-io bundleMain security scanning orchestration. Detects language, runs OWASP Top 10 patterns, identifies vulnerabilities, generates structured reports. Use when scanning for XSS, SQL injection, command injection, secrets, or any security vulnerability. Use when this capability is needed.
- ▌ Skill Creator 56 · tomevault-io bundleUse when creating new skills, restructuring existing skills, or improving skill documentation. Generates SKILL.md + references/ structure with proper patterns.
- ▌
- ▌ Setup 18 · tomevault-io bundleUse when onboarding to a project or creating/updating CLAUDE.md - covers codebase analysis, documentation generation, and policy management
- ▌ Bootstrap 4 · tomevault-io bundleBootstrap CSS framework for responsive design. Use for quick styling. Use when this capability is needed.
- ▌ Langchain 6 · tomevault-io bundleLangChain LLM application framework with chains and agents. Use for LLM orchestration. Use when this capability is needed.
- ▌ Owasp Zap 2 · tomevault-io bundleOWASP ZAP security testing proxy. Use for security testing. Use when this capability is needed.
- ▌ Storybook 2 · tomevault-io bundleStorybook UI component development and testing. Use for component testing. Use when this capability is needed.
- ▌ Terraform 16 · tomevault-io bundleTerraform infrastructure as code with providers and state management. Use for cloud provisioning. Use when this capability is needed.
- ▌ Wordpress 2 · tomevault-io bundleWordPress CMS development with themes, plugins, and Gutenberg. Use for content sites. Use when this capability is needed.
- ▌ Review 28 · tomevault-io bundleReview code or changes, and suggest improvements Use when this capability is needed.
- ▌ Web Design Guidelines 7 · tomevault-io bundleReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Use when this capability is needed.
- ▌ Templates 2 · tomevault-io bundleProject scaffolding templates for new applications. Use when creating Use when this capability is needed.
- ▌ MCP CLI 4 · tomevault-io bundleInterface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line. Use when this capability is needed.
- ▌ Commit 65 · tomevault-io bundleCreates atomic commits by invoking TDG and commenting on related GitHub issues.
- ▌ Create Plan 3 · tomevault-io bundleCreate detailed, phased implementation plans (sprints + atomic tasks) for bugs, features, or refactors. This skill produces a plan document Use when this capability is needed.
- ▌ Workflow 4 · tomevault-io bundleLanguage, terminal, workspace, branch, commit, PR, planning, and documentation workflow rules. Use when writing in English, committing, creating PRs, or creating plans in .cursor/plans/. Use when this capability is needed.
- ▌ Adr Writer 2 · tomevault-io bundle設計上の決定事項を ADR 形式で記録し、docs/adr 配下に出力する Use when this capability is needed.
- ▌ Skill Name 5 · tomevault-io bundleDescribes what the skill does and when to use it. Use third-person and include trigger keywords. Use when this capability is needed.
- ▌ 1password 10 · tomevault-io bundleSet 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.
- ▌ Rust Pro 5 · tomevault-io bundleMaster Rust 1.75+ with modern async patterns, ownership/borrowing, lifetimes, traits, error handling with thiserror/anyhow, async Tokio runtime, axum web framework, serde serialization, and systems programming. Use when building Rust services, CLI tools, WebAssembly, or performance-critical systems. Use when this capability is needed.
- ▌ Apple Reminders 2 · tomevault-io bundleManage Apple Reminders via the `memo` CLI on macOS (create, complete, and delete reminders). Use when a user asks Clawdis to add a reminder, mark reminders as done, or manage their reminder list. Use when this capability is needed.
- ▌ Review Pr 11 · tomevault-io bundleFetch and summarize AI-generated PR review comments (CodeRabbit, Gemini Code Assist, Codex, Claude, Copilot) and suggest actionable fixes Use when this capability is needed.
- ▌ CI CD 23 · tomevault-io bundleSet up or modify CI/CD pipelines for automated quality gates and deployment. Use when scaffolding a new project's pipeline, adding checks (lint, types, tests, build, audit), configuring deployment, or debugging CI failures. Don't use for local pre-commit hooks (use `setup-pre-commit`) or for one-off script runs. Use when this capability is needed.
- ▌ Tailwind 2 · tomevault-io bundleTailwind CSS v4 best practices, CSS-first configuration and modern patterns. Use when writing styles, configuring themes or migrating from v3. Use when this capability is needed.
- ▌ Go Development 2 · tomevault-io bundleGo development patterns, idioms, and conventions. Use when writing Go code, structuring Go modules, implementing error handling, writing tests, or building network and security tools in Go. Use when this capability is needed.
- ▌ Documentation 27 · tomevault-io bundleWrite technical documentation and guides Use when this capability is needed.
- ▌ Freee API Skill 2 · tomevault-io bundlefreee API を MCP 経由で操作するスキル。会計・人事労務・請求書・工数管理・販売の詳細APIリファレンスと使い方ガイドを提供。freee の経費申請・取引登録・勤怠打刻・給与明細・見積書・試算表・仕訳・従業員管理・工数登録・売上管理などの操作やAPI仕様を調べたいときに使う。ユーザーが freee のデータ操作、会計処理、人事労務管理、請求・見積、プロジェクト工数管理、販売管理について質問や操作を依頼してきた場合は、明示的に freee と言及していなくても、このスキルの利用を検討すること。 Use when this capability is needed.
- ▌ Accessibility 3 · tomevault-io bundleUse when creating or modifying any UI element visible to the user, reviewing HTML markup, adding interactive elements, or when Lighthouse Accessibility drops below 90.
- ▌ Code Review 102 · tomevault-io bundlePerform comprehensive code quality assessment and provide improvement suggestions Use when this capability is needed.
- ▌ Rust Coding 3 · tomevault-io bundleRust coding conventions expert covering naming, formatting, comments, clippy, rustfmt, lints, code style, best practices, and idiomatic patterns. Use when this capability is needed.
- ▌ Golang Pro 7 · tomevault-io bundleMaster Go 1.25+ with modern patterns, advanced concurrency, Use when this capability is needed.
- ▌ Update Changelog 3 · tomevault-io bundleAdd entries to the hyAway changelog at docs/changelog.md. Use when documenting new features, changes, bug fixes, deprecations, or security updates. Triggers when user mentions "changelog", "document changes", "release notes", or asks to record what changed. Use when this capability is needed.
- ▌ Blogwatcher 9 · tomevault-io bundleMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when this capability is needed.
- ▌ Tdd Workflow 4 · tomevault-io bundleTest-driven development methodology guide Use when this capability is needed.
- ▌ Publish 8 · tomevault-io bundlePublish a new version of klaude-code to PyPI. This skill handles version bumping, changelog updates, git tagging, and package publishing. Use when the user wants to release a new version. Use when this capability is needed.
- ▌ S3 2 · tomevault-io bundleAWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication. Use when this capability is needed.
- ▌ Pr 13 · tomevault-io bundleCreate a pull request with change validation. Checks line count limit (max 300 lines) and ensures proper commit prefix. Uses GitHub MCP for PR operations. Use when this capability is needed.
- ▌ Writing Plans 5 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Webapp Testing 4 · tomevault-io bundleToolkit for testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, or viewing browser logs. Use when this capability is needed.
- ▌ Openspec Archive Change 14 · tomevault-io bundleArchive 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.
- ▌ Grill Me 3 · tomevault-io bundleInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me". Use when this capability is needed.
- ▌ Go Testing 4 · tomevault-io bundleGo testing patterns. Routes to specific patterns. Use when this capability is needed.
- ▌ Speckit Git Initialize 4 · tomevault-io bundleInitialize a Git repository with an initial commit Use when this capability is needed.
- ▌ Rust Pro 6 · tomevault-io bundleMaster Rust 1.75+ with modern async patterns, advanced type system features, Use when this capability is needed.
- ▌ Terraform 2 2 · tomevault-io bundleterraform — HashiCorp Infrastructure as Code CLI. Provision cloud resources with declarative configs. Use when this capability is needed.
- ▌ Review 29 · tomevault-io bundleReview pull requests with detailed feedback on code quality, tests, and conventions. Use when maintainer wants to review a PR. Use when this capability is needed.
- ▌ Git Workflow 42 · tomevault-io bundleGit branch management, commit conventions, and PR workflows Use when this capability is needed.
- ▌ Git Workflow 43 · tomevault-io bundleIdeaVim git workflow conventions covering commits, branches, PRs, and CI. Use when creating commits, managing branches, creating pull requests, reviewing git history, or any git-related activity in the IdeaVim project. Use when this capability is needed.
- ▌ Analyze 7 · tomevault-io bundleRun a structured production-readiness analysis on the codebase Use when this capability is needed.
- ▌ Run Tests 6 · tomevault-io bundleThis is how we structure testing to determine if a feature is working or not. Use when this capability is needed.
- ▌ PDF 27 · tomevault-io bundleComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use when this capability is needed.
- ▌ Compile 3 · tomevault-io bundleCompile the Go shared library for local development Use when this capability is needed.
- ▌ Code Review 103 · tomevault-io bundleInstructions for reviewing changes and ensuring quality before completion. Use when asking for a review or before committing changes. Use when this capability is needed.
- ▌ Ansible 3 · tomevault-io bundleAnsible automation and configuration management patterns. Use when writing Ansible playbooks, roles, or automating infrastructure configuration and deployment tasks. Use when this capability is needed.
- ▌ Fastmcp 15 · tomevault-io bundleFastMCP TypeScript framework patterns for MCP servers. Auto-loads when building MCP servers, creating tools/resources/prompts, implementing authentication, configuring transports, or working with FastMCP in TypeScript. Use when this capability is needed.
- ▌ Teach Impeccable 3 · tomevault-io bundleOne-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines. Use when this capability is needed.
- ▌ Code Review 132 · tomevault-io bundleStandards for reviewing Go code changes in this project. Use when asked to review code, check changes, or validate pull requests. Use when this capability is needed.
- ▌ Create Plan 4 · tomevault-io bundleCreate detailed implementation plans with thorough research and iteration. Use when the user asks to build a feature, create a plan, or specifically invokes this skill. Use when this capability is needed.
- ▌ Browser Automation 2 · tomevault-io bundleInteractive web tasks, browser login, click, scroll, form interaction, authenticated sessions, Playwright MCP (project) Use when this capability is needed.
- ▌ Teammate 2 · tomevault-io bundleUse when spawned as a teammate in a Claude Code agent team — activated by a team lead's spawn instruction. Required reading for the inbox sync protocol, dispatch limits, and protocol-message responses that keep multi-agent coordination from drifting into stale-state race conditions. Invoke this skill as your FIRST action whenever a spawn prompt names you as a teammate, says you joined a team, gives you a team_name / inbox path, or instructs you to coordinate with other agents via SendMessage and a shared task list.
- ▌ Rust Quality 2 · tomevault-io bundleUse any time you write, review, refactor, or design Rust code (anything in a `Cargo.toml`-bearing crate, `.rs` files, library APIs, async/tokio, error types, traits, unsafe blocks, build scripts). Enforces idiomatic API design (Rust API Guidelines), strict error handling (`Result` + `thiserror`/`anyhow`), clippy lint discipline, safe-`unsafe` with SAFETY comments + miri, structured-concurrency rules for async, and the rustdoc / testing / module-structure baselines that distinguish "compiles" from "shippable." Trigger when the user mentions Rust, asks "is this idiomatic", requests a Rust code review, opens a `.rs` file for editing, or works in a Cargo project. Pair with `rust-gpu-discipline` whenever the work also touches CUDA / wgpu / Metal / cubecl / cudarc / kernels. Use when this capability is needed.
- ▌ Add Feature 2 · tomevault-io bundleAdd Wasp's built-in features to your app — auth, email, jobs, and more. These are full-stack, batteries-included features that Wasp handles for you. Use when the user wants to add meta tags, authentication (email, social auth providers), email sending, database setup, styling (tailwind, shadcn), or other Wasp-powered functionality. Use when this capability is needed.
- ▌ MCP Builder 21 · tomevault-io bundleGuide 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.
- ▌
- ▌ Aspnet Core 2 · tomevault-io bundleASP.NET Core cross-platform .NET framework with Blazor support. Use for C# web apps. Use when this capability is needed.
- ▌ Tailwindcss 2 · tomevault-io bundleTailwind CSS utility-first framework. Use for custom designs. Use when this capability is needed.
- ▌ Code Review 133 · tomevault-io bundleReviews code for quality, best practices, and potential issues. Use when asked to review, audit, or check code for problems. Use when this capability is needed.
- ▌ App Builder 3 · tomevault-io bundleMain application building orchestrator. Creates full-stack applications Use when this capability is needed.
- ▌ MCP Builder 22 · tomevault-io bundleMCP (Model Context Protocol) server building principles. Tool design, Use when this capability is needed.
- ▌ Code Simplifier 5 · tomevault-io bundleSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices. Use when this capability is needed.
- ▌ Doc Coauthoring 2 · tomevault-io bundleGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks. Use when this capability is needed.
- ▌ Integration 2 · tomevault-io bundleIntegrate projects with TabzChrome terminals via Markdown links, HTML attributes, WebSocket, JS API, or Spawn API Use when this capability is needed.
- ▌ Explain 4 · tomevault-io bundleThis skill should be used when the user asks to "explain a concept", "teach me about", "what is", "how does X work", or wants to learn about programming concepts, code changes, or technical topics at their skill level. Use when this capability is needed.
- ▌ Docs Audit 2 · tomevault-io bundleAvalia a documentação (README, CONTRIBUTING, etc.) para encontrar lacunas de clareza e onboarding. Use when this capability is needed.
- ▌ Commit 73 · tomevault-io bundleCommit workflow for ai-standards repo. Formats all markdown files and previews changes before committing. Use when this capability is needed.
- ▌ Marketing 6 · tomevault-io bundleDigital marketing, SEO optimization, content marketing, social media engagement, and analytics for political transparency platforms Use when this capability is needed.
- ▌ Pr Create 2 · tomevault-io bundleGitHub Pull Request creation skill. Use when the user says "create a pull request", "create a PR", "make a PR", etc. Analyzes git commit history of the current branch to auto-generate PR title and description, then executes gh pr create command. Use when this capability is needed.
- ▌ Design Brief 2 · tomevault-io bundle設計相談の前提を整理し、目的・非目的・制約を短く固定する Use when this capability is needed.
- ▌ Stop Slop 2 · tomevault-io bundleRemove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells. Use when this capability is needed.
- ▌ Vue Expert 4 · tomevault-io bundleVue 3.5+ Composition API. Script setup, reactive refs, computed, watchers, composables, Pinia, Vue Router 4, Nuxt 4. Use when building Vue/Nuxt applications. Use when this capability is needed.
- ▌ Summarize 10 · tomevault-io bundleSummarize content from URLs, documents, or text. Use when the user wants a quick summary of something. Use when this capability is needed.
- ▌ Git Workflow 69 · tomevault-io bundleGit commit message format using conventional commits, with character limits, commit types, branch workflow, and examples. Load before making a commit or reviewing git history. Use when this capability is needed.
- ▌ Code Review 134 · tomevault-io bundlePerform a project-wide code review of the 5thPlanet SEGA Saturn emulator, covering correctness, emulation accuracy, code quality, tests, documentation, and style. Use when this capability is needed.
- ▌ Add Gmail 5 · tomevault-io bundleAdd Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration. Use when this capability is needed.
- ▌ Lint 6 · tomevault-io bundleUse this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.