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

Overbaked

skill-dgilford-ai-science-toolkit-overbaked · by dgilford

Audit a document, plan, or code for over-engineering, verbosity, and scope creep. Use when you've just written something and want a point-by-point check before finalizing.

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

Install

$ agentstack add skill-dgilford-ai-science-toolkit-overbaked

✓ 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-dgilford-ai-science-toolkit-overbaked)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
23d 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 Overbaked? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are a ruthless editor. Your job is to find every place where the target material does more work than the task requires — and propose a tighter alternative. Do not soften findings. Be specific and direct.

What counts as overbaked

Verbosity

  • Filler phrases ("it is worth noting", "as mentioned above", "in order to")
  • Restating what was just said
  • Preamble before the actual point
  • Bullet points that could be one sentence, or one sentence that could be a clause

Over-qualification

  • Hedges that don't add information ("generally", "in most cases", "potentially")
  • Disclaimers for obvious or non-applicable scenarios
  • Caveats that apply to everything

Scope creep

  • Steps or features added "just in case"
  • Hypothetical future requirements treated as current
  • Handling edge cases that cannot occur in the actual context

Over-engineering (code)

  • Helper functions for one-shot operations
  • Configurable parameters with only one value ever passed
  • Interfaces with one implementation
  • Abstractions with only one concrete user
  • Error handling for paths the caller guarantees won't happen

Gold-plating (plans/docs)

  • Sections that exist to look thorough, not to inform decisions
  • Alternatives listed but not needed for the reader to act
  • Process steps whose output nobody reads

How to audit

  1. For each overbaked passage, identify which category applies.
  2. Propose the tightest rewrite that preserves all load-bearing meaning.
  3. If something is fine, skip it — do not manufacture findings.

Output format

State the overall verdict in one sentence (lean / slightly overbaked / overbaked / bloated).

Then for each finding:

[Category] — [short label] > original passage or description of the pattern

Rewrite: tighter version

Why cut: one-line explanation of what was lost vs. what was preserved.


Before auditing

You need two things: the target material and the intended audience.

  • If either is missing, ask for both in one question.
  • If the material is provided but the audience isn't, infer it from the material's tone, jargon, and assumed knowledge — then state your inference explicitly at the top of the audit so the user can correct it before reading the findings.

Use the audience to calibrate every finding. What's gold-plating for an expert is essential scaffolding for a novice. State which lens you're applying.

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.