Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pi-extensions

pi-extensions 收录了来自 PedroKlein 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
0
更新
2026-07-17
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

proof-of-work
软件开发工程师

Implementation discipline for producing verifiable evidence during build work. Replaces "I did it" claims with durable proof artifacts. Use when building features, fixing bugs, or implementing any planned work where verification matters. Triggers on: build mode with strict verification, "prove it works", "show evidence", TDD cycle, implementation with acceptance criteria, any task with frozen criteria. Do NOT use for planning (use planning skill) or post-work verification (use verify skill).

2026-07-17
verify
软件开发工程师

Usage methodology for the pi-verify verification system. When and how to use /freeze and /verify effectively. Covers acceptance criteria format, reviewer mechanics, interpreting verdicts, and integration patterns. Triggers on: /freeze, /verify, "verify this", "check if done", "are we done", "review the work", "verification", "independent review", "blind review". Do NOT use during implementation (use proof-of-work) or during planning (use planning skill).

2026-07-17
planning
软件开发工程师

DoD-aware planning methodology that produces self-contained, verifiable task plans. Every task gets acceptance criteria a blind reviewer can verify, references for context, constraints, non-goals, and danger zones. Use when creating or updating plans via plan_tasks, Plannotator, babysitter, or plain markdown. Triggers on: plan creation, task planning, "plan this", "create tasks", "break this down", acceptance criteria, Definition of Done, DoD, "what does done mean", freeze criteria. Do NOT use for executing/implementing tasks — this skill is for planning phase only.

2026-07-17
baml
软件开发工程师

Write correct BAML code for structured LLM output via pi-baml. Use when authoring dynamic BAML for baml_exec or creating .baml files for the functions registry. Covers type system, prompt patterns, and conventions. Triggers on: BAML, baml_exec, baml_run, .baml file, structured LLM output, typed output, output schema, PiClient, ctx.output_format, @description, @alias, Jinja prompt. Do NOT use for configuring pi-baml settings, understanding BAML runtime internals, or non-pi-baml BAML projects.

2026-07-03
pi-repos
软件开发工程师

Manage, search, annotate, and connect repositories using pi-repos tools. Use when working across multiple repos, discovering architecture patterns, needing context from external projects, searching across codebases, or persisting knowledge about repos for future sessions. Triggers on: repos_annotate, repos_search, repos_add, repos_reference, repos_group, cross-repo, multi-repo, repo management, clone, annotate a repo, register a repo, group workspace, connections, references. Do NOT use for: general git operations (use github skill), creating worktrees (use repos wt directly).

2026-07-03