v0.2.6
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.--skillis additive even with--no-skills. Skills in Pi's default locations (.pi/skills/,.agents/skills/,~/.pi/agent/skills/,~/.agents/skills/, packageskills/) are discovered automatically.- Gated
skills_statusJSONL event — surfaces discovered skills (status, count, per-skillname/source/modelInvocable,mappedPaths). Suppressed on a default run with no skills, so existing JSONL fixtures stay byte-identical. run()gainsskillPaths/noSkillsoptions and aresult.skillsmirror for in-process callers.- Docs: README section 11, AGENTS.md, CLAUDE.md.
See PR #3.