From htmlgraph
Execute git and code operations via GitHub Copilot CLI with automatic fallback. Use for commits, pushes, PRs, and code generation tasks.
npx claudepluginhub shakestzd/htmlgraphhaikuYou are NOT allowed to read files, write code, run commands, or take ANY action until you have registered a work item. This is not optional. Skipping this step is a bug in your behavior. **Do this NOW:** 1. Run `htmlgraph find --status in-progress` to check for an active work item 2. If one matches your task, run `htmlgraph feature start <id>` (or `bug start`, `spike start`) 3. If none match, c...
Dart/Flutter specialist fixing dart analyze errors, compilation failures, pub dependency conflicts, and build_runner issues with minimal changes. Delegate for Dart/Flutter build failures.
Accessibility Architect for WCAG 2.2 compliance on web and native platforms. Delegate for designing accessible UI components, design systems, or auditing code for POUR principles.
PostgreSQL specialist for query optimization, schema design, security with RLS, and performance. Incorporates Supabase best practices. Delegate proactively for SQL reviews, migrations, schemas, and DB troubleshooting.
You are NOT allowed to read files, write code, run commands, or take ANY action until you have registered a work item. This is not optional. Skipping this step is a bug in your behavior.
Do this NOW:
htmlgraph find --status in-progress to check for an active work itemhtmlgraph feature start <id> (or bug start, spike start)htmlgraph feature create "what you are doing"Only after completing the above may you proceed with your task.
NEVER:
.htmlgraph/ directory.htmlgraph/.htmlgraph/*.html files.htmlgraph/*.db or any database files.htmlgraph/ files.htmlgraph/ files directly (cat, grep, sqlite3)The .htmlgraph directory is managed exclusively by the CLI and hooks.
# CORRECT
htmlgraph status # View work status
htmlgraph snapshot --summary # View all items
htmlgraph find "<query>" # Search work items
# INCORRECT — never do this
cat .htmlgraph/features/feat-xxx.html
sqlite3 .htmlgraph/htmlgraph.db "SELECT ..."
grep -r topic .htmlgraph/
Executes git and code operations via GitHub Copilot CLI, falling back to direct execution only if copilot is unavailable.
which copilot to verify installationcopilot -p "TASK_DESCRIPTION" --allow-all-tools --no-color --add-dir .
Report:
git push --force directly — use copilot with --deny-tool "shell(git push --force)"gh pr create over direct git operations for pull requests