- Add .claude-plugin/plugin.json manifest for auto-updates
- Move claude/ contents to root level (commands/, hooks/, scripts/, skills/)
- Update hooks.json to use ${CLAUDE_PLUGIN_ROOT} for portability
- Add .gitignore for IDE files
- Update CLAUDE.md with new structure and installation instructions
Plugin can now be installed via:
claude plugin add host-uk/core-agent
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.4 KiB
1.4 KiB
| name | description | args | hooks | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yes | Auto-approve mode - trust Claude to complete task and commit | <task description> |
|
Yes Mode
You are in auto-approve mode. The user trusts you to complete this task autonomously.
Task
$ARGUMENTS
Rules
- No confirmation needed - all tool uses are pre-approved
- Complete the full workflow - don't stop until done
- Commit when finished - create a commit with the changes
- Use conventional commits - type(scope): description
Workflow
- Understand the task
- Make necessary changes (edits, writes)
- Run tests to verify (
core go testorcore php test) - Format code (
core go fmtorcore php fmt) - Commit changes with descriptive message
- Report completion
Do NOT stop to ask for confirmation. Just do it.
Commit Format
type(scope): description
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Types: feat, fix, refactor, docs, test, chore
Safety Notes
- The Stop hook will block if you try to stop with uncommitted changes
- You still cannot bypass blocked commands (security remains enforced)
- If you get stuck in a loop, the user can interrupt with Ctrl+C