Context
GitHub orgs use a .github repo for shared templates, workflows, and the org profile README.
Scope
- Create
agent-sh/.github repo
- Profile README (public landing page for the org)
- Shared community health files:
- CONTRIBUTING.md (contribution guidelines)
- CODE_OF_CONDUCT.md
- SECURITY.md
- FUNDING.yml (if applicable)
- Issue templates (bug, feature, RFC)
- Reusable CI workflows:
- Shared test workflow (callable from any repo)
- Shared release workflow
- Shared CodeQL/security scanning
- CODEOWNERS strategy across repos
References
- agent-knowledge/github-org-structure-patterns.md (when complete)
- GitHub docs: default community health files
- GitHub docs: reusable workflows
Context
GitHub orgs use a
.githubrepo for shared templates, workflows, and the org profile README.Scope
agent-sh/.githubrepoReferences