Skip to main content

extension-analyzer

Analyze and review pi extensions (.ts files in ~/.pi/agent/extensions/ or .pi/extensions/) for quality, correctness, gaps, and adherence to pi's conventions. Covers API usage (StringEnum, tool signatures, event handlers), error handling, state management, output truncation, security, custom rendering, and whether the extension is the right mechanism vs. a skill or prompt template. Use this skill any time the user mentions reviewing, auditing, checking, analyzing, or improving a pi extension — even casually like "look at my extension" or "is this extension ok". Also use when the user has a .ts file in an extensions directory and asks about issues, best practices, compatibility problems (e.g. Google Gemini errors), state persistence bugs, or whether their approach (registerTool vs registerCommand, extension vs skill) is correct. Trigger on any request involving pi extension code quality, not just explicit "review" requests.

Jump to install

Source facts

Repository
samjonester/dotfiles
Last source activity
April 17, 2026 at 16:22
Detected SKILL.md language
English
Stars
5
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.