Agent skill · Data & Analytics

bio-foundation-housekeeping

Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill bio-foundation-housekeeping --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/omics/bio-foundation-housekeeping/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bio Foundation Housekeeping Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup. ## Instructions 1. Create standard directory layout (data/, results/, schemas/, workflows/, src/, notebooks/). 2. Initialize Pixi workspace and lockfile; define tasks. 3. Define LinkML schemas and generate Pydantic models. 4. Create DuckDB catalog and register parquet tables. ## Quick Reference | Task | Action | |------|--------| | Run workflow | Follow the steps in this skill and capture outputs. | | Validate inputs | Confirm required inputs and reference data exist. | | Review outputs | Inspect reports and QC gates before proceeding. | | Tool docs | See `docs/README.md`. | ## Input Requirements Prerequisites: - Tools available in the active environment (Pixi/conda/system). See `docs/README.md` for expected tools. - Target project root is writable. Inputs: - project root (path) - metadata schema requirements - workflow engine preference (optional) ## Output - pixi.toml - pixi.lock - schemas/ - data/catalog.duckdb - results/bio-foundation-housekeeping/report.md - results/bio-foundation-housekeeping/logs/ ## Qual

What's inside
Steps it walks through
  1. Instructions
  2. Quick Reference
  3. Input Requirements
  4. Output
  5. Quality Gates
  6. Examples
  7. Example 1: Expected input layout
  8. Troubleshooting
Ships with 9 files
  • docs/README.md
  • docs/duckdb.md
  • docs/linkml.md
  • docs/pixi.md
  • docs/pydantic.md
  • summaries/2023-pydantic-zenodo.md
  • summaries/2025-linkml-gigascience.md
  • summaries/2025-pixi-arxiv.md
  • summaries/README.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-foundation-housekeeping skill do?

Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill bio-foundation-housekeeping --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going