pi-coding-agent
CommunityBuild reproducible AI coding agents.
Software Engineering#llm#session management#ai agent#reproducibility#coding assistant#deterministic tools
Authorwibus-wee
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a framework and guidance for building minimal, self-contained AI coding agents that are reproducible and easy to customize, inspired by the Pi project's design principles.
Core Features & Use Cases
- Deterministic Agent Loop: Operates on a strict REPL loop (session -> LLM -> thought -> tool call -> result -> append -> next LLM loop).
- Structured Session Modeling: Uses append-only JSON logs for full reproducibility and "time travel" debugging.
- Minimalist, Deterministic Tools: Employs a fixed set of tools (
read,write,edit,bash,search,plan) for predictable interactions. - Context Engineering: Carefully crafts prompts using only necessary session elements, avoiding prompt bloat.
- Multi-Model Support: Facilitates testing and integration of different LLMs within the same session.
- Use Case: Develop a new AI coding assistant that can reliably generate boilerplate code, refactor existing files, and execute shell commands within a project, with every step auditable and replayable.
Quick Start
Use the pi-coding-agent skill to guide the creation of a new LLM coding agent that follows the Pi design principles.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pi-coding-agent Download link: https://github.com/wibus-wee/bbot/archive/main.zip#pi-coding-agent Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.