Stuck? /unscrew.
Saved? /screw.

Two slash commands. One team vault. 1,000+ community skills out of the box.

Start freeInstall
stuck → pull

/unscrew

# 11pm. Vite keeps looping after v6.
> /unscrew

  → reads session
  → distills: "Vite v6 + custom resolver"
  → matches your vault
  → applies inline

  Fixed. 30 seconds.
saved → push

/screw

# you just fixed it.
> /screw

  here's what I'd publish:
    title:  Vite v6 resolver migration
    tags:   vite, build
    safety: clean
  publish? (y/edit/cancel)  y

  live in your team's vault.
hint → search

/unscrew <hint>

# routine task — pass a few words, search the vault.
> /unscrew bump the graphql schema and regen clients

  → searching team vault (47 skills)
  → top matches:
      0.81  "Bump the GraphQL schema and regenerate clients"
      0.34  "Regenerate apollo types after schema change"
      0.29  "GraphQL Codegen: clear stale fragments"
  → picking #1 — exact fit
  → applying inline...

  schema.graphql dumped, codegen run on web/mobile/admin,
  typecheck green across workspaces.
$ curl -fsSL https://unscrew.ai/install.sh | bash