@aliaksei-raketski/pi-taiga-ui-docs
Pi package with a Taiga UI docs skill backed by a self-contained llms-full.txt helper script.
Package details
Install @aliaksei-raketski/pi-taiga-ui-docs from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aliaksei-raketski/pi-taiga-ui-docs- Package
@aliaksei-raketski/pi-taiga-ui-docs- Version
0.3.8- Published
- Jul 22, 2026
- Downloads
- 1,075/mo · 31/wk
- Author
- aliaksei-raketski
- License
- MIT
- Types
- skill
- Size
- 55.5 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@aliaksei-raketski/pi-taiga-ui-docs
A Pi package that ships one skill (taiga-ui-docs) with a bundled helper script for Taiga UI documentation.
The skill replaces the @taiga-ui/mcp tool surface with CLI-equivalent commands:
node scripts/taiga-ui-docs.mjs overviewnode scripts/taiga-ui-docs.mjs list [query]node scripts/taiga-ui-docs.mjs example <name...>node scripts/taiga-ui-docs.mjs migration
Install
pi install npm:@aliaksei-raketski/pi-taiga-ui-docs
# or project-local
pi install -l npm:@aliaksei-raketski/pi-taiga-ui-docs
For local development from the repository root:
pi install ./packages/taiga-ui-docs
Skill
See skills/taiga-ui-docs/SKILL.md.
The published package includes the skill markdown and helper script source files directly; no generated build output is required.
Helper script
node scripts/taiga-ui-docs.mjs --help
The script is intentionally self-contained:
- shipped as source with the skill resources
- Node 18+ (
nodebuilt-ins + globalfetchonly) - no build step
- no external dependencies
- JSON output on stdout
Commands
From skills/taiga-ui-docs/:
node scripts/taiga-ui-docs.mjs overview --pretty
node scripts/taiga-ui-docs.mjs list button --limit 100 --pretty
node scripts/taiga-ui-docs.mjs example Button --max-chars 24000 --pretty
node scripts/taiga-ui-docs.mjs migration --pretty
You can point the parser at a local llms-full.txt for offline use:
node scripts/taiga-ui-docs.mjs list button --source-file ./llms-full.txt --pretty