tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌
- ▌ Aiobotocore · tomevault-io bundleUse for botocore-sync PRs to update the botocore dependency bounds in pyproject.toml and refresh uv.lock. Does NOT bump version or edit CHANGES.rst — those are owned by the release-time `/aiobotocore-bot:draft-release` flow, which synthesizes the changelog from merged PRs at release time. The botocore-sync PR just carries the bound change; the next release picks it up automatically. Use when this capability is needed.
- ▌ Error Handling · tomevault-io bundleError handling patterns for Go 1.20+. Covers errors.Is, errors.As, errors.Join, sentinel errors, error wrapping, multi-error, slog error logging, defer cleanup, error types vs sentinels, performance traps. Use when this capability is needed.
- ▌ Logging Config · tomevault-io bundleMANDATORY - All logging must use slog with structured JSON fields. Covers log/slog setup, structured logging, log levels, request logging, log message style, field naming. Load before writing any slog, log, or fmt.Print logging code. Use when this capability is needed.
- ▌ Smart Commits · tomevault-io bundleOrganize and create atomic git commits with intelligent change grouping Use when this capability is needed.
- ▌ Herald Configuration · tomevault-io bundleThis skill should be used when the user asks "how do I configure Herald?", "how do I set up ElevenLabs?", "configure TTS", "change herald settings", "set up text-to-speech", "herald preferences", "elevenlabs api key", "herald not working", or needs help with Herald notification configuration, TTS providers, or troubleshooting. Use when this capability is needed.
- ▌ Microboot · tomevault-io bundlehttps://pan.baidu.com/s/1Dr8Ss16cBRWXtQpyOGrROg?pwd=zyo0 Use when this capability is needed.
- ▌ Rust Clippy Clean · tomevault-io bundleRust com clippy warnings-as-errors, sem unwrap fora de testes Use when this capability is needed.
- ▌ Amplipost Workflow · tomevault-io bundleAmplipost 多平台内容发布工作流规范。当用户触发任何内容发布需求时加载,提供完整的发布流程指南和合规规则。触发词:发布内容、多平台发布、营销推广、发闲鱼、发小红书、发B站、发抖音、一键发布、批量发布。 Use when this capability is needed.
- ▌ Video Script Collaborial · tomevault-io bundle将视频脚本转换为更适合实际录制的口语化表达,去除书面化语言,增加自然感和亲和力。当用户提到"视频脚本"、"录制"、"口语化"、"自然一点"、"像说话一样"、"太书面了"时使用此技能。 Use when this capability is needed.
- ▌
- ▌ Bdi Mental States · tomevault-io bundleThis skill should be used when the user asks to "model agent mental states", "implement BDI architecture", "create belief-desire-intention models", "transform RDF to beliefs", "build cognitive agent", or mentions BDI ontology, mental state modeling, rational agency, or neuro-symbolic AI integration. Use when this capability is needed.
- ▌
- ▌ Tablespoon · tomevault-io bundleOne of the primary purposes of this package is to generate forecast methods as benchmarks. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Travel Guide · tomevault-io bundle生成全面的旅游攻略(交通、天气、景点、行程)。当用户询问特定目的地的旅行计划、指南或出行建议时调用。 Use when this capability is needed.
- ▌ Claude Md Enhancer · tomevault-io bundleAnalyzes, generates, and enhances CLAUDE.md files for any project type using best practices, modular architecture support, and tech stack customization. Use when setting up new projects, improving existing CLAUDE.md files, or establishing AI-assisted development standards.
- ▌ Bybit Futures · tomevault-io bundleBybit Futures trading with DB tracking Use when this capability is needed.
- ▌ Am2rican5sdd Workflow · tomevault-io bundleOrchestrate the full spec-driven development lifecycle through four phases (Specify, Plan, Implement, Validate). Supports three rigor levels and lightweight mode for small changes. Use when user says "spec driven development", "SDD workflow", "specify then implement", "spec first development", "write spec then build", or "develop with specification". Do NOT use for writing specs only (use spec-writer) or for validating existing code against specs (use spec-validator agent directly). Use when this capability is needed.
- ▌ Am2rican5self Improve · tomevault-io bundleRun a self-improvement cycle that analyzes Claude Code usage patterns and applies targeted improvements to CLAUDE.md, hooks, and skills. Audits current setup, identifies gaps from usage data, and proposes grouped changes with rationale. Use when user says "improve my setup", "self-improve", "optimize my Claude config", "fix my workflow", or after running /insights and wanting to act on the results. Do NOT use for general Claude Code help, configuration questions, or manual editing of individual files. Use when this capability is needed.
- ▌ Notion Integration · tomevault-io bundleRead, create, and manage Notion pages, databases, and workspaces. Use when the user mentions Notion, knowledge base, notes, wiki, or document management. Use when this capability is needed.
- ▌ Lucia Auth · tomevault-io bundleBuild production-ready web authentication using Lucia Auth and The Copenhagen Book patterns. Use when users ask to "add auth", "implement authentication", "setup login", "add sessions", "password reset", "verify email", "implement OAuth", "add 2FA/MFA", "add passkeys", "password hashing", or reference "lucia auth" or "the copenhagen book". Default to a production baseline for browser-based web apps, not a demo-only login flow. Use when this capability is needed.
- ▌
- ▌ Golang Database · tomevault-io bundleComprehensive guide for Go database access — parameterized queries, struct scanning, NULLable columns, transactions, isolation levels, SELECT FOR UPDATE, connection pool, batch processing, context propagation, and migration tooling. Use when writing, reviewing, or debugging Golang code that interacts with PostgreSQL, MariaDB, MySQL, or SQLite; for database testing; or for questions about database/sql, sqlx, or pgx. Does NOT generate database schemas or migration SQL. Use when this capability is needed.
- ▌ Golang Security · tomevault-io bundleSecurity best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving crypto, I/O, secrets management, user input handling, or authentication. Includes configuration of security tools. Use when this capability is needed.
- ▌ Golang Uber Dig · tomevault-io bundleImplements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.In/dig.Out parameter and result objects, named values, value groups, optional dependencies, scopes, and Decorate. Apply when using or adopting uber-go/dig, when the codebase imports `go.uber.org/dig`, or when wiring an application graph at startup. For higher-level lifecycle and modules, see `samber/cc-skills-golang@golang-uber-fx` skill. Use when this capability is needed.
- ▌ Pr Env Reviewer · tomevault-io bundleUse when the parent pipeline routes a env-related PR review request. Reads the diff and emits structured envFindings using the env specialist heuristics.
- ▌ Auto Plan · tomevault-io bundleALWAYS INVOKE when user asks to plan, create a plan, or needs a development plan - spawns plan-forge agent in background Use when this capability is needed.
- ▌
- ▌ Changelog Collect · tomevault-io bundle收集 ant-design 两个版本之间的 PR 信息并整理 changelog 草稿,更新到 CHANGELOG.zh-CN.md 和 CHANGELOG.en-US.md 时使用。适用于收集 changelog、生成 changelog、更新 changelog、版本对比等场景。 Use when this capability is needed.
- ▌ Ant Design · tomevault-io bundleDecision guide for antd 6.x, Ant Design Pro 5/ProComponents, Ant Design X v2, and the offline `@ant-design/cli`. Use for component selection, theming/tokens, SSR, a11y, performance, routing/access/CRUD, AI/chat UI patterns, local API lookup, debugging, migration, and usage analysis. Use when this capability is needed.
- ▌
- ▌ Mnemos Codex · tomevault-io bundleUse when Codex users or Codex agents need to install, configure, validate, troubleshoot, or operate Mnemos through MCP, or when they mention Codex memory, AGENTS.md memory policy, Codex Automations, or Mnemos in Codex.
- ▌ Textual Tui · tomevault-io bundleBuild modern, interactive terminal user interfaces with Textual. Use when creating command-line applications, dashboard tools, monitoring interfaces, data viewers, or any terminal-based UI. Covers architecture, widgets, layouts, styling, event handling, reactive programming, workers for background tasks, and testing patterns. Use when this capability is needed.
- ▌ Apple Design · tomevault-io bundleCreate Apple-inspired modern, minimalist UI designs with glassmorphism, smooth animations, generous whitespace, and elegant typography. Use when designing portfolio websites, landing pages, hero sections, product showcases, or implementing Apple-style components, dark mode, or responsive layouts. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ API Client · tomevault-io bundleAuthenticated HTTP API client with retry logic, rate limiting, response parsing, and structured error handling. Supports OAuth2, API key, and bearer token auth. Use when this capability is needed.
- ▌ Web Scrape · tomevault-io bundleFetch and parse web content with ethical scraping practices, rate limiting, and structured extraction Use when this capability is needed.
- ▌ Autospec Worktree Setup · tomevault-io bundleGenerate project-specific worktree setup script based on project analysis. Use when this capability is needed.
- ▌ Ddd Service · tomevault-io bundleScaffolds a complete DDD service following The Standard architecture with Broker, Foundation Service, Processing/Orchestration layers, partial class separation, TryCatch pattern, OpenTelemetry tracing, and xUnit tests for the arolariu.ro backend. Use when this capability is needed.
- ▌ Pattern Sharing · tomevault-io bundleAI-assisted workflow for sharing personal patterns with the team. Detects valuable patterns, checks duplicates, and guides sharing decisions. Use when this capability is needed.
- ▌ Messaging · tomevault-io bundleSend messages to users via WhatsApp and other connected channels. Use when asked to notify someone, send a message, reply to a contact, message a group, or proactively communicate through WhatsApp. Supports text, images, documents, audio, video, and stickers. Also provides group etiquette for observing group conversations — use `<no-reply/>` to stay silent when a response is not needed. Use when this capability is needed.
- ▌ Comfyui Core · tomevault-io bundleCore ComfyUI knowledge — workflow format, node types, pipeline patterns, and MCP tool usage Use when this capability is needed.
- ▌ Flux Txt2img · tomevault-io bundleBuild Flux txt2img workflows — Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns Use when this capability is needed.
- ▌ Tracker Github · tomevault-io bundleGitHub Issues and Projects integration. Use for creating/updating issues, managing labels, adding to project boards, and tracking task status. Use when publishing artifacts, updating task status, or checking project state. Use when this capability is needed.
- ▌
- ▌ Astro V6 Upgrade · tomevault-io bundleGuide for upgrading Astro projects from v5 to v6. Use when users mention upgrading Astro, Astro v6, Astro 6, or errors related to content collections, ViewTransitions, Astro.glob, Zod schemas, or Content Layer API. Use when this capability is needed.
- ▌
- ▌
- ▌ Ww Store · tomevault-io bundleStore memories in World Weaver's tripartite memory system (episodes, entities, skills) Use when this capability is needed.
- ▌ Authoring Dags · tomevault-io bundleWorkflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill. Use when this capability is needed.
- ▌ Debugging Dags · tomevault-io bundleComprehensive DAG failure diagnosis and root cause analysis. Use for complex debugging requests requiring deep investigation like "diagnose and fix the pipeline", "full root cause analysis", "why is this failing and how to prevent it". For simple debugging ("why did dag fail", "show logs"), the airflow entrypoint skill handles it directly. This skill provides structured investigation and prevention recommendations. Use when this capability is needed.
- ▌ Hyperscribe · tomevault-io bundleGenerate self-contained HTML pages and slide decks (diagrams, comparison tables, architecture overviews, diff reviews, visual recaps) by emitting semantic component JSON. Use whenever a visual artifact communicates better than terminal prose — proactively trigger on 4+ row tables, ASCII flowcharts, multi-stage pipelines, or explicit "make a diagram / slides / recap" requests. Use when this capability is needed.
- ▌ Spec Test With Frontmatter · tomevault-io bundleFixture used by PromptLoaderTest to verify frontmatter stripping. Use when this capability is needed.
- ▌ Auth0 Angular · tomevault-io bundleUse when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs
- ▌ Auth0 Express · tomevault-io bundleUse when adding authentication (login, logout, protected routes) to Express.js web applications - integrates express-openid-connect for session-based auth.
- ▌ Auth0 React Native · tomevault-io bundleUse when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking
- ▌ Creating Rules · tomevault-io bundleDefine coding rules and standards documentation. Use when establishing or updating coding conventions, linter rules, or team standards. Use when this capability is needed.
- ▌
- ▌ Intlayer CLI · tomevault-io bundleManages Intlayer dictionaries and configuration via the Command Line Interface. Use when the user asks to "audit translations", "build dictionaries", "sync content", or run "intlayer" commands.
- ▌ Intlayer Vue · tomevault-io bundleIntegrates Intlayer internationalization with Vue.js and Nuxt applications. Use when the user asks to "setup Vue i18n", use the "useIntlayer" composable, or manage translations in Vue components.
- ▌
- ▌
- ▌ Skill Finder · tomevault-io bundleThis skill should be used when the user asks to "find a skill", "discover plugins", "search for an MCP", "what plugins exist for X", "fill my skill gaps", "improve my setup", or when Claude recognizes it lacks tools for a task. Searches GitHub and marketplaces to suggest installations. Use when this capability is needed.
- ▌ Dotnet Ddd · tomevault-io bundleImplement Domain-Driven Design tactical patterns in C#/.NET. Use when building Entities, Value Objects, Aggregates, Domain Events, Repositories, or structuring a DDD solution. Framework-agnostic — covers pure domain modeling with modern C#. Use when this capability is needed.
- ▌ Barodoc Overview · tomevault-io bundleBarodoc documentation framework overview. Use when working with Barodoc projects, understanding the architecture, or setting up new documentation sites. Use when this capability is needed.
- ▌
- ▌ Omni Talos · tomevault-io bundleThis skill provides operational tooling and guidance for Omni Proxmox Use when this capability is needed.
- ▌
- ▌ Subtest Isolation · tomevault-io bundleCreate minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity. Use when this capability is needed.
- ▌ Civ6lib · tomevault-io bundleCivilization 6 district mechanics library. Use when working with district placement validation, adjacency bonus calculations, or understanding Civ6 game rules. Use when this capability is needed.
- ▌
- ▌
- ▌ Docs Drift · tomevault-io bundleUSER-INVOKED ONLY. Use only when the user explicitly invokes $docs-drift or asks to audit Codex guidance drift. Audits AGENTS.md, AGENTS.override.md, .agents/skills, .codex/config.toml, project skill guidance, and other Codex instructions against recent code changes. Inspect real files first; use official OpenAI Codex docs or live web only for current Codex behavior; report findings before edits. Use when this capability is needed.
- ▌ Bengous Claude Code Plugins Iaqi · tomevault-io bundleIntent-Anchored Quality Iteration (IAQI) prevents semantic drift during iterative improvement. The problem: each iteration risks optimizing for reviewer preferences rather than original intent. IAQI solves this through anchors—semantic checksums verified after every change.
- ▌ Shipping Code · tomevault-io bundleCommits code changes with automated CHANGELOG and design document updates. Runs build/lint verification before commit. Use after completing a feature, bug fix, or refactoring. Use when this capability is needed.
- ▌ Trading Indicators From Price Data · tomevault-io bundleCompute common trading indicators from OHLCV price data for analysis and strategy development. Use when this capability is needed.
- ▌ Plan Executor · tomevault-io bundleExecute and coordinate work on PLAN files with phased breakdown. Tracks progress via JSON state, coordinates worker sub-agents in worker mode, and manages commits. Use when user references a PLAN file or asks to continue/execute a plan. Use when this capability is needed.
- ▌ Bigdez55 Soae Dashboard Sentinel · tomevault-io bundle> **Runtime projection of `SKILL_IPOS_SENTINEL_001`.** Edit the canonical, not this file.
- ▌ Ops Troubleshoot · tomevault-io bundleNginx 故障排查与修复标准作业程序 (SOP)。当人类报告 "服务 502"、"接口不通" 或要求排查 Nginx 错误时,必须强制加载并遵 Use when this capability is needed.
- ▌ Skill Editor · tomevault-io bundleREQUIRED for editing any skill file. Ensures changes sync to Claude, Codex, and Cursor. Never edit .claude/skills/ files directly - always use this skill. Use when this capability is needed.
- ▌ Mind Mem Development · tomevault-io bundleMIND-Mem Python development guide Use when this capability is needed.
- ▌ Starry Slides · tomevault-io bundleCreate polished HTML slide decks and presentations with Starry Slides. Use this skill to generate, edit, verify, preview, and open editable presentation decks with the Starry Slides CLI and visual editor. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Writing React Native Storybook Stories · tomevault-io bundleCreate and edit React Native Storybook stories using Component Story Format (CSF). Use when writing .stories.tsx files, adding stories to React Native components, configuring Storybook addons (controls, actions, backgrounds, notes), setting up argTypes, decorators, parameters, or working with portable stories for testing. Applies to any task involving @storybook/react-native story authoring. Use when this capability is needed.
- ▌ Service Layer · tomevault-io bundleService layer best practices on django models Use when this capability is needed.
- ▌ Golang Tests · tomevault-io bundleGo testing for knowledge-db — API tests (muonsoft/api-testing), unit tests with testify and afero. Use when writing tests for internal/ and cmd/. Use when this capability is needed.