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

Auto Optimize

skill-gilbertwuu-auto-optimize-auto-optimize · by gilbertwuu

>-

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

Install

$ agentstack add skill-gilbertwuu-auto-optimize-auto-optimize

✓ 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-gilbertwuu-auto-optimize-auto-optimize)

Reliability & compatibility

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

About

Double-layer auto-optimization (Skill entry)

This file is the Skill package entry (SKILL.md). Normative text lives under docs/. Not tied to a specific IDE—any host that loads this Skill can use it.

Strict execution (hard constraints)

  • The agent must follow program.md, docs/verifiability.md, docs/phase-01-spec.md through phase-04-output.md, and docs/execution.md in full; must not shorten the workflow to save tokens, time, or because it “feels enough”.
  • Each tracks/prompt-*/ inner loop must satisfy docs/phase-03-inner.md: gates (e.g. at least r01, r02 per scheme) and main termination (all items checked in tracks/phase-01-acceptance.md; or 5 rounds max). Self-score “≥8” must not alone justify stopping (verifiability.md R3). Forbidden: claiming a track is “deliverable” and moving to phase 4 before the acceptance checklist passes.
  • Forbidden: using “reduce workload” or other reasons not in the Skill to deviate; only when the user explicitly waives in the current turn may the full workflow be skipped.

Quick start (agent)

  1. Read [program.md](program.md) (shortest path) or the checklist below; do not skip [docs/verifiability.md](docs/verifiability.md) (R1–R5).
  2. Open phases in order: docs/phase-01-spec.mdphase-02-prompts.mdphase-03-inner.mdphase-04-output.md; read [docs/execution.md](docs/execution.md) for cost/order reminders.
  3. Before phase 1 gates pass, do not rewrite delivery code; phase 1 must write tracks/phase-01-acceptance.md (R3); phase 2 must write tracks/phase-02-consistency-check.md (check + scheme–dimension table); r01 for prompt-b/prompt-c must not be a full-page copy of prompt-a; waivers must be explicit in the current user message.
  4. Before claiming delivery matches the final track file, in a class-A environment actually run scripts/skill-verify.sh from the repository root (see [program.md](program.md)).

Execution checklist

- [ ] Read docs/verifiability.md (R1–R5)
- [ ] Phase 1: spec written, feature list non-empty; tracks/phase-01-acceptance.md exists with ≥1 item
- [ ] Phase 2: outer prompts + consistency check; tracks/phase-02-consistency-check.md written (with table)
- [ ] Phase 3: each tracks/prompt-*/ has at least r01.* and r02.*; non-a r01 is independently generated
- [ ] Phase 4: compare & output; at least one track fully checked before final delivery (R3; self-score reference only)
- [ ] Delivery claim: ran skill-verify.sh and recorded command + output (R2/R4)

Resource index

| Resource | Path | |----------|------| | Shortest entry | [program.md](program.md) | | R1–R5 authority | [docs/verifiability.md](docs/verifiability.md) | | Phases 1–4 | [docs/phase-01-spec.md](docs/phase-01-spec.md) etc. | | Execution | [docs/execution.md](docs/execution.md) | | Layout & verify | [reference.md](reference.md) | | Example | [examples.md](examples.md) | | Human guide | [SKILL-GUIDE.md](SKILL-GUIDE.md) | | Script | scripts/skill-verify.sh (run from repo root) |

User waiver

Must be written in the current task message, e.g.:

This task waives the Skill / skips phases

(Synonyms allowed if equally explicit; the agent must not infer a waiver.)

High-risk domains

Does not replace regulation, clinical procedures, or human review; model self-scores and scripts are not sole safety evidence.

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.