From ai-maestro-orchestrator-agent
Manages GitHub Projects V2 kanban boards: creates boards, adds columns, moves items via gh CLI, GraphQL mutations, and Python scripts. Use for kanban or column requests.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Manage GitHub Projects V2 kanban boards: create boards, columns, move items, sync status.
Manages GitHub Projects v2 via gh CLI: create/edit/list projects, add issues/PRs as items, manage fields, link repos, automate workflows.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Manage GitHub Projects V2 kanban boards: create boards, columns, move items, sync status.
gh CLI authenticated with project and read:project OAuth scopes. See references/gh-auth-scopes.md
gh auth status 2>&1 | grep -q "project" || echo "ERROR: gh auth refresh -h github.com -s project,read:project"updateProjectV2Field directly -- use scripts/gh-project-add-columns.pyCopy this checklist and track your progress:
JSON from GraphQL mutations and board state reports.
Input: move-item --project 42 --item ITEM_ID --column "AI Review"
Output: {"updateProjectV2ItemFieldValue":{"projectV2Item":{"id":"ITEM_ID"}}}
See references/kanban-examples.md
See references/kanban-error-handling.md