coding-agent
meta prompts
- skill creator:
- copilot skill creator: https://github.com/github/awesome-copilot/blob/main/skills/make-skill-template/SKILL.md
- claude skill creator: https://skillsmp.com/zh/skills/openclaw-openclaw-skills-skill-creator-skill-md
- agent skills: https://github.com/github/awesome-copilot/blob/main/instructions/agent-skills.instructions.md
- from coding agent: https://github.com/obra/superpowers/blob/main/skills/writing-skills/SKILL.md
- copilot-instruction:
- https://github.com/github/awesome-copilot/blob/main/prompts/copilot-instructions-blueprint-generator.prompt.md
- generate from codebase: https://github.com/github/awesome-copilot/blob/main/prompts/generate-custom-instructions-from-codebase.prompt.md
- generate coding standards: https://github.com/github/awesome-copilot/blob/main/prompts/write-coding-standards-from-file.prompt.md
- agents:
- mcp server: https://github.com/github/awesome-copilot/blob/main/prompts/csharp-mcp-server-generator.prompt.md
- prompt: https://github.com/github/awesome-copilot/blob/main/prompts/prompt-builder.prompt.md
- github copilot starter:
memory
- https://github.com/github/awesome-copilot/blob/main/prompts/remember.prompt.md
- memory bank: https://github.com/github/awesome-copilot/blob/main/instructions/memory-bank.instructions.md
workflow
for coding agents: https://github.com/obra/superpowers/tree/main
- context:
- folder structure
- code structure:
- identify high-quality, representative code examples: https://github.com/github/awesome-copilot/blob/main/prompts/code-exemplars-blueprint-generator.prompt.md
- architecture: https://github.com/github/awesome-copilot/blob/main/prompts/architecture-blueprint-generator.prompt.md
- oo component documentation: https://github.com/github/awesome-copilot/blob/main/prompts/create-oo-component-documentation.prompt.md
- update oo component documentation: https://github.com/github/awesome-copilot/blob/main/prompts/update-oo-component-documentation.prompt.md
- technology stacks: https://github.com/github/awesome-copilot/blob/main/prompts/technology-stack-blueprint-generator.prompt.md
- spikes:
- summarize:
- brainstorming:
- best: https://github.com/obra/superpowers/tree/main/skills/brainstorming
- optimize requirement prompt (interactive): https://github.com/github/awesome-copilot/blob/main/prompts/boost-prompt.prompt.md
- ask: https://github.com/github/awesome-copilot/blob/main/prompts/first-ask.prompt.md
- https://github.com/github/awesome-copilot/blob/main/skills/prd/SKILL.md
- epic prd: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-epic-pm.prompt.md
- feature prd: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-feature-prd.prompt.md
- formal specification: https://github.com/github/awesome-copilot/blob/main/prompts/create-specification.prompt.md
- update specification: https://github.com/github/awesome-copilot/blob/main/prompts/update-specification.prompt.md
- architecture:
- epic arch: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-epic-arch.prompt.md
- input: prd
- architecture descision doc: https://github.com/github/awesome-copilot/blob/main/prompts/create-architectural-decision-record.prompt.md
- epic arch: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-epic-arch.prompt.md
- plan:
- all copilot plan collections: https://github.com/github/awesome-copilot/blob/main/collections/project-planning.collection.yml
- copilot plan: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-plan.prompt.md
- implementation plan: http://github.com/github/awesome-copilot/blob/main/prompts/create-implementation-plan.prompt.md
- test: https://github.com/github/awesome-copilot/blob/main/prompts/breakdown-test.prompt.md
- manus pattern - plan with files: https://github.com/OthmanAdi/planning-with-files/tree/master/.codex/skills/planning-with-files
- execute:
- best practices:
- readme: https://github.com/github/awesome-copilot/blob/main/prompts/create-readme.prompt.md
- .net:
- async: https://github.com/github/awesome-copilot/blob/main/prompts/csharp-async.prompt.md
- docs: https://github.com/github/awesome-copilot/blob/main/prompts/csharp-docs.prompt.md
- nunit tests: https://github.com/github/awesome-copilot/blob/main/prompts/csharp-nunit.prompt.md
- best practice:
- best practice: https://github.com/github/awesome-copilot/blob/main/prompts/dotnet-best-practices.prompt.md
- design pattern: https://github.com/github/awesome-copilot/blob/main/prompts/dotnet-design-pattern-review.prompt.md
- ddd: https://github.com/github/awesome-copilot/blob/main/instructions/dotnet-architecture-good-practices.instructions.md
- dotnet upgrade:
- editconfig: https://github.com/github/awesome-copilot/blob/main/prompts/editorconfig.prompt.md
- rest api: https://github.com/github/awesome-copilot/blob/main/instructions/aspnet-rest-apis.instructions.md
- python:
- shell:
- refactor:
- test:
- best practices:
- deployment:
- code review:
Links:
- skill marketplace: https://skillsmp.com
- awsome copiplot: https://github.com/github/awesome-copilot
- open claw: https://github.com/openclaw/openclaw
- for coding agents: https://github.com/obra/superpowers/tree/main