feat(plugin): add Claude Code plugin with guided skills, agents, and hooks#30
feat(plugin): add Claude Code plugin with guided skills, agents, and hooks#30rsmets wants to merge 16 commits intoaws-samples:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@rsmets are you still testing this ? Or we can switch it to ready for review ? |
I am still testing... I used it to get myself setup yesterday then had to switch gears. Now testing the post setup semantic interface. |
|
@krokoko thanks for keeping this branch's trunk up to date with |
Run 4-layer validation (structural, agent config, content integrity, hooks) across all plugin components. Fix incorrect path reference in agent-debugger.md: agent/prompts/ → agent/src/prompts/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Plugin Testing ResultsRan a 4-layer validation (structural, agent config, content integrity, hooks) across all plugin components. 46 checks executed, 45 passed, 1 failed (fixed in bab8794). Testing strategy: Layer 1: Structural Validation — PASS (9/9)
Layer 2: Agent Configuration — PASS (1 bug found and fixed)cdk-expert.md — All PASS agent-debugger.md — 1 issue:
Layer 3: Content Integrity — PASS (25/25)
Layer 4: Hook Validation — PASS (6/6)
|
…sults Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Np thanks ! Just wanted to check in case you were waiting for me on an approval :) |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@krokoko I believe that this PR is now ready for review (and merge). Feel free to edit as you see fit. |
|
@krokoko I am actually running into |
|
Well good news... I got it up and running and interfacing with strictly through a semantic Claude code interface with the help of the plugin 👍🏼 |
Summary
Adds a local Claude Code plugin (
abca-plugin/) that gives developers guided workflows for setting up, deploying, operating, and troubleshooting the ABCA platform, directly from their IDE or terminal.In response to Issue #17.
setup,deploy,onboard-repo,submit-task,troubleshoot,abca-status,abca-submitcdk-expert(infrastructure work),agent-debugger(task failure investigation)SessionStartinjects project context into every Claude Code sessionHow to use
Area
docs— guides or design sources (docs/guides/,docs/design/)tooling— rootmise.toml, scripts, CI workflowsChanges
abca-plugin/directory withplugin.jsonmanifestSKILL.mdfiles with trigger descriptions and step-by-step workflowsSessionStarthook for automatic project context injectionREADME.mdwith plugin docs, structure, and testing strategyREADME.mdwith plugin installation, usage, and development docsTesting
46 checks executed, 45 passed, 1 failed (fixed in bab8794).
Testing strategy and how to reproduce:
abca-plugin/README.md#testingAcknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.