← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 471 of 623

  1. ▌
    Audit Prep Assistant · tomevault-io bundle
    Prepare your codebase for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates comprehensive documentation (flowcharts, user stories, inline comments). (project, gitignored) Use when this capability is needed.
    0 installs
  2. ▌
    Codex Self Rewriting · tomevault-io bundle
    Lisp machine self-modification patterns via MCP Tasks and Narya bridge types Use when this capability is needed.
    0 installs
  3. ▌
    Commit Security Scan · tomevault-io bundle
    Analyze code changes for security vulnerabilities using LLM reasoning and threat model patterns. Use for PR reviews, pre-commit checks, or branch comparisons. Use when this capability is needed.
    0 installs
  4. ▌
    Counter Surveillance · tomevault-io bundle
    Assess and harden operational security (OPSEC) posture for applications, communications, and infrastructure. Identifies surveillance exposure, metadata leakage, and tracking vectors. Use when auditing privacy-sensitive applications, reviewing OPSEC for threat models involving state-level adversaries, or hardening communications infrastructure. Use when this capability is needed.
    0 installs
  5. ▌
    Criticality Detector · tomevault-io bundle
    Criticality Detector Skill Use when this capability is needed.
    0 installs
  6. ▌
    Cybernetic Open Game · tomevault-io bundle
    Cybernetic Open Game Skill Use when this capability is needed.
    0 installs
  7. ▌
    Entry Point Analyzer · tomevault-io bundle
    Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.
    0 installs
  8. ▌
    Flowglad Integration · tomevault-io bundle
    Zero-webhook billing for AI agents Use when this capability is needed.
    0 installs
  9. ▌
    Obstruction Learning · tomevault-io bundle
    Obstruction Learning Skill Use when this capability is needed.
    0 installs
  10. ▌
    Plurigrid Asi Osint Exposure Audit · tomevault-io bundle
    OSINT Exposure Audit
    0 installs
  11. ▌
    Plurigrid Asi Refactoring Playbook · tomevault-io bundle
    Refactoring & Migration Playbook
    0 installs
  12. ▌
    Semgrep Rule Creator · tomevault-io bundle
    Create custom Semgrep rules for detecting bug patterns and security vulnerabilities. This skill should be used when the user explicitly asks to "create a Semgrep rule", "write a Semgrep rule", "make a Semgrep rule", "build a Semgrep rule", or requests detection of a specific bug pattern, vulnerability, or insecure code pattern using Semgrep. Use when this capability is needed.
    0 installs
  13. ▌
    Signal Isolated Auth · tomevault-io bundle
    Maximally isolated Signal authentication via colored operad security boundaries. VM→Container→Process enclosure with GF(3) conservation for Agent-O-Rama pathways. Use when this capability is needed.
    0 installs
  14. ▌
    Skill Validation Gf3 · tomevault-io bundle
    Skill Validation GF(3) - SLAVE (-1) Use when this capability is needed.
    0 installs
  15. ▌
    Plurigrid Asi Structural Rewilding · tomevault-io bundle
    Structural Rewilding: Homotopical Artificial Life
    0 installs
  16. ▌
    Triadic Skill Loader · tomevault-io bundle
    Triadic Skill Loader Use when this capability is needed.
    0 installs
  17. ▌
    Trifurcated Transfer · tomevault-io bundle
    Trifurcated Transfer Skill Use when this capability is needed.
    0 installs
  18. ▌
    Plurigrid Asi Waddington Landscape · tomevault-io bundle
    Waddington Landscape Skill
    0 installs
  19. ▌
    Impl · tomevault-io bundle
    Implement the requested code change and add comprehensive test coverage, ensuring tests pass across Linux, macOS, and Windows. Use when you need to execute implementation work (not just planning) and must include tests. Commit the changes to the repository after the implementation is complete. Use when this capability is needed.
    0 installs
  20. ▌
    Workflow Env · tomevault-io bundle
    Auto-apply before running any common CLI build, test, or run commands (e.g., npm, pnpm, yarn, bun, make, just, cargo, go, dotnet, docker, terraform, kubectl, dev, start, deploy, serve, lint, format, compile, or bundle). Use when this capability is needed.
    0 installs
  21. ▌
    Rust Async Internals · tomevault-io bundle
    Use when authoring or reviewing async Rust that may run inside tokio::select! / tokio::time::timeout / FuturesUnordered, bridging JNI to async (block_on from JNI thread), configuring tokio runtime for Android NDK, designing CancellationToken parent/child trees, handling broadcast::Lagged, choosing spawn_blocking vs std::thread::spawn, or auditing for std::sync::Mutex-across-await deadlocks. Triggers on "select", "join", "spawn", "cancellation", "tokio runtime", "block_on", "async fn", "tokio-console", or async-related test/runtime questions.
    0 installs
  22. ▌
    Rust Sanitizers Miri · tomevault-io bundle
    Use when running AddressSanitizer/ThreadSanitizer/MemorySanitizer on Rust code, configuring Miri for unsafe-Rust UB detection (Stacked Borrows or Tree Borrows), stubbing FFI for Miri compatibility, enabling HWASan or MTE on Android 14+, interpreting tombstones tagged SEGV_MTEAERR/SEGV_MTESERR, or wiring sanitizers into CI. Triggers on "sanitizer", "miri", "ASan/TSan/HWASan/MTE", "undefined behavior", or memory-safety validation questions.
    0 installs
  23. ▌
    Worktree Guide · tomevault-io bundle
    Git worktree patterns, best practices, templates, and quick reference. Use when user asks about "worktree best practices", "worktree patterns", "git worktree help", "worktree template", "worktree mode semantics", "what are worktree modes", "explain worktree metadata", or needs guidance on worktree organization and workflows. Use when this capability is needed.
    0 installs
  24. ▌
    Popup Studio AI Bkit Codex Dynamic · tomevault-io bundle
    Intermediate (Dynamic) Skill
    0 installs
  25. ▌
    Popup Studio AI Bkit Codex Starter · tomevault-io bundle
    Beginner (Starter) Skill
    0 installs
  26. ▌
    Porcami AI Dotfiles Code Reviewing · tomevault-io bundle
    Code Review Standards
    0 installs
  27. ▌
    Dotnet Testing · tomevault-io bundle
    Write and run .NET tests following TDD principles. Use when writing tests, implementing TDD workflow, verifying test coverage, or debugging test failures. Use when this capability is needed.
    0 installs
  28. ▌
    Porcami AI Dotfiles Git Committing · tomevault-io bundle
    Git Committing
    0 installs
  29. ▌
    Posit Dev Py Shiny Port From Bslib · tomevault-io bundle
    Porting Components from bslib to py-shiny
    0 installs
  30. ▌
    Add Plugin · tomevault-io bundle
    Guide for adding a new plugin to this marketplace. Use when creating or scaffolding a new plugin. Use when this capability is needed.
    0 installs
  31. ▌
    Commander Guidelines · tomevault-io bundle
    Comprehensive guide for building Node.js command-line interfaces using Commander.js. Use when creating CLI tools with options, commands, subcommands, arguments, and help system customization. Use when this capability is needed.
    0 installs
  32. ▌
    Using Beadpowers · tomevault-io bundle
    Use when starting any conversation - establishes how to find and use beadpowers skills
    0 installs
  33. ▌
    IOS Animations · tomevault-io bundle
    Clinic-architecture-aligned iOS animation craft guidelines for SwiftUI (iOS 26 / Swift 6.2) covering motion tokens, spring physics, gesture continuity, spatial transitions, micro-interactions, and accessibility. Enforces @Equatable on animated views and keeps animation state aligned with Domain/Data feature boundaries. Use when writing, reviewing, or refactoring SwiftUI animation code under the clinic modular MVVM-C architecture. Use when this capability is needed.
    0 installs
  34. ▌
    IOS Navigation · tomevault-io bundle
    Opinionated SwiftUI navigation enforcement for iOS 26 / Swift 6.2 clinic modular MVVM-C apps. Enforces Domain coordinator protocols, App-target `DependencyContainer` + concrete coordinators + route shells, `NavigationPath` ownership, coordinator-owned modal state, deep-link/state-restoration readiness, and stale-while-revalidate/optimistic queued flow compatibility. Use when designing or refactoring clinic navigation flows. Use when this capability is needed.
    0 installs
  35. ▌
    IOS Storyboard · tomevault-io bundle
    Legacy interoperability skill for Storyboard and Interface Builder maintenance in iOS 26 / Swift 6.2 clinic codebases. Use only for migration or maintenance of existing storyboard screens; not for new SwiftUI clinic feature development. Triggers on Auto Layout, segues, size classes, IB accessibility, storyboard merge conflicts, and storyboard-to-SwiftUI migration tasks. Use when this capability is needed.
    0 installs
  36. ▌
    Swift Optimise · tomevault-io bundle
    Swift 6.2 and SwiftUI performance optimization for iOS 26 clinic architecture codebases. Covers async/await concurrency patterns, Sendable/actor isolation, view/render performance, and animation performance while preserving modular MVVM-C boundaries across App, Feature, Domain, and Data layers. Use when profiling or optimizing Swift/SwiftUI behavior in clinic modules. Use when this capability is needed.
    0 installs
  37. ▌
    Swift Refactor · tomevault-io bundle
    Swift and SwiftUI refactoring patterns aligned with the iOS 26 / Swift 6.2 clinic modular MVVM-C architecture (Airbnb + OLX SPM layout). Enforces @Observable ViewModels/coordinators, App-target `DependencyContainer` + route shells, Domain repository/coordinator/error-routing protocols, and Data-owned I/O with stale-while-revalidate plus optimistic queued sync boundaries. Use when refactoring existing SwiftUI code into the clinic architecture. Use when this capability is needed.
    0 installs
  38. ▌
    Too Long Skill · tomevault-io bundle
    This skill has more than 500 lines which should fail validation. Use when this capability is needed.
    0 installs
  39. ▌
    Documentation Standards · tomevault-io bundle
    Standards and guidelines for organizing, structuring, and maintaining documentation in the PRPM repository - ensures consistency across user docs, development docs, and internal references Use when this capability is needed.
    0 installs
  40. ▌
    Run Demo · tomevault-io bundle
    Boots the LocoMotion demo Rails app, serving it on port 3000. Use when this capability is needed.
    0 installs
  41. ▌
    Eleventy · tomevault-io bundle
    Build content-focused websites with Eleventy (11ty). Use when creating templates (.njk, .liquid), working with data cascade, collections, or deploying static sites. Use when this capability is needed.
    0 installs
  42. ▌
    Projectious Work Aibox CI CD Setup · tomevault-io bundle
    CI/CD Setup
    0 installs
  43. ▌
    Competitive Design · tomevault-io bundle
    Analyze competitor UX/UI with flow comparison, pattern analysis, and design implications. Use when researching competitor design, comparing flows or patterns, or preparing a competitive design brief. Use when this capability is needed.
    0 installs
  44. ▌
    Readme Updater · tomevault-io bundle
    Update and reorganize README documentation based on codebase changes. Use when adding features, refactoring modules, updating APIs, or when documentation drifts from implementation. Use when this capability is needed.
    0 installs
  45. ▌
    Prowler Cloud Prowler Prowler Docs · tomevault-io bundle
    When to Use
    0 installs
  46. ▌
    Hydra Worker Ops · tomevault-io bundle
    Start or scale Hydra workers for a domain across Docker, Kubernetes, or bare-metal using DOMAIN/API_TOKEN/REDIS_PASSWORD. Use this when operators ask to bring workers online quickly, rotate domain credentials, or produce deployment-ready worker env settings. Use when this capability is needed.
    0 installs
  47. ▌
    Aidev Add AI Runner · tomevault-io bundle
    Add a new AI runner (e.g. another CLI agent) to the aidev project. Use when implementing a new AIRunner, adding a new agent to AGENTS, or extending which AI tools aidev can invoke. Use when this capability is needed.
    0 installs
  48. ▌
    Qltysh Qlty Skills Setup Qlty Toml · tomevault-io bundle
    Set Up qlty.toml
    0 installs
  49. ▌
    Fleet Agent · tomevault-io bundle
    Context-aware development assistant for AgenticFleet with auto-learning and dual memory (NeonDB + ChromaDB). Handles development workflows with intelligent context management. Use when this capability is needed.
    0 installs
  50. ▌
    Pub Pipeline · tomevault-io bundle
    This skill should be used when the user asks to \"publish my package\", \"publication pipeline\", \"get this published\", \"how do I publish this\", or mentions publication without specifying an ecosystem. It detects the project type (R package, Python package, or book manuscript) and routes to the appropriate ecosystem-specific publication skill. Use when this capability is needed.
    0 installs
  51. ▌
    Queelius Pub Pipeline Pypi Publish · tomevault-io bundle
    PyPI Package Publication
    0 installs
  52. ▌
    Threejs Postprocessing · tomevault-io bundle
    Three.js post-processing - EffectComposer, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders. Use when this capability is needed.
    0 installs
  53. ▌
    Upstream Triage · tomevault-io bundle
    Scan open issues on the beads GitHub repo, identify ones we can help answer based on our experience, and draft responses. Use when this capability is needed.
    0 installs
  54. ▌
    AI Switch Stop · tomevault-io bundle
    Save the current project progress into PROGRESS.md and commit all changes so that a different AI agent can continue the work in a later session. Use this whenever the user runs out of usage/quota, wants to switch AI agents (Claude Code ↔ Codex ↔ Gemini CLI ↔ Cursor), or stops work to resume later. Trigger on phrases like "ai-switch stop", "/ai-switch-stop", "save progress and commit", "out of quota switch agent", "hand off to another AI". Use when this capability is needed.
    0 installs
  55. ▌
    Run Clippy · tomevault-io bundle
    Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and before creating commits. Use when this capability is needed.
    0 installs
  56. ▌
    Radema Geas Grimoire Skill Manager · tomevault-io bundle
    Skill Manager (skm)
    0 installs
  57. ▌
    Feature Closeout · tomevault-io bundle
    Finalize a feature with full checks, smoke evidence, ADR/docs updates, and complete spec records. Use when this capability is needed.
    0 installs
  58. ▌
    Module System · tomevault-io bundle
    Implement module systems for organizing code, encapsulation, and namespace management. Use when this capability is needed.
    0 installs
  59. ▌
    Discover Database · tomevault-io bundle
    Automatically discover database skills when working with SQL, PostgreSQL, MongoDB, Redis, database schema design, query optimization, migrations, connection pooling, ORMs, or database selection. Activates for database design, optimization, and implementation tasks. Use when this capability is needed.
    0 installs
  60. ▌
    Discover Frontend · tomevault-io bundle
    Automatically discover frontend development skills when working with React, Next.js, UI components, state management, data fetching, forms, accessibility, performance optimization, or SEO. Activates for frontend web development tasks. Use when this capability is needed.
    0 installs
  61. ▌
    Discover Research · tomevault-io bundle
    Automatically discover research methodology skills when working with research methodology, literature review, systematic review, evidence synthesis, academic research, or experimental design. Activates for research tasks. Use when this capability is needed.
    0 installs
  62. ▌
    Discover Security · tomevault-io bundle
    Automatically discover security skills when working with authentication, authorization, input validation, security headers, vulnerability assessment, or secrets management. Activates for application security, OWASP, and security hardening tasks. Use when this capability is needed.
    0 installs
  63. ▌
    Randlee Sc Test Harness Sc Startup · tomevault-io bundle
    sc-startup Skill
    0 installs
  64. ▌
    Openrouter · tomevault-io bundle
    Use this skill when the user wants to call different LLM models through OpenRouter's unified API, compare model responses, track costs and response times, or find the best model for a task. Triggers include requests to test models, benchmark performance, use specific providers (OpenAI, Anthropic, Google, etc.), or optimize for speed/cost.
    0 installs
  65. ▌
    Command Builder · tomevault-io bundle
    Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration. Use when this capability is needed.
    0 installs
  66. ▌
    Docs Sandpack · tomevault-io bundle
    Use when adding interactive code examples to React docs.
    0 installs
  67. ▌
    Readthedocs API · tomevault-io bundle
    Full Read the Docs API v3 client guidance. Use when building or updating an API client, generating requests, or answering questions about Read the Docs API v3 endpoints (projects, versions, builds, subprojects, translations, redirects, environment variables, organizations, remote VCS resources, or embed content). Use when this capability is needed.
    0 installs
  68. ▌
    Sweet Alert Development · tomevault-io bundle
    Build and work with Sweet Alert features, including publishing assets, using the helper facade, and adding confirm-delete UI patterns. Use when this capability is needed.
    0 installs
  69. ▌
    Repeat With Delay · tomevault-io bundle
    Execute repeated shell commands as separate tool calls with a delay between each iteration. Use when a user asks to run something N times, wait between runs, increment a counter each cycle, and see each iteration result before the next run. Use when this capability is needed.
    0 installs
  70. ▌
    Internal Linking Optimizer · tomevault-io bundle
    Use when improving internal link structure, anchor text, orphan pages, crawl depth, site architecture, or link equity flow. 内链优化/站内架构
    0 installs
  71. ▌
    Writing Agents Md · tomevault-io bundle
    Teach an agent how to create a high-quality AGENTS.md file for a code project, including structure, rules, conventions, and examples. Use when the user requests guidance or generation of an AGENTS.md file. Use when this capability is needed.
    0 installs
  72. ▌
    Redth Androidsdk Tools Android CLI · tomevault-io bundle
    AndroidSdk.Tool CLI Reference
    0 installs
  73. ▌
    Bump Pgducklake · tomevault-io bundle
    Bump pg_ducklake (and optionally DuckDB) to a new version. Updates all pinned commits and version constants across the repo. Use when this capability is needed.
    0 installs
  74. ▌
    Remcostoeten Skriuw Next Skeletons · tomevault-io bundle
    Skeleton QA — Agent-Driven Feedback Loop for Next.js Loading States
    0 installs
  75. ▌
    Ue Test Patterns · tomevault-io bundle
    Patterns for writing and running UE 5.7 automation tests Use when this capability is needed.
    0 installs
  76. ▌
    Add New Opc Skill · tomevault-io bundle
    Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release. Use when this capability is needed.
    0 installs
  77. ▌
    Email Best Practices · tomevault-io bundle
    Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, making emails accessible (alt text, headings, contrast, screen readers), or deciding transactional vs marketing.
    0 installs
  78. ▌
    Commit Workflow · tomevault-io bundle
    Use this skill when creating commits in this repository. It standardizes commit splitting, Conventional Commit type/scope selection, and English commit messages with workspace-folder scopes.
    0 installs
  79. ▌
    Cultural Adaptation Guide · tomevault-io bundle
    현지화 시 문화 적응 가이드. 주요 시장별(일본, 중국, 미국, 유럽) 문화 차원, 색상/숫자/제스처 금기, 날짜/통화/도량형 변환, 관용구 대체 전략을 제공하는 localizer 확장 스킬. '문화 적응', '현지화 가이드', '금기 표현', '날짜 형식', '문화 차이', '관용구 번역' 등 문화적 맥락 변환이 필요할 때 사용한다. 단, 번역 자체 수행이나 품질 점수 산출은 이 스킬의 범위가 아니다. Use when this capability is needed.
    0 installs
  80. ▌
    Riasvdv Skills Laravel Collections · tomevault-io bundle
    Laravel Collections
    0 installs
  81. ▌
    Explanation Docs · tomevault-io bundle
    Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do Use when this capability is needed.
    0 installs
  82. ▌
    Riiiku Clarify Skill Clarify Skill · tomevault-io bundle
    Riiiku Clarify Skill Clarify Skill
    0 installs
  83. ▌
    Rio225 Docusaurus Skill Docusaurus · tomevault-io bundle
    Docusaurus Documentation Skill
    0 installs
  84. ▌
    Merge Resolver · tomevault-io bundle
    Resolve merge conflicts by analyzing git history and commit intent. Handles PR conflicts, branch conflicts, and session file conflicts with automated resolution for known patterns. Use when this capability is needed.
    0 installs
  85. ▌
    Brand Copy Guidelines · tomevault-io bundle
    OneContext tone, voice, and copy rules. Use when writing or editing headlines, CTAs, landing copy, docs, in-app copy, or social content so messaging stays on-brand (direct, technical, developer-first, no AI slop). Use when this capability is needed.
    0 installs
  86. ▌
    Roborev Review · tomevault-io bundle
    Request a code review for a commit and present the results Use when this capability is needed.
    0 installs
  87. ▌
    Debugging Patterns · tomevault-io bundle
    Use when a bug, flaky test, or runtime/build failure needs root-cause tracing and a nearby duplicate-pattern scan before any fix.
    0 installs
  88. ▌
    Roncuevas IOS Mv Skill IOS Service · tomevault-io bundle
    Generar iOS Service
    0 installs
  89. ▌
    Civmc Audit · tomevault-io bundle
    Audit rosegold.cr against CivMC server rules Use when this capability is needed.
    0 installs
  90. ▌
    Rshade Agent Skills Security Audit · tomevault-io bundle
    <!-- Copyright 2025-2026 Richard Shade. Licensed under Apache-2.0. -->
    0 installs
  91. ▌
    Specify Solution · tomevault-io bundle
    Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution.md files in .start/specs/. Includes validation checklist, consistency verification, and overlap detection. Use when this capability is needed.
    0 installs
  92. ▌
    Rspress Description Generator · tomevault-io bundle
    Generate and maintain description frontmatter for Rspress documentation files (.md/.mdx). Use when a user wants to add SEO descriptions, improve search engine snippets, generate llms.txt metadata, prepare docs for AI summarization, or batch-update frontmatter across an Rspress doc site. Also use when adding new documentation pages to an Rspress project — every new doc file needs a description. Use when this capability is needed.
    0 installs
  93. ▌
    Rubakas Agent Notes Docker Compose · tomevault-io bundle
    Docker Compose Patterns
    0 installs
  94. ▌
    Rubakas Agent Notes Rails Concerns · tomevault-io bundle
    Concerns
    0 installs
  95. ▌
    Kds · tomevault-io bundle
    KDS (Daishinku Corporation) MPN encoding patterns, crystal and oscillator decoding, and handler guidance. Use when working with KDS timing devices (DSX, DST, DSO, DSB series). Use when this capability is needed.
    0 installs
  96. ▌
    Ndk · tomevault-io bundle
    NDK (Nihon Dempa Kogyo) timing devices MPN encoding patterns, suffix decoding, and handler guidance. Use when working with NDK crystals, oscillators, TCXOs, VCXOs, OCXOs, VCSOs, or SAW devices. Use when this capability is needed.
    0 installs
  97. ▌
    Txc · tomevault-io bundle
    TXC Corporation MPN encoding patterns, frequency and temperature decoding, and handler guidance. Use when working with TXC timing devices (crystals, oscillators, TCXO, VCXO). Use when this capability is needed.
    0 installs
  98. ▌
    Carapace Sh Carapace Bin Carapace Bin · tomevault-io bundle
    Bubble Tea In-Depth Reference
    0 installs
  99. ▌
    Organism Architect · tomevault-io bundle
    Builds Organisms like PaperFeed or UserProfileCard by wiring Molecules, handling layout and local UI logic.
    0 installs
  100. ▌
    Git Cleanup · tomevault-io bundle
    Cleans up merged Git branches safely. Use when cleaning up old branches, deleting merged branches, or maintaining repository hygiene. Use when this capability is needed.
    0 installs