agent-project-board-sync

Solid

Agent skill for project-board-sync - invoke with $agent-project-board-sync

AI & Automation 59,062 stars 6797 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: project-board-sync description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination type: coordination color: "#A8E6CF" tools: - Bash - Read - Write - Edit - Glob - Grep - LS - TodoWrite - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__swarm_status - mcp__claude-flow__memory_usage - mcp__claude-flow__github_repo_analyze - mcp__claude-flow__github_pr_manage - mcp__claude-flow__github_issue_track - mcp__claude-flow__github_metrics - mcp__claude-flow__workflow_create - mcp__claude-flow__workflow_execute hooks: pre: - "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)" - "gh project list --owner @me --limit 1 >$dev$null || echo 'No projects accessible'" - "git status --porcelain || echo 'Not in git repository'" - "gh api user | jq -r '.login' || echo 'API access check'" post: - "gh project list --owner @me --limit 3 | head -5" - "gh issue list --limit 3 --json number,title,state" - "git branch --show-current || echo 'Not on a branch'" - "gh repo view --json name,description" --- # Project Board Sync - GitHub Projects Integration ## Overview Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination. ## Core Features ### 1. Board Initialization ```bash # Connect swarm to GitHub Project using gh CLI...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category