by imbue-ai · Agent Tool · ★ 74
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Keystone: a managed agent to configure Dockerfiles for any repo Keystone is an open source agentic tool that automatically generates a working configuration for any git code repository. We built it because we kept running into the same problem: what's the shortest path to make this arbitrary code actually run? Given a source repo, Keystone analyzes the project structure and creates: — VS Code dev container configuration — Container image definition — Test runner script with artifact collection Keystone builds on the existing dev container standard, which is also supported by VS Code and GitHub Codespaces. Why bother? There are several good reasons to configure a standardized container environment for a code repo: Have the repo self-describe a suitable execution environment Use reproducible environments across development and CI/CD Run coding agents safely inside containers How to use it Create a Modal account and sign in Create or clone a git repository Run Keystone on it Check in the resulting directory How it works Keystone creates a short-lived Modal sandbox and copies your repo into it so that it can run Claude Code safely
| Stars | 74 |
| Forks | 4 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 70.8414157095948/100 |
| Open Issues | 4 |
| Last Updated | 2026-04-30 |
| Created | 2026-02-13 |
| Platforms | docker, python |
| Est. Tokens | ~3848k |
Explore other popular agent tool tools:
keystone is An agentic tool to configure Dockerfiles for any repo. It is categorized as a Agent Tool with 74 GitHub stars.
keystone is primarily written in Python.
You can find installation instructions and usage details in the keystone GitHub repository at github.com/imbue-ai/keystone. The project has 74 stars and 4 forks, indicating an active community.
keystone is released under the MIT license, making it free to use and modify according to the license terms.