Skip to content
Stacks

Find reviewed stacks for Dryft

A stack extends what Dryft does, adds skills and workflows for a kind of work, or both. Every version listed here is an exact GitHub release that was reviewed before it appeared.

What a stack extendsextension_type
Every listing declares one kind, and review checks it against what the stack actually does.

Three kinds of stack

Dryft works without stacks. Each kind adds something different, and all use the same contract for validation, installation, updates and removal.

Functionality

Extends how Dryft works

Adds a capability to Dryft itself, such as a search provider the brain can use. Providers run only after you trust the exact digest of what you installed, and only when you select them.

  • brain.search provider
  • hashed assets
  • compatibility

None listed yet.

Browse
Capability

Adds a way of working

Brings skills, hooks, knowledge and templates for one kind of work, like research or shipping software. Knowledge arrives as candidates you review, never as approved notes.

  • skills/dryft-*
  • hooks/*.py
  • knowledge/*.md
  • templates/
Functionality + capability

Does both

Extends Dryft and adds the workflow that uses it, such as a search provider bundled with a literature review skill. The trust requirements for both parts apply.

  • provider
  • skills
  • workflow

None listed yet.

Browse

How releases are reviewed

Every version is reviewed separately, including stacks published by Dryft. You still need to trust the exact digest before hooks or providers can run.

Inspect a stack before installing it:

dryft stack install <stack-id> --inspect
Submit a stack
  1. 1

    Publish a GitHub release

    A public repository with stack.json at its root, and a published release whose tag is the stack's version, like v1.2.0.

  2. 2

    Submit it here

    Sign in with GitHub. We confirm you control the repository, resolve the tag to its commit and read stack.json from that commit.

  3. 3

    Staff review that exact commit

    Review downloads the release, validates it with Dryft, tests it with no production credentials and checks every disclosure against what the stack does.

  4. 4

    The approved release is listed

    The registry records the commit, the archive digest and the content digest. The Dryft CLI refuses to install anything that does not match.