An agent framework allergic to DAGs and terminals
Skill Compose is an open-source Python runtime for building agents from composable skills instead of workflow graphs or command-line interfaces.

What it does Skill Compose bills itself as a Python-based platform for constructing and running “skill-powered” agents. The repository description frames it as an alternative to visual workflow editors and CLI-heavy frameworks, though the actual implementation details are absent from the documentation.
The interesting bit The entire pitch is a negation: no graphs to wire up, no terminal to drive it. That implies a code-first or library-centric model, but with no README to examine, the specific mechanics are anyone’s guess.
Key highlights
- Explicitly rejects workflow graphs and CLI-based operation
- Python project with roughly 1,100 GitHub stars
- Centers on “skills” as the core unit of agent composition
- Repository contains essentially no visible documentation or examples
Caveats
- The README is blank, so every claim comes from the one-line repository description
- No API surface, usage patterns, or definition of “skill” is actually shown
Verdict Keep an eye on it if you’re hunting for non-graph agent architectures; otherwise, there is nothing here to use or learn from yet.
Frequently asked
- What is dp-archive/archive?
- Skill Compose is an open-source Python runtime for building agents from composable skills instead of workflow graphs or command-line interfaces.
- Is archive open source?
- Yes — dp-archive/archive is open source, released under the Apache-2.0 license.
- What language is archive written in?
- dp-archive/archive is primarily written in Python.
- How popular is archive?
- dp-archive/archive has 1.1k stars on GitHub.
- Where can I find archive?
- dp-archive/archive is on GitHub at https://github.com/dp-archive/archive.