diff --git a/claude/plugin-tools/skills/bump-plugin-version/SKILL.md b/claude/plugin-tools/skills/bump-plugin-version/SKILL.md index c3b7cda..1266e65 100644 --- a/claude/plugin-tools/skills/bump-plugin-version/SKILL.md +++ b/claude/plugin-tools/skills/bump-plugin-version/SKILL.md @@ -1,16 +1,10 @@ --- name: bump-plugin-version -description: Bumps plugin versions across the Agent Alchemy ecosystem +description: "Bumps plugin versions across the Agent Alchemy ecosystem by scanning 5 version locations per plugin, detecting drift, and applying consistent semver updates with changelog entries. Use when bumping plugin versions, updating marketplace versions, checking version drift, releasing plugin updates, or preparing a new plugin release." user-invocable: true disable-model-invocation: true argument-hint: "[--plugin ] [--level patch|minor|major] [--dry-run]" -allowed-tools: - - Read - - Edit - - Glob - - Grep - - Bash - - AskUserQuestion +allowed-tools: Read, Edit, Glob, Grep, Bash, AskUserQuestion --- # Bump Plugin Version diff --git a/claude/plugin-tools/skills/dependency-checker/SKILL.md b/claude/plugin-tools/skills/dependency-checker/SKILL.md index 906f436..acb0873 100644 --- a/claude/plugin-tools/skills/dependency-checker/SKILL.md +++ b/claude/plugin-tools/skills/dependency-checker/SKILL.md @@ -1,16 +1,10 @@ --- name: dependency-checker -description: Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups +description: "Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues, broken paths, orphaned components, circular dependencies, and documentation drift across all plugin groups. Use when checking plugin health, auditing dependencies, finding broken cross-plugin paths, detecting orphaned skills or agents, or generating an ecosystem health report." user-invocable: true disable-model-invocation: true argument-hint: "[--plugin ] [--verbose] [--report-file ]" -allowed-tools: - - Read - - Write - - Glob - - Grep - - Bash - - AskUserQuestion +allowed-tools: Read, Write, Glob, Grep, Bash, AskUserQuestion --- # Dependency Checker diff --git a/claude/plugin-tools/skills/update-ported-plugin/SKILL.md b/claude/plugin-tools/skills/update-ported-plugin/SKILL.md index 579c430..4640b02 100644 --- a/claude/plugin-tools/skills/update-ported-plugin/SKILL.md +++ b/claude/plugin-tools/skills/update-ported-plugin/SKILL.md @@ -1,18 +1,10 @@ --- name: update-ported-plugin -description: Updates previously-ported plugins when source plugins change or the target platform evolves +description: "Applies incremental updates to previously-ported plugins by detecting source diffs and platform drift since the original port, then applying targeted changes without re-running the full port workflow. Use when source plugins have changed, the target platform has evolved, updating ported plugins, syncing ported code with upstream changes, or refreshing platform adapter mappings." user-invocable: true disable-model-invocation: true argument-hint: "--target [--source-only] [--platform-only] [--output-dir ]" -allowed-tools: - - Read - - Write - - Edit - - Glob - - Grep - - Bash - - AskUserQuestion - - Task +allowed-tools: Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion, Task --- # Update Ported Plugin diff --git a/claude/plugin-tools/skills/validate-adapter/SKILL.md b/claude/plugin-tools/skills/validate-adapter/SKILL.md index 10f5227..9c61d54 100644 --- a/claude/plugin-tools/skills/validate-adapter/SKILL.md +++ b/claude/plugin-tools/skills/validate-adapter/SKILL.md @@ -1,18 +1,10 @@ --- name: validate-adapter -description: Validates adapter files against live platform documentation to detect stale mappings,missing features, and outdated version information +description: "Validates adapter files against live platform documentation to detect stale mappings, missing features, and outdated version information across all 9 adapter sections. Use when validating platform adapters, checking adapter staleness, auditing adapter accuracy, updating adapter mappings, or verifying adapter health before a port operation." user-invocable: true disable-model-invocation: true argument-hint: "--target [--update]" -allowed-tools: - - Read - - Write - - Edit - - Glob - - Grep - - Bash - - AskUserQuestion - - Task +allowed-tools: Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion, Task --- # Validate Adapter diff --git a/claude/tdd-tools/skills/execute-tdd-tasks/SKILL.md b/claude/tdd-tools/skills/execute-tdd-tasks/SKILL.md index d04b94d..2030852 100644 --- a/claude/tdd-tools/skills/execute-tdd-tasks/SKILL.md +++ b/claude/tdd-tools/skills/execute-tdd-tasks/SKILL.md @@ -1,24 +1,10 @@ --- name: execute-tdd-tasks -description: Execute TDD task pairs autonomously with RED-GREEN-REFACTOR verification. Orchestrates wave-based execution with strategic parallelism, routing TDD tasks to tdd-executor agents and non-TDD tasks to standard task-executor. Use when user says "execute tdd tasks", "run tdd tasks", "start tdd execution", or wants to execute TDD-paired tasks from create-tdd-tasks. +description: "Execute TDD task pairs autonomously with RED-GREEN-REFACTOR verification. Orchestrates wave-based execution with strategic parallelism, routing TDD tasks to tdd-executor agents and non-TDD tasks to standard task-executor. Use when user says \"execute tdd tasks\", \"run tdd tasks\", \"start tdd execution\", or wants to execute TDD-paired tasks from create-tdd-tasks." argument-hint: "[--task-group ] [--max-parallel ] [--retries ]" user-invocable: true disable-model-invocation: false -allowed-tools: - - Read - - Write - - Edit - - Glob - - Grep - - Bash - - Task - - TaskOutput - - TaskStop - - AskUserQuestion - - TaskCreate - - TaskGet - - TaskList - - TaskUpdate +allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Task, TaskOutput, TaskStop, AskUserQuestion, TaskCreate, TaskGet, TaskList, TaskUpdate arguments: - name: task-group description: Optional task group name to filter tasks. Only tasks with matching metadata.task_group will be executed.