gotgenes/pi-packages

Monorepo for @gotgenes pi packages

184Stars on the repository
22Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

code-design

01

gotgenes/pi-packages

Skill Claude CodeCodex

TypeScript conventions, code design principles (SOLID, self-documenting code, file organization), structural design heuristics (dependency width, LoD, output arguments), pnpm rules, ES2024 target, Pi SDK patterns, and Biome/ESLint conflict workarounds. Load during implementation, refactoring, or code review.

184 3d ago A 72 tokens

design-review

02

gotgenes/pi-packages

Skill Claude CodeCodex

Review a module's dependency and structural patterns for code smells. Use when adding a parameter to a shared interface, when a dependency bag grows past 5 fields, or when planning a refactoring that touches wiring between layers.

184 3d ago A 47 tokens

fallow

03

gotgenes/pi-packages

Skill Claude CodeCodex

Codebase intelligence via fallow CLI — dead code, duplication, complexity, refactoring targets. Load when investigating unused code, planning refactors, or reviewing fallow output.

184 3d ago A 38 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Heuristics and process for discovering structural improvements in a package. Load when planning a new improvement round — contains the smell taxonomy, analysis workflow, and prioritization framework distilled from 10 phases of pi-subagents refactoring.

184 3d ago A 51 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Project-specific markdown rules (one-sentence-per-line, compact tables, sequential numbering) and YAML frontmatter schema for plans/retros. Load when writing or editing markdown — contains rules that differ from standard markdownlint defaults.

184 3d ago A 49 tokens

mermaid

06

gotgenes/pi-packages

Skill Claude CodeCodex

Authoring and reviewing Mermaid diagrams — pitfall categories (semicolons, angle-bracket tokens, quoted headings), renderer verification, and state-machine disambiguation with note blocks. Load when authoring or reviewing Mermaid diagrams in any doc type.

184 3d ago A 52 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Package-specific context for @gotgenes/pi-autoformat. Load when working on code, tests, or docs in packages/pi-autoformat/.

184 3d ago A 33 tokens

package-pi-colgrep

08

gotgenes/pi-packages

Skill Claude CodeCodex

Package-specific context for @gotgenes/pi-colgrep. Load when working on code, tests, or docs in packages/pi-colgrep/.

184 3d ago A 33 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Package-specific context for @gotgenes/pi-github-tools. Load when working on code, tests, or docs in packages/pi-github-tools/.

184 3d ago A 36 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Package-specific context for @gotgenes/pi-permission-system. Load when working on code, tests, or docs in packages/pi-permission-system/.

184 3d ago D 36 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Package-specific context for @gotgenes/pi-subagents. Load when working on code, tests, or docs in packages/pi-subagents/.

184 3d ago A 33 tokens

gotgenes/pi-packages

Skill Claude CodeCodex

Reference for the Pi coding agent's turn/tool execution model and extension event lifecycle. Use when designing extension timing (when to flush, notify, or intercept), understanding event sequencing, or reasoning about what the agent sees between turns. Includes the verified lifecycle diagram, event handler…

184 3d ago A 70 tokens

pre-completion

13

gotgenes/pi-packages

Skill Claude CodeCodex

Pre-completion protocol for implementation agents — gather context, dispatch the pre-completion-reviewer subagent, and handle its report before writing stage notes and recommending /ship-issue. Load at the end of /tdd-plan and /build-plan after all implementation steps are complete.

184 3d ago A 62 tokens

roadmap-fit

14

gotgenes/pi-packages

Skill Claude CodeCodex

Evaluate a newly filed issue for fit with its package's open improvement phase and record the operator's disposition in the roadmap's sweep list. Load at the moment a session files a GitHub issue — during planning, implementation, or a retrospective.

184 3d ago A 53 tokens

testing

15

gotgenes/pi-packages

Skill Claude CodeCodex

Vitest mock patterns (vi.mock, vi.hoisted, vi.fn reset), TDD planning rules, and general test strategy. Load when writing or debugging tests.

184 3d ago A 36 tokens

tidy-first

16

gotgenes/pi-packages

Skill Claude CodeCodex

Tidy-First protocol for the planning agent — dispatch the tidy-first-assessor subagent over the files the planned change will touch, then fold its preparatory-refactor suggestions into the plan's TDD Order as refactor:/test: steps. Load during /plan-issue, after the design is settled and before writing the plan.

184 3d ago A 78 tokens

colgrep

17

gotgenes/pi-packages

Skill Claude CodeCodex

Decision heuristics for choosing between colgrep (semantic/hybrid) and grep (exact match) during code exploration. Load before exploring unfamiliar code — contains the grep-vs-colgrep decision table and hybrid search strategies that prevent defaulting to grep for everything.

184 3d ago A 56 tokens