Reusable instruction files for AI coding assistants that encapsulate cloud.gov platform guidance, security best practices, and FedRAMP compliance patterns.
Drop these files into any project deployed to cloud.gov and your AI assistant instantly understands the platform.
Six task-specific guides covering deployment, manifests, services, CI/CD, security, and logging — each scoped to relevant file types.
Safety guardrails in AGENTS.md prevent destructive CF commands from running without explicit confirmation.
A compliance-docs agent that generates Control Implementation Matrices and System Security Plan sections.
A cf-troubleshoot skill for diagnosing common cloud.gov and Cloud Foundry issues directly in Copilot Chat.
Destructive commands like cf delete always require confirmation. Production environments get extra warnings.
Security-relevant generated code automatically includes NIST SP 800-53 control IDs in comments and docstrings.
Built specifically for cloud.gov's FedRAMP Moderate environment — covers services, buildpacks, and egress rules.
Add project-specific instructions, extend agent behaviors, or create new skills tailored to your team.
Download the latest release and copy the instruction files:
curl -L https://github.com/adhocteam/cloud-gov-instructions/archive/refs/tags/v1.1.0.tar.gz | tar xz cp -r cloud-gov-instructions-1.1.0/.github/copilot-instructions.md your-project/.github/ cp -r cloud-gov-instructions-1.1.0/.github/instructions your-project/.github/ cp -r cloud-gov-instructions-1.1.0/.github/agents your-project/.github/ cp cloud-gov-instructions-1.1.0/AGENTS.md your-project/
Update copilot-instructions.md with project-specific context and adjust agent behaviors in AGENTS.md to fit your team's workflow.
GitHub Copilot will automatically use these instructions when editing files that match the configured patterns — manifests, workflows, application code, and more.
Each file is scoped to specific file patterns so guidance activates only where it's relevant.
Blue-green deployments, scaling strategies, health checks, and rollback patterns.
manifest*.yml Procfile .cfignore
Complete manifest property reference, multi-environment setups, and variable interpolation.
manifest*.yml vars*.yml
RDS, S3, Redis, and Elasticsearch integration with VCAP_SERVICES credential parsing.
*.py *.js *.go *.java
GitHub Actions workflows, service account auth, and automated deployment pipelines.
.github/workflows/*.yml
FedRAMP compliance, secrets management, NIST control mapping, and ATO support.
*.py *.js *.go manifest*.yml
Structured JSON logging to stdout, log drain configuration, and audit trail patterns.
*.py *.js *.go manifest*.yml
docs.cloud.gov — Official platform documentation.
docs.cloudfoundry.org — Upstream CF documentation.
Rev 5 — Security and privacy controls reference.