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

Wicked Garden Engineering Docs

skill-mikeparcewski-wicked-garden-docs · by mikeparcewski

|

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

Install

$ agentstack add skill-mikeparcewski-wicked-garden-docs

✓ 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-mikeparcewski-wicked-garden-docs)

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 Wicked Garden Engineering Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Documentation Engineering Skill

Generate, audit, and sync documentation across the codebase.

Quick Start

Generate docs from code

wicked-garden-engineering docs  --type api|readme|guide|inline

Extracts types, signatures, and comments to produce API docs, READMEs, or inline comments (the docs action of the engineering domain skill routes here).

Audit documentation coverage

wicked-garden-engineering docs  --audit

Reports coverage (documented vs total exports), quality score, and prioritized gaps.

Detect stale docs after code changes

wicked-garden-engineering docs  --sync

Identifies documentation that has drifted from implementation after a refactor or rename.

Generate

Transform code into documentation:

  • Extract types, method signatures, and inline comments
  • Generate API reference (JSDoc / docstring style)
  • Create or update README files
  • Add inline comments where missing

Output: Markdown docs ready to commit, or inline comment patches.

Audit

Evaluate documentation health across the codebase:

  • Find undocumented exported functions, classes, and API endpoints
  • Calculate coverage percentage and quality score (description + params + examples)
  • Prioritize gaps: High = public APIs, Medium = internal utilities, Low = private/test

Quality Score (0-100):

  • Has description: +25
  • Has parameters: +25
  • Has examples: +30
  • Has edge cases: +20

Coverage Report format:

# Documentation Coverage Report

## Summary
| Category  | Total | Documented | Coverage |
|-----------|-------|------------|----------|
| Functions | 145   | 98         | 67.6%    |

## Top Issues
### Undocumented Public Functions (12)
- `src/api/auth.ts::authenticate` — Core auth

Sync

Detect and fix documentation drift:

  • Compare code signatures against existing doc strings
  • Flag mismatched parameter names, changed return types, removed methods
  • Suggest specific doc updates with before/after diffs

Integration

  • Use wicked-garden:search to scope the file set before auditing
  • Native TaskCreate (with metadata.event_type="task") tracks doc tasks
  • CI: run audit in --report mode to gate PRs that drop below coverage threshold

Best Practices

  1. Prioritize public APIs first — that is what users see
  2. Set realistic targets — 80% with good quality beats 100% with stubs
  3. Run sync after every significant refactor — don't let drift accumulate
  4. Automate in CI — block PRs that reduce coverage

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.