@firstpick/pi-extension-wiki-tools

Pi tools and skill for scaffolding local wiki extension packages from repository templates.

Packages

Package details

extensionskill

Install @firstpick/pi-extension-wiki-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-wiki-tools
Package
@firstpick/pi-extension-wiki-tools
Version
0.1.6
Published
Aug 7, 2026
Downloads
312/mo · 25/wk
Author
firstpick
License
MIT
Types
extension, skill
Size
97.3 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Wiki Tools for Pi

Create and maintain local documentation-search extensions from a reusable template.

What you can do

  • Creates a new local-documentation search extension from a template.
  • Updates existing generated extensions safely.
  • Checks package structure and documentation indexes.
  • Lists the templates available for new wiki packages.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-wiki-tools

Restart Pi if the package does not appear in your current session.

How to use it

  1. Run /wiki-templates to see the available starting points.
  2. Create a package from a documentation repository:
/wiki-create https://github.com/example/example-wiki.git
  1. Review the generated package and run /wiki-validate <folder>.
  2. Use /wiki-update later when you want to preview a template refresh.

Creation refuses to overwrite an existing target by default, and updates start as a preview. Format choices, unattended creation, review controls, and update options are in the technical reference.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.