Agent skills for working with Earthly tools and platforms.
| Skill | Description |
|---|---|
| lunar-collector | Create Lunar collector plugins (Bash scripts) that gather SDLC metadata |
| lunar-policy | Create Lunar policy plugins (Python scripts) that enforce engineering standards |
| lunar-sql | Query Lunar's SQL API for components, checks, policies, domains, and PRs |
| earthfile | Write Earthfiles for repeatable, containerized builds with Earthly |
Copy the skill folders from skills/ to your agent's skills directory:
git clone https://github.com/earthly/skills.git
cp -r skills/skills/* ~/.codex/skills/Or if you have Earthly installed:
earthly github.com/earthly/skills+install-skillsThese skills are designed to be used with AI agents that support the Claude/Codex skill format. Each skill contains:
SKILL.md- Main instructions and quick-start guidereferences/- Summarized documentation for the AI to consult as neededdocs/- A full copy of the documentation for the skill
- Lunar Documentation
- lunar-lib Repository - Reference collectors and policies
- Earthly Documentation