AI productivity tools for FormSG — shared Claude Code skills and autonomous agent projects.
To make AI agents work well, there are 2 fundamental ideas:
| 1. Context management | 2. Grounding |
|---|---|
| Keep your agent context minimal and focused | Provide strong ground truths (bonsai wire eg, prompt, grill-me, docs, tests) your agent can adhere itself to |
This repository is an implementation of the above 2 key ideas.
| Folder | Purpose |
|---|---|
skills/ |
Claude Code slash-command skills, organized into engineering/ and general/ buckets |
npx skills@1.5.10 add opengovsg/formsg-ai -g -a claude-code -yThen restart Claude Code.
After installing, run this once in each repo where you want the engineering skills:
/setup-formsg-ai-skills
This scaffolds the per-repo config (docs/agents/) that skills like tdd, to-issues, and prepare-for-review depend on.
See skills/engineering/README.md for the full step-by-step workflow.
See skills/README.md for the full skill list.
This repository acknowledges the work from Matt Pocock's skills, which some of these skills and ideas are based and adapted off.

