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.

跳到安装

来源信息

仓库
samjonester/dotfiles
最近来源活动
2026年4月17日 16:22
检测到的 SKILL.md 语言
英语
星标
5
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。