bot-auto-merge-prs[bot] f852556a88 Merge pull request #55 from catalyst-cooperative/update-lockfiles
Update pixi lockfile for week of 2026-09-13
2026-09-13 07:08:14 +00:00
2026-03-14 17:25:48 -06:00

Catalyst Cooperative Agent Skills

tests pre-commit.ci status docs License: MIT

This repository contains experimental agent skills related to PUDL (the Public Utility Data Liberation Project).

Installing

Most LLM agents support skills, but depending on the agent there are many different ways that skills are installed and activated. One fairly generic, agent-agnostic method of installing them is npx skills. If you have npm installed you should be able to do:

npx skills add catalyst-cooperative/agent-skills -s datapackage
npx skills add catalyst-cooperative/agent-skills -s pudl

Agent Skills Resources

For Users

For Skills Authors

Agentic (Data) Engineering

Agentic (Meta)Data Exploration

Agent skills defined outside of this repo that we either used in creating the Catalyst Cooperative agent skills, or that we delegate to within the skill.

S
Description
pudl: Explore and understand PUDL energy data: discover which tables exist, look up column meanings and usage warnings, and load Parquet files from S3 or a local…; datapackage: Explore and query any dataset annotated with a Frictionless Data Package descriptor (datapackage.json). Use this skill whenever a user wants to discover what…
Readme MIT 1.7 MiB
Languages
Python 99.4%
Dockerfile 0.6%