ABilenduke/copilot-developer

A curated list of developer friendly, production ready instructions, chatmodes, prompts and toolkits for mastering GitHub Copilot.

4Stars on the repository
28Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ai-agent-patterns

01

ABilenduke/copilot-developer

Skill Claude CodeCodex

Defines conventions for building AI agents with the Laravel AI SDK and Ollama. Activates when creating or modifying agent classes in app/Ai/Agents/, working with AgentResolver routing, agent testing with ::fake()/::assertPrompted(), streaming SSE responses, conversation memory, or when the user mentions AI agent…

4 6mo ago A 83 tokens original MIT

bugfix

02

ABilenduke/copilot-developer

Skill Claude CodeCodex

Lightweight bug fix handler. Creates a bug document with Five Whys root cause analysis, fixes the issue, writes regression tests, and creates a PR. Activates when the user says "bugfix", "fix this bug", "something is broken", or reports a defect that needs a quick fix.

4 6mo ago A 64 tokens original MIT

ABilenduke/copilot-developer

Skill Claude CodeCodex

Guides when and how to update domain skills, documentation files, and agents after code changes. Activates when the doc-sync-hint hook flags related skills/docs, when directly editing skill, doc, or agent files, or when the user requests documentation updates.

4 6mo ago A 56 tokens original MIT

execute

04

ABilenduke/copilot-developer

Skill Claude CodeCodex

Execute an existing plan step-by-step on a dedicated git branch, with fast ralph loops per step and a deep final ralph loop that includes self-review and adversarial testing. Writes a timestamped journal with commit hashes and loop results. Supports both new multi-file story format (plan.md + design.md + prd.md) and…

4 6mo ago A 109 tokens original MIT

feature

05

ABilenduke/copilot-developer

Skill Claude CodeCodex

Discover, catalog, and manage application features in docs/features/. Use when the user wants to map out what their application does, add a new feature to the catalog, review existing features, or understand the feature landscape before planning work. Auto-invoke when the user says "what features do we have", "add a…

4 6mo ago A 83 tokens original MIT

feedback

06

ABilenduke/copilot-developer

Skill Claude CodeCodex

Handles PR review feedback cycles. Reads PR comments, creates feedback.md as an immutable review record, applies fixes, and updates the PR. Activates when the user says "feedback", "PR feedback", "address review comments", "handle review", or has PR feedback to process.

4 6mo ago A 58 tokens original MIT

plan

07

ABilenduke/copilot-developer

Skill Claude CodeCodex

Interactive planner that walks through a 7-phase discovery process producing altitude-layered documents: brief.md (WHY), prd.md (WHAT), design.md (HOW), plan.md (WHEN/ORDER). Supports subcommands for individual layers and GitHub sub-issue creation. Plans are scoped to a feature and saved in story directories.…

4 6mo ago A 111 tokens original MIT

research-brief

08

ABilenduke/copilot-developer

Skill Claude CodeCodex

DEPRECATED: Use /research context instead. This skill is kept for backward compatibility only. Activates ONLY when the user explicitly says "/research-brief". For all other research triggers, use the /research skill.

4 6mo ago A 47 tokens original MIT

research

09

ABilenduke/copilot-developer

Skill Claude CodeCodex

Research and discovery skill with three modes: story mode (creates story directory, writes brief.md with RICE scoring, creates GitHub ticket), context mode (scans codebase, produces research brief for external AI tools), and spike mode (creates time-boxed investigation document). Activates when the user says "research…

4 6mo ago A 95 tokens original MIT

skill-builder

10

ABilenduke/copilot-developer

Skill Claude CodeCodex

Builds production-grade Claude Code skills through interactive discovery. Guides through qualifying the idea, scoping, designing architecture, writing SKILL.md and supporting files, and integrating with boost.json and hooks. Activates when the user wants to create a new skill, says "build a skill", "new skill"…

4 6mo ago A 82 tokens original MIT