A library of reusable agent skills. See AGENTS.md for repository structure and authoring conventions; start new skills from templates/skill-template.
| Skill | Description |
|---|---|
| org-defaults | ctrl-research org values and governance policy referenced by the other skills |
| pr-commit-conventions | Conventions for branches, commit messages, and pull requests |
| rubric-justification | Evidence-grounded justifications for a specified rubric level |
| rubric-justification-review | Skeptical review and actionable feedback on an existing rubric justification |
Copy a skill's directory into the target agent environment (e.g.
.claude/skills/ or .agents/skills/ in the consuming repo). Skills are
org-neutral by convention; install org-defaults
alongside them to apply ctrl-research values and governance policy.
- Structure and authoring conventions — AGENTS.md
- New skills — start from templates/skill-template
- CODEOWNERS —
@ctrl-research/reviewersauto-requested on PRs - Branch protection —
mainrequires PRs and review - Renovate — dependency updates (
renovate.json,.github/renovate-config.js)