@firstpick/pi-package-skill-lifecycle
Self-contained Pi package for skill lifecycle management: memory, skill-bank audit, evaluation, creation, and refinement tools.
Package details
Install @firstpick/pi-package-skill-lifecycle from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-package-skill-lifecycle- Package
@firstpick/pi-package-skill-lifecycle- Version
0.1.7- Published
- Aug 7, 2026
- Downloads
- 433/mo · 43/wk
- Author
- firstpick
- License
- MIT
- Types
- extension, skill
- Size
- 301.1 KB
- Dependencies
- 1 dependency · 3 peers
Pi manifest JSON
{
"extensions": [
"vendor/pi-extension-memory-helper/index.ts",
"vendor/pi-skill-skill-bank-manager/index.ts",
"vendor/pi-skill-skill-evaluator/extensions",
"vendor/pi-skill-skill-creator/extensions",
"vendor/pi-skill-skill-refinement-loop/extensions"
],
"skills": [
"vendor/pi-skill-skill-bank-manager/skills",
"vendor/pi-skill-skill-evaluator/skills",
"vendor/pi-skill-skill-creator/skills",
"vendor/pi-skill-skill-refinement-loop/skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Skill Lifecycle for Pi
Bundles the tools used to review, create, organize, and improve Pi skills.
What you can do
- Bundles tools for auditing and organizing installed skills.
- Evaluates whether a skill package is ready to use.
- Helps draft new reusable skills.
- Turns real feedback into safe refinement proposals.
Install
Install it through Pi:
pi install npm:@firstpick/pi-package-skill-lifecycle
Restart Pi if the package does not appear in your current session.
How to use it
Ask Pi for the outcome you need. For example:
- “Audit my installed skills and show duplicates or stale packages.”
- “Evaluate this skill before I enable it.”
- “Draft a reusable skill from this repeated workflow.”
- “Prepare a refinement proposal from this failed skill run.”
Pi selects the matching bundled workflow and keeps production skill changes separate from review or proposal work.
Technical details
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.