Agent skill
sync-copilot-workflows
[AI & Tools] Sync workflow catalog from workflows.json to GitHub Copilot instructions. Run after adding/removing/modifying workflows to keep copilot-instructions.md up to date. Copilot has no hooks, so this manual sync replaces the auto-injection that Claude Code gets from workflow-router.cjs.
Install this agent skill to your Project
npx add-skill https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/sync-copilot-workflows
SKILL.md
Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
Sync Copilot Workflows
Generate and update the workflow catalog in .github/copilot-instructions.md from the source of truth .claude/workflows.json.
When to Use
- After adding, removing, or modifying workflows in
.claude/workflows.json - After running
/ai-dev-tools-syncto ensure workflow parity - When copilot workflow catalog is stale or drifted
NOT for: Claude Code workflow issues (Claude gets auto-injected catalog via workflow-router.cjs hook).
What To Do
- Run the sync script:
node .claude/scripts/sync-copilot-workflows.cjs
- Verify the output shows the correct workflow count and "Updated" message
- Optionally preview first with
--dry-run:
node .claude/scripts/sync-copilot-workflows.cjs --dry-run
How It Works
- Source of truth:
.claude/workflows.json(32 workflows, keyword matching, sequences) - Target:
.github/copilot-instructions.mdsection## Workflow Catalog - Script:
.claude/scripts/sync-copilot-workflows.cjs - The script generates a keyword lookup table, full workflow details, handoff table, and execution protocol
- The generated section has
<!-- AUTO-GENERATED -->markers to prevent manual edits
Why This Exists
Claude Code has workflow-router.cjs hook that auto-injects the workflow catalog on every prompt.
GitHub Copilot has no hook system, so the catalog must be statically embedded in copilot-instructions.md.
This skill bridges that gap with a one-command sync.
Closing Reminders
- MUST break work into small todo tasks using
TaskCreateBEFORE starting - MUST search codebase for 3+ similar patterns before creating new code
- MUST cite
file:lineevidence for every claim (confidence >80% to act) - MUST add a final review todo task to verify work quality
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fix-parallel
[Implementation] Analyze & fix issues with parallel fullstack-developer agents
ask
[Utilities] Answer technical and architectural questions.
claude-code
[Utilities] Claude Code CLI setup, configuration, troubleshooting, and feature guidance. Triggers on claude code setup, hook not firing, MCP connection, context limit, skill creation, slash command setup.
workflow-deployment
[Workflow] Trigger Deployment & Infrastructure workflow — CI/CD pipelines, Docker, Kubernetes setup and deployment.
workflow-idea-to-pbi
[Workflow] Trigger Idea to PBI workflow — po/ba workflow: capture idea, refine to pbi, create stories, prioritize.
easy-claude-help
[Utilities] Configuration guide for the easy-claude framework — explain settings, guide users through configuring .ck.json.
Didn't find tool you were looking for?