← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 264 of 623

  1. ▌
    Generate Model Pytest Cases · tomevault-io bundle
    为 imodelzoo 中指定模型生成 `tests/models_tests` 风格的 pytest 测例,包括模型配置 JSON、pytest 入口、marker 注册、`imodelExampleConfig.yaml` 聚合配置。适用于新增模型测例、补齐 get_model/quant/compile/demo/perf/eval/compare 流程。 Use when this capability is needed.
    0 installs
  2. ▌
    Azure API Management · tomevault-io bundle
    API gateway and management with Azure API Management. Configure policies, rate limiting, authentication, and developer portal. Use for API lifecycle management, gateway patterns, and API security on Azure. Use when this capability is needed.
    0 installs
  3. ▌
    Azure Container Apps · tomevault-io bundle
    Deploy containerized apps with Azure Container Apps. Configure auto-scaling, Dapr integration, traffic splitting, and managed identities. Use for microservices, APIs, background jobs, and event-driven applications on Azure. Use when this capability is needed.
    0 installs
  4. ▌
    Docs Architect Agent · tomevault-io bundle
    Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and guides. Use for system documentation, architecture guides, or technical deep-dives.
    0 installs
  5. ▌
    Copilot Brand Safety · tomevault-io bundle
    Brand protection rules for GitHub Copilot / Microsoft content — pre-publish review, competitor framing, and brand-safe content creation. Use when user says "brand check", "brand safety", "pre-publish review", "Copilot mention", "competitor comparison", "content review", or any content mentioning GitHub Copilot, Microsoft, Claude, Cursor, or AI coding tools. Use when this capability is needed.
    0 installs
  6. ▌
    Hugging Face Evaluation · tomevault-io bundle
    Add evaluation results to Hugging Face model repositories using the .eval_results/ format. Uses HF CLI for PR management and manual YAML creation. Use when this capability is needed.
    0 installs
  7. ▌
    Human Centric Engineering Sunrise Component Builder · tomevault-io bundle
    Component Builder Skill - Overview
    0 installs
  8. ▌
    Human Centric Engineering Sunrise Security Hardener · tomevault-io bundle
    Security Hardener Skill - Overview
    0 installs
  9. ▌
    Update Local Development Agents · tomevault-io bundle
    Workflow for propagating penguiflow library changes to test agents. Use when modifying library code and need to test changes in test_generation agents. Use when this capability is needed.
    0 installs
  10. ▌
    Naming Guidelines · tomevault-io bundle
    Naming conventions for TypeScript including variables, functions, classes, files, and directories. Auto-loaded when writing or reviewing code. Use when this capability is needed.
    0 installs
  11. ▌
    Prisma Guidelines · tomevault-io bundle
    Prisma ORM guidelines including schema design, Client queries, transactions, migrations, and performance optimization. Auto-loaded when working with Prisma schema or Client code. Use when this capability is needed.
    0 installs
  12. ▌
    Vitest Guidelines · tomevault-io bundle
    Testing guidelines for Vitest/Jest including test structure, mocking, async patterns, and Testing Library queries. Auto-loaded when working with test files. Use when this capability is needed.
    0 installs
  13. ▌
    Hypercommerce Vn Codebase Map Codebase Map AI Agent · tomevault-io bundle
    Codebase Map — AI Agent Knowledge Pack
    0 installs
  14. ▌
    Inline Pr Comments · tomevault-io bundle
    Post a single consolidated PR review with summary and inline comments. Use this skill to deliver code review feedback as one unified review per run. Use when this capability is needed.
    0 installs
  15. ▌
    I3ringit Antigravity Cortex Architecture Strategist · tomevault-io bundle
    You are a System Architecture Expert specializing in analyzing code changes and system design decisions. Your role is to ensure that all modifications align with established architectural patterns, maintain system integrity, and follow best practices for scalable, maintainable software systems.
    0 installs
  16. ▌
    I3ringit Antigravity Cortex Data Integrity Guardian · tomevault-io bundle
    You are a Data Integrity Guardian, an expert in database design, data migration safety, and data governance. Your deep expertise spans relational database theory, ACID properties, data privacy regulations (GDPR, CCPA), and production database management.
    0 installs
  17. ▌
    Ibrain Bvba Gutt Claude Code Plugin Github Workflow · tomevault-io bundle
    GitHub Workflow
    0 installs
  18. ▌
    Illustrator Preflight · tomevault-io bundle
    Run comprehensive pre-press preflight checks on Adobe Illustrator documents using illustrator-mcp tools. Detects print-critical issues (RGB in CMYK, broken links, low-res images, white overprint, text not outlined), text consistency problems (dummy text, notation variations), and PDF/X compliance. Use when user asks to check a document before printing, submission, or handoff — or mentions "preflight", "pre-press check", "print check", "submission check". Use when this capability is needed.
    0 installs
  19. ▌
    Debug Mode Production Anti Pattern · tomevault-io bundle
    Security anti-pattern for debug mode in production (CWE-215). Use when generating or reviewing code that configures application settings, deployment configurations, or error handling. Detects hardcoded debug flags and development-only features in production. Use when this capability is needed.
    0 installs
  20. ▌
    Hallucinated Packages Anti Pattern · tomevault-io bundle
    Security anti-pattern for hallucinated (non-existent) packages (CWE-1357). Use when generating or reviewing AI-assisted code that imports packages, dependencies, or libraries. CRITICAL AI-specific vulnerability with 5-21% hallucination rate. Detects dependency confusion and slopsquatting risks. Use when this capability is needed.
    0 installs
  21. ▌
    Missing Rate Limiting Anti Pattern · tomevault-io bundle
    Security anti-pattern for missing rate limiting (CWE-770). Use when generating or reviewing API endpoints, authentication systems, or public-facing services. Detects absence of request throttling enabling brute force, credential stuffing, and DoS attacks. Use when this capability is needed.
    0 installs
  22. ▌
    Weak Password Hashing Anti Pattern · tomevault-io bundle
    Security anti-pattern for weak password hashing (CWE-327, CWE-759). Use when generating or reviewing code that stores or verifies user passwords. Detects use of MD5, SHA1, SHA256 without salt, or missing password hashing entirely. Recommends bcrypt, Argon2, or scrypt. Use when this capability is needed.
    0 installs
  23. ▌
    Kubernetes Debug · tomevault-io bundle
    Kubernetes debugging methodology and scripts. Use for pod crashes, CrashLoopBackOff, OOMKilled, deployment issues, resource problems, or container failures. Use when this capability is needed.
    0 installs
  24. ▌
    Infinith4 Dev AI Driven Development Detailed Design · tomevault-io bundle
    詳細設計書作成エージェント
    0 installs
  25. ▌
    Netcdf Architecture · tomevault-io bundle
    Understanding the NetCDF-C library architecture including dispatch tables, format implementations (NetCDF-3, HDF5, Zarr, DAP), I/O layers, and metadata structures. Use when working on NetCDF-C codebase, debugging format issues, adding new features, or understanding how different storage backends interact. Use when this capability is needed.
    0 installs
  26. ▌
    Countermeasure Verification · tomevault-io bundle
    Verify that security controls (countermeasures) linked to issue tracker tasks are correctly implemented in code. Use when reviewing PRs that claim to implement specific security controls or validating documented controls match implementation. Use when this capability is needed.
    0 installs
  27. ▌
    Laravel Event Driven Architecture · tomevault-io bundle
    Best practices for Laravel events and listeners including event discovery, queued listeners, subscribers, and model events for decoupled architecture. Use when this capability is needed.
    0 installs
  28. ▌
    Jianying Editor · tomevault-io bundle
    剪映 (JianYing) AI自动化剪辑的高级封装 API。支持录屏、素材导入、字幕生成、Web 动效合成及项目导出。 Use when this capability is needed.
    0 installs
  29. ▌
    Itallstartedwithaidea Agent Skills Machine Learning · tomevault-io bundle
    Machine Learning
    0 installs
  30. ▌
    Opentui Builder · tomevault-io bundle
    This skill should be used when the user asks to "create an OpenTUI component", "build a TUI screen", "implement terminal UI", "use @opentui/core", "create renderables", "add OpenTUI animation", "build imperative UI", or mentions OpenTUI framework patterns. Provides comprehensive guidance for building terminal UIs with @opentui/core following established best practices from the Maximus Loop TUI POC. Use when this capability is needed.
    0 installs
  31. ▌
    Project Navigator · tomevault-io bundle
    General guidelines for efficient codebase exploration and navigation. Use when this capability is needed.
    0 installs
  32. ▌
    Sales Data Extraction Agent · tomevault-io bundle
    AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting Use when this capability is needed.
    0 installs
  33. ▌
    Invalid Name With Underscore · tomevault-io bundle
    Test with <angle brackets> Use when this capability is needed.
    0 installs
  34. ▌
    Phoenix Authorization Patterns · tomevault-io bundle
    MANDATORY for ALL authorization and access control work. Invoke before writing permission checks, policy modules, or role-based access. Use when this capability is needed.
    0 installs
  35. ▌
    Jackreis Arbiter Evaluating Machine Learning Models · tomevault-io bundle
    Overview
    0 installs
  36. ▌
    Jackreis Arbiter Explaining Machine Learning Models · tomevault-io bundle
    Overview
    0 installs
  37. ▌
    Jackreis Athenaeum Training Machine Learning Models · tomevault-io bundle
    Overview
    0 installs
  38. ▌
    Jackspace Claudeskillz Cloudflare Zero Trust Access · tomevault-io bundle
    Cloudflare Zero Trust Access Skill
    0 installs
  39. ▌
    Fluxwing Screenshot Importer · tomevault-io bundle
    Import UI screenshots and generate uxscii components automatically using vision analysis. Use when user wants to import, convert, or generate .uxm components from screenshots or images. Use when this capability is needed.
    0 installs
  40. ▌
    Troubleshoot Rebase · tomevault-io bundle
    Diagnose and recover from git rebase failures Use when this capability is needed.
    0 installs
  41. ▌
    Branch Completion · tomevault-io bundle
    Use when implementation is complete and tests pass. Guides completion by presenting structured options for merge, PR, or cleanup.
    0 installs
  42. ▌
    Template Selector · tomevault-io bundle
    Choose the correct CLAUDE.md or LESSONS.md template for journalism projects. Use when starting a new project, setting up documentation, or unsure which template category fits best. Provides decision trees and selection guidance for 6 journalism-focused template types. Use when this capability is needed.
    0 installs
  43. ▌
    GRAPHQL Query Complexity Guard · tomevault-io bundle
    Protect GraphQL services from expensive queries with depth, complexity, and resource-aware limits. Use when this capability is needed.
    0 installs
  44. ▌
    Guided Journaling · tomevault-io bundle
    Interactive journaling assistant with multiple counseling modes (CBT therapy, reflective counseling, relationship counseling, life coaching). Supports session continuity through structured history. Use when the user wants to journal, reflect, process emotions, discuss relationships, get unstuck, or asks for therapy-style conversations. Use when this capability is needed.
    0 installs
  45. ▌
    Audit Security · tomevault-io bundle
    Run a single-session security audit on the codebase Use when this capability is needed.
    0 installs
  46. ▌
    Ms Agent Framework Docs · tomevault-io bundle
    Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication. Use when this capability is needed.
    0 installs
  47. ▌
    Global Code Organization · tomevault-io bundle
    Your approach to handling global code organization. Use this skill when working on files where global code organization comes into play. Use when this capability is needed.
    0 installs
  48. ▌
    Jeff Skill Install Dependabot · tomevault-io bundle
    Install and configure Dependabot for automated dependency updates in the project. Use when setting up a new dev environment, repository, adding dependency management, or asked to "install dependabot" or "set up automated updates". Use when this capability is needed.
    0 installs
  49. ▌
    Jeff Skill Typescript Project · tomevault-io bundle
    Configure or update Node.js TypeScript projects with opinionated best practices. Use when a repo should contain a TypeScript project (backend, CLI, library) with modern tooling, strict type checking, and testing requirements. Use when this capability is needed.
    0 installs
  50. ▌
    Wow API Calendar Events · tomevault-io bundle
    Complete reference for WoW Retail Calendar and Event Scheduler APIs. Covers C_Calendar (event creation, editing, invites, holidays, raid resets, filtered events, date navigation, guild events, community events, texture lookups) and C_EventScheduler (scheduled event system). Use when working with the in-game calendar, creating events, managing invites, displaying holidays, or scheduling guild/community activities. Use when this capability is needed.
    0 installs
  51. ▌
    Wow API Items Inventory · tomevault-io bundle
    Complete reference for WoW Retail Item, Container (Bag), Bank, Loot, Equipment, Socket, Upgrade, Merchant, and World Loot Object APIs. Covers C_Item info/count/cooldown/equip/type checks, C_Container bag slots/sort/search/use, C_Bank tabs/deposit/withdraw, C_Loot roll/legacy mode, C_ItemSocketInfo gem sockets, C_ItemInteraction conversion, C_MerchantFrame vendor buy/sell/repair, item location/mixin patterns, and looting functions. Use when working with items, bags, inventory, bank, loot, equipment sets, item sockets, item upgrades, merchants, vendors, item links, or world loot objects. Use when this capability is needed.
    0 installs
  52. ▌
    Wow API Lua Environment · tomevault-io bundle
    Complete reference for the WoW Lua 5.1 runtime environment, restrictions, secure execution, taint system, addon security model, timers, hooks, frame scripting, logging, and restricted actions. Covers hooksecurefunc, C_Timer, securecallfunction, issecurevariable, taint propagation, combat lockdown, protected frames, InCombatLockdown, C_RestrictedActions, C_Log, and the FrameScript sandbox. Use when working with Lua restrictions, secure code, taint, timers, hooks, addon security, debugging, or the WoW Lua sandbox. Use when this capability is needed.
    0 installs
  53. ▌
    Wow API Settings System · tomevault-io bundle
    Documents console variables (CVars), how to query and set them, console command usage, scope rules, and reset behavior for WoW Retail. Use when working with CVars, /console, SetCVar, GetCVar, GetCVarInfo, Config.wtf, or settings system behavior. Use when this capability is needed.
    0 installs
  54. ▌
    Tdd Architecture Patterns · tomevault-io bundle
    Designing testable software systems using established architectural patterns. Use when this capability is needed.
    0 installs
  55. ▌
    Flutter Platform Patterns · tomevault-io bundle
    Guide platform-adaptive UI and native integration patterns when the user asks about Flutter platform differences, responsive layouts, or platform channels Use when this capability is needed.
    0 installs
  56. ▌
    Jnzader Vault Project Starter Framework MCP Servers · tomevault-io bundle
    MCP Server Recommendations
    0 installs
  57. ▌
    Sketch AI Provider Debug · tomevault-io bundle
    Debug OpenAI/Gemini image generation failures for Sketch Magic. Use when `/api/convert` returns 500, when models are unsupported, when outputs are empty, or when provider timeouts/quota errors appear. Use when this capability is needed.
    1 install
  58. ▌
    Write Project File · tomevault-io bundle
    Create or update PROJECT.md files for this repo. Use when authoring or maintaining PROJECT.md. Use when this capability is needed.
    0 installs
  59. ▌
    Golang Ddd Infrastructure · tomevault-io bundle
    Support Go services by keeping infrastructure, security boundaries, and automated tests aligned with the application architecture. Use when working on Terraform, Cloud Run, Cloud Build or CI, docker-compose environments, integration or component test setup, repository authorization boundaries, service-to-service authentication, or secure internal operations. Use when this capability is needed.
    0 installs
  60. ▌
    Latitude Compat Backport Playbook · tomevault-io bundle
    Step-by-step playbook for backporting Latitude changes across MC 1.21.x targets (e.g., 1.21.11 -> 1.21.1). Enforces one-variable-at-a-time, cherry-pick discipline, minimal tests, version/tag correctness, and prevents branch/build confusion. Use when this capability is needed.
    0 installs
  61. ▌
    Latitude Player Facing Invariants · tomevault-io bundle
    Authoritative “promise of Latitude” rules. Encodes the non-negotiable player-facing behaviors (climate continuity, band logic, no warm-band snow, intuitive exploration). Prevents technically-correct changes that break the mod’s feel. Use when this capability is needed.
    0 installs
  62. ▌
    Jordinodejs Thesimpsonsapi Performance Optimization · tomevault-io bundle
    ---
    0 installs
  63. ▌
    Jordinodejs Thesimpsonsapi Sonarqube Best Practices · tomevault-io bundle
    ---
    0 installs
  64. ▌
    Wp REST API Development · tomevault-io bundle
    WordPress REST API review and development guidance. Use when reviewing custom REST routes, permission_callback logic, schema design, WP_REST_Request handling, response structure, versioning, controller classes, nonce or auth usage, or when user mentions "REST API review", "register_rest_route", "permission_callback", "WP_REST_Request", "REST endpoint", "custom API", "API schema", "REST controller", "headless WordPress", or "API auth". Detects route registration issues, authorization mistakes, schema drift, input validation gaps, and response design problems in WordPress REST API code. Use when this capability is needed.
    2 installs
  65. ▌
    Josiahsiegel Claude Plugin Marketplace Python Modal · tomevault-io bundle
    Quick Reference
    0 installs
  66. ▌
    AI Agent Foundation · tomevault-io bundle
    Design the foundational data layer for a multi-tenant AI agent system -- domain connectors, versioned business rules, and tenant-scoped memory. Use when starting a new AI agent project or adding a new domain to an existing one. Use when this capability is needed.
    0 installs
  67. ▌
    Latest Nextjs · tomevault-io bundle
    Latest React and Next.js features for past 1.5 years (mid-2024 to 2026) Use when this capability is needed.
    0 installs
  68. ▌
    Fastapi Developer · tomevault-io bundle
    Use when a task needs FastAPI implementation — async endpoints, Pydantic v2 contracts, dependency injection, or ASGI deployment behavior.
    0 installs
  69. ▌
    Julianobarbosa Claude Code Skills Macos Setup Skill · tomevault-io bundle
    macOS Starter - Setup Skill
    0 installs
  70. ▌
    Justanesta Claude Code Resources Python Performance · tomevault-io bundle
    Python Performance
    0 installs
  71. ▌
    Youtube Transcript Summarizer · tomevault-io bundle
    Extract YouTube video transcripts and generate AI-powered summaries in any language. Converts videos to structured markdown documents with summaries, key points, and timelines. Use when this capability is needed.
    0 installs
  72. ▌
    Research Grants · tomevault-io bundle
    Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements. Use when this capability is needed.
    0 installs
  73. ▌
    Openssl Selfsigned Cert · tomevault-io bundle
    This skill provides guidance for generating self-signed SSL/TLS certificates using OpenSSL. Use this skill when tasks involve creating private keys, self-signed certificates, certificate signing requests (CSRs), or combined PEM files. It covers verification strategies and common pitfalls in certificate generation workflows. Use when this capability is needed.
    0 installs
  74. ▌
    Ipps Deep Research · tomevault-io bundle
    Apply when conducting deep research on technologies, APIs, frameworks, or other software development topics requiring systematic investigation Use when this capability is needed.
    0 installs
  75. ▌
    Kai Javascript Integration Guide · tomevault-io bundle
    This skill should be used when the user asks to "build a JS app with Kai", "create a JavaScript data app", "integrate Kai with Express", "stream Kai responses in JavaScript", "add Kai chat to a web app", "build a Keboola chat UI in JS", "create a JS data app", or mentions JavaScript/Express/Node.js with Kai, kai-assistant, or Keboola AI Assistant. Provides patterns, gotchas, and working code for building JavaScript apps that integrate with the Kai API. Use when this capability is needed.
    0 installs
  76. ▌
    Frontend App Design · tomevault-io bundle
    Create distinctive, production-grade React Native Expo interfaces following iOS Human Interface Guidelines and liquid glass design principles. Use when building mobile screens, components, or styling any React Native UI. Use when this capability is needed.
    0 installs
  77. ▌
    Cairo Deploy · tomevault-io bundle
    Deployment guidance for Cairo contracts on Starknet covering sncast commands, account setup, declare/deploy workflow, network configuration, and contract verification. Use when this capability is needed.
    0 installs
  78. ▌
    DB Conceptual Modeling · tomevault-io bundle
    Conceptual data modeling workflow for domain entities, relationships, and lifecycle boundaries. Use when teams must align on domain meaning before logical/physical schema decisions; do not use for index-only or migration-only tasks. Use when this capability is needed.
    0 installs
  79. ▌
    Django App Development · tomevault-io bundle
    Django application development workflow for production-grade app changes. Use when Django-specific code (models, views, serializers/forms, routing, settings, middleware, auth flows) must be implemented or revised with framework runtime behavior in scope; do not use for repository-wide architecture governance or release management policy. Use when this capability is needed.
    0 installs
  80. ▌
    Git Cherry Pick Hotfix · tomevault-io bundle
    Select and apply minimal hotfix commits across branches via cherry-pick with dependency risk control. Use when urgent fixes must be propagated without pulling unrelated changes; do not use for CI workflow design or application behavior implementation. Use when this capability is needed.
    0 installs
  81. ▌
    Ml Experiment Tracking · tomevault-io bundle
    ML experiment tracking workflow for reproducibility, metadata integrity, and run comparison traceability. Use when multiple ML runs must be compared or reproduced reliably; do not use for generic API-layer or infrastructure-only changes. Use when this capability is needed.
    0 installs
  82. ▌
    Ml Feature Engineering · tomevault-io bundle
    ML feature engineering workflow for feature definition, lineage, and online-offline parity. Use when model performance depends on explicit feature design and parity controls; do not use for generic API-layer or infrastructure-only changes. Use when this capability is needed.
    0 installs
  83. ▌
    Observability Alerting · tomevault-io bundle
    Observability alerting workflow for signal quality, routing policy, and actionable thresholds. Use when alert rules need design or tuning to detect incidents with clear ownership and noise control; do not use for business-feature implementation logic. Use when this capability is needed.
    0 installs
  84. ▌
    React Component Design · tomevault-io bundle
    React component design workflow for state ownership, composition boundaries, and predictable rendering behavior. Use when React component behavior or structure must be implemented or revised; do not use for repository-wide architecture governance or release policy decisions. Use when this capability is needed.
    0 installs
  85. ▌
    Security Authorization · tomevault-io bundle
    Security workflow for authorization boundaries, least-privilege policy, and enforcement design. Use when permission models, access decisions, or privileged action controls are required; do not use for authentication factor selection or non-security quality tuning. Use when this capability is needed.
    0 installs
  86. ▌
    Testing Property Based · tomevault-io bundle
    Property-based testing workflow for invariant validation over broad input spaces. Use when correctness depends on rules that must hold across many generated inputs; do not use for narrow deterministic examples only. Use when this capability is needed.
    0 installs
  87. ▌
    Typescript Style Guide · tomevault-io bundle
    Style, review, and refactoring standards for TypeScript codebases. Trigger when `.ts`, `.tsx`, `.d.ts`, or `tsconfig*.json` files are created, changed, or reviewed and TS-specific quality rules (type safety, narrowing, async/error handling, module boundaries) must be enforced. Do not use for JavaScript-only modules that are outside TypeScript type-check scope. In mixed JS/TS repositories, this skill owns `tsconfig`-scoped modules. For shared JS/TS configuration files (for example `package.json`, shared lint/test config), run together with `javascript-style-guide` when both JS and TS artifacts change in the same pull request. Use when this capability is needed.
    0 installs
  88. ▌
    Verify Composite Expansion · tomevault-io bundle
    Verify composite action expansion output by comparing CLI-generated mermaid charts with actual GitHub Actions logs. Use when testing or debugging the --expand-composite-actions feature against any GitHub Actions workflow run. Triggered by requests like "composite展開を検証", "verify composite expansion", or "compare CLI output with logs". Use when this capability is needed.
    0 installs
  89. ▌
    Debug Pentest · tomevault-io bundle
    Analyze a failed BlackBox pen test run to identify root causes and provide actionable improvement insights. Use after /grade-report returns FAIL. Use when this capability is needed.
    0 installs
  90. ▌
    Budget Tracker · tomevault-io bundle
    Aide à créer et suivre un budget mensuel clair et réaliste. À utiliser quand l'utilisateur veut organiser ses finances, suivre ses dépenses ou créer un budget. Se déclenche aussi avec "budget", "mes finances", "où va mon argent", "gérer mon argent", "budget mensuel", "économiser". Use when this capability is needed.
    0 installs
  91. ▌
    Feedback Giver · tomevault-io bundle
    Aide à formuler un feedback constructif (positif ou négatif) de manière claire et bienveillante. Se déclenche aussi avec "donner un feedback", "comment dire que", "critique constructive", "évaluation", "dire ce qui ne va pas", ou toute formulation de retour à faire à quelqu'un. Use when this capability is needed.
    0 installs
  92. ▌
    Flutter Helper · tomevault-io bundle
    Aide au développement Flutter/Dart avec bonnes pratiques et patterns. Se déclenche avec "Flutter", "Dart", "Widget", "BLoC", "Riverpod", "Provider", "pub.dev", "MaterialApp", "flutter build". Use when this capability is needed.
    0 installs
  93. ▌
    Gdpr Checklist · tomevault-io bundle
    Aide à vérifier la conformité RGPD/GDPR d'un site, d'une app ou d'un traitement de données. Se déclenche aussi avec "RGPD", "GDPR", "données personnelles", "politique de confidentialité", "cookies", "conformité", ou toute question de protection des données. Use when this capability is needed.
    0 installs
  94. ▌
    Kilo Org Kilo Marketplace Competitive Ads Extractor · tomevault-io bundle
    Competitive Ads Extractor
    0 installs
  95. ▌
    Kilo Org Kilo Marketplace Meeting Insights Analyzer · tomevault-io bundle
    Meeting Insights Analyzer
    0 installs
  96. ▌
    Consulting Chart · tomevault-io bundle
    공냥이 시각 콘텐츠 스킬 — 컨설팅 차트, 인스타 카드뉴스, 애니메이션 영상을 HTML/CSS 코드로 생성. 5가지 카드뉴스 디자인 테마 선택 가능. Use when this capability is needed.
    0 installs
  97. ▌
    Kiraneswaran Engineering Skills Cicd Github Actions · tomevault-io bundle
    ---
    0 installs
  98. ▌
    Circular Economy · tomevault-io bundle
    When the user wants to implement circular economy principles, design closed-loop supply chains, or optimize reverse logistics. Also use when the user mentions "circular supply chain," "product lifecycle," "recycling," "remanufacturing," "refurbishment," "product returns," "waste reduction," "cradle-to-cradle," "regenerative design," or "resource recovery." For carbon tracking, see carbon-footprint-tracking. For sustainable sourcing, see sustainable-sourcing. Use when this capability is needed.
    0 installs
  99. ▌
    Nlp Supply Chain · tomevault-io bundle
    When the user wants to apply NLP to supply chain, extract information from documents, analyze supplier communications, classify items, or process unstructured text. Also use when the user mentions "natural language processing," "NLP," "text mining," "document extraction," "supplier sentiment analysis," "product classification from text," "BERT," "transformers for text," or "chatbots for supply chain." For general ML, see ml-supply-chain. Use when this capability is needed.
    0 installs
  100. ▌
    Warehouse Design · tomevault-io bundle
    When the user wants to design a warehouse, optimize warehouse layout, determine facility size, or configure storage systems. Also use when the user mentions "warehouse layout," "facility design," "warehouse sizing," "storage systems," "material flow," "pick path design," "dock configuration," or "space utilization." For warehouse location selection, see facility-location-problem. For slotting existing warehouses, see warehouse-slotting-optimization. Use when this capability is needed.
    0 installs