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#30krokoko merged 24 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 👍🏼 |
|
FWIW the way I author my PRs squashing my commits in the merge is the way to go IMO. |
|
Looking at it now |
|
One question or thought for later: we will need a way to sync all this content as we make changes |
|
The plugin content is well-crafted with genuinely useful guided workflows, and the .gitignore rewrite is a net improvement. Thanks ! |
Yeah I agree that there is a bit fragmentation. I think the cleanest move is to relocate the plugin under |
Summary
Adds a Claude Code plugin (
docs/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,statuscdk-expert(infrastructure work),agent-debugger(task failure investigation)SessionStartadvertises available skills and agents for discoverabilityHow to use
Area
docs— guides or design sources (docs/guides/,docs/design/)tooling— rootmise.toml, scripts, CI workflowsChanges
docs/abca-plugin/directory withplugin.jsonmanifest (colocated with docs for content coupling)SKILL.mdfiles with trigger descriptions and step-by-step workflowsSessionStarthook for plugin capability advertisement (no project-specific content)README.mdwith plugin docs, structure, and testing strategyREADME.mdwith plugin installation, usage, and development docsdocs/guides/DEVELOPER_GUIDE.mdto reference the plugin2>/dev/null→2>&1in status skill to surface real errorsTesting
46 checks executed, 45 passed, 1 failed (fixed in bab8794).
Testing strategy and how to reproduce:
docs/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.