Agent Skills by alexkapadia
Showing 56 vetted skills indexed across 1 GitHub repositories.
label-run
Label a Pixie run and protect its artefacts from auto-prune.
set-secret
Write a secret value into a Pixie tool's .env without printing it.
fetch-dataset-from-url
Download datasets from HTTPS URLs into a Pixie tool's data folder with checksum verification.
add-tool-from-cli-command
Generate tool.json and main.py to wrap CLI binaries as Pixie tools.
migrate-tool-format
Migrate Pixie tool.json files to the current v1 schema.
export-run
Package a Pixie run into a ZIP with inputs, outputs, artefacts, and report.
add-tool-from-repo
Clone a Git repository and generate tool.json and FastAPI main.py.
add-tool-from-paper
Parse academic papers and scaffold Pixie tools with reference fixtures.
add-tool-from-excel-model
Translate an Excel workbook's formula DAG into Python code for a Pixie tool.
add-tool-from-notebook
Converts Python notebook files into deployable Pixie tools with FastAPI wrappers.
copy-to-clipboard
Copy Pixie textual outputs to the system clipboard via pyperclip or native tools.
implement-model-from-spec
Convert ML model specifications into Pixie tool scaffolds with training and inference workflows.
import-tool
Install a Pixie tool from a ZIP by unpacking under tools/ and validating with uv sync.
debug-tool
Diagnoses Pixie tool failures and proposes validated fixes using kill file and run logs.
workspace-remove-tool
Removes a tool link from a Pixie workspace by editing the tool_workspaces join.
revalidate-all
Re-run Pixie validation across all tools and summarize pass/warn/fail results.
cite-source
Record source provenance in tool.json and README for existing Pixie tools.
list-outputs
List saved artefacts from Pixie tool runs in a read-only table.
view-runs
Fetch and display recent runs of a named Pixie tool from pixie.db or the live API.
convert-gradio-app
Convert Gradio app scripts into Pixie tool.json contracts and wrappers.
view-logs
Tail live stderr and stdout logs from Pixie tools.
clear-old-outputs
Prunes outdated Pixie runs and artefacts using per-tool retention settings after dry-run preview and explicit confirmation.
open-artefacts-folder
Open Pixie artefacts folders in the native OS file browser.
convert-streamlit-app
Convert single-file Streamlit scripts into stateless Pixie tools with tool.json.