Skip to content

Agent Tooling Setup

Install the tools that you need. Start a new agent session after you install a skill or plugin.

Repository guides

Use the Go code review guide to review and simplify Go changes before handover or commit.

Frappe skills

Install the Frappe skill collection:

bash
npx skills add frappe/skills

Do not use frappe-app-dev in this repository.

Review skills

Install grill-me for strict code review:

bash
npx skills@latest add mattpocock/skills --skill=grill-me

Use write-pr-description to write structured pull request descriptions when the skill is available.

Focused output

Install i-have-adhd for focused, action-first output:

bash
npx skills add ayghri/i-have-adhd

Invoke it with your agent's skill command.

AGPL-3.0