Features · Extend it
AGENTS.md project rules
AGENTS.md is a plain markdown file in your project where you write the house rules: your stack, conventions, key commands, and anything the agent should always (or never) do. FreeCoder reads it automatically at the start of every session.
Set it once and every session stays on-brand — no re-explaining your setup each time. You can even have per-directory AGENTS.md files for different parts of a monorepo.
Frequently asked
What goes in AGENTS.md?
Your conventions, tech stack, test/build commands, and any do's and don'ts you want the agent to follow.
Where do I put it?
In your project root (and optionally per-directory). FreeCoder finds and reads it automatically.
Is it the same as a skill?
No. AGENTS.md is always-on project context; skills are reusable, task-specific know-how the agent loads when relevant.
irm https://freecoder.space/install.ps1 | iex — then read the getting-started guide.Related: Skills → · Your first session →