Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

File metadata and controls

32 lines (20 loc) · 1.01 KB

Nimble Foundry

The official Ailloy foundry index by Nimble Giant.

What is a Foundry Index?

A foundry index is a YAML catalog of Ailloy molds that enables SCM-agnostic mold discovery. Users can register this foundry with:

ailloy foundry add https://github.com/nimble-giant/foundry

Then search for molds across all registered foundries:

ailloy foundry search <query>

Molds from this official foundry are displayed with a verified badge in search results.

Molds

Name Description
nimble-mold Distributable, reusable, and agnostic AI instruction blanks for common SDLC workflows

Adding Molds

To submit a mold for inclusion in the official index, open a pull request adding your mold to foundry.yaml.

See the foundry documentation for the full schema reference.