From agentic-usability
Exports a benchmark pipeline project as a zip archive for sharing or archiving, excluding cache and large snapshots.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-usability:export [project-directory] [-o output.zip] [-r runId][project-directory] [-o output.zip] [-r runId]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export the pipeline project as a zip archive for sharing or archiving.
Export the pipeline project as a zip archive for sharing or archiving.
echo "Arguments: $ARGUMENTS"
-o, --output <path>: Output zip file path (default: <pipeline-name>-export.zip)-r, --run <runId>: Export only a specific run instead of the entire projectThe zip includes:
config.json — pipeline configurationsuite.json — test suiteresults/ — all run results (judge scores, solutions, logs)cache/** — git repo clones (can be re-fetched)**/*.tar.gz — workspace snapshots (large binary files)<project>/
config.json
suite.json
results/<runId>/
run.json # Run manifest
pipeline-state.json # Pipeline state
report.json # Scorecard
<target>/<testId>/ # Per-test results
Run agentic-usability export -p $ARGUMENTS.
For the full file inventory, see pipeline-guide.md.
npx claudepluginhub pspdfkit-labs/agentic-usability --plugin agentic-usabilityOpen the web UI to visually inspect, edit, and run the benchmark pipeline. Use when the user wants a visual interface for their pipeline.
Exports retriever result sets as CSV tables or archives. Invoked via /export or natural language like "save this as a spreadsheet."
Exports confidence-weighted instincts (feedback_*/discovery_* memories) to a portable YAML pack for sharing or backup.