Skip to content

Releases: gorlix/paca-plugin-project-skills

v0.2.1

Choose a tag to compare

@gorlix gorlix released this 02 Sep 19:16
0e8da00

Adds MCP tools (project_skills_list, project_skills_get) — no other changes since v0.2.0.

v0.2.0

Choose a tag to compare

@gorlix gorlix released this 02 Sep 18:51
8ed7ec2

Links skill bodies to real project Documents instead of storing plain text; adds sidebar tree + metadata page frontend. Breaking API change: create/update now take doc_id, not body.

v0.1.0

Choose a tag to compare

@gorlix gorlix released this 02 Sep 14:08
b42f4f0

Initial release: project-scoped Agent Skills CRUD.

Implements point 3 of Paca-AI/paca#453 — lets a project register its own SKILL.md-format skills via this plugin's own HTTP routes (/projects/:projectId/skills[...]), backed by a project-scoped Postgres table. Names are validated and auto-prefixed with paca- per the ecosystem convention.

Tested: go test -race (86.5% coverage), golangci-lint clean, real TinyGo wasip1/wasm build, and a full CRUD cycle verified against a live Paca dev instance (see README's Testing section for details).

Not wired into the manifest's skills.baseUrl/names mechanism — see README for why (WASM plugins have no runtime filesystem access, and that mechanism is install-time-static only).