Back to the catalog

datapackage

catalyst-cooperative/agent-skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por catalyst-cooperative/agent-skills no skills.sh. Instale com: npx skills add catalyst-cooperative/agent-skills@datapackage

Details

Kind
Agent skills
Topic
No topic detected
Publisher
catalyst-cooperative
Origin
skillssh
Category
ferramentas
Stars
3
Open pull requests
1
Last push
2026-09-06T07:08:00Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 15:22:33
Updated
2026-09-08 15:04:47
Origin id
catalyst-cooperative/agent-skills/datapackage

README

# [Catalyst Cooperative](http://github.com/catalyst-cooperative) Agent Skills

[![tests](https://github.com/catalyst-cooperative/agent-skills/actions/workflows/tests.yml/badge.svg)](https://github.com/catalyst-cooperative/agent-skills/actions/workflows/tests.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/catalyst-cooperative/agent-skills/main.svg)](https://results.pre-commit.ci/latest/github/catalyst-cooperative/agent-skills/main)
[![docs](https://github.com/catalyst-cooperative/agent-skills/actions/workflows/docs.yml/badge.svg)](https://docs.catalyst.coop/agent-skills)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE)

This repository contains experimental [agent skills](https://agentskills.io) related to PUDL (the Public Utility Data Liberation Project).

- `datapackage` provides agents context on how to work with the [Frictionless Datapackage](https://datapackage.org/) metadata standard
- `pudl` is for exploring and working with [PUDL open energy data and metadata](https://data.catalyst.coop)

## 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:

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

## Agent Skills Resources

### For Users

- [Using Agent Skills in VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills)
- [Extend Claude with Agent Skills](https://code.claude.com/docs/en/skills)
- [npx skills](https://github.com/vercel-labs/skills) (CLI for installing skills)
- [Agent Skill Installation CLI](https://www.npmjs.com/package/skills)
- ⚠️ [The Agent Skills Directory](https://skills.sh/) ⚠️

### For Skills Authors

- [The Agent Skills Standard](https://agentskills.io)
- [Skill Authoring Best Practices](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices)
- [Equipping Agents for the Real World With Agent Skills](https://claude.com/blog/equipping-agents-for-the-real-world-with-agent-skills)
- [Claude Developer Guide Agent Skills Overview](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview)
- [Create a Claude Plugin Marketplace](https://code.claude.com/docs/en/plugin-marketplaces)
- [Evals for AI Agents](https://www.anthropic.com/engineering/demystifying-evals-for-ai-agents)
- [Testing Agent Skills Systematically with Evals](https://developers.openai.com/blog/eval-skills)

## Agentic (Data) Engineering

- [Agentic Engineering Patterns](https://simonwillison.net/guides/agentic-engineering-patterns/) (Simon Willison)
- [Zero Degree-of-Freedom LLM Coding using Executable Oracles](https://john.regehr.org/writing/zero_dof_programming.html) (John Regehr)
- [Dagster University AI Driven Data Engineering](https://courses.dagster.io/courses/take/ai-driven-data-engineering) (Dagster)
- [Best practices for LLM Dagster Development](https://www.youtube.com/watch?v=nmuQPU9bzQ4) (Dagster)
- [What Is Code Review For](https://blog.glyph.im/2026/03/what-is-code-review-for.html) (Glyph)
- [Your job is to deliver code you have proven to work](https://simonwillison.net/2025/Dec/18/code-proven-to-work/) (Simon Willison)

## Agentic (Meta)Data Exploration

- [Coding agents for data analysis](https://simonw.github.io/nicar-2026-coding-agents/) (Simon Willison)

## Other related skills

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.

- [duckdb-skills](https://github.com/duckdb/duckdb-skills)
- [marimo-pair](https://github.com/marimo-team/marimo-pair)
- [skill-creator](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/skill-creator)
- [dignified-python](https://github.com/dagster-io/skills/tree/main/plugins/dignified-python)

More