tomevault-io
- 62k skills
- 0 followers
- 4 hours ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Add Component · tomevault-io bundleCreate a reusable UI component with factory pattern, theme compatibility, and proper cleanup Use when this capability is needed.
- ▌ Add Ws Action · tomevault-io bundleAdd a new outgoing WebSocket action with typed payload and API exposure Use when this capability is needed.
- ▌ AI Review · tomevault-io bundleReview Gemini API agent code against mandatory rules in backend/AGENTS.md Use when this capability is needed.
- ▌ Clawcommit · tomevault-io bundleIntegrate and operate ClawCommit commit-reveal decision logging for software delivery pipelines. Use when setting up onchain AI decision attestations, wiring CI/CD workflows, running commit/reveal operations, replay-verifying reveal transactions, troubleshooting deterministic hash mismatches, or enabling OpenClaw Native PR/merge decision tracking. Use when this capability is needed.
- ▌ I18N Page · tomevault-io bundleAdds internationalization to Next.js pages using next-intl with server and client component patterns, supporting en/ro/fr locales following RFC 1003 for the arolariu.ro frontend. Use when this capability is needed.
- ▌
- ▌ Airflow Hitl · tomevault-io bundleUse when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+. Does not cover AI/LLM calls (see airflow-ai).
- ▌ Testing Dags · tomevault-io bundleComplex DAG testing workflows with debugging and fixing cycles. Use for multi-step testing requests like "test this dag and fix it if it fails", "test and debug", "run the pipeline and troubleshoot issues". For simple test requests ("test dag", "run dag"), the airflow entrypoint skill handles it directly. This skill is for iterative test-debug-fix cycles. Use when this capability is needed.
- ▌
- ▌ Audit Slippage · tomevault-io bundleAudits Solidity DEX integrations and smart contracts for slippage vulnerabilities enabling sandwich attacks including zero/missing minAmountOut parameters, block.timestamp or missing deadlines, on-chain slippage calculation via manipulable quoters, multi-hop swaps without final output protection, decimal precision mismatches between token pairs, hard-coded slippage preventing withdrawals during volatility, and fixed fee tier assumptions breaking when liquidity migrates Use when this capability is needed.
- ▌ Auth0 React · tomevault-io bundleUse when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or Create React App
- ▌ Build A Skill · tomevault-io bundleUse when creating or modifying a skill: follow SKILL.md rules, define commands and dependencies, validate locally, version correctly, and publish
- ▌
- ▌ Python Testing Patterns · tomevault-io bundleImplement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices. Use when this capability is needed.
- ▌
- ▌ Koapp Controller · tomevault-io bundleOrganize route handlers into reusable classes by extending the @axiosleo/koapp Controller base class. Use when grouping related handlers, reusing response helpers (this.success/failed/result/response/error/log), sharing state across handlers, or scaffolding service modules for a koapp project. Use when this capability is needed.
- ▌ I Have Adhd · tomevault-io bundleShape output for a reader with ADHD. Use this skill whenever responding to ANY user message including coding tasks, debugging, explanations, planning, and casual conversation. Output should lead with concrete next actions, number multi-step work, externalize state across turns, suppress tangents, give specific time estimates, and make wins visible. Trigger even on casual messages and even when the user did not explicitly ask for brevity. Use when this capability is needed.
- ▌ Scheduler Agent · tomevault-io bundleCalendar and reminder management with smart scheduling Use when this capability is needed.
- ▌ Blueprinting · tomevault-io bundleWrite detailed implementation blueprints with bite-sized tasks. Assume the Use when this capability is needed.
- ▌ Implementing · tomevault-io bundleExecute an existing blueprint exactly as written, with verification and Use when this capability is needed.
- ▌ Like · tomevault-io bundleThis skill should be used when the user asks to "like a Clawbook post", "unlike a post", "react to a post on Clawbook", "vote on Clawbook", or needs to like or unlike content on the Clawbook Network. Use when this capability is needed.
- ▌ Post · tomevault-io bundleThis skill should be used when the user asks to "post on Clawbook", "create a Clawbook post", "reply to a post on Clawbook", "write something on Clawbook", "publish to a channel", or needs to create content on the Clawbook Network. Use when this capability is needed.
- ▌ Crazy 8s · tomevault-io bundleSolo rapid ideation method based on Google Design Sprint Crazy 8's exercise. Generates 8 distinct solution ideas in 8 minutes through rapid-fire ideation or sketch documentation. Use when working alone and need to explore multiple solution directions quickly, push beyond first obvious ideas, or generate variety before converging. Includes creativity warm-up questions, built-in timer, optional creative constraints, and generates visual HTML/CSS prototypes plus comparison table. NOT for team sessions (traditional Crazy 8's works better for teams). Use when this capability is needed.
- ▌ Openspec Change Implementation · tomevault-io bundleImplements L0-1 changes from proposals. Use when this capability is needed.
- ▌ Fridayhub · tomevault-io bundleUse the ClawdHub CLI to search, install, update, and publish agent skills from fridayhub.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 fridayhub CLI. Use when this capability is needed.
- ▌ Moltbook · tomevault-io bundleUse when working with the social network for AI agents. Post, comment, upvote, and interact with other AI agents on Moltbook.
- ▌
- ▌
- ▌
- ▌ Django Tdd · tomevault-io bundleApplies Django testing strategies with pytest-django, TDD, factory_boy, mocking, coverage, and DRF test patterns. Use when this capability is needed.
- ▌ Agent CLI Dev · tomevault-io bundleSpawns 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, or parallelize development across features. Only create a worktree without starting an agent if the user explicitly wants setup only. Use when this capability is needed.
- ▌ Gesture Handler 3 Migration · tomevault-io bundleMigrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3. Use when this capability is needed.
- ▌ Docker Dev · tomevault-io bundleManage the Docker Compose development stack and understand the Jinja2 template-based compose generation system. Covers start/stop/health/logs/restart/status/ports for the dev stack, the template-to-generate-to-commit workflow, and documentation lookup via Context7 MCP. Use when user says 'start docker', 'stop containers', 'check service health', 'show logs', 'restart service', 'docker status', 'which ports are used', 'is the API running', 'regenerate compose', or 'how does docker compose generation work'. Pass action as argument. Do NOT use for reviewing Docker Compose changes (use deployment-reviewer agent) or debugging Dagster pipelines (use /debug-pipeline). Use when this capability is needed.
- ▌ Codebase Layout · tomevault-io bundleCodebase organization for pikru. Use when you need to find where specific functionality lives. Use when this capability is needed.
- ▌ Sympy · tomevault-io bundleUse this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters.
- ▌
- ▌ Besimple Oss Broccoli Broccoli · tomevault-io bundleSketch -> Auto-select -> Plan -> Critique -> Implement -> Simplify -> Dedup -> Review (blind wrapper)
- ▌ Database Migration · tomevault-io bundleSafely runs database migrations using the project's established script. Use when this capability is needed.
- ▌
- ▌
- ▌ K8S Gitops · tomevault-io bundleCheck whether plugins pinned via direct CDN URL (because they lacked a tagged Paper build Use when this capability is needed.
- ▌ Prettier Compare · tomevault-io bundleCompares code formatting and formatting IR between Biome and Prettier to ensure that Biome's formatting is consistent and correct. Use when validating formatter changes, debugging formatting differences, or comparing output for JavaScript, TypeScript, CSS, or other languages. Use when this capability is needed.
- ▌ Ssg Whiz New Article · tomevault-io bundleCreate a new blog article for a Rust static site that uses ssg_whiz. Use when the user wants a new article added under crates/<site>/content/blog/<slug>/ with a matching PageSummary entry added to crates/<site>/src/blog_summary.rs. Use when this capability is needed.
- ▌ Biosugar0 Dotfiles Safe Commit · tomevault-io bundleRead ./INSTRUCTIONS.md and follow the instructions.
- ▌ Incident · tomevault-io bundleRun incident triage and mitigation with deterministic logging and optional rollback via the configured deploy adapter. Use when this capability is needed.
- ▌ Puzzle Design · tomevault-io bundleExtract puzzle and secret entities from narrative text. Use when analyzing puzzles, riddles, traps, hidden paths, easter eggs, mysteries, and enigmas. Use when this capability is needed.
- ▌ Golang Dead Code · tomevault-io bundleUse when the user asks to detect or remove dead code in a Go project — unused functions/vars/types/consts, unreachable branches, dead stores, deprecated APIs. Keywords - staticcheck, deadcode, unparam, U1000.
- ▌
- ▌ Gh Code Review · tomevault-io bundleConduct a thorough and in-depth code review. Use this skill when conducting a code review for a PR on GitHub. Use when this capability is needed.
- ▌ Gh Run Failure · tomevault-io bundleUse to analyze failures in GitHub pipelines or jobs. Use when this capability is needed.
- ▌
- ▌
- ▌ Acl Config · tomevault-io bundleGuides the configuration of the Access Control List (ACL) in SimpleRest, including adjusting roles, inheritance, and resource permissions in config\acl.php. Use when this capability is needed.
- ▌ Dirsearch Command Generator · tomevault-io bundle根据用户描述的网站特征和扫描需求,智能生成适合的 dirsearch 命令。当用户需要目录扫描、路径发现、敏感文件探测、Web 渗透测试侦察时使用此 skill。支持快速扫描、深度扫描、特定技术栈扫描、WAF 绕过等多种场景,每次提供至少 5 种命令选项供用户选择。 Use when this capability is needed.
- ▌ Botschat · tomevault-io bundleChat with your AI agents via BotsChat — manage channels, sessions, tasks, and messages with E2E encryption Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Check Docs · tomevault-io bundleQuick health check for documentation issues. Verifies content against actual source files. Use when this capability is needed.
- ▌ Update Doc · tomevault-io bundleUpdate existing documentation by searching codebase for current implementation. Use when this capability is needed.
- ▌ Inquiry · tomevault-io bundleOrchestrate multi-agent deliberation for INQ work items through all 4 phases Use when this capability is needed.
- ▌ Rebuild · tomevault-io bundleRebuild the trebuchet CLI binary in release configuration Use when this capability is needed.
- ▌ Issue Decomposition · tomevault-io bundleDecompose project descriptions into well-structured GitHub issues with user stories, acceptance criteria, dependencies, and estimates Use when this capability is needed.
- ▌ Markdown Formatting · tomevault-io bundleFormat AI outputs into consistent, readable Markdown for PRs, issues, docs, and notes Use when this capability is needed.
- ▌ User Story Template · tomevault-io bundleGuide writing well-formed user stories with acceptance criteria following best practices Use when this capability is needed.
- ▌ Golang Slog · tomevault-io bundleImplement structured logging in Go with log/slog, including logger setup, common attributes, context propagation, redaction, and performance-minded patterns. Use when this capability is needed.
- ▌ Workflow Design · tomevault-io bundleDesign, discover, and refactor multi-command workflows for Claude Code Use when this capability is needed.
- ▌ Typescript Standards · tomevault-io bundleTypeScript 开发规范,与 ESLint 配置保持一致。包含类型定义、数组语法、类型注解等规范。 Use when this capability is needed.
- ▌
- ▌ Create Note · tomevault-io bundleUse when user wants to capture learnings, document insights, or create a draft blog post from their current project
- ▌ Visualize · tomevault-io bundleUse when the user wants to see their skill inventory, stat sheet, or skill visualization. Triggers on "스킬 보여줘", "스탯창", "내 스킬", "/visualize", "skill inventory", "스킬트리", "skill tree
- ▌ Bunny Node Sdk · tomevault-io bundleOfficial Node.js / TypeScript SDK for Bunny — `@bunnyapp/api-client`. Covers installation, OAuth2 client-credentials setup (recommended, with automatic token refresh) and access-token setup, helper methods for creating and cancelling subscriptions, managing tenants, updating accounts, generating customer-portal sessions, recording metered feature usage, validating incoming webhooks with the `x-bunny-signature` header, and dropping down to raw GraphQL via `bunny.query()`. Use when integrating Bunny into a Node or TypeScript app (Express, Next.js, NestJS, Koa, serverless handlers, CLIs). For Ruby see `bunny-ruby-sdk`; for raw GraphQL see `bunny-graphql`; for React UI embedding see `bunny-components`. Use when this capability is needed.
- ▌ Rust Scripting · tomevault-io bundleLoad the Rust scripting runbook Use when this capability is needed.
- ▌ Idea Storer · tomevault-io bundleThis skill should be used when the user mentions "ideas", "IS", "idea storer", "check my ideas", "what should I work on", "project ideas", "pending features", or asks about brainstorming. Reads and interprets stored development ideas from IDEA Storer CLI for context-aware task planning. Use when this capability is needed.
- ▌ Project Bootstrap · tomevault-io bundleInitialize a brand-new project from scratch with a default full-stack scaffold (Rust core + React Router 7 portal + Docker + Kubernetes). Use when a developer asks to bootstrap an empty repo or start a new project and no specific tech stack is requested. Use when this capability is needed.
- ▌ React Zmage Integration · tomevault-io bundleUse when adding the react-zmage React image viewer to an existing React, Next.js, MDX, CMS, markdown, or rich text image surface.
- ▌ Paper Test · tomevault-io bundleUse when testing code, skills, commands, or configs through mental execution — trace logic line-by-line with concrete values to find bugs, logic errors, edge cases, contract violations, and AI hallucinations. Use when user says "paper test", "trace this", "find bugs", "check for edge cases", "audit this code", "verify AI code", "test this skill", "validate this implementation", "review this logic", "check dependencies", "check this config". MUST verify external calls — never assume methods exist. Use proactively before deploying changes or after AI generates code.
- ▌ Database Patterns · tomevault-io bundleUse when designing schemas, writing queries, or managing migrations with Drizzle ORM and PostgreSQL. Covers schema design, CRUD operations, joins, transactions, indexing, and connection pooling.
- ▌ Requesting · tomevault-io bundleGitHub Issueを作成します。`story`/`task`ラベルを内容に応じて自動付与します。新しい要望やタスクをIssueとして登録する場合に使用してください。 Use when this capability is needed.
- ▌ Database Expert · tomevault-io bundleExpert in database design, SQL optimization, ORM patterns, migrations, and data modeling. Use when this capability is needed.
- ▌ Chi Components · tomevault-io bundleExtract and provide information about Chi CSS components (buttons, alerts, modals, cards, etc.). Use when the user asks about Chi components, their modifiers, BEM structure, or Web Component equivalents. Reads SCSS source files directly. Use when this capability is needed.
- ▌ Code Clean · tomevault-io bundleCode quality review skill focusing on readability, maintainability, and consistency (non-architectural). Checks for naming conventions, code duplication, type consistency, unused code, and other clean code issues. Use when this capability is needed.
- ▌ Axiom Hig · tomevault-io bundleUse when making design decisions, reviewing UI for HIG compliance, choosing colors/backgrounds/typography, or defending design choices - quick decision frameworks and checklists for Apple Human Interface Guidelines
- ▌
- ▌ Git Checkpoint · tomevault-io bundleBest practices for frequent git commits to enable recovery when agents crash Use when this capability is needed.
- ▌ Task Execution · tomevault-io bundleBest practices for autonomous task completion without asking clarifying questions Use when this capability is needed.
- ▌ Sast Scan · tomevault-io bundleRun multi-language Static Application Security Testing for the current repository or selected paths. Use when the user asks to scan code for vulnerabilities, review security issues, analyze Git changes, generate SARIF, triage findings, or prepare CI security gates. Use when this capability is needed.
- ▌ Cadt Testing · tomevault-io bundleRun CADT integration tests, live API tests, and test data cleanup. Use when the user asks to run integration tests, run v1 or v2 tests, run live API tests, or delete test data. Use when this capability is needed.
- ▌ Agent Lease · tomevault-io bundleStandards-enforcing validation gates for git commits. Catches what linters miss. Use when this capability is needed.
- ▌
- ▌ Mongodb Expert · tomevault-io bundleMongoDB document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, connection pool management, and indexing patterns. Use this skill for MongoDB-specific issues, NoSQL performance optimization, and schema design. Use when this capability is needed.