dimetrondimetronCommunity·12 Agent Skills Included

pi-go

Terminal coding agent with memory, subagents, and code review

Runs a terminal-based coding agent that reads, edits, and tests Go projects through sandboxed tools and multiple model providers. Reviews code, enforces lint and test gates, diagnoses runaway agent loops, and indexes codebases into searchable semantic memory. Eliminates manual log digging, flaky TUI testing, and repetitive pre-commit checks with ready-made workflows and scripts.
npx skills add dimetron/pi-go --all -g -y
Available:

Tells the agent how to work safely in this repository — using git worktrees, signed commits, and sandbox rules — and how to route architecture, planning, and review questions to the right built-in subagent.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
dimetrondimetron

agents-md

Generate AGENTS.md repository guides with language-specific appendices for Go, Rust, TypeScript, and Java.

Community
Advanced
📦 In Repo
dimetrondimetron

skill-pull

Clone remote skill sources and extract SKILL.md directories into .pi-go/skills.

Community
Intermediate
📦 In Repo
dimetrondimetron

bubbletea-testing

Standardize CI-friendly testing workflows for Bubble Tea Go TUI applications.

Community
Advanced
📦 In Repo
dimetrondimetron

pi-check-session-logs

Analyze pi-go session logs for tool-call errors and generate a Markdown report.

Community
Intermediate
📦 In Repo
dimetrondimetron

memory-mine

Index project files and conversations into the MemPalace memory system.

Community
Advanced
📦 In Repo
dimetrondimetron

check-linters-before-commit

Run linting, vet, tests, and build checks before committing Go code.

Community
Intermediate
📦 In Repo
dimetrondimetron

skill-create

Automate pi-go skill creation with structured SKILL.md scaffolding and templates.

Community
Intermediate
📦 In Repo
dimetrondimetron

code-review-pi

Orchestrate Go code quality review with linters, tests, and coverage.

Community
Advanced
📦 In Repo
dimetrondimetron

design-review

Audit Go codebases and generate a scored design-quality report.

Community
Advanced
📦 In Repo
dimetrondimetron

pi-rebuild

Rebuild, reinstall, and restart the pi binary from source after code changes.

Community
Intermediate
📦 In Repo
dimetrondimetron

code-guidelines-go

Standardize Go coding practices for the pi-go codebase.

Community
Basic
📦 In Repo
dimetrondimetron

memory-status

Retrieve MemPalace drawer, wing, room counts and knowledge graph metrics.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install pi-go?

Run `npx skills add dimetron/pi-go --all -g -y` in your terminal to install all skills in this suite globally.

What does pi-go do?

It is a terminal-based coding agent written in Go that connects to multiple model providers, runs sandboxed file and shell tools, and supports subagents, session memory, and LSP integration.

How do I review Go code with pi-go skills?

Use the code-review or design-review skills: they run linters, tests, and coverage checks, then produce scored reports with file-level fixes before you commit.

Can pi-go diagnose a stuck or looping agent run?

Yes. The pi-loop-forensics and pi-check-session-logs skills scan session logs, separate genuine model repetition from parsing bugs, and replay failing sessions across providers.

Does pi-go work without coding experience?

Basic terminal familiarity helps, but once installed the agent executes the technical steps from plain-English requests like reviewing a diff or indexing a folder.

Related Repositories in Software Engineering

View All in Software Engineering