Agent
Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.
Agent
Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.
Agent
PowerShell 7 specialist for secure automation, troubleshooting, and production-ready scripts.
Agent
Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.
Instructions file GitHub Copilot
Copilot instructions for timothywarner/chatgptclass, covering github copilot custom instructions, 🎯 core principles, 📝 markdown formatting, auto-linting rules and required formatting.
Instructions file GitHub Copilot
PowerShell cmdlet and scripting best practices based on Microsoft guidelines.
Skill Claude CodeCodex
Deploy and operate workloads on Azure Kubernetes Service (AKS) the safe way. Use for provisioning an AKS cluster, wiring it to Azure Container Registry, applying Kubernetes manifests or Helm charts, configuring ingress and autoscaling, and troubleshooting rollouts. USE FOR: "deploy to AKS", "create an AKS cluster"…
Skill Claude CodeCodex
Socratic coding tutor powered by GitHub Copilot. Explains code in plain English using the Feynman technique, generates tiered practice exercises, annotates code reviews with teaching rationale (not just fixes), walks through debugging step-by-step, and produces before/after refactoring narratives. USE FOR: "explain…
Instructions file
Claude Code instructions for timothywarner/chatgptclass, covering claude.md, repository overview, course architecture, key file relationships and running demo code.
Command Claude Code
Audit course materials for stale Copilot facts (models, prices, GA dates) against today's reality.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing lint-markdown.ps1 via pwsh. From timothywarner/copilot-dev.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Agent
Security-aware senior engineer — reviews code for OWASP vulnerabilities, secrets, injection risks, and quality issues with structured severity ratings.
Agent
Senior developer assistant — demonstrates agentic tools, skills, and multi-step reasoning for the GitHub Copilot course.
Agent
Autonomous feature builder — plans, writes tests first (TDD), implements, runs tests, and iterates until green. Handles frontend + backend + tests end-to-end.
Agent
Expert assistant for developing Model Context Protocol (MCP) servers in Python.
Instructions file GitHub Copilot
Instructions for timothywarner/copilot-dev, covering github copilot custom instructions, system context, code style preferences, response guidelines and communication style.
Instructions file GitHub Copilot
Instructions for building Model Context Protocol (MCP) servers using the Python SDK.
Instructions file GitHub Copilot
Instructions for timothywarner/copilot-dev, covering markdown authoring instructions, spacing, structure, code blocks and links and accessibility.
Instructions file GitHub Copilot
PowerShell cmdlet and scripting best practices based on Microsoft guidelines.
Skill Claude CodeCodex
Scaffold complete REST API endpoints with input validation, error handling, typed request/response, JSDoc or docstrings, and a unit test stub. Use when asked to create a new API route, endpoint, controller, handler, or REST resource in Express.js (TypeScript) or FastAPI (Python). Produces production-ready code…
Skill Claude CodeCodex
Systematically modernize legacy JavaScript or TypeScript code. Use when asked to refactor, modernize, clean up, or update old code. Identifies anti-patterns (var declarations, callback hell, prototype chains, magic numbers, missing error handling), explains each change, applies safe transformations, and adds tests.…
Skill Claude CodeCodex
Write Playwright and Jest E2E tests for web application user flows. Use when asked to test a login page, form, navigation, authentication flow, or any browser-based user interaction. Automatically identifies testable flows, generates selectors, and produces complete test files following best practices for async…
Instructions file CodexOpenCode
Instructions for timothywarner/copilot-dev, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Instructions for timothywarner/copilot-dev, covering claude.md, repository purpose, repository layout, key architectural insight: .github/ is dual-purpose and demo app (/src) — architectural notes.