Manage PARA-based personal knowledge management (PKM) systems using Projects, Areas, Resources, and Archives organization method. Use when users need to (1) Create a new PARA knowledge base, (2) Organize or reorganize existing knowledge bases into PARA structure, (3) Decide where content belongs in PARA (Projects vs Areas vs Resources vs Archives), (4) Create AI-friendly navigation files for knowledge bases, (5) Archive completed projects, (6) Validate PARA structure, or (7) Learn PARA organizat
Security Analysis
high confidenceThe skill's files and runtime instructions are consistent with its stated PARA PKM purpose; it performs only local file system operations (create/scan/write/archive/validate) and requests no credentials or external installs.
Name/description match the included scripts and docs. The four scripts (init, generate_nav, validate, archive) directly implement the advertised tasks (scaffold KB, create AI navigation, validate structure, archive projects). No unrelated binaries, env vars, or external services are requested.
SKILL.md and scripts instruct the agent to run local Python scripts that create directories/files, write AGENTS.md, and move/delete project files. This is appropriate for PARA management but is inherently destructive: archive_project writes an archived copy then unlinks (deletes) the original. Also, archive_project may raise an exception if given an absolute project path that is not under the provided kb-path (uses Path.relative_to). Recommend users back up data and test on a sample KB before running on important data.
No install spec or remote downloads; the skill is instruction-only with bundled Python scripts. No network-based installers or extracted archives are used.
The skill declares no environment variables, no credentials, and no config paths. All operations are local file system operations consistent with the stated purpose.
always:false and default model invocation are used. The skill does not request permanent platform-wide privileges or attempt to modify other skills or global agent settings.
Guidance
This skill appears to do exactly what it says: create PARA folders, generate a short AI navigation file, validate structure, and archive projects. Things to consider before installing or running it: 1) The scripts make and modify files in the filesystem—init creates directories and README/AGENTS.md; generate_nav writes AGENTS.md; archive_project moves a project into archives and deletes the original—so back up your KB before using archive_project. 2) archive_project may error if you supply an absolute project path outside the kb root (it uses Path.relative_to), so test on a disposable directory first. 3) No network or credentials are required, and no external installs occur, but you need a Python runtime to run the scripts. If you want additional assurance, review the scripts locally and run them in a safe test folder before applying them to production data.
Latest Release
v1.0.0
From Foundry: Manage PARA-based personal knowledge management (PKM) systems using Projects, Ar
More by @killerapp
Published by @killerapp on ClawHub