Help us improve
Share bugs, ideas, or general feedback.
From agentic-usability
Exports a benchmark pipeline project as a zip archive for sharing or archiving, excluding cache and large snapshots.
npx claudepluginhub pspdfkit-labs/agentic-usability --plugin agentic-usabilityHow 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.
Open the web UI to visually inspect, edit, and run the benchmark pipeline. Use when the user wants a visual interface for their pipeline.
Exports current review scopes to CSV tables or archive bundles. Handles export status checks and slash subcommands like /export table.
Exports skills, templates, or agents from a project to a repository's v0.2 plugin architecture via /agentic-export. Supports dry-run, plugin targeting, and pre-flight checks.
Share bugs, ideas, or general feedback.
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.