dissect

dissect is a skill for Claude Code from afaraha8403/balakit. It costs 143 tokens per session (4,566 once invoked), scanned A, original, MIT.

A diagnostic workflow for VAN mode, a project-start process that checks the environment, files, task difficulty, and technical setup before coding.

In plain words
What is it for?
It is for detecting the platform, checking essential files, assessing task complexity, and validating the technology choices.
Why use it?
It reduces setup mistakes and helps decide whether a task needs simple work or a detailed implementation plan.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/afaraha8403/balakit/dissect
Any agent
npx skills add afaraha8403/balakit --skill dissect
Clone the repo
git clone --depth 1 https://github.com/afaraha8403/balakit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dissect

README.md
[![agentmods](https://agentmods.dev/badge/skills/afaraha8403/balakit/dissect.svg)](https://agentmods.dev/skills/afaraha8403/balakit/dissect)
Your own site
<a href="https://agentmods.dev/skills/afaraha8403/balakit/dissect"><img src="https://agentmods.dev/badge/skills/afaraha8403/balakit/dissect.svg" alt="Measured on agentmods" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00143 $0.04566
Opus 5 $0.00072 $0.02283
Sonnet 5 $0.00029 $0.00913
Haiku 4.5 $0.00014 $0.00457

Measured 5d ago against content hash 9801ce453871, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dissect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/dissect/SKILL.md · 396 lines

How it starts

The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dissect

Leading words: dissect, ground truth, entity-level, minimal-build, red-team, evidence-backed, stub detection, naming audit, fold test, phase separation, patch in place.

Systematically interrogate and optimize an existing service, written plan, or system. The goal is not to rubber-stamp the current design — it is to arrive at the minimal-build plan that correctly meets the requirements, by challenging every assumption with live evidence and an adversarial review panel.

Trigger: /dissect <target> where <target> is a service name, plan file path, codebase area, or free-form description. If omitted, ask.

dissect is the backward-looking counterpart to deep-deliberation. They share DNA — parallel read-only sub-agents, devil's-advocate red-teaming, human checkpoints, evidence over intent — but point in opposite directions: deliberation designs what to build; dissect audits what already exists.


User Input

$ARGUMENTS

Core principles (never waive)

  1. Ground truth beats intent. What the code actually does overrides what the plan says it should do. Always verify live.
  2. Row counts are a liveness signal only. A 0-row table can be load-bearing; a populated table can be redundant. Never use row count as a keep/drop reason.
  3. Name what it IS, not what it was named. Entities are frequently misnamed. Read a few actual records before drawing conclusions. A table called contact_preference might store food allergies and golf equipment.
  4. Own vs read. "Entities this service reads" ≠ "entities this service owns." Reading a table does not mean you should count it in the domain.
  5. Stubs are not live. A function that throws new Error('not implemented'), a cron that no-ops, or a consumer that re-queues to the DLQ is not a running feature. Check before counting it as active behavior.
  6. Minimal build. Every proposed change must trace to a requirement. Do not design for hypothetical future use. Three similar things beat a premature abstraction.
  7. Naming audit is phase zero. Naming confusion causes the most incorrect verdicts. Run it before any verdict.
  8. Sub-agents return evidence, the orchestrator returns verdicts. A sub-agent that declares "VERDICT: DROP" unprompted is overstepping. Synthesis happens in the main context where all evidence is held together.
  9. Escalate discrepancies, don't resolve them silently. If code says X and the plan says Y, surface both at the checkpoint and let the human decide.
  10. Patch in place — never rewrite the live plan. If the session is in Cursor Plan Mode or Claude Plan Mode, or the target is an existing plan document, the source plan is the document of record. Dissect it, then surgically update it (fix, tune, fill gaps). Never full-file Write it. Never create a second plan that replaces it. Unaddressed sections stay verbatim. Read references/plan_preservation.md before any write. Override only if the human explicitly asks to rewrite from scratch.

Read the full file on GitHub · 396 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 396 lines · 143 tokens per session scan A 9801ce453871

Subscribe to this mod's changes

dissect is a skill published in the GitHub repository afaraha8403/balakit (1 stars, last pushed 8d ago), licensed MIT. It adds 143 tokens to every session and 4,566 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

python-code-quality

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

microsoft/agent-framework · 40 tokens

span-timeline-events

Use when adding, modifying, or debugging OTel span timeline events in the trace view. Covers event structure, ClickHouse storage constraints, rendering in SpanTimeline component, admin visibility, and the step-by-step process for adding new events.

triggerdotdev/trigger.dev · 52 tokens

ao-desktop-dev

Launch, restart, or troubleshoot the real AO Electron desktop app from this repository; run a checkout against isolated or real local AO data; combine PR branches for local UI review; and diagnose stale Electron processes, port conflicts, or preload bridge mismatches. Use whenever asked to run, open, show, or visually…

Untrivial-ai/agent-orchestrator · 88 tokens

atmos-introspection

Introspection & Querying: describe/list commands, config filtering, workspace introspection, dependency graphs, YQ integration, --help= scoped CLI help.

cloudposse/atmos · 37 tokens

atmos-schemas

JSON Schema for Atmos: stack-manifest and atmos.yaml config schemas, IDE auto-completion, validate stacks/schema/config, SchemaStore integration.

cloudposse/atmos · 32 tokens

fix-log

Use when implementing, finishing, documenting, or reviewing a fix, repair, remediation, bug fix, debug-and-fix task, workflow fix, infrastructure fix, or any change that should leave a durable fix record under docs/fixes.

cloudposse/atmos · 50 tokens