AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Explain

skill-ao92265-claude-code-playbook-explain · by ao92265

>

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-ao92265-claude-code-playbook-explain

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ao92265-claude-code-playbook-explain)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Explain? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Explain Code

Provide a layered explanation that starts simple and goes deeper on request.

Steps

  1. Identify the target:
  • Read the file, function, class, or concept the user wants explained
  • If the target is vague ("explain the auth system"), identify the entry point and core files
  1. Layer 1 — One-liner:
  • Explain what it does in a single sentence
  • Focus on the what, not the how
  • Example: "This function validates JWT tokens and attaches the decoded user to the request."
  1. Layer 2 — How it works (5-10 lines):
  • Walk through the high-level flow
  • Name the key steps without implementation details
  • Mention inputs, outputs, and side effects
  • Example: "It extracts the token from the Authorization header, verifies the signature using the secret from env, checks expiration, looks up the user in the database, and attaches them to req.user."
  1. Layer 3 — Implementation details (on request):
  • Walk through the code line by line or block by block
  • Explain why specific approaches were chosen
  • Point out error handling, edge cases, and guard clauses
  • Reference related files, types, or functions
  1. Layer 4 — Context and connections (on request):
  • How this code fits into the larger system
  • What depends on it (callers, consumers)
  • What it depends on (services, libraries, config)
  • Historical context if visible from git blame or comments
  1. Adapt to the reader:
  • If the user seems experienced: skip basics, focus on non-obvious behavior
  • If the user seems new: use analogies, avoid jargon, explain prerequisites
  • If unclear: default to Layer 2 and offer to go deeper

Output Format

**What it does:** [one-liner]

**How it works:**
1. [step]
2. [step]
3. [step]

**Key details:**
- [non-obvious behavior or edge case]
- [important dependency or assumption]

Want me to go deeper on any part?

Important

  • Start simple, go deep on request. Don't dump implementation details when the user just wants to understand the purpose.
  • Use the user's language. If they say "the login thing," use that phrase — don't correct them with "the OAuth2 authentication middleware."
  • Point out the non-obvious. The obvious parts are already in the code. Explain the why, the edge cases, and the gotchas.
  • Be honest about uncertainty. If the code is unclear or you're guessing at intent, say so.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.