Skip to content

Find reviewed stacks for ThisDamnThing

A stack extends what ThisDamnThing 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

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

Functionality

Extends how ThisDamnThing works

Adds a capability to ThisDamnThing 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/tdt-*
  • hooks/*.py
  • knowledge/*.md
  • templates/

None listed yet.

Browse
Functionality + capability

Does both

Extends ThisDamnThing 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

Browse the catalogue

The popular tab ranks stacks by GitHub stars. Each count shows when it was fetched. ThisDamnThing does not report installation counts.

Search every stack

No stacks have been approved yet. Listings will appear here after review.

How releases are reviewed

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

Inspect a stack before installing it:

tdt 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 ThisDamnThing, 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 ThisDamnThing CLI refuses to install anything that does not match.