# zakelfassi

> Open-source publisher. Listings imported from github.com/zakelfassi — credited to the original author with their license.

- **Listings:** 23
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/zakelfassi
- **Website:** https://github.com/zakelfassi

## Published listings

- [Minimal](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-minimal) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-minimal`
  A minimal spec-compliant skill. Use when you need the bare minimum to satisfy the Agent Skills spec.
- [Pipeline Stage](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-pipeline-stage) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-pipeline-stage`
  Scaffold a new transform stage in the data pipeline — create the transformation script, schema contract, idempotency logic, and tests. Use when adding a new dbt model or pandas transform, when a new business metric needs a dedicated stage, or when asked to "add a {name} stage to the pipeline".
- [Skillforge](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-skillforge) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-skillforge`
  Create or update a reusable agent skill. Use when you notice a repeated pattern, when a workflow should be persisted for future sessions, or when asked to forge/create/scaffold a new skill.
- [Breaking Change Audit](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-breaking-change-audit) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-breaking-change-audit`
  Audit shipctl's public interface before a release — compare flags, exit codes, and output formats against the previous tag to catch accidental breaking changes. Use when preparing a release, when asked to "check for breaking changes", or as a gate before tagging a new version.
- [Api Endpoint](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-api-endpoint) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-api-endpoint`
  Scaffold a REST API endpoint with route, controller, validation, and tests. Use when creating new API endpoints, adding resources, or when asked to build a new backend route.
- [Backfill Runbook](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-backfill-runbook) — Skill · Free — `agentstack add skill-zakelfassi-skills-driven-development-backfill-runbook`
  Safely backfill historical data for a pipeline stage — scope the date range, run a dry-run, execute in chunks to avoid overwhelming the database, and verify row counts after each chunk. Use when historical data is missing, when a pipeline stage is added retroactively, or when asked to "backfill the {stage} table from {start_date}".
- [Dataset Onboard](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-dataset-onboard) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-dataset-onboard`
  Onboard a new raw dataset into the data platform — sniff the schema, generate a profiling notebook, create the ingestion job, and add an entry to the data dictionary. Use when adding a new data source, when a partner delivers a new CSV/Parquet drop, or when asked to "onboard the {name} dataset".
- [Manpage Sync](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-manpage-sync) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-manpage-sync`
  Regenerate man pages and shell completion scripts from the shipctl command tree whenever commands, flags, or subcommands change. Use when a new command or flag is added, when the help text changes, or when asked to "update the man pages" or "sync completions".
- [Bug Triage](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-bug-triage) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-bug-triage`
  Triage a bug report into an actionable GitHub issue with severity, reproduction steps, and assignment. Use when a bug is reported, when error logs need investigation, or when asked to file/triage an issue.
- [Not Wrong Dir](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-wrong-dir) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-wrong-dir`
  A skill whose name does not match its directory. Use when testing that name/dir mismatches are caught.
- [Flag Add](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-flag-add) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-flag-add`
  Add a CLI flag to shipctl end-to-end — argument parser definition, help text, shell completion scripts, documentation, and tests. Use when adding a new option or flag, when extending an existing subcommand, or when asked to "add a --flag-name option".
- [Cross Compile Matrix](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-cross-compile-matrix) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-cross-compile-matrix`
  Add a new target triple to the shipctl cross-platform build matrix — CI YAML, Makefile, and a smoke test. Use when adding support for a new OS/architecture, when a user requests a new platform binary, or when a target triple is missing from the release artifacts.
- [Htmlify](https://agentstack.voostack.com/l/skill-zakelfassi-htmlify-htmlify) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-htmlify-htmlify`
  Create self-contained HTML artifacts from agent or repo context, including operator briefs, build plans, implementation maps, PR/release packets, incident timelines, decision briefs, reports, explainers, diagrams, prototypes, and lightweight editors. Use when the user asks to turn dense text, code evidence, plans, reviews, or status into browser-ready HTML instead of a markdown wall.
- [BadName WithUnderscore](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-bad-name) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-bad-name`
  A skill with an invalid name. Use when testing that uppercase and underscores are rejected.
- [Missing Description](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-missing-description) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-missing-description`
  A Claude skill from zakelfassi/skills-driven-development.
- [Release Cut](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-release-cut) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-release-cut`
  Cut a versioned release for shipctl — bump the version, generate a changelog from conventional commits, create and push the git tag, and draft a GitHub release with cross-compiled binaries attached. Use when preparing a new release, when asked to "cut a release", or when the version needs bumping after a sprint.
- [Experiment Log](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-experiment-log) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-experiment-log`
  Record a model training run — log parameters, metrics, and artifact paths, then append a structured row to the experiments ledger. Use when a training run completes, when asked to "log this experiment", or when comparing runs to decide which model to promote.
- [Component Scaffold](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-component-scaffold) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-component-scaffold`
  Create a new React component with co-located test, story, and styles. Use when creating new UI components, when asked to scaffold/generate a component, or when building new pages.
- [Missing Name](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-missing-name) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-missing-name`
  A skill that is missing the required name field. Use when testing validator error detection.
- [Deckify](https://agentstack.voostack.com/l/skill-zakelfassi-htmlify-deckify) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-htmlify-deckify`
  Create self-contained HTML presentation decks and companion downloadable guides for content creators, educators, technical talks, YouTube lives, workshops, explainers, launch narratives, and media-rich essays. Use when the user wants a presentable deck, speaker notes, run-of-show, demo plan, PDF/guide output, image-generation plan, or screenshot-backed visual narrative rather than a flat markdown…
- [Data Quality Gate](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-data-quality-gate) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-data-quality-gate`
  Add or extend data validation checks in the pipeline when data quality issues are detected — null-percentage thresholds, value ranges, referential integrity, and row-count sanity checks. Use when a pipeline breaks on bad data, when onboarding a new dataset, or when asked to "add a quality check for {column}".
- [Full](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-full) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-full`
  A fully-populated skill with SkDD lifecycle metadata. Use when validating the full metadata profile including forged-by, usage-count, and status.
- [Deploy Preview](https://agentstack.voostack.com/l/skill-zakelfassi-skills-driven-development-deploy-preview) — Skill · Free · security-reviewed — `agentstack add skill-zakelfassi-skills-driven-development-deploy-preview`
  Deploy a preview branch to the staging environment for review. Use when a feature branch is ready for visual review, when someone asks to "deploy this for review", or before opening a PR.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
