Install Archways
npx skills add GentBajko/capstone && cargo install --locked --git https://github.com/GentBajko/quarry --rev 78c71fab5f5818662dc02d5867246cec963567a9Capstone documents your codebase and guides feature development. Quarry makes those references searchable across repositories.
Start with one repository and ask a question about its code. Add other repositories when you need them.
Start with one repositoryThe stack: Capstone and Quarry, working together.
npx skills add GentBajko/capstone && cargo install --locked --git https://github.com/GentBajko/quarry --rev 78c71fab5f5818662dc02d5867246cec963567a9Free & open source. Docs stay in Git.
Watch the tools in actionAgent skills that write architecture docs with source links. Start with an existing repo, or use a guided feature workflow with a plan you approve.
A CLI that indexes committed references in a shared Git repo. Search locally, trace documented dependencies, and compare contract fields without a model.
With Quarry configured, Capstone can consult other services’ documented interfaces as it defines and plans a feature.
Generate a reference for each repository, with architecture, business rules, and source links.
Import docs from the source default branches into a shared Git repository and local index.
Capstone queries relevant interfaces in Quarry and brings those constraints into the feature plan.
You review the plan. Capstone implements the approved change, verifies it, and refreshes affected docs.
After the docs reach the default branch, run quarry update. Other repositories can sync the new reference.
Quarry shows the documented path from ingestion to storage to reports. The storage service lists JSON and XML. Capstone includes that constraint in the CSV feature plan, then refreshes the docs after implementation.
# JSON and XML are documented; coordinate CSV support.
# Approve the plan, implement, then merge updated docs.
After installing Capstone, open an existing repo in your coding agent. Generate its reference, then ask about the code. Add Quarry when you need other repositories’ docs.
/capstone:mapThen ask: “Where is authentication enforced? Use the reference and cite the source files.”