From d29cf651c795869f733669c33e3d33dfd8307d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fr=C4=B1=20Solako=C4=9Flu?= Date: Wed, 12 Aug 2026 06:58:14 +0300 Subject: [PATCH] fix(skills): declare activation triggers in descriptions and normalize version metadata (#2618) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(skills): move version into metadata and normalize to semver 29 skills declared `version` at the top level of their frontmatter. The schema reads it from `metadata`, so tooling that follows the schema either misses it or has to special-case the top level. Three motion skills also declared `version: 1.0`, which is not a valid semantic version; normalized to `1.0.0`. No behavioral change — frontmatter metadata only. * fix(skills): state activation triggers in skill descriptions 148 skills described what they cover but never named the situation that should trigger them. Since the description is what Claude matches against to decide whether to load a skill, a description without a trigger makes activation guesswork — the skill is either missed or loaded at the wrong time. Added a "Use when ..." clause to each, derived from the skill's own body (most already stated the trigger under "## When to Use" or in the opening line; that intent is now reflected in the frontmatter where it is actually read from). Descriptions were only appended to; no existing wording was removed. * fix(skills): sync activation triggers into the Codex skill mirror 10 of the skills whose descriptions changed are also mirrored under `.agents/skills/`, where the description was previously a verbatim copy. Left alone, the two surfaces would disagree about when the skill applies. Only the description line is synced; the Codex copies keep their reduced frontmatter, since that validator accepts only name, description, metadata, license, and allowed-tools. * fix(skills): correct three activation clauses from review - autonomous-loops: the clause pulled new loop work into a skill that its own body marks as a compatibility shim retained for one release. It now points at the canonical continuous-agent-loop instead. - continuous-learning: the description carried the v1 routing directive twice; collapsed to one. - homelab-pihole-dns: the clause fired on any broken home DNS. Narrowed to tasks that actually involve Pi-hole. * chore: retain current main lockfile --------- Co-authored-by: Çağrı Solakoğlu Co-authored-by: haelyra <49814733+haelyra@users.noreply.github.com> --- .agents/skills/agent-introspection-debugging/SKILL.md | 2 +- .agents/skills/api-design/SKILL.md | 2 +- .agents/skills/backend-patterns/SKILL.md | 2 +- .agents/skills/coding-standards/SKILL.md | 2 +- .agents/skills/e2e-testing/SKILL.md | 2 +- .agents/skills/eval-harness/SKILL.md | 2 +- .agents/skills/frontend-patterns/SKILL.md | 2 +- .agents/skills/mcp-server-patterns/SKILL.md | 2 +- .agents/skills/strategic-compact/SKILL.md | 2 +- .agents/skills/verification-loop/SKILL.md | 2 +- skills/accessibility/SKILL.md | 2 +- skills/agent-architecture-audit/SKILL.md | 2 +- skills/agent-eval/SKILL.md | 2 +- skills/agent-harness-construction/SKILL.md | 2 +- skills/agent-introspection-debugging/SKILL.md | 2 +- skills/agent-payment-x402/SKILL.md | 2 +- skills/agentic-engineering/SKILL.md | 2 +- skills/agentic-os/SKILL.md | 2 +- skills/ai-first-engineering/SKILL.md | 2 +- skills/ai-regression-testing/SKILL.md | 2 +- skills/android-clean-architecture/SKILL.md | 2 +- skills/api-connector-builder/SKILL.md | 2 +- skills/api-design/SKILL.md | 2 +- skills/autonomous-loops/SKILL.md | 2 +- skills/backend-patterns/SKILL.md | 2 +- skills/carrier-relationship-management/SKILL.md | 2 +- skills/cisco-ios-patterns/SKILL.md | 2 +- skills/ck/SKILL.md | 4 ++-- skills/claude-devfleet/SKILL.md | 2 +- skills/clickhouse-io/SKILL.md | 2 +- skills/code-tour/SKILL.md | 2 +- skills/coding-standards/SKILL.md | 2 +- skills/compose-multiplatform-patterns/SKILL.md | 2 +- skills/content-hash-cache-pattern/SKILL.md | 2 +- skills/context-budget/SKILL.md | 2 +- skills/continuous-agent-loop/SKILL.md | 2 +- skills/continuous-learning-v2/SKILL.md | 4 ++-- skills/continuous-learning/SKILL.md | 2 +- skills/cost-aware-llm-pipeline/SKILL.md | 2 +- skills/csharp-testing/SKILL.md | 2 +- skills/customs-trade-compliance/SKILL.md | 2 +- skills/dart-flutter-patterns/SKILL.md | 2 +- skills/dashboard-builder/SKILL.md | 2 +- skills/database-migrations/SKILL.md | 2 +- skills/defi-amm-security/SKILL.md | 4 ++-- skills/delivery-gate/SKILL.md | 4 ++-- skills/deployment-patterns/SKILL.md | 2 +- skills/design-system/SKILL.md | 2 +- skills/django-patterns/SKILL.md | 2 +- skills/django-security/SKILL.md | 2 +- skills/django-tdd/SKILL.md | 2 +- skills/dotnet-patterns/SKILL.md | 2 +- skills/dynamic-workflow-mode/SKILL.md | 2 +- skills/e2e-testing/SKILL.md | 2 +- skills/ecc-recipes/SKILL.md | 3 ++- skills/energy-procurement/SKILL.md | 2 +- skills/enterprise-agent-ops/SKILL.md | 2 +- skills/error-handling/SKILL.md | 2 +- skills/eval-harness/SKILL.md | 2 +- skills/evm-token-decimals/SKILL.md | 4 ++-- skills/fastapi-patterns/SKILL.md | 2 +- skills/flutter-dart-code-review/SKILL.md | 2 +- skills/foundation-models-on-device/SKILL.md | 2 +- skills/frontend-patterns/SKILL.md | 2 +- skills/fsharp-testing/SKILL.md | 2 +- skills/gan-style-harness/SKILL.md | 2 +- skills/generating-python-installer/SKILL.md | 2 +- skills/git-workflow/SKILL.md | 2 +- skills/golang-patterns/SKILL.md | 2 +- skills/golang-testing/SKILL.md | 2 +- skills/growth-log/SKILL.md | 2 +- skills/healthcare-cdss-patterns/SKILL.md | 4 ++-- skills/healthcare-emr-patterns/SKILL.md | 4 ++-- skills/healthcare-eval-harness/SKILL.md | 4 ++-- skills/healthcare-phi-compliance/SKILL.md | 4 ++-- skills/hexagonal-architecture/SKILL.md | 2 +- skills/hipaa-compliance/SKILL.md | 2 +- skills/homelab-network-setup/SKILL.md | 2 +- skills/homelab-pihole-dns/SKILL.md | 2 +- skills/homelab-vlan-segmentation/SKILL.md | 2 +- skills/homelab-wireguard-vpn/SKILL.md | 2 +- skills/inventory-demand-planning/SKILL.md | 2 +- skills/iterative-retrieval/SKILL.md | 2 +- skills/ito-basket-compare/SKILL.md | 2 +- skills/ito-trade-planner/SKILL.md | 2 +- skills/java-coding-standards/SKILL.md | 2 +- skills/jpa-patterns/SKILL.md | 2 +- skills/kotlin-coroutines-flows/SKILL.md | 2 +- skills/kotlin-exposed-patterns/SKILL.md | 2 +- skills/kotlin-ktor-patterns/SKILL.md | 2 +- skills/kotlin-patterns/SKILL.md | 2 +- skills/kotlin-testing/SKILL.md | 2 +- skills/kubernetes-patterns/SKILL.md | 2 +- skills/laravel-patterns/SKILL.md | 2 +- skills/laravel-security/SKILL.md | 2 +- skills/laravel-tdd/SKILL.md | 2 +- skills/laravel-verification/SKILL.md | 2 +- skills/latency-critical-systems/SKILL.md | 2 +- skills/liquid-glass-design/SKILL.md | 2 +- skills/llm-trading-agent-security/SKILL.md | 4 ++-- skills/logistics-exception-management/SKILL.md | 2 +- skills/marketing-campaign/SKILL.md | 2 +- skills/mcp-server-patterns/SKILL.md | 2 +- skills/ml-adoption-playbook/SKILL.md | 2 +- skills/motion-advanced/SKILL.md | 5 +++-- skills/motion-foundations/SKILL.md | 5 +++-- skills/motion-patterns/SKILL.md | 5 +++-- skills/mysql-patterns/SKILL.md | 2 +- skills/nanoclaw-repl/SKILL.md | 2 +- skills/nestjs-patterns/SKILL.md | 2 +- skills/netmiko-ssh-automation/SKILL.md | 2 +- skills/network-bgp-diagnostics/SKILL.md | 2 +- skills/network-config-validation/SKILL.md | 2 +- skills/network-interface-health/SKILL.md | 2 +- skills/nodejs-keccak256/SKILL.md | 4 ++-- skills/nutrient-document-processing/SKILL.md | 2 +- skills/nuxt4-patterns/SKILL.md | 2 +- skills/openclaw-persona-forge/SKILL.md | 2 +- skills/opensource-pipeline/SKILL.md | 2 +- skills/orch-build-mvp/SKILL.md | 2 +- skills/orch-pipeline/SKILL.md | 2 +- skills/perl-patterns/SKILL.md | 2 +- skills/perl-security/SKILL.md | 2 +- skills/perl-testing/SKILL.md | 2 +- skills/plan-canvas/SKILL.md | 2 +- skills/plankton-code-quality/SKILL.md | 2 +- skills/postgres-patterns/SKILL.md | 2 +- skills/prediction-market-oracle-research/SKILL.md | 2 +- skills/prisma-patterns/SKILL.md | 2 +- skills/production-audit/SKILL.md | 2 +- skills/production-scheduling/SKILL.md | 2 +- skills/python-patterns/SKILL.md | 2 +- skills/python-testing/SKILL.md | 2 +- skills/pytorch-patterns/SKILL.md | 2 +- skills/quality-nonconformance/SKILL.md | 2 +- skills/quarkus-patterns/SKILL.md | 2 +- skills/quarkus-security/SKILL.md | 2 +- skills/ralphinho-rfc-pipeline/SKILL.md | 2 +- skills/redis-patterns/SKILL.md | 2 +- skills/remotion-video-creation/SKILL.md | 2 +- skills/repo-scan/SKILL.md | 2 +- skills/returns-reverse-logistics/SKILL.md | 2 +- skills/rules-distill/SKILL.md | 2 +- skills/rust-patterns/SKILL.md | 2 +- skills/rust-testing/SKILL.md | 2 +- skills/santa-method/SKILL.md | 2 +- skills/scientific-db-pubmed-database/SKILL.md | 2 +- skills/scientific-db-uspto-database/SKILL.md | 2 +- skills/scientific-pkg-gget/SKILL.md | 2 +- skills/scientific-thinking-literature-review/SKILL.md | 2 +- skills/scientific-thinking-scholar-evaluation/SKILL.md | 2 +- skills/security-bounty-hunter/SKILL.md | 4 ++-- skills/security-scan/SKILL.md | 2 +- skills/skill-comply/SKILL.md | 2 +- skills/springboot-patterns/SKILL.md | 2 +- skills/springboot-security/SKILL.md | 2 +- skills/strategic-compact/SKILL.md | 2 +- skills/swift-actor-persistence/SKILL.md | 2 +- skills/swift-concurrency-6-2/SKILL.md | 2 +- skills/swift-protocol-di-testing/SKILL.md | 2 +- skills/swiftui-patterns/SKILL.md | 2 +- skills/team-agent-orchestration/SKILL.md | 2 +- skills/team-builder/SKILL.md | 2 +- skills/verification-loop/SKILL.md | 2 +- skills/videodb/SKILL.md | 2 +- skills/visa-doc-translate/SKILL.md | 2 +- skills/vue-patterns/SKILL.md | 2 +- skills/windows-desktop-e2e/SKILL.md | 2 +- 168 files changed, 187 insertions(+), 183 deletions(-) diff --git a/.agents/skills/agent-introspection-debugging/SKILL.md b/.agents/skills/agent-introspection-debugging/SKILL.md index fb668bcc9..25019740e 100644 --- a/.agents/skills/agent-introspection-debugging/SKILL.md +++ b/.agents/skills/agent-introspection-debugging/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-introspection-debugging -description: Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. +description: Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails and you need a reproducible diagnosis instead of a retry. --- # Agent Introspection Debugging diff --git a/.agents/skills/api-design/SKILL.md b/.agents/skills/api-design/SKILL.md index 4a9aa4176..72ecd9015 100644 --- a/.agents/skills/api-design/SKILL.md +++ b/.agents/skills/api-design/SKILL.md @@ -1,6 +1,6 @@ --- name: api-design -description: REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. +description: REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning. --- # API Design Patterns diff --git a/.agents/skills/backend-patterns/SKILL.md b/.agents/skills/backend-patterns/SKILL.md index aa049462c..56983b0eb 100644 --- a/.agents/skills/backend-patterns/SKILL.md +++ b/.agents/skills/backend-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: backend-patterns -description: Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. +description: Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access. --- # Backend Development Patterns diff --git a/.agents/skills/coding-standards/SKILL.md b/.agents/skills/coding-standards/SKILL.md index bed853ad5..27dbe7cbe 100644 --- a/.agents/skills/coding-standards/SKILL.md +++ b/.agents/skills/coding-standards/SKILL.md @@ -1,6 +1,6 @@ --- name: coding-standards -description: Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. +description: Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. Use when reviewing code quality or naming with no framework-specific skill that applies. --- # Coding Standards & Best Practices diff --git a/.agents/skills/e2e-testing/SKILL.md b/.agents/skills/e2e-testing/SKILL.md index 640927741..af6fb9e92 100644 --- a/.agents/skills/e2e-testing/SKILL.md +++ b/.agents/skills/e2e-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: e2e-testing -description: Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. +description: Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI. --- # E2E Testing Patterns diff --git a/.agents/skills/eval-harness/SKILL.md b/.agents/skills/eval-harness/SKILL.md index 8dcd809aa..c117d5a88 100644 --- a/.agents/skills/eval-harness/SKILL.md +++ b/.agents/skills/eval-harness/SKILL.md @@ -1,6 +1,6 @@ --- name: eval-harness -description: Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles +description: Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval before it is trusted or changed. allowed-tools: Read, Write, Edit, Bash, Grep, Glob --- diff --git a/.agents/skills/frontend-patterns/SKILL.md b/.agents/skills/frontend-patterns/SKILL.md index 1c6115f48..0ff681ead 100644 --- a/.agents/skills/frontend-patterns/SKILL.md +++ b/.agents/skills/frontend-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: frontend-patterns -description: Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. +description: Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building or reviewing React or Next.js components, state, or render performance. --- # Frontend Development Patterns diff --git a/.agents/skills/mcp-server-patterns/SKILL.md b/.agents/skills/mcp-server-patterns/SKILL.md index b5ac7c2b8..314b6ab04 100644 --- a/.agents/skills/mcp-server-patterns/SKILL.md +++ b/.agents/skills/mcp-server-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: mcp-server-patterns -description: Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API. +description: Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API. Use when building or debugging an MCP server — tools, resources, prompts, validation, or transport choice. --- # MCP Server Patterns diff --git a/.agents/skills/strategic-compact/SKILL.md b/.agents/skills/strategic-compact/SKILL.md index 204006bc7..cbad6c428 100644 --- a/.agents/skills/strategic-compact/SKILL.md +++ b/.agents/skills/strategic-compact/SKILL.md @@ -1,6 +1,6 @@ --- name: strategic-compact -description: Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. +description: Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is approaching a context limit and a task phase is a natural place to compact. --- # Strategic Compact Skill diff --git a/.agents/skills/verification-loop/SKILL.md b/.agents/skills/verification-loop/SKILL.md index 1c0904925..fa9aecf29 100644 --- a/.agents/skills/verification-loop/SKILL.md +++ b/.agents/skills/verification-loop/SKILL.md @@ -1,6 +1,6 @@ --- name: verification-loop -description: "A comprehensive verification system for Claude Code sessions." +description: "A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before claiming it is complete." --- # Verification Loop Skill diff --git a/skills/accessibility/SKILL.md b/skills/accessibility/SKILL.md index 03debdd11..decc95a45 100644 --- a/skills/accessibility/SKILL.md +++ b/skills/accessibility/SKILL.md @@ -1,6 +1,6 @@ --- name: accessibility -description: Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA +description: Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when reviewing a change for keyboard, contrast, or screen-reader support. standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android). metadata: origin: ECC diff --git a/skills/agent-architecture-audit/SKILL.md b/skills/agent-architecture-audit/SKILL.md index 37994c057..a3c2caa67 100644 --- a/skills/agent-architecture-audit/SKILL.md +++ b/skills/agent-architecture-audit/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-architecture-audit -description: Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature. +description: Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature. Use when an agent or LLM feature misbehaves and the failing layer is unknown, or before shipping an agent stack. metadata: origin: oh-my-agent-check tools: Read, Write, Edit, Bash, Grep, Glob diff --git a/skills/agent-eval/SKILL.md b/skills/agent-eval/SKILL.md index 141b16cad..c082704f1 100644 --- a/skills/agent-eval/SKILL.md +++ b/skills/agent-eval/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-eval -description: Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics +description: Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when choosing between coding agents, or when a change to an agent setup needs measured pass rate, cost, and time rather than an impression. license: MIT metadata: origin: ECC diff --git a/skills/agent-harness-construction/SKILL.md b/skills/agent-harness-construction/SKILL.md index 2d1194ed6..6f828f922 100644 --- a/skills/agent-harness-construction/SKILL.md +++ b/skills/agent-harness-construction/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-harness-construction -description: Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates. +description: Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates. Use when defining or revising an agent's tool set, action space, or observation format. metadata: origin: ECC --- diff --git a/skills/agent-introspection-debugging/SKILL.md b/skills/agent-introspection-debugging/SKILL.md index f1e38b870..7f40c4579 100644 --- a/skills/agent-introspection-debugging/SKILL.md +++ b/skills/agent-introspection-debugging/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-introspection-debugging -description: Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. +description: Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails and you need a reproducible diagnosis instead of a retry. metadata: origin: ECC --- diff --git a/skills/agent-payment-x402/SKILL.md b/skills/agent-payment-x402/SKILL.md index adc340c98..e006b1b6d 100644 --- a/skills/agent-payment-x402/SKILL.md +++ b/skills/agent-payment-x402/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-payment-x402 -description: Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. +description: Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a non-custodial wallet. metadata: origin: community --- diff --git a/skills/agentic-engineering/SKILL.md b/skills/agentic-engineering/SKILL.md index 646cf252e..c4b2428c1 100644 --- a/skills/agentic-engineering/SKILL.md +++ b/skills/agentic-engineering/SKILL.md @@ -1,6 +1,6 @@ --- name: agentic-engineering -description: Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. +description: Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when planning or executing engineering work that agents will carry out end to end. metadata: origin: ECC --- diff --git a/skills/agentic-os/SKILL.md b/skills/agentic-os/SKILL.md index 77079eb21..4ec8cfd91 100644 --- a/skills/agentic-os/SKILL.md +++ b/skills/agentic-os/SKILL.md @@ -1,6 +1,6 @@ --- name: agentic-os -description: Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. +description: Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. Use when building a persistent multi-agent system on Claude Code with its own memory, commands, and scheduling. metadata: origin: ECC --- diff --git a/skills/ai-first-engineering/SKILL.md b/skills/ai-first-engineering/SKILL.md index dd5123dd2..9e49702f3 100644 --- a/skills/ai-first-engineering/SKILL.md +++ b/skills/ai-first-engineering/SKILL.md @@ -1,6 +1,6 @@ --- name: ai-first-engineering -description: Engineering operating model for teams where AI agents generate a large share of implementation output. +description: Engineering operating model for teams where AI agents generate a large share of implementation output. Use when setting team process, review gates, or ownership rules for a codebase largely written by agents. metadata: origin: ECC --- diff --git a/skills/ai-regression-testing/SKILL.md b/skills/ai-regression-testing/SKILL.md index 529382b2b..e8dac65b1 100644 --- a/skills/ai-regression-testing/SKILL.md +++ b/skills/ai-regression-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: ai-regression-testing -description: Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. +description: Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. Use when adding regression coverage to AI-assisted code, or when the same model both wrote and reviewed a change. metadata: origin: ECC --- diff --git a/skills/android-clean-architecture/SKILL.md b/skills/android-clean-architecture/SKILL.md index 296da737a..268cfbd78 100644 --- a/skills/android-clean-architecture/SKILL.md +++ b/skills/android-clean-architecture/SKILL.md @@ -1,6 +1,6 @@ --- name: android-clean-architecture -description: Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns. +description: Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns. Use when structuring modules, layers, or data flow in an Android or KMP project. metadata: origin: ECC --- diff --git a/skills/api-connector-builder/SKILL.md b/skills/api-connector-builder/SKILL.md index 67567a465..52029f275 100644 --- a/skills/api-connector-builder/SKILL.md +++ b/skills/api-connector-builder/SKILL.md @@ -2,8 +2,8 @@ name: api-connector-builder description: Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # API Connector Builder diff --git a/skills/api-design/SKILL.md b/skills/api-design/SKILL.md index a7002a12f..ba503f4c1 100644 --- a/skills/api-design/SKILL.md +++ b/skills/api-design/SKILL.md @@ -1,6 +1,6 @@ --- name: api-design -description: REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. +description: REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning. metadata: origin: ECC --- diff --git a/skills/autonomous-loops/SKILL.md b/skills/autonomous-loops/SKILL.md index 244945f15..b6c64c2af 100644 --- a/skills/autonomous-loops/SKILL.md +++ b/skills/autonomous-loops/SKILL.md @@ -1,6 +1,6 @@ --- name: autonomous-loops -description: "Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems." +description: "Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems. Retained for compatibility only: when new autonomous loop guidance is needed, use continuous-agent-loop instead." metadata: origin: ECC --- diff --git a/skills/backend-patterns/SKILL.md b/skills/backend-patterns/SKILL.md index 24b318d84..1142d0a51 100644 --- a/skills/backend-patterns/SKILL.md +++ b/skills/backend-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: backend-patterns -description: Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. +description: Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access. metadata: origin: ECC --- diff --git a/skills/carrier-relationship-management/SKILL.md b/skills/carrier-relationship-management/SKILL.md index 0b5c52cfa..38ffef7ea 100644 --- a/skills/carrier-relationship-management/SKILL.md +++ b/skills/carrier-relationship-management/SKILL.md @@ -8,9 +8,9 @@ description: > and compliance vetting. Use when managing carriers, negotiating rates, evaluating carrier performance, or building freight strategies. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/cisco-ios-patterns/SKILL.md b/skills/cisco-ios-patterns/SKILL.md index e7b911073..fc9359212 100644 --- a/skills/cisco-ios-patterns/SKILL.md +++ b/skills/cisco-ios-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: cisco-ios-patterns -description: Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification. +description: Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification. Use when reading, writing, or reviewing Cisco IOS / IOS-XE configuration or planning a change window. metadata: origin: community --- diff --git a/skills/ck/SKILL.md b/skills/ck/SKILL.md index f7954e76a..ec8352e4f 100644 --- a/skills/ck/SKILL.md +++ b/skills/ck/SKILL.md @@ -1,9 +1,9 @@ --- name: ck -description: Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions. +description: Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions. Use when a project needs context to survive across Claude Code sessions instead of being re-explained each time. metadata: + version: 2.0.0 origin: community -version: 2.0.0 author: sreedhargs89 repo: https://github.com/sreedhargs89/context-keeper --- diff --git a/skills/claude-devfleet/SKILL.md b/skills/claude-devfleet/SKILL.md index ab50fd1bd..1e7358a61 100644 --- a/skills/claude-devfleet/SKILL.md +++ b/skills/claude-devfleet/SKILL.md @@ -1,6 +1,6 @@ --- name: claude-devfleet -description: Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports. +description: Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports. Use when dispatching parallel coding agents across isolated worktrees and tracking their reports. metadata: origin: community --- diff --git a/skills/clickhouse-io/SKILL.md b/skills/clickhouse-io/SKILL.md index a0bc18f79..5a97ddc66 100644 --- a/skills/clickhouse-io/SKILL.md +++ b/skills/clickhouse-io/SKILL.md @@ -1,6 +1,6 @@ --- name: clickhouse-io -description: ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads. +description: ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads. Use when writing ClickHouse schemas or queries, or when an analytical query is too slow. metadata: origin: ECC --- diff --git a/skills/code-tour/SKILL.md b/skills/code-tour/SKILL.md index fc82ee690..d66b7e008 100644 --- a/skills/code-tour/SKILL.md +++ b/skills/code-tour/SKILL.md @@ -1,6 +1,6 @@ --- name: code-tour -description: Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests. +description: Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests. Use when the user asks for a code tour, onboarding walkthrough, PR tour, or an explanation of how a subsystem works. metadata: origin: ECC --- diff --git a/skills/coding-standards/SKILL.md b/skills/coding-standards/SKILL.md index 2934c3dd6..051cccec4 100644 --- a/skills/coding-standards/SKILL.md +++ b/skills/coding-standards/SKILL.md @@ -1,6 +1,6 @@ --- name: coding-standards -description: Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. +description: Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. Use when reviewing code quality or naming with no framework-specific skill that applies. metadata: origin: ECC --- diff --git a/skills/compose-multiplatform-patterns/SKILL.md b/skills/compose-multiplatform-patterns/SKILL.md index e3a0c7d43..585b70f65 100644 --- a/skills/compose-multiplatform-patterns/SKILL.md +++ b/skills/compose-multiplatform-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: compose-multiplatform-patterns -description: Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI. +description: Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI. Use when building Compose or Jetpack Compose UI, state, navigation, or theming in a KMP project. metadata: origin: ECC --- diff --git a/skills/content-hash-cache-pattern/SKILL.md b/skills/content-hash-cache-pattern/SKILL.md index 39ebae93a..fe4ef6f2d 100644 --- a/skills/content-hash-cache-pattern/SKILL.md +++ b/skills/content-hash-cache-pattern/SKILL.md @@ -1,6 +1,6 @@ --- name: content-hash-cache-pattern -description: Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation. +description: Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation. Use when repeated file processing is slow and results should be cached and invalidated by content rather than path. metadata: origin: ECC --- diff --git a/skills/context-budget/SKILL.md b/skills/context-budget/SKILL.md index 16f3bd29c..1061041c6 100644 --- a/skills/context-budget/SKILL.md +++ b/skills/context-budget/SKILL.md @@ -1,6 +1,6 @@ --- name: context-budget -description: Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations. +description: Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations. Use when the context window is filling up too fast and the agents, skills, MCP servers, or rules consuming it need to be identified. metadata: origin: ECC --- diff --git a/skills/continuous-agent-loop/SKILL.md b/skills/continuous-agent-loop/SKILL.md index 6864233c4..6e4f12236 100644 --- a/skills/continuous-agent-loop/SKILL.md +++ b/skills/continuous-agent-loop/SKILL.md @@ -1,6 +1,6 @@ --- name: continuous-agent-loop -description: Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. +description: Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. Use when running an agent loop that must self-check, gate on evals, and recover from failures. metadata: origin: ECC --- diff --git a/skills/continuous-learning-v2/SKILL.md b/skills/continuous-learning-v2/SKILL.md index e364f00df..ea7b0a30f 100644 --- a/skills/continuous-learning-v2/SKILL.md +++ b/skills/continuous-learning-v2/SKILL.md @@ -1,9 +1,9 @@ --- name: continuous-learning-v2 -description: Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination. +description: Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination. Use when capturing lessons from a session, managing instincts, or promoting them into skills, commands, or agents. metadata: + version: 2.1.0 origin: ECC -version: 2.1.0 --- # Continuous Learning v2.1 - Instinct diff --git a/skills/continuous-learning/SKILL.md b/skills/continuous-learning/SKILL.md index 551f2a94a..9fe24a46e 100644 --- a/skills/continuous-learning/SKILL.md +++ b/skills/continuous-learning/SKILL.md @@ -1,6 +1,6 @@ --- name: continuous-learning -description: "[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2." +description: "[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1: when continuous learning, session learning, or pattern extraction is requested, route to continuous-learning-v2 instead." metadata: origin: ECC --- diff --git a/skills/cost-aware-llm-pipeline/SKILL.md b/skills/cost-aware-llm-pipeline/SKILL.md index 590a7ecdd..40e08ad52 100644 --- a/skills/cost-aware-llm-pipeline/SKILL.md +++ b/skills/cost-aware-llm-pipeline/SKILL.md @@ -1,6 +1,6 @@ --- name: cost-aware-llm-pipeline -description: Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching. +description: Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching. Use when LLM spend needs to come down, or when routing tasks across model tiers and budgets. metadata: origin: ECC --- diff --git a/skills/csharp-testing/SKILL.md b/skills/csharp-testing/SKILL.md index ecfa9e4f4..e307bbe36 100644 --- a/skills/csharp-testing/SKILL.md +++ b/skills/csharp-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: csharp-testing -description: C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices. +description: C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices. Use when writing or reviewing xUnit tests, mocks, or integration tests in a C# / .NET project. metadata: origin: ECC --- diff --git a/skills/customs-trade-compliance/SKILL.md b/skills/customs-trade-compliance/SKILL.md index d63c61425..3f95273ad 100644 --- a/skills/customs-trade-compliance/SKILL.md +++ b/skills/customs-trade-compliance/SKILL.md @@ -9,9 +9,9 @@ description: > tariff classification, trade compliance, import/export documentation, or duty optimization. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/dart-flutter-patterns/SKILL.md b/skills/dart-flutter-patterns/SKILL.md index 7bf3d5359..13ca9b614 100644 --- a/skills/dart-flutter-patterns/SKILL.md +++ b/skills/dart-flutter-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: dart-flutter-patterns -description: Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture. +description: Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture. Use when writing or reviewing Dart and Flutter code — state, widgets, navigation, networking, or architecture. metadata: origin: ECC --- diff --git a/skills/dashboard-builder/SKILL.md b/skills/dashboard-builder/SKILL.md index 4ac3ff295..ba3d7c064 100644 --- a/skills/dashboard-builder/SKILL.md +++ b/skills/dashboard-builder/SKILL.md @@ -2,8 +2,8 @@ name: dashboard-builder description: Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # Dashboard Builder diff --git a/skills/database-migrations/SKILL.md b/skills/database-migrations/SKILL.md index bca3c18c5..53f19e1d6 100644 --- a/skills/database-migrations/SKILL.md +++ b/skills/database-migrations/SKILL.md @@ -1,6 +1,6 @@ --- name: database-migrations -description: Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). +description: Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). Use when writing a schema or data migration, planning a rollback, or aiming for zero-downtime deployment. metadata: origin: ECC --- diff --git a/skills/defi-amm-security/SKILL.md b/skills/defi-amm-security/SKILL.md index 99f31643d..18c75aba5 100644 --- a/skills/defi-amm-security/SKILL.md +++ b/skills/defi-amm-security/SKILL.md @@ -1,9 +1,9 @@ --- name: defi-amm-security -description: Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math. +description: Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math. Use when auditing or writing Solidity AMM, liquidity pool, or swap code. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # DeFi AMM Security diff --git a/skills/delivery-gate/SKILL.md b/skills/delivery-gate/SKILL.md index be783db81..0a98d2636 100644 --- a/skills/delivery-gate/SKILL.md +++ b/skills/delivery-gate/SKILL.md @@ -1,8 +1,8 @@ --- name: delivery-gate -description: Stop hook that blocks Claude from finishing until quality checks pass. Detects rationalization patterns (surface text heuristics), stale learning logs (filesystem mtime), and low disk space. Complements self-audit by mechanically enforcing learning capture habits. -version: 1.1.1 +description: Stop hook that blocks Claude from finishing until quality checks pass. Detects rationalization patterns (surface text heuristics), stale learning logs (filesystem mtime), and low disk space. Complements self-audit by mechanically enforcing learning capture habits. Use when Claude should be mechanically blocked from declaring work finished before quality checks and learning capture actually pass. metadata: + version: 1.1.1 origin: ECC --- diff --git a/skills/deployment-patterns/SKILL.md b/skills/deployment-patterns/SKILL.md index 68ce04bce..b9d279f8a 100644 --- a/skills/deployment-patterns/SKILL.md +++ b/skills/deployment-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: deployment-patterns -description: Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. +description: Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up CI/CD, containerizing an app, or checking production readiness before a release. metadata: origin: ECC --- diff --git a/skills/design-system/SKILL.md b/skills/design-system/SKILL.md index ebce566d9..5ef4500ef 100644 --- a/skills/design-system/SKILL.md +++ b/skills/design-system/SKILL.md @@ -1,6 +1,6 @@ --- name: design-system -description: Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling. +description: Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling. Use when generating or auditing a design system, checking visual consistency, or reviewing a PR that touches styling. metadata: origin: ECC --- diff --git a/skills/django-patterns/SKILL.md b/skills/django-patterns/SKILL.md index 249bb4e25..9d30f4ea7 100644 --- a/skills/django-patterns/SKILL.md +++ b/skills/django-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: django-patterns -description: Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. +description: Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. Use when building or reviewing Django apps, DRF APIs, ORM queries, or caching. metadata: origin: ECC --- diff --git a/skills/django-security/SKILL.md b/skills/django-security/SKILL.md index b95b97958..9e1fb25a0 100644 --- a/skills/django-security/SKILL.md +++ b/skills/django-security/SKILL.md @@ -1,6 +1,6 @@ --- name: django-security -description: Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. +description: Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. Use when reviewing Django authentication, authorization, input handling, or deployment settings. metadata: origin: ECC --- diff --git a/skills/django-tdd/SKILL.md b/skills/django-tdd/SKILL.md index e819b6428..aaa2cd87f 100644 --- a/skills/django-tdd/SKILL.md +++ b/skills/django-tdd/SKILL.md @@ -1,6 +1,6 @@ --- name: django-tdd -description: Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs. +description: Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs. Use when writing Django or DRF tests with pytest-django, or driving a Django feature test-first. metadata: origin: ECC --- diff --git a/skills/dotnet-patterns/SKILL.md b/skills/dotnet-patterns/SKILL.md index e4ed0cad5..13669d523 100644 --- a/skills/dotnet-patterns/SKILL.md +++ b/skills/dotnet-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: dotnet-patterns -description: Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications. +description: Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications. Use when writing or reviewing C# / .NET code — DI, async, or general conventions. metadata: origin: ECC --- diff --git a/skills/dynamic-workflow-mode/SKILL.md b/skills/dynamic-workflow-mode/SKILL.md index eb5f2b0c4..016bdaa96 100644 --- a/skills/dynamic-workflow-mode/SKILL.md +++ b/skills/dynamic-workflow-mode/SKILL.md @@ -1,6 +1,6 @@ --- name: dynamic-workflow-mode -description: "Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses." +description: "Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses. Use when building a task-local harness, adding eval gates, or extracting a reusable skill from ad-hoc work." metadata: origin: ECC --- diff --git a/skills/e2e-testing/SKILL.md b/skills/e2e-testing/SKILL.md index 401214638..f9ca797a1 100644 --- a/skills/e2e-testing/SKILL.md +++ b/skills/e2e-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: e2e-testing -description: Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. +description: Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI. metadata: origin: ECC --- diff --git a/skills/ecc-recipes/SKILL.md b/skills/ecc-recipes/SKILL.md index f4633b7cb..aa0e8aa94 100644 --- a/skills/ecc-recipes/SKILL.md +++ b/skills/ecc-recipes/SKILL.md @@ -4,7 +4,8 @@ description: "Map a described workflow to the right ECC command-GROUP with run-o argument-hint: origin: community author: KyawZinLatt -version: "1.0.0" +metadata: + version: "1.0.0" --- # ECC Recipes diff --git a/skills/energy-procurement/SKILL.md b/skills/energy-procurement/SKILL.md index b2d1cd60f..b3dd5e82b 100644 --- a/skills/energy-procurement/SKILL.md +++ b/skills/energy-procurement/SKILL.md @@ -9,9 +9,9 @@ description: > reporting frameworks. Use when procuring energy, optimizing tariffs, managing demand charges, evaluating PPAs, or developing energy strategies. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/enterprise-agent-ops/SKILL.md b/skills/enterprise-agent-ops/SKILL.md index 79280ef03..895661ff9 100644 --- a/skills/enterprise-agent-ops/SKILL.md +++ b/skills/enterprise-agent-ops/SKILL.md @@ -1,6 +1,6 @@ --- name: enterprise-agent-ops -description: Operate long-lived agent workloads with observability, security boundaries, and lifecycle management. +description: Operate long-lived agent workloads with observability, security boundaries, and lifecycle management. Use when running long-lived agent workloads that need observability, security boundaries, or lifecycle control. metadata: origin: ECC --- diff --git a/skills/error-handling/SKILL.md b/skills/error-handling/SKILL.md index d7e1f7790..add87f2cd 100644 --- a/skills/error-handling/SKILL.md +++ b/skills/error-handling/SKILL.md @@ -1,6 +1,6 @@ --- name: error-handling -description: Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages. +description: Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages. Use when designing error types, retries, circuit breakers, or user-facing failure messages in TypeScript, Python, or Go. metadata: origin: ECC --- diff --git a/skills/eval-harness/SKILL.md b/skills/eval-harness/SKILL.md index fb30fb943..b53c61bb1 100644 --- a/skills/eval-harness/SKILL.md +++ b/skills/eval-harness/SKILL.md @@ -1,6 +1,6 @@ --- name: eval-harness -description: Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles +description: Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval before it is trusted or changed. metadata: origin: ECC tools: Read, Write, Edit, Bash, Grep, Glob diff --git a/skills/evm-token-decimals/SKILL.md b/skills/evm-token-decimals/SKILL.md index c5b2525f8..a1519886b 100644 --- a/skills/evm-token-decimals/SKILL.md +++ b/skills/evm-token-decimals/SKILL.md @@ -1,9 +1,9 @@ --- name: evm-token-decimals -description: Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools. +description: Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools. Use when handling token amounts across EVM chains, or when a balance, price, or transfer amount is off by orders of magnitude. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # EVM Token Decimals diff --git a/skills/fastapi-patterns/SKILL.md b/skills/fastapi-patterns/SKILL.md index 3a155ae37..6cff4479d 100644 --- a/skills/fastapi-patterns/SKILL.md +++ b/skills/fastapi-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: fastapi-patterns -description: FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. +description: FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests. metadata: origin: ECC --- diff --git a/skills/flutter-dart-code-review/SKILL.md b/skills/flutter-dart-code-review/SKILL.md index e27a190fe..f8f902a86 100644 --- a/skills/flutter-dart-code-review/SKILL.md +++ b/skills/flutter-dart-code-review/SKILL.md @@ -1,6 +1,6 @@ --- name: flutter-dart-code-review -description: Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. +description: Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. Use when reviewing Flutter or Dart code, whatever state management library the project uses. metadata: origin: ECC --- diff --git a/skills/foundation-models-on-device/SKILL.md b/skills/foundation-models-on-device/SKILL.md index 2304ca0e8..1af357368 100644 --- a/skills/foundation-models-on-device/SKILL.md +++ b/skills/foundation-models-on-device/SKILL.md @@ -1,6 +1,6 @@ --- name: foundation-models-on-device -description: Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+. +description: Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+. Use when adding on-device LLM features with Apple FoundationModels on iOS 26+. --- # FoundationModels: On-Device LLM (iOS 26) diff --git a/skills/frontend-patterns/SKILL.md b/skills/frontend-patterns/SKILL.md index 524093713..a63977a8b 100644 --- a/skills/frontend-patterns/SKILL.md +++ b/skills/frontend-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: frontend-patterns -description: Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. +description: Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building or reviewing React or Next.js components, state, or render performance. metadata: origin: ECC --- diff --git a/skills/fsharp-testing/SKILL.md b/skills/fsharp-testing/SKILL.md index fbbf7d233..9440ec674 100644 --- a/skills/fsharp-testing/SKILL.md +++ b/skills/fsharp-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: fsharp-testing -description: F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices. +description: F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices. Use when writing F# tests with xUnit, FsUnit, Unquote, or FsCheck. metadata: origin: ECC --- diff --git a/skills/gan-style-harness/SKILL.md b/skills/gan-style-harness/SKILL.md index febb48414..a22db0388 100644 --- a/skills/gan-style-harness/SKILL.md +++ b/skills/gan-style-harness/SKILL.md @@ -1,6 +1,6 @@ --- name: gan-style-harness -description: "GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper." +description: "GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper. Use when a feature should be built autonomously through generator and evaluator iteration until it clears a quality bar." metadata: origin: ECC-community tools: Read, Write, Edit, Bash, Grep, Glob, Task diff --git a/skills/generating-python-installer/SKILL.md b/skills/generating-python-installer/SKILL.md index 0e4c1380b..d1d061e2f 100644 --- a/skills/generating-python-installer/SKILL.md +++ b/skills/generating-python-installer/SKILL.md @@ -1,6 +1,6 @@ --- name: generating-python-installer -description: "Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use only for advanced packaging/optimization (minimal size, fast startup), not basic script-to-exe conversion. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格" +description: "Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use when a Python app must ship as a minimal, fast-starting Windows installer; not for basic script-to-exe conversion. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格" --- # Generating Python Installer (Commercial-Grade) diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 084426849..67a08fb52 100644 --- a/skills/git-workflow/SKILL.md +++ b/skills/git-workflow/SKILL.md @@ -1,6 +1,6 @@ --- name: git-workflow -description: Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. +description: Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. Use when choosing a branching strategy, writing commit conventions, deciding merge versus rebase, or resolving conflicts. metadata: origin: ECC --- diff --git a/skills/golang-patterns/SKILL.md b/skills/golang-patterns/SKILL.md index 4e08e83a1..85e4b3f70 100644 --- a/skills/golang-patterns/SKILL.md +++ b/skills/golang-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: golang-patterns -description: Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. +description: Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when writing or reviewing Go code and idiomatic structure or conventions are in question. metadata: origin: ECC --- diff --git a/skills/golang-testing/SKILL.md b/skills/golang-testing/SKILL.md index eb719cd19..45ca4871b 100644 --- a/skills/golang-testing/SKILL.md +++ b/skills/golang-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: golang-testing -description: Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. +description: Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. Use when writing Go tests — table-driven cases, subtests, benchmarks, fuzzing, or coverage. metadata: origin: ECC --- diff --git a/skills/growth-log/SKILL.md b/skills/growth-log/SKILL.md index 1d38d41a2..05f0d314b 100644 --- a/skills/growth-log/SKILL.md +++ b/skills/growth-log/SKILL.md @@ -1,8 +1,8 @@ --- name: growth-log description: "Use after a complex task, failure, or when reviewing what was learned. Teaches how to write growth logs that extract reusable patterns — not diary entries." -version: 1.1.0 metadata: + version: 1.1.0 origin: ECC --- diff --git a/skills/healthcare-cdss-patterns/SKILL.md b/skills/healthcare-cdss-patterns/SKILL.md index ade2e3330..f98314a5e 100644 --- a/skills/healthcare-cdss-patterns/SKILL.md +++ b/skills/healthcare-cdss-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: healthcare-cdss-patterns -description: Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows. +description: Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows. Use when building clinical decision support — drug interaction checks, dose validation, clinical scoring, or alert severity. metadata: + version: "1.0.0" origin: Health1 Super Speciality Hospitals — contributed by Dr. Keyur Patel -version: "1.0.0" --- # Healthcare CDSS Development Patterns diff --git a/skills/healthcare-emr-patterns/SKILL.md b/skills/healthcare-emr-patterns/SKILL.md index dfa849e49..86e8b8cbb 100644 --- a/skills/healthcare-emr-patterns/SKILL.md +++ b/skills/healthcare-emr-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: healthcare-emr-patterns -description: EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry. +description: EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry. Use when building EMR or EHR features such as encounter workflows, prescription generation, or clinical data entry UI. metadata: + version: "1.0.0" origin: Health1 Super Speciality Hospitals — contributed by Dr. Keyur Patel -version: "1.0.0" --- # Healthcare EMR Development Patterns diff --git a/skills/healthcare-eval-harness/SKILL.md b/skills/healthcare-eval-harness/SKILL.md index 21a91a324..43ce12ea5 100644 --- a/skills/healthcare-eval-harness/SKILL.md +++ b/skills/healthcare-eval-harness/SKILL.md @@ -1,9 +1,9 @@ --- name: healthcare-eval-harness -description: Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures. +description: Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures. Use when a healthcare deployment must be gated on patient-safety tests for CDSS accuracy, PHI exposure, and workflow integrity. metadata: + version: "1.0.0" origin: Health1 Super Speciality Hospitals — contributed by Dr. Keyur Patel -version: "1.0.0" --- # Healthcare Eval Harness — Patient Safety Verification diff --git a/skills/healthcare-phi-compliance/SKILL.md b/skills/healthcare-phi-compliance/SKILL.md index 612c9c57d..316d39910 100644 --- a/skills/healthcare-phi-compliance/SKILL.md +++ b/skills/healthcare-phi-compliance/SKILL.md @@ -1,9 +1,9 @@ --- name: healthcare-phi-compliance -description: Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit trails, encryption, and common leak vectors. +description: Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit trails, encryption, and common leak vectors. Use when code touches PHI or PII in a healthcare system, or when auditing access control, audit trails, or leak vectors. metadata: + version: "1.0.0" origin: Health1 Super Speciality Hospitals — contributed by Dr. Keyur Patel -version: "1.0.0" --- # Healthcare PHI/PII Compliance Patterns diff --git a/skills/hexagonal-architecture/SKILL.md b/skills/hexagonal-architecture/SKILL.md index cbed37ad4..54943754d 100644 --- a/skills/hexagonal-architecture/SKILL.md +++ b/skills/hexagonal-architecture/SKILL.md @@ -1,6 +1,6 @@ --- name: hexagonal-architecture -description: Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services. +description: Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services. Use when introducing or refactoring toward Ports and Adapters, or when domain logic has become entangled with I/O. metadata: origin: ECC --- diff --git a/skills/hipaa-compliance/SKILL.md b/skills/hipaa-compliance/SKILL.md index cd8311074..c1fa78e99 100644 --- a/skills/hipaa-compliance/SKILL.md +++ b/skills/hipaa-compliance/SKILL.md @@ -2,8 +2,8 @@ name: hipaa-compliance description: HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # HIPAA Compliance diff --git a/skills/homelab-network-setup/SKILL.md b/skills/homelab-network-setup/SKILL.md index 2c58a3890..b4cbbef82 100644 --- a/skills/homelab-network-setup/SKILL.md +++ b/skills/homelab-network-setup/SKILL.md @@ -1,6 +1,6 @@ --- name: homelab-network-setup -description: Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes. +description: Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes. Use when planning or fixing a home or homelab network — gateway, switch, AP, IP ranges, DHCP, DNS, or cabling. metadata: origin: community --- diff --git a/skills/homelab-pihole-dns/SKILL.md b/skills/homelab-pihole-dns/SKILL.md index 340eabb80..3dfa5b1b2 100644 --- a/skills/homelab-pihole-dns/SKILL.md +++ b/skills/homelab-pihole-dns/SKILL.md @@ -1,6 +1,6 @@ --- name: homelab-pihole-dns -description: Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network. +description: Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network. Use when the task explicitly involves Pi-hole — installing it, managing blocklists, configuring DoH or DHCP, adding local DNS records, or diagnosing DNS resolution with Pi-hole in the path. metadata: origin: community --- diff --git a/skills/homelab-vlan-segmentation/SKILL.md b/skills/homelab-vlan-segmentation/SKILL.md index a31692cf9..bd1927bc5 100644 --- a/skills/homelab-vlan-segmentation/SKILL.md +++ b/skills/homelab-vlan-segmentation/SKILL.md @@ -1,6 +1,6 @@ --- name: homelab-vlan-segmentation -description: Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping. +description: Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping. Use when splitting a home network into IoT, guest, trusted, and server VLANs on UniFi, pfSense/OPNsense, or MikroTik. metadata: origin: community --- diff --git a/skills/homelab-wireguard-vpn/SKILL.md b/skills/homelab-wireguard-vpn/SKILL.md index 5dc5ba04c..abddf8aca 100644 --- a/skills/homelab-wireguard-vpn/SKILL.md +++ b/skills/homelab-wireguard-vpn/SKILL.md @@ -1,6 +1,6 @@ --- name: homelab-wireguard-vpn -description: WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients. +description: WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients. Use when setting up WireGuard for remote access to a home network, or deciding between split and full tunnel routing. metadata: origin: community --- diff --git a/skills/inventory-demand-planning/SKILL.md b/skills/inventory-demand-planning/SKILL.md index 0991830d6..57af13148 100644 --- a/skills/inventory-demand-planning/SKILL.md +++ b/skills/inventory-demand-planning/SKILL.md @@ -9,9 +9,9 @@ description: > Use when forecasting demand, setting safety stock, planning replenishment, managing promotions, or optimizing inventory levels. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/iterative-retrieval/SKILL.md b/skills/iterative-retrieval/SKILL.md index 930d601ec..5b4fbcd58 100644 --- a/skills/iterative-retrieval/SKILL.md +++ b/skills/iterative-retrieval/SKILL.md @@ -1,6 +1,6 @@ --- name: iterative-retrieval -description: Pattern for progressively refining context retrieval to solve the subagent context problem +description: Pattern for progressively refining context retrieval to solve the subagent context problem. Use when a subagent lacks the context it needs and retrieval must be refined across passes. metadata: origin: ECC --- diff --git a/skills/ito-basket-compare/SKILL.md b/skills/ito-basket-compare/SKILL.md index f59ae7a57..6c7863beb 100644 --- a/skills/ito-basket-compare/SKILL.md +++ b/skills/ito-basket-compare/SKILL.md @@ -1,6 +1,6 @@ --- name: ito-basket-compare -description: Compare Itô prediction-market baskets against a user's knowledge base, portfolio notes, financial context, watchlist, or research thesis. Use for read-only basket comparison and gap analysis without investment advice or live trading. +description: Compare Itô prediction-market baskets against a user's knowledge base, portfolio notes, financial context, watchlist, or research thesis. Use for read-only basket comparison and gap analysis without investment advice or live trading. Use when comparing an Itô prediction-market basket against a knowledge base, portfolio notes, or research thesis. metadata: origin: ECC --- diff --git a/skills/ito-trade-planner/SKILL.md b/skills/ito-trade-planner/SKILL.md index 43049d3ec..65f5a1f6d 100644 --- a/skills/ito-trade-planner/SKILL.md +++ b/skills/ito-trade-planner/SKILL.md @@ -1,6 +1,6 @@ --- name: ito-trade-planner -description: Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions. +description: Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions. Use when building a non-advisory Itô trade planning worksheet or checking order prerequisites. metadata: origin: ECC --- diff --git a/skills/java-coding-standards/SKILL.md b/skills/java-coding-standards/SKILL.md index b8c87bfcb..47b34a0f8 100644 --- a/skills/java-coding-standards/SKILL.md +++ b/skills/java-coding-standards/SKILL.md @@ -1,6 +1,6 @@ --- name: java-coding-standards -description: "Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions." +description: "Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions. Use when writing or reviewing Java in a Spring Boot or Quarkus service." metadata: origin: ECC --- diff --git a/skills/jpa-patterns/SKILL.md b/skills/jpa-patterns/SKILL.md index 41bc82e44..5c2f6425d 100644 --- a/skills/jpa-patterns/SKILL.md +++ b/skills/jpa-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: jpa-patterns -description: JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. +description: JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. Use when designing JPA entities or relationships, or when a Hibernate query, transaction, or N+1 problem needs fixing. metadata: origin: ECC --- diff --git a/skills/kotlin-coroutines-flows/SKILL.md b/skills/kotlin-coroutines-flows/SKILL.md index ecab7df10..7bbb13c9a 100644 --- a/skills/kotlin-coroutines-flows/SKILL.md +++ b/skills/kotlin-coroutines-flows/SKILL.md @@ -1,6 +1,6 @@ --- name: kotlin-coroutines-flows -description: Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing. +description: Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing. Use when writing coroutines or Flow code on Android or KMP, or debugging cancellation and concurrency. metadata: origin: ECC --- diff --git a/skills/kotlin-exposed-patterns/SKILL.md b/skills/kotlin-exposed-patterns/SKILL.md index ddbf9e3cb..5f853d7bd 100644 --- a/skills/kotlin-exposed-patterns/SKILL.md +++ b/skills/kotlin-exposed-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: kotlin-exposed-patterns -description: JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern. +description: JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern. Use when working with the Exposed ORM — DSL or DAO queries, transactions, pooling, or migrations. metadata: origin: ECC --- diff --git a/skills/kotlin-ktor-patterns/SKILL.md b/skills/kotlin-ktor-patterns/SKILL.md index 0187ae6e5..b36688570 100644 --- a/skills/kotlin-ktor-patterns/SKILL.md +++ b/skills/kotlin-ktor-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: kotlin-ktor-patterns -description: Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing. +description: Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing. Use when building a Ktor server — routing, plugins, auth, DI, serialization, or tests. metadata: origin: ECC --- diff --git a/skills/kotlin-patterns/SKILL.md b/skills/kotlin-patterns/SKILL.md index ff4b2890f..7b6baba88 100644 --- a/skills/kotlin-patterns/SKILL.md +++ b/skills/kotlin-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: kotlin-patterns -description: Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders. +description: Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders. Use when writing or reviewing Kotlin code and idiomatic structure or null safety is in question. metadata: origin: ECC --- diff --git a/skills/kotlin-testing/SKILL.md b/skills/kotlin-testing/SKILL.md index 921660d82..18df9b22c 100644 --- a/skills/kotlin-testing/SKILL.md +++ b/skills/kotlin-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: kotlin-testing -description: Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices. +description: Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices. Use when writing Kotlin tests with Kotest or MockK, or testing coroutines and checking coverage. metadata: origin: ECC --- diff --git a/skills/kubernetes-patterns/SKILL.md b/skills/kubernetes-patterns/SKILL.md index 3fc46e388..fdd0eba68 100644 --- a/skills/kubernetes-patterns/SKILL.md +++ b/skills/kubernetes-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: kubernetes-patterns -description: Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments. +description: Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments. Use when writing or reviewing Kubernetes manifests, or debugging probes, RBAC, autoscaling, or resource limits. metadata: origin: ECC --- diff --git a/skills/laravel-patterns/SKILL.md b/skills/laravel-patterns/SKILL.md index bf1556387..a3ce33fdf 100644 --- a/skills/laravel-patterns/SKILL.md +++ b/skills/laravel-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: laravel-patterns -description: Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps. +description: Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps. Use when building or reviewing Laravel apps — controllers, Eloquent, service layers, queues, or API resources. metadata: origin: ECC --- diff --git a/skills/laravel-security/SKILL.md b/skills/laravel-security/SKILL.md index cf7e203af..25a185bc7 100644 --- a/skills/laravel-security/SKILL.md +++ b/skills/laravel-security/SKILL.md @@ -1,6 +1,6 @@ --- name: laravel-security -description: Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS prevention, API security, and secure deployment configurations. +description: Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS prevention, API security, and secure deployment configurations. Use when reviewing Laravel auth, Eloquent safety, CSRF, XSS, API security, or deployment configuration. metadata: origin: ECC --- diff --git a/skills/laravel-tdd/SKILL.md b/skills/laravel-tdd/SKILL.md index 11b5d7334..15ccea11b 100644 --- a/skills/laravel-tdd/SKILL.md +++ b/skills/laravel-tdd/SKILL.md @@ -1,6 +1,6 @@ --- name: laravel-tdd -description: Laravel testing strategies with PHPUnit, Pest, model factories, HTTP tests, Sanctum authentication testing, mocking, and coverage. +description: Laravel testing strategies with PHPUnit, Pest, model factories, HTTP tests, Sanctum authentication testing, mocking, and coverage. Use when writing Laravel tests with PHPUnit or Pest, or driving a Laravel feature test-first. metadata: origin: ECC --- diff --git a/skills/laravel-verification/SKILL.md b/skills/laravel-verification/SKILL.md index c58bbd9ea..26dd89866 100644 --- a/skills/laravel-verification/SKILL.md +++ b/skills/laravel-verification/SKILL.md @@ -1,6 +1,6 @@ --- name: laravel-verification -description: "Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness." +description: "Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness. Use when verifying a Laravel project before merge or deploy — lint, static analysis, tests, coverage, security." metadata: origin: ECC --- diff --git a/skills/latency-critical-systems/SKILL.md b/skills/latency-critical-systems/SKILL.md index 6ca6e1fc0..768c78b00 100644 --- a/skills/latency-critical-systems/SKILL.md +++ b/skills/latency-critical-systems/SKILL.md @@ -1,6 +1,6 @@ --- name: latency-critical-systems -description: Use for latency-sensitive systems such as realtime dashboards, market data, streaming agents, execution gateways, queues, caches, or HFT-like infrastructure where freshness and p95 latency matter. +description: Use for latency-sensitive systems such as realtime dashboards, market data, streaming agents, execution gateways, queues, caches, or HFT-like infrastructure where freshness and p95 latency matter. Use when p95 latency or data freshness matters — realtime dashboards, market data, streaming agents, queues, or caches. license: MIT metadata: origin: ECC diff --git a/skills/liquid-glass-design/SKILL.md b/skills/liquid-glass-design/SKILL.md index 60551c2a2..495dd01a6 100644 --- a/skills/liquid-glass-design/SKILL.md +++ b/skills/liquid-glass-design/SKILL.md @@ -1,6 +1,6 @@ --- name: liquid-glass-design -description: iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit. +description: iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit. Use when building iOS 26 Liquid Glass UI in SwiftUI, UIKit, or WidgetKit. --- # Liquid Glass Design System (iOS 26) diff --git a/skills/llm-trading-agent-security/SKILL.md b/skills/llm-trading-agent-security/SKILL.md index f988ac057..5a6252a3d 100644 --- a/skills/llm-trading-agent-security/SKILL.md +++ b/skills/llm-trading-agent-security/SKILL.md @@ -1,9 +1,9 @@ --- name: llm-trading-agent-security -description: Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling. +description: Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling. Use when an autonomous agent holds wallet or transaction authority and its limits, simulation, or key handling need review. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # LLM Trading Agent Security diff --git a/skills/logistics-exception-management/SKILL.md b/skills/logistics-exception-management/SKILL.md index 079599505..bb58f6479 100644 --- a/skills/logistics-exception-management/SKILL.md +++ b/skills/logistics-exception-management/SKILL.md @@ -8,9 +8,9 @@ description: > Use when handling shipping exceptions, freight claims, delivery issues, or carrier disputes. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/marketing-campaign/SKILL.md b/skills/marketing-campaign/SKILL.md index 8cf76789b..24389d77a 100644 --- a/skills/marketing-campaign/SKILL.md +++ b/skills/marketing-campaign/SKILL.md @@ -1,6 +1,6 @@ --- name: marketing-campaign -description: End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches. +description: End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches. Use when planning or executing a multi-channel product launch, or producing landing page, email, social, or ad copy. metadata: origin: ECC --- diff --git a/skills/mcp-server-patterns/SKILL.md b/skills/mcp-server-patterns/SKILL.md index d2e6c01cc..503c31bad 100644 --- a/skills/mcp-server-patterns/SKILL.md +++ b/skills/mcp-server-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: mcp-server-patterns -description: Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API. +description: Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API. Use when building or debugging an MCP server — tools, resources, prompts, validation, or transport choice. metadata: origin: ECC --- diff --git a/skills/ml-adoption-playbook/SKILL.md b/skills/ml-adoption-playbook/SKILL.md index d34e4fade..0b6d3a0b7 100644 --- a/skills/ml-adoption-playbook/SKILL.md +++ b/skills/ml-adoption-playbook/SKILL.md @@ -1,6 +1,6 @@ --- name: ml-adoption-playbook -description: End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. +description: End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. Use when adding a machine learning capability to a codebase that has none, from problem framing through a baseline model. origin: ECC --- diff --git a/skills/motion-advanced/SKILL.md b/skills/motion-advanced/SKILL.md index b50aa39c5..607b2228c 100644 --- a/skills/motion-advanced/SKILL.md +++ b/skills/motion-advanced/SKILL.md @@ -1,10 +1,11 @@ --- name: motion-advanced -description: Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. -version: 1.0 +description: Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when building drag and drop, gestures, text or SVG animation, or imperative animation sequences in React or Next.js. tags: [motion, animation, advanced, gestures, svg] category: frontend author: jeff +metadata: + version: 1.0.0 --- # Motion Advanced diff --git a/skills/motion-foundations/SKILL.md b/skills/motion-foundations/SKILL.md index e853b83b1..63b866247 100644 --- a/skills/motion-foundations/SKILL.md +++ b/skills/motion-foundations/SKILL.md @@ -1,10 +1,11 @@ --- name: motion-foundations -description: Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. -version: 1.0 +description: Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when setting up motion tokens, spring presets, reduced-motion handling, or SSR-safe animation in React or Next.js. tags: [motion, animation, performance, accessibility] category: frontend author: jeff +metadata: + version: 1.0.0 --- # Motion Foundations diff --git a/skills/motion-patterns/SKILL.md b/skills/motion-patterns/SKILL.md index a883ea456..d786e47ad 100644 --- a/skills/motion-patterns/SKILL.md +++ b/skills/motion-patterns/SKILL.md @@ -1,10 +1,11 @@ --- name: motion-patterns -description: Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. -version: 1.0 +description: Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. Use when animating a specific UI element in React or Next.js — button, modal, toast, stagger, page transition, or scroll. tags: [motion, animation, ui-patterns] category: frontend author: jeff +metadata: + version: 1.0.0 --- # Motion Patterns diff --git a/skills/mysql-patterns/SKILL.md b/skills/mysql-patterns/SKILL.md index 130a7529a..d9043b499 100644 --- a/skills/mysql-patterns/SKILL.md +++ b/skills/mysql-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: mysql-patterns -description: MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. +description: MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. Use when designing MySQL or MariaDB schemas and indexes, or when a query, transaction, or replica lags. metadata: origin: ECC --- diff --git a/skills/nanoclaw-repl/SKILL.md b/skills/nanoclaw-repl/SKILL.md index 60c4fec10..3d162bb5b 100644 --- a/skills/nanoclaw-repl/SKILL.md +++ b/skills/nanoclaw-repl/SKILL.md @@ -1,6 +1,6 @@ --- name: nanoclaw-repl -description: Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. +description: Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Use when operating or extending the NanoClaw REPL. metadata: origin: ECC --- diff --git a/skills/nestjs-patterns/SKILL.md b/skills/nestjs-patterns/SKILL.md index 903870307..067cb8994 100644 --- a/skills/nestjs-patterns/SKILL.md +++ b/skills/nestjs-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: nestjs-patterns -description: NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. +description: NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. Use when building or reviewing a NestJS backend — modules, providers, DTO validation, guards, or interceptors. metadata: origin: ECC --- diff --git a/skills/netmiko-ssh-automation/SKILL.md b/skills/netmiko-ssh-automation/SKILL.md index 7401cc7ac..d0aea7db8 100644 --- a/skills/netmiko-ssh-automation/SKILL.md +++ b/skills/netmiko-ssh-automation/SKILL.md @@ -1,6 +1,6 @@ --- name: netmiko-ssh-automation -description: Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling. +description: Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling. Use when automating network device access with Python Netmiko, whether collecting state or pushing guarded config changes. metadata: origin: community --- diff --git a/skills/network-bgp-diagnostics/SKILL.md b/skills/network-bgp-diagnostics/SKILL.md index 47a1b5c25..f3e0fdbbf 100644 --- a/skills/network-bgp-diagnostics/SKILL.md +++ b/skills/network-bgp-diagnostics/SKILL.md @@ -1,6 +1,6 @@ --- name: network-bgp-diagnostics -description: Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection. +description: Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection. Use when a BGP neighbor is down, routes are missing, or prefix policy and AS path need inspection. metadata: origin: community --- diff --git a/skills/network-config-validation/SKILL.md b/skills/network-config-validation/SKILL.md index 20cae2858..b3f059fac 100644 --- a/skills/network-config-validation/SKILL.md +++ b/skills/network-config-validation/SKILL.md @@ -1,6 +1,6 @@ --- name: network-config-validation -description: Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. +description: Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. Use when reviewing a router or switch configuration before deployment. metadata: origin: community --- diff --git a/skills/network-interface-health/SKILL.md b/skills/network-interface-health/SKILL.md index 37562ad6d..a4f41113a 100644 --- a/skills/network-interface-health/SKILL.md +++ b/skills/network-interface-health/SKILL.md @@ -1,6 +1,6 @@ --- name: network-interface-health -description: Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts. +description: Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts. Use when an interface shows errors, drops, CRCs, flapping, or a duplex or speed mismatch. metadata: origin: community --- diff --git a/skills/nodejs-keccak256/SKILL.md b/skills/nodejs-keccak256/SKILL.md index 9b1e0f9a0..c1b971203 100644 --- a/skills/nodejs-keccak256/SKILL.md +++ b/skills/nodejs-keccak256/SKILL.md @@ -1,9 +1,9 @@ --- name: nodejs-keccak256 -description: Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. +description: Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. Use when hashing for Ethereum in JavaScript or TypeScript, or when a selector, signature, storage slot, or derived address is wrong. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # Node.js Keccak-256 diff --git a/skills/nutrient-document-processing/SKILL.md b/skills/nutrient-document-processing/SKILL.md index 489fe16bd..e1bf3dfa9 100644 --- a/skills/nutrient-document-processing/SKILL.md +++ b/skills/nutrient-document-processing/SKILL.md @@ -1,6 +1,6 @@ --- name: nutrient-document-processing -description: Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images. +description: Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images. Use when converting, OCRing, extracting from, redacting, signing, or filling documents via the Nutrient DWS API. metadata: origin: ECC --- diff --git a/skills/nuxt4-patterns/SKILL.md b/skills/nuxt4-patterns/SKILL.md index 3a253f197..bf7068766 100644 --- a/skills/nuxt4-patterns/SKILL.md +++ b/skills/nuxt4-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: nuxt4-patterns -description: Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. +description: Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. Use when building or reviewing a Nuxt 4 app, or debugging hydration mismatches and SSR-safe data fetching. metadata: origin: ECC --- diff --git a/skills/openclaw-persona-forge/SKILL.md b/skills/openclaw-persona-forge/SKILL.md index ae55b2874..f09e76a72 100644 --- a/skills/openclaw-persona-forge/SKILL.md +++ b/skills/openclaw-persona-forge/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-persona-forge -description: "为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。 不适用于:微调已有 SOUL.md、非 OpenClaw 平台的角色设计、纯工具型无性格 Agent。 触发词:龙虾灵魂、虾魂、OpenClaw 灵魂、养虾灵魂、龙虾角色、龙虾定位、 龙虾剧本杀角色、龙虾游戏角色、龙虾 NPC、龙虾性格、龙虾背景故事、 lobster soul、lobster character、抽卡、随机龙虾、龙虾 SOUL、gacha。" +description: "为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。 不适用于:微调已有 SOUL.md、非 OpenClaw 平台的角色设计、纯工具型无性格 Agent。 触发词:龙虾灵魂、虾魂、OpenClaw 灵魂、养虾灵魂、龙虾角色、龙虾定位、 龙虾剧本杀角色、龙虾游戏角色、龙虾 NPC、龙虾性格、龙虾背景故事、 lobster soul、lobster character、抽卡、随机龙虾、龙虾 SOUL、gacha。 Use when creating, designing, or customizing an OpenClaw lobster persona — identity, SOUL.md, name, or avatar prompt." metadata: origin: community --- diff --git a/skills/opensource-pipeline/SKILL.md b/skills/opensource-pipeline/SKILL.md index e10a9c839..7f2b3559f 100644 --- a/skills/opensource-pipeline/SKILL.md +++ b/skills/opensource-pipeline/SKILL.md @@ -1,6 +1,6 @@ --- name: opensource-pipeline -description: "Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'." +description: "Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'. Use when a private project must be forked, stripped of secrets, and packaged for public release." metadata: origin: ECC --- diff --git a/skills/orch-build-mvp/SKILL.md b/skills/orch-build-mvp/SKILL.md index 798abc7eb..78173ff97 100644 --- a/skills/orch-build-mvp/SKILL.md +++ b/skills/orch-build-mvp/SKILL.md @@ -1,6 +1,6 @@ --- name: orch-build-mvp -description: Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit. Use to turn an SDD/PRD into a running starting point. +description: Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit. Use to turn an SDD/PRD into a running starting point. Use when a design or spec document must become a running MVP through planned vertical slices. metadata: origin: ECC --- diff --git a/skills/orch-pipeline/SKILL.md b/skills/orch-pipeline/SKILL.md index 466fe8241..6cb421ddc 100644 --- a/skills/orch-pipeline/SKILL.md +++ b/skills/orch-pipeline/SKILL.md @@ -1,6 +1,6 @@ --- name: orch-pipeline -description: Shared orchestration engine for the orch-* skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch-* operation skills delegate to. Not usually invoked directly. +description: Shared orchestration engine for the orch-* skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch-* operation skills delegate to. Not usually invoked directly. Not usually invoked directly; it applies when an orch-* skill delegates its gated Research-Plan-TDD-Review-Commit pipeline. metadata: origin: ECC --- diff --git a/skills/perl-patterns/SKILL.md b/skills/perl-patterns/SKILL.md index 644b4b958..a2aaa8621 100644 --- a/skills/perl-patterns/SKILL.md +++ b/skills/perl-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: perl-patterns -description: Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. +description: Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. Use when writing or reviewing modern Perl 5.36+ code. metadata: origin: ECC --- diff --git a/skills/perl-security/SKILL.md b/skills/perl-security/SKILL.md index a661eb274..7bb7e470f 100644 --- a/skills/perl-security/SKILL.md +++ b/skills/perl-security/SKILL.md @@ -1,6 +1,6 @@ --- name: perl-security -description: Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. +description: Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. Use when reviewing Perl input handling, process execution, DBI queries, or web-facing code. metadata: origin: ECC --- diff --git a/skills/perl-testing/SKILL.md b/skills/perl-testing/SKILL.md index ed72b7cbf..c170c19f9 100644 --- a/skills/perl-testing/SKILL.md +++ b/skills/perl-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: perl-testing -description: Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. +description: Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with Test2::V0 or Test::More, or measuring coverage. metadata: origin: ECC --- diff --git a/skills/plan-canvas/SKILL.md b/skills/plan-canvas/SKILL.md index fd45baf6f..40a02581a 100644 --- a/skills/plan-canvas/SKILL.md +++ b/skills/plan-canvas/SKILL.md @@ -2,8 +2,8 @@ name: plan-canvas description: Open plans and HTML artifacts in a local browser canvas where the human annotates elements, chats, and approves or requests changes without leaving the page. Use when presenting a plan for review, or when feedback like "move this, change that" is easier pointed at than typed. metadata: + version: "1.0.0" origin: ECC -version: "1.0.0" --- # Plan Canvas diff --git a/skills/plankton-code-quality/SKILL.md b/skills/plankton-code-quality/SKILL.md index ef1e4bcec..5dd3419be 100644 --- a/skills/plankton-code-quality/SKILL.md +++ b/skills/plankton-code-quality/SKILL.md @@ -1,6 +1,6 @@ --- name: plankton-code-quality -description: "Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks." +description: "Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Use when setting up write-time formatting, linting, or auto-fix hooks on file edits." metadata: origin: community --- diff --git a/skills/postgres-patterns/SKILL.md b/skills/postgres-patterns/SKILL.md index 319577c3b..12a3a4a05 100644 --- a/skills/postgres-patterns/SKILL.md +++ b/skills/postgres-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: postgres-patterns -description: PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. +description: PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow. metadata: origin: ECC --- diff --git a/skills/prediction-market-oracle-research/SKILL.md b/skills/prediction-market-oracle-research/SKILL.md index 476a8a9ee..8cb9314ac 100644 --- a/skills/prediction-market-oracle-research/SKILL.md +++ b/skills/prediction-market-oracle-research/SKILL.md @@ -1,6 +1,6 @@ --- name: prediction-market-oracle-research -description: Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice. +description: Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice. Use when evaluating prediction markets as a data source or oracle signal for a product, agent, or dashboard. metadata: origin: ECC --- diff --git a/skills/prisma-patterns/SKILL.md b/skills/prisma-patterns/SKILL.md index 894bab1e5..9ea78b8eb 100644 --- a/skills/prisma-patterns/SKILL.md +++ b/skills/prisma-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: prisma-patterns -description: Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion. +description: Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion. Use when writing a Prisma schema or query, or debugging transactions, migrations, or serverless connection limits. metadata: origin: ECC --- diff --git a/skills/production-audit/SKILL.md b/skills/production-audit/SKILL.md index 72c78cc23..a6d92fa5e 100644 --- a/skills/production-audit/SKILL.md +++ b/skills/production-audit/SKILL.md @@ -1,6 +1,6 @@ --- name: production-audit -description: Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service. +description: Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service. Use when auditing production readiness before launch, after a merge, or when asked what breaks in prod. metadata: origin: community --- diff --git a/skills/production-scheduling/SKILL.md b/skills/production-scheduling/SKILL.md index aa2ad7f75..684448bf6 100644 --- a/skills/production-scheduling/SKILL.md +++ b/skills/production-scheduling/SKILL.md @@ -9,9 +9,9 @@ description: > resolving bottlenecks, optimizing changeovers, responding to disruptions, or balancing manufacturing lines. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/python-patterns/SKILL.md b/skills/python-patterns/SKILL.md index 7fc3ac97a..ced3d588d 100644 --- a/skills/python-patterns/SKILL.md +++ b/skills/python-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: python-patterns -description: Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. +description: Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or reviewing Python code and idiomatic structure, typing, or PEP 8 is in question. metadata: origin: ECC --- diff --git a/skills/python-testing/SKILL.md b/skills/python-testing/SKILL.md index 5317eff40..ddfcc0abc 100644 --- a/skills/python-testing/SKILL.md +++ b/skills/python-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: python-testing -description: Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. +description: Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Use when writing pytest tests — fixtures, mocks, parametrization, or coverage. metadata: origin: ECC --- diff --git a/skills/pytorch-patterns/SKILL.md b/skills/pytorch-patterns/SKILL.md index 736f078f1..068225c16 100644 --- a/skills/pytorch-patterns/SKILL.md +++ b/skills/pytorch-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: pytorch-patterns -description: PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading. +description: PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading. Use when writing or reviewing PyTorch training loops, model architectures, or data loading, or when a run will not reproduce. metadata: origin: ECC --- diff --git a/skills/quality-nonconformance/SKILL.md b/skills/quality-nonconformance/SKILL.md index 6e896f182..2918f2eb7 100644 --- a/skills/quality-nonconformance/SKILL.md +++ b/skills/quality-nonconformance/SKILL.md @@ -9,9 +9,9 @@ description: > Use when investigating non-conformances, performing root cause analysis, managing CAPAs, interpreting SPC data, or handling supplier quality issues. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/quarkus-patterns/SKILL.md b/skills/quarkus-patterns/SKILL.md index 6f21dfca9..467bd1ceb 100644 --- a/skills/quarkus-patterns/SKILL.md +++ b/skills/quarkus-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: quarkus-patterns -description: Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. +description: Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. Use when building or reviewing a Quarkus service, especially with Camel messaging or Panache data access. metadata: origin: ECC --- diff --git a/skills/quarkus-security/SKILL.md b/skills/quarkus-security/SKILL.md index 993a23945..4bdaacb74 100644 --- a/skills/quarkus-security/SKILL.md +++ b/skills/quarkus-security/SKILL.md @@ -1,6 +1,6 @@ --- name: quarkus-security -description: Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security. +description: Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security. Use when reviewing Quarkus authn/authz, JWT or OIDC, RBAC, validation, or secrets. metadata: origin: ECC --- diff --git a/skills/ralphinho-rfc-pipeline/SKILL.md b/skills/ralphinho-rfc-pipeline/SKILL.md index 14c24effd..3764010c4 100644 --- a/skills/ralphinho-rfc-pipeline/SKILL.md +++ b/skills/ralphinho-rfc-pipeline/SKILL.md @@ -1,6 +1,6 @@ --- name: ralphinho-rfc-pipeline -description: RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration. +description: RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration. Use when running RFC-driven multi-agent execution with quality gates and a merge queue. metadata: origin: ECC --- diff --git a/skills/redis-patterns/SKILL.md b/skills/redis-patterns/SKILL.md index 368b97267..463e7dd4f 100644 --- a/skills/redis-patterns/SKILL.md +++ b/skills/redis-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: redis-patterns -description: Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications. +description: Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications. Use when adding caching, a distributed lock, rate limiting, or pub/sub with Redis, or when key design needs review. metadata: origin: ECC --- diff --git a/skills/remotion-video-creation/SKILL.md b/skills/remotion-video-creation/SKILL.md index 50467e723..b86102f82 100644 --- a/skills/remotion-video-creation/SKILL.md +++ b/skills/remotion-video-creation/SKILL.md @@ -1,6 +1,6 @@ --- name: remotion-video-creation -description: Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more. +description: Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more. Use when building video in React with Remotion — animations, audio, captions, charts, or transitions. metadata: tags: remotion, video, react, animation, composition, three.js, lottie --- diff --git a/skills/repo-scan/SKILL.md b/skills/repo-scan/SKILL.md index de979f858..daa60d9fe 100644 --- a/skills/repo-scan/SKILL.md +++ b/skills/repo-scan/SKILL.md @@ -1,6 +1,6 @@ --- name: repo-scan -description: Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports. +description: Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports. Use when an unfamiliar or inherited repository needs a file-level audit of what each module is and what third-party code it embeds. metadata: origin: community --- diff --git a/skills/returns-reverse-logistics/SKILL.md b/skills/returns-reverse-logistics/SKILL.md index 43f34887e..8da9ef03e 100644 --- a/skills/returns-reverse-logistics/SKILL.md +++ b/skills/returns-reverse-logistics/SKILL.md @@ -9,9 +9,9 @@ description: > product returns, reverse logistics, refund decisions, return fraud detection, or warranty claims. license: Apache-2.0 -version: 1.0.0 homepage: https://github.com/affaan-m/everything-claude-code metadata: + version: 1.0.0 origin: ECC author: evos clawdbot: diff --git a/skills/rules-distill/SKILL.md b/skills/rules-distill/SKILL.md index c6536a371..9f76d3fe0 100644 --- a/skills/rules-distill/SKILL.md +++ b/skills/rules-distill/SKILL.md @@ -1,6 +1,6 @@ --- name: rules-distill -description: "Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files" +description: "Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files. Use when the same principle keeps recurring across skills and belongs in a rule file instead." metadata: origin: ECC --- diff --git a/skills/rust-patterns/SKILL.md b/skills/rust-patterns/SKILL.md index e968ea388..b87afe5eb 100644 --- a/skills/rust-patterns/SKILL.md +++ b/skills/rust-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: rust-patterns -description: Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications. +description: Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications. Use when writing or reviewing Rust code and ownership, error handling, traits, or concurrency is in question. metadata: origin: ECC --- diff --git a/skills/rust-testing/SKILL.md b/skills/rust-testing/SKILL.md index a2cab9cbf..464555b45 100644 --- a/skills/rust-testing/SKILL.md +++ b/skills/rust-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: rust-testing -description: Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. +description: Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology. Use when writing Rust tests — unit, integration, async, property-based, or coverage. metadata: origin: ECC --- diff --git a/skills/santa-method/SKILL.md b/skills/santa-method/SKILL.md index 1919f96a4..53da56882 100644 --- a/skills/santa-method/SKILL.md +++ b/skills/santa-method/SKILL.md @@ -1,6 +1,6 @@ --- name: santa-method -description: "Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships." +description: "Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships. Use when output must clear two independent adversarial reviewers before it ships." metadata: origin: "Ronald Skelton - Founder, RapportScore.ai" --- diff --git a/skills/scientific-db-pubmed-database/SKILL.md b/skills/scientific-db-pubmed-database/SKILL.md index 574564936..22c13cca7 100644 --- a/skills/scientific-db-pubmed-database/SKILL.md +++ b/skills/scientific-db-pubmed-database/SKILL.md @@ -1,6 +1,6 @@ --- name: pubmed-database -description: Direct PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature monitoring. +description: Direct PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature monitoring. Use when a task needs biomedical literature from PubMed rather than general web search. metadata: origin: community --- diff --git a/skills/scientific-db-uspto-database/SKILL.md b/skills/scientific-db-uspto-database/SKILL.md index 6b9b0bd01..55e19310e 100644 --- a/skills/scientific-db-uspto-database/SKILL.md +++ b/skills/scientific-db-uspto-database/SKILL.md @@ -1,6 +1,6 @@ --- name: uspto-database -description: USPTO patent and trademark data workflow for official record lookup, PatentSearch queries, TSDR checks, assignment data, and reproducible IP research logs. +description: USPTO patent and trademark data workflow for official record lookup, PatentSearch queries, TSDR checks, assignment data, and reproducible IP research logs. Use when a task needs official United States patent or trademark records from USPTO systems. metadata: origin: community --- diff --git a/skills/scientific-pkg-gget/SKILL.md b/skills/scientific-pkg-gget/SKILL.md index f949adf7a..59b5479bb 100644 --- a/skills/scientific-pkg-gget/SKILL.md +++ b/skills/scientific-pkg-gget/SKILL.md @@ -1,6 +1,6 @@ --- name: gget -description: gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs. +description: gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs. Use when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. metadata: origin: community --- diff --git a/skills/scientific-thinking-literature-review/SKILL.md b/skills/scientific-thinking-literature-review/SKILL.md index d4941a572..53cba5e3e 100644 --- a/skills/scientific-thinking-literature-review/SKILL.md +++ b/skills/scientific-thinking-literature-review/SKILL.md @@ -1,6 +1,6 @@ --- name: literature-review -description: Systematic literature-review workflow for academic, biomedical, technical, and scientific topics, including search planning, source screening, synthesis, citation checks, and evidence logging. +description: Systematic literature-review workflow for academic, biomedical, technical, and scientific topics, including search planning, source screening, synthesis, citation checks, and evidence logging. Use when the task is to find, screen, synthesize, and cite a body of academic or technical literature. metadata: origin: community --- diff --git a/skills/scientific-thinking-scholar-evaluation/SKILL.md b/skills/scientific-thinking-scholar-evaluation/SKILL.md index 8e4779fc7..100620ed9 100644 --- a/skills/scientific-thinking-scholar-evaluation/SKILL.md +++ b/skills/scientific-thinking-scholar-evaluation/SKILL.md @@ -1,6 +1,6 @@ --- name: scholar-evaluation -description: Structured scholarly-work evaluation for papers, proposals, literature reviews, methods sections, evidence quality, citation support, and research-writing feedback. +description: Structured scholarly-work evaluation for papers, proposals, literature reviews, methods sections, evidence quality, citation support, and research-writing feedback. Use when evaluating academic or scientific work — papers, proposals, methods sections, or evidence quality — against a repeatable rubric. metadata: origin: community --- diff --git a/skills/security-bounty-hunter/SKILL.md b/skills/security-bounty-hunter/SKILL.md index d47e45a37..ea62db8b0 100644 --- a/skills/security-bounty-hunter/SKILL.md +++ b/skills/security-bounty-hunter/SKILL.md @@ -1,9 +1,9 @@ --- name: security-bounty-hunter -description: Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings. +description: Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings. Use when hunting reportable, remotely reachable vulnerabilities in a repository. metadata: + version: "1.0.0" origin: ECC direct-port adaptation -version: "1.0.0" --- # Security Bounty Hunter diff --git a/skills/security-scan/SKILL.md b/skills/security-scan/SKILL.md index 79ab69e82..9026c08e0 100644 --- a/skills/security-scan/SKILL.md +++ b/skills/security-scan/SKILL.md @@ -1,6 +1,6 @@ --- name: security-scan -description: Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions. +description: Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions. Use when auditing a .claude/ directory — CLAUDE.md, settings.json, MCP servers, hooks, or agent definitions. metadata: origin: ECC --- diff --git a/skills/skill-comply/SKILL.md b/skills/skill-comply/SKILL.md index 184f03546..303863e30 100644 --- a/skills/skill-comply/SKILL.md +++ b/skills/skill-comply/SKILL.md @@ -1,6 +1,6 @@ --- name: skill-comply -description: Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines +description: Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines. Use when checking whether agents actually follow the skills, rules, and definitions they were given, rather than assuming they do. metadata: origin: ECC tools: Read, Bash diff --git a/skills/springboot-patterns/SKILL.md b/skills/springboot-patterns/SKILL.md index cb001bc57..dc0b5f2a1 100644 --- a/skills/springboot-patterns/SKILL.md +++ b/skills/springboot-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: springboot-patterns -description: Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. +description: Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. Use when building or reviewing a Spring Boot backend — REST layer, services, data access, caching, or async work. metadata: origin: ECC --- diff --git a/skills/springboot-security/SKILL.md b/skills/springboot-security/SKILL.md index 96e1fe7af..37391ec7e 100644 --- a/skills/springboot-security/SKILL.md +++ b/skills/springboot-security/SKILL.md @@ -1,6 +1,6 @@ --- name: springboot-security -description: Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. +description: Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. Use when reviewing Spring Security authn/authz, validation, CSRF, secrets, headers, or rate limiting. metadata: origin: ECC --- diff --git a/skills/strategic-compact/SKILL.md b/skills/strategic-compact/SKILL.md index 46d800b4e..0f7923553 100644 --- a/skills/strategic-compact/SKILL.md +++ b/skills/strategic-compact/SKILL.md @@ -1,6 +1,6 @@ --- name: strategic-compact -description: Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. +description: Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is approaching a context limit and a task phase is a natural place to compact. metadata: origin: ECC --- diff --git a/skills/swift-actor-persistence/SKILL.md b/skills/swift-actor-persistence/SKILL.md index e642c3cea..9cbf45df1 100644 --- a/skills/swift-actor-persistence/SKILL.md +++ b/skills/swift-actor-persistence/SKILL.md @@ -1,6 +1,6 @@ --- name: swift-actor-persistence -description: Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. +description: Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. Use when persisting data in Swift and a data race or thread-safety problem needs designing out. metadata: origin: ECC --- diff --git a/skills/swift-concurrency-6-2/SKILL.md b/skills/swift-concurrency-6-2/SKILL.md index d9864cc40..d88911687 100644 --- a/skills/swift-concurrency-6-2/SKILL.md +++ b/skills/swift-concurrency-6-2/SKILL.md @@ -1,6 +1,6 @@ --- name: swift-concurrency-6-2 -description: Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types. +description: Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types. Use when adopting Swift 6.2 concurrency — offloading with @concurrent or resolving main-actor isolation. --- # Swift 6.2 Approachable Concurrency diff --git a/skills/swift-protocol-di-testing/SKILL.md b/skills/swift-protocol-di-testing/SKILL.md index fb0b6a0a8..5866cfd26 100644 --- a/skills/swift-protocol-di-testing/SKILL.md +++ b/skills/swift-protocol-di-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: swift-protocol-di-testing -description: Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. +description: Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. Use when Swift code needs testing and file system, network, or external APIs must be mocked. metadata: origin: ECC --- diff --git a/skills/swiftui-patterns/SKILL.md b/skills/swiftui-patterns/SKILL.md index d0972c37d..4497ece6e 100644 --- a/skills/swiftui-patterns/SKILL.md +++ b/skills/swiftui-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: swiftui-patterns -description: SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices. +description: SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices. Use when building or reviewing SwiftUI views, @Observable state, navigation, or render performance. --- # SwiftUI Patterns diff --git a/skills/team-agent-orchestration/SKILL.md b/skills/team-agent-orchestration/SKILL.md index 94068ef2b..e1d22e90f 100644 --- a/skills/team-agent-orchestration/SKILL.md +++ b/skills/team-agent-orchestration/SKILL.md @@ -1,6 +1,6 @@ --- name: team-agent-orchestration -description: "Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs." +description: "Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs. Use when coordinating an agent squad with work items, ownership, Kanban, and merge gates." metadata: origin: ECC --- diff --git a/skills/team-builder/SKILL.md b/skills/team-builder/SKILL.md index b55a482c7..16e216ebf 100644 --- a/skills/team-builder/SKILL.md +++ b/skills/team-builder/SKILL.md @@ -1,6 +1,6 @@ --- name: team-builder -description: Interactive agent picker for composing and dispatching parallel teams +description: Interactive agent picker for composing and dispatching parallel teams. Use when composing and dispatching a parallel team of agents for a task. metadata: origin: community --- diff --git a/skills/verification-loop/SKILL.md b/skills/verification-loop/SKILL.md index 94261cfdb..8713f2b78 100644 --- a/skills/verification-loop/SKILL.md +++ b/skills/verification-loop/SKILL.md @@ -1,6 +1,6 @@ --- name: verification-loop -description: "A comprehensive verification system for Claude Code sessions." +description: "A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before claiming it is complete." license: MIT metadata: origin: ECC diff --git a/skills/videodb/SKILL.md b/skills/videodb/SKILL.md index 8b5dc2363..01a4408d2 100644 --- a/skills/videodb/SKILL.md +++ b/skills/videodb/SKILL.md @@ -1,6 +1,6 @@ --- name: videodb -description: See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture. +description: See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture. Use when ingesting, indexing, searching, editing, transcoding, or alerting on video or audio content. metadata: origin: ECC allowed-tools: Read Grep Glob Bash(python:*) diff --git a/skills/visa-doc-translate/SKILL.md b/skills/visa-doc-translate/SKILL.md index 394a8359c..5f037e17a 100644 --- a/skills/visa-doc-translate/SKILL.md +++ b/skills/visa-doc-translate/SKILL.md @@ -1,6 +1,6 @@ --- name: visa-doc-translate -description: Translate visa application documents (images) to English and create a bilingual PDF with original and translation +description: Translate visa application documents (images) to English and create a bilingual PDF with original and translation. Use when visa application document images must be translated to English as a bilingual PDF. --- You are helping translate visa application documents for visa applications. diff --git a/skills/vue-patterns/SKILL.md b/skills/vue-patterns/SKILL.md index c9d9c0932..978381a60 100644 --- a/skills/vue-patterns/SKILL.md +++ b/skills/vue-patterns/SKILL.md @@ -1,6 +1,6 @@ --- name: vue-patterns -description: Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects. +description: Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects. Use when building or reviewing Vue 3, Nuxt, or Pinia code — Composition API, reactivity, or router navigation. origin: ECC --- diff --git a/skills/windows-desktop-e2e/SKILL.md b/skills/windows-desktop-e2e/SKILL.md index 3d5747f70..f965b043c 100644 --- a/skills/windows-desktop-e2e/SKILL.md +++ b/skills/windows-desktop-e2e/SKILL.md @@ -1,6 +1,6 @@ --- name: windows-desktop-e2e -description: E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation. +description: E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation. Use when writing E2E tests for a Windows native desktop app with pywinauto or UI Automation. metadata: origin: ECC ---