
from claude-skill-registry417
Drive repo work through a single authoritative YAML todo (.copilot-todo.yaml) using plan → execute → iterate workflows and small, commit-sized tasks.
Use this skill to manage work at the repository or session level using a single authoritative YAML todo file (.copilot-todo.yaml). It provides templates and scripts to seed tasks from a Markdown plan, pick the next runnable task, execute minimal changes, update status, and iterate until the project is complete. The workflow enforces small commits per finished task and supports a Ralph-style multi-session loop for Copilot CLI-driven runs.
Use Task Orchestration when you need a disciplined, repeatable way to break large work into single-task sessions: for bug bashes, incremental feature development, repo migrations, or multi-step automation where each step must be planned, executed, and recorded. It's especially useful when you want one authoritative source of task truth across sessions.
Designed for GitHub Copilot CLI and agents that can run local Python scripts and manage repository files.
Task orchestration skill that drives repo work through a .copilot-todo.yaml file using plan→execute→iterate loops. No bundled scripts — references task_orchestrator.py and ralph_loop.py that must exist in the user's repo. Well-documented SKILL.md but not self-contained; heavily coupled to GitHub Copilot CLI workflow.
Clean skill with no security concerns. Main limitation is that it's documentation-only — the actual scripts aren't bundled, so it can't be used independently. Tied to Copilot CLI ecosystem.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.