Skip to content

v0.2.6

Choose a tag to compare

@cliftonc cliftonc released this 20 Jun 03:46
v0.2.6
52a87e4

Agent Skills support

agentic-pi now wires up the Agent Skills standard (the SKILL.md-in-a-folder convention from Claude Code), which Pi implements natively.

  • --skill <path> (repeatable) + --no-skills — map an arbitrary skills folder (e.g. ~/.claude/skills) into the agent. --skill is additive even with --no-skills. Skills in Pi's default locations (.pi/skills/, .agents/skills/, ~/.pi/agent/skills/, ~/.agents/skills/, package skills/) are discovered automatically.
  • Gated skills_status JSONL event — surfaces discovered skills (status, count, per-skill name/source/modelInvocable, mappedPaths). Suppressed on a default run with no skills, so existing JSONL fixtures stay byte-identical.
  • run() gains skillPaths/noSkills options and a result.skills mirror for in-process callers.
  • Docs: README section 11, AGENTS.md, CLAUDE.md.

See PR #3.