💡 摘要
一组技能和扩展,用于增强 PI 编码代理的功能。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Agent Stuff
This repository contains skills and extensions that I use in some form with projects. Note that I usually fine-tune these for projects so they might not work without modification for you.
It is released on npm as mitsupi for use with the Pi package loader.
Skills
All skill files are in the skills folder:
/commit- Claude Skill for creating git commits using concise Conventional Commits-style subjects/update-changelog- Claude Skill for updating changelogs with notable user-facing changes/ghidra- Claude Skill for reverse engineering binaries using Ghidra's headless analyzer/github- Claude Skill for interacting with GitHub via theghCLI (issues, PRs, runs, and APIs)/openscad- Claude Skill for creating and rendering OpenSCAD 3D models and exporting STL files/web-browser- Claude Skill for using Puppeteer in a Node environment to browse the web/tmux- Claude Skill for driving tmux directly with keystrokes and pane output scraping/sentry- Alternative way to access Sentry as a Claude Skill for reading issues/pi-share- Claude Skill for loading and parsing session transcripts from shittycodingagent.ai/anachb- Claude Skill for querying Austrian public transport (VOR AnachB) for departures, routes, and disruptions/oebb-scotty- Claude Skill for Austrian rail travel planning via ÖBB Scotty API/frontend-design- Claude Skill for designing and implementing distinctive frontend interfaces/uv- Claude Skill for usinguvfor Python dependency management and script execution
PI Coding Agent Extensions
Custom extensions for the PI Coding Agent can be found in the pi-extensions folder. The package also ships an extra extension focused on increasing reliability:
answer.ts- Interactive TUI for answering questions one by one.review.ts- Code review command inspired by Codex. Supports reviewing uncommitted changes, against a base branch (PR style), specific commits, or with custom instructions. Includes Ctrl+R shortcut.loop.ts- Runs a prompt loop for rapid iterative coding with optional auto-continue control.files.ts- Unified file browser that merges git status (dirty first) with session references, plus reveal/open/edit and diff actions.cwd-history.ts- Displays and manages recent working directory history inside the PI Coding Agent.codex-tuning.ts- Codex tuning helper for collecting samples and tagging outcomes during agent sessions.todos.ts- Todo manager extension with file-backed storage and a TUI for listing and editing todos.notify.ts- Sends native desktop notifications when the agent finishes (OSC 777 compatible terminals).whimsical.ts- Replaces the default "Thinking..." message with random whimsical phrases like "Reticulating splines...", "Consulting the void...", or "Bribing the compiler...".
PI Coding Agent Themes
This repository includes custom themes for the PI Coding Agent. The themes can be found in the pi-themes folder and customize the appearance and behavior of the agent interface.
Plumbing Commands
These command files need customization before use. They live in plumbing-commands:
/make-release- Automates repository release with version management
Release Management
The plumbing release commands do not work without tuning! But you can put claude to them and derive actually working ones. I for instance use them in [absurd](h>
优点
- 多样化的技能适用于各种任务
- 可根据特定项目需求进行定制
- 与 GitHub 和 Ghidra 等流行工具集成
缺点
- 需要调整才能有效使用
- 文档缺乏详细的使用示例
- 可能需要修改才能正常工作
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 mitsuhiko.
