No description
Find a file
2026-07-11 09:31:42 +05:00
agents refactor: add agents and code style folders 2026-07-10 10:46:35 +05:00
code-style refactor: compress meaning 2026-07-11 09:29:20 +05:00
devops-engineer feat(skills): add reusable git workflow skills (#1) 2026-06-21 08:26:31 +05:00
frontend-design feat(skills): add reusable git workflow skills (#1) 2026-06-21 08:26:31 +05:00
git feat: add code review 2026-07-10 10:41:27 +05:00
languages feat(skills): add reusable git workflow skills (#1) 2026-06-21 08:26:31 +05:00
AGENTS.md docs: agents/readme 2026-07-11 09:31:42 +05:00
README.md docs: agents/readme 2026-07-11 09:31:42 +05:00

Agent Skills

Reusable skills for pi and other coding agents.

Each skill is a small Markdown package that teaches an agent a focused workflow, such as creating commits, reviewing code, writing frontend UI, or working with language-specific conventions.

Layout

  • agents/: meta-skills for creating skills and agent instruction files.
  • code-style/: review and prose-compression workflows.
  • devops-engineer/: Docker, CI/CD, deployment, and infrastructure guidance.
  • git/: Git, Forgejo, and GitLab workflows.
  • languages/: language-specific engineering guidance.

Skill format

Most skills live in their own directory with a SKILL.md file:

<category>/<skill-name>/SKILL.md

SKILL.md starts with YAML frontmatter containing at least name and description, followed by concise instructions for the agent.

Editing

Keep skills short and practical. Put long supporting material in references/, templates in assets/, and scripts in scripts/ when needed.