alexkapadia avatar

alexkapadia

Community

@alexkapadia

3Followers
|
13Public Repos
|
56Published Skills

Agent Skills by alexkapadia

Showing 56 vetted skills indexed across 1 GitHub repositories.

AlexKapadiaAlexKapadia
6

label-run

Label a Pixie run and protect its artefacts from auto-prune.

Community
Intermediate
AlexKapadiaAlexKapadia
6

set-secret

Write a secret value into a Pixie tool's .env without printing it.

Community
Advanced
AlexKapadiaAlexKapadia
6

fetch-dataset-from-url

Download datasets from HTTPS URLs into a Pixie tool's data folder with checksum verification.

Community
Advanced
AlexKapadiaAlexKapadia
6

add-tool-from-cli-command

Generate tool.json and main.py to wrap CLI binaries as Pixie tools.

Community
Advanced
AlexKapadiaAlexKapadia
6

migrate-tool-format

Migrate Pixie tool.json files to the current v1 schema.

Community
Intermediate
AlexKapadiaAlexKapadia
6

export-run

Package a Pixie run into a ZIP with inputs, outputs, artefacts, and report.

Community
Intermediate
AlexKapadiaAlexKapadia
6

add-tool-from-repo

Clone a Git repository and generate tool.json and FastAPI main.py.

Community
Advanced
AlexKapadiaAlexKapadia
6

add-tool-from-paper

Parse academic papers and scaffold Pixie tools with reference fixtures.

Community
Advanced
AlexKapadiaAlexKapadia
6

add-tool-from-excel-model

Translate an Excel workbook's formula DAG into Python code for a Pixie tool.

Community
Advanced
AlexKapadiaAlexKapadia
6

add-tool-from-notebook

Converts Python notebook files into deployable Pixie tools with FastAPI wrappers.

Community
Advanced
AlexKapadiaAlexKapadia
6

copy-to-clipboard

Copy Pixie textual outputs to the system clipboard via pyperclip or native tools.

Community
Intermediate
AlexKapadiaAlexKapadia
6

implement-model-from-spec

Convert ML model specifications into Pixie tool scaffolds with training and inference workflows.

Community
Advanced
AlexKapadiaAlexKapadia
6

import-tool

Install a Pixie tool from a ZIP by unpacking under tools/ and validating with uv sync.

Community
Intermediate
AlexKapadiaAlexKapadia
6

debug-tool

Diagnoses Pixie tool failures and proposes validated fixes using kill file and run logs.

Community
Advanced
AlexKapadiaAlexKapadia
6

workspace-remove-tool

Removes a tool link from a Pixie workspace by editing the tool_workspaces join.

Community
Intermediate
AlexKapadiaAlexKapadia
6

revalidate-all

Re-run Pixie validation across all tools and summarize pass/warn/fail results.

Community
Advanced
AlexKapadiaAlexKapadia
6

cite-source

Record source provenance in tool.json and README for existing Pixie tools.

Community
Intermediate
AlexKapadiaAlexKapadia
6

list-outputs

List saved artefacts from Pixie tool runs in a read-only table.

Community
Intermediate
AlexKapadiaAlexKapadia
6

view-runs

Fetch and display recent runs of a named Pixie tool from pixie.db or the live API.

Community
Intermediate
AlexKapadiaAlexKapadia
6

convert-gradio-app

Convert Gradio app scripts into Pixie tool.json contracts and wrappers.

Community
Intermediate
AlexKapadiaAlexKapadia
6

view-logs

Tail live stderr and stdout logs from Pixie tools.

Community
Intermediate
AlexKapadiaAlexKapadia
6

clear-old-outputs

Prunes outdated Pixie runs and artefacts using per-tool retention settings after dry-run preview and explicit confirmation.

Community
Advanced
AlexKapadiaAlexKapadia
6

open-artefacts-folder

Open Pixie artefacts folders in the native OS file browser.

Community
Basic
AlexKapadiaAlexKapadia
6

convert-streamlit-app

Convert single-file Streamlit scripts into stateless Pixie tools with tool.json.

Community
Intermediate