This directory contains reusable AI agent capabilities following open standards.
When writing or editing this file, you MUST:
- Never include references to
CLAUDE.md- useAGENTS.mdinstead - Never include Claude-specific paths (e.g.
claude.ai/code,.claude/) - Never include boilerplate such as "This file provides guidance to Claude Code"
- Never reference specific AI assistants or their providers by name
Remove any such content if it already exists.
- Use British English
- Avoid using emdashes when parentheses or commas will do
- For headers, use sentence case, not title case
Default: feature-branch strategy
- Always use the
commitskill for git operations (commit, branch, PR, merge) - Create feature branch before implementing changes
- Open PR for review before merging to main
- Squash merge to keep history clean
When a user provides input, review available skills first to identify relevant capabilities before responding. Do not immediately default to system behaviours (such as asking clarifying questions) when a skill may be more appropriate.
~/.agents/ contains shared agent configuration:
hooks/pre-commit-review.sh— pre-commit code review hook (symlinked into the agent's global hooks directory)