Skip to content

gremau/agent-parts

v0.1.0MIT

Ready-to-use skills, tools, and other agent contacts for ecology, biodiversity, and data management workflows.

agent-parts

This is a repository of reusuable (I hope) files for building agentic workflows used in environmental science research and data management contexts. There are skills, tools, AGENT.md files and so-on, and they are written as templates, or as general examples, so that they can be adapted for different agents and workflows. Many of the templates and guidance here are adapted from the following standards and resources:

AGENTS.md files

There are a few example AGENTS.md files in the agents_md directory. They are designed for different purposes and have a filenames following the pattern AGENTS.md.<origin_or_purpose>. For a more extensive example, see the K-Dense-AI repo AGENTS.md file.

Skills

There are a collection of skills in the skills/ directory. These follow the Agent Skills standard, with the overall layout of each skill looking like this:

skill-name/
├── SKILL.md          # Required metadata & instructions
├── scripts/          # executable code (optional)
├── references/       # documentation (optional)
├── assets/           # templates, resources (optional)
└── ...               # Additional files or directories