| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Personal dotfiles-style setup for Pi projects: integrated skills with profiles, plan/build mode, and an unobtrusive thinking display. It primarily keeps my own projects consistent; the repository is public so others can inspect or reuse the setup as-is.
.pi/ is the source of truth. When present, OpenCode reads the same skills through .opencode/skills -> ../.pi/skills; it never maintains a separate copy. The defaults are intentionally opinionated rather than a general-purpose Pi configuration.
Run inside the project you want to configure:
curl -fsSL https://raw.githubusercontent.com/HGZahn/agentic-coding/master/get-started.sh | bashThe installer asks two questions:
Then start pi and approve project trust:
piSkills are grouped into three profiles; pick any combination at install time. Each 1–3 keypress toggles a profile immediately; Enter confirms. Selecting none exits without installing skills.
skill-profiles.json maps profiles to skills — edit it to regroup. Re-running the installer adds or updates the selected skills; it does not remove skills installed by an earlier profile selection.
Thoughts are shown in full text and dimmed by the bundled agentic theme (thinkingText: dimGray) so they stay readable but unobtrusive. Tune hideThinkingBlock or theme in .pi/settings.json.
The included extension provides:
Existing global keybindings are never modified by the installer.
All skill payloads are committed under .pi/skills and work offline. skills-lock.json records each skill's upstream source, ref, path, and content hash — the harness-neutral provenance record of the whole repo; it is installed verbatim regardless of the selected profiles.
Requirements: Bash and Node.js.
Run ./menu.sh to select a maintenance action interactively.
node scripts/update-pi-skills.mjs # update installed skills
node scripts/skills.mjs verify # lock matches .pi/skills (hashes, frontmatter)
node scripts/skills.mjs rehash # recompute hashes after editing vendored skills
bash scripts/test-install.sh # fresh, decline, profile, repeat, conflict installsRepository-owned skills are edited directly in .pi/skills, then rehash and verify. Profile membership is edited in skill-profiles.json.
| Back | FazBrowse Home | New Git URL |