Files
Hannes e377b43798 feat(platform): add community-maintained Pi wrapper (#636)
* feat(platform): add pi wrapper

* feat(pi): scope ARS activation and add evidence

* fix(pi): gate automatic ARS skill invocation

* fix(pi): preserve args and tree activation

* docs(pi): scope prompt guarantees to idle runs

* fix(pi): canonicalize hidden skill paths

Pi preserves lexical resource paths while Node resolves extension imports through symlinks. Compare real filesystem identity after XML decoding.

* fix(pi): substitute command arguments once

Avoid reprocessing placeholder-like text introduced from user arguments.

* fix(pi): bound inactive skill block matching

Prevent alternate skill formatting from extending a match into an adjacent unrelated skill block.
2026-08-05 09:16:49 +08:00

25 lines
484 B
JSON

{
"name": "academic-research-skills",
"private": true,
"description": "Academic research workflow skills with Claude Code and Pi adapters",
"keywords": [
"pi-package",
"academic-research"
],
"license": "CC-BY-NC-4.0",
"pi": {
"extensions": [
"./pi/wrapper.js"
],
"skills": [
"./deep-research",
"./academic-paper",
"./academic-paper-reviewer",
"./academic-pipeline"
],
"prompts": [
"./commands"
]
}
}