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:
- Agent Plugins - an open standard for re-usable components to extend AI agents.
- Agent Skills - defines the agent skills standard.
- Agents.md - defines a standard for AGENTS.md files.
- The scientific-agent-skills repository from K-Dense-AI.
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