This repository is a documentation and starter-pattern workspace for designing cloud agent systems.
It compares major cloud agent approaches, captures workflow-first design guidance, and packages those ideas so they can be used from both GitHub Copilot and Claude Code.
The core premise is simple: agent design should start from workflows, data, permissions, observability, and evaluation, not from prompts alone.
- Shared design docs in
docs/ - Cloud-provider reference folders in
docs/cloud-platforms/ - Example artifacts in
examples/cloud-platforms/ - GitHub Copilot repository instructions and skills in
.github/ - Claude Code project guidance and commands in
.claude/andCLAUDE.md
Use this repository to:
- Design workflow-first cloud agents and skills
- Compare how major cloud agent platforms think about orchestration
- Create provider-specific starting points and examples
- Define evaluation and post-launch review patterns
- Support both GitHub Copilot and Claude Code without duplicating the core guidance
Read these first:
docs/README.mddocs/nate-agent-foundations.mddocs/skills-as-agents-checklist.md
Then use the cloud platform material:
docs/cloud-platforms-overview.mddocs/cloud-platform-stage-map.mddocs/cloud-platforms-detailed-notes.mddocs/cloud-platforms/
If you want concrete samples, then use:
examples/cloud-platforms/
- Repository instructions:
.github/copilot-instructions.md - Path instructions:
.github/instructions/ - Skills:
.github/skills/
- Project guidance:
CLAUDE.md - Project commands:
.claude/commands/
docs/nate-agent-foundations.md: Core build order for agent designdocs/skills-as-agents-checklist.md: Pre-build gate for skill or agent readinessdocs/cloud-platforms-overview.md: Fast comparison of cloud agent platformsdocs/cloud-platform-stage-map.md: Stage-by-stage provider framingdocs/cloud-platforms-detailed-notes.md: Deeper provider notesdocs/cloud-platforms/: One folder per provider with a local READMEdocs/nate-post-build-follow-up.md: Post-launch review guidance
examples/cloud-platforms/: Non-Markdown sample files for each provider approach
Documentation stays in docs/. Example code and configuration stay in examples/.
Keep docs/ as the shared source of truth. Tool-specific files in .github/ and .claude/ should point back to the docs rather than re-explaining the whole system.
The repo is not primarily a Copilot repo or a Claude repo. It is a cloud-agent design repo that includes first-class entrypoints for both.