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

Accelerate

skill-sharpdeveye-maestro-accelerate · by sharpdeveye

Use when the workflow is too slow, too expensive, or both and needs latency, cost, or token usage optimization.

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

Install

$ agentstack add skill-sharpdeveye-maestro-accelerate

✓ 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-sharpdeveye-maestro-accelerate)

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

About

MANDATORY PREPARATION

Invoke /agent-workflow — it contains workflow principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no workflow context exists yet, you MUST run /teach-maestro first. Consult the context-management reference in the agent-workflow skill for window optimization and budget strategies.


Make the workflow faster and cheaper without sacrificing quality. Measure before and after.

Performance Audit

Measure current performance:

Current metrics:
  Latency (p50): ___ms
  Latency (p95): ___ms
  Cost per request: $___
  Token usage (avg): ___ input / ___ output
  Error rate: ___%

Acceleration Strategies

Reduce Token Usage

  • Shorten system prompts (remove redundant instructions)
  • Compress few-shot examples to minimum viable length
  • Use structured output schemas instead of verbose text
  • Summarize context instead of passing raw documents
  • Reduce output length requirements

Model Cascading

  • Route simple tasks to cheaper/faster models
  • Escalate only complex tasks to capable models
  • Use classification to determine complexity

Caching

  • Cache responses for identical or near-identical inputs
  • Cache tool results with appropriate TTL
  • Cache embeddings for frequently-queried documents
  • Use semantic caching for similar (not identical) queries

Parallelization

  • Run independent tool calls in parallel
  • Run independent agent steps in parallel
  • Use streaming to start processing before full response

Context Optimization

  • Retrieve less, retrieve better (improve retrieval precision)
  • Use context compression techniques
  • Implement sliding window for long conversations

Acceleration Report

For each optimization:

  1. What changed: Specific modification
  2. Before: Latency/cost/tokens before
  3. After: Latency/cost/tokens after
  4. Quality impact: Any quality change (verify with golden tests)
  5. Trade-off: What was sacrificed for the improvement

Acceleration Checklist

  • [ ] Baseline metrics recorded before any changes
  • [ ] Each optimization measured with before/after comparison
  • [ ] Quality impact verified (golden tests still pass)
  • [ ] Trade-offs documented for each change
  • [ ] Cost/latency improvements quantified

Recommended Next Step

After optimization, run /evaluate to verify quality didn't degrade, or /iterate to set up continuous monitoring.

NEVER:

  • Optimize without measuring first (you need a baseline)
  • Sacrifice quality for speed without explicit user approval
  • Cache outputs that depend on real-time data
  • Skip the quality check after optimization
  • Optimize prematurely (make it correct first, then make it fast)

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.