ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Dontbesilent Dbskill

Skill by adisinghstudent

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adisinghstudent/dontbesilent-dbskill
Or
---
name: dontbesilent-dbskill
description: Claude Code skill for dontbesilent's business diagnosis toolkit — routes to diagnosis, benchmark, content, unblock, and deconstruct skills built from 12,307 tweets
triggers:
  - diagnose my business model
  - help me find a benchmark competitor
  - diagnose my content strategy
  - I'm stuck and can't execute
  - deconstruct this concept for me
  - run business diagnosis
  - use dbs skill
  - commercial diagnosis
---

# dontbesilent-dbskill

> Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection.

Business diagnosis toolkit for Claude Code. Distilled from 12,307 tweets into 4,176 structured knowledge atoms across 6 diagnostic skills.

---

## Installation

```bash
npx skills add dontbesilent2025/dbskill

Or manually:

git clone https://github.com/dontbesilent2025/dbskill.git /tmp/dbskill \
  && cp -r /tmp/dbskill/skills/dbs* ~/.claude/skills/ \
  && rm -rf /tmp/dbskill

After installation, use /dbs inside Claude Code.


Skills Overview

CommandPurpose
/dbsMain entry point — auto-routes to the right tool
/dbs-diagnosisBusiness model diagnosis. Dissolves problems rather than answering them
/dbs-benchmarkBenchmark analysis. Five filters to eliminate noise
/dbs-contentContent creation diagnosis. Five-dimension detection
/dbs-unblockExecution diagnosis. Adlerian framework
/dbs-deconstructConcept deconstruction. Wittgensteinian audit

Workflow

diagnosis (is the business model right?)
    ↓
benchmark (who to model after?)
    ↓
content (how to do content?)
    ↓
unblock (can't move forward?)

deconstruct (deconstruct concepts at any step)

Skills auto-recommend next steps. For example, if diagnosis detects psychological blockers, it suggests unblock.


Usage

Main Router

/dbs I'm running a consulting business but clients keep ghosting after the first call

The /dbs router reads the input and dispatches to the correct skill automatically.


/dbs-diagnosis — Business Model Diagnosis

What it does: Applies 6 axioms + a dissolution funnel to identify whether you have a real business problem or a false framing problem.

/dbs-diagnosis
My SaaS has 200 signups but nobody converts to paid. We have a free tier.

Typical output structure:

  1. Axiom scan — which of the 6 axioms are violated
  2. Problem dissolution — is this a real problem or a framing error
  3. Signal classification — structural vs. psychological vs. execution
  4. Recommended next skill

When to use:

  • Revenue is flat but you can't identify why
  • You're about to pivot and want a second opinion
  • The business "feels wrong" but you can't articulate it

/dbs-benchmark — Benchmark Analysis

What it does: Finds who to model after using five filters to exclude misleading comparisons.

Metadata

Stars3809
Views0
Updated2026-04-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adisinghstudent-dontbesilent-dbskill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.