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

Longstrider

skill-hmbown-wizards-of-the-ghosts-longstrider · by Hmbown

Longstrider is the optimization spell for systems that already work. It makes the path shorter without changing the destination. It cares about sustained pace, not flashy one-off benchmarks.

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

Install

$ agentstack add skill-hmbown-wizards-of-the-ghosts-longstrider

✓ 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-hmbown-wizards-of-the-ghosts-longstrider)

Reliability & compatibility

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

About

Longstrider

Make the path shorter without changing the destination.

What This Skill Does

Longstrider is the optimization spell for systems that already work. It makes the path shorter without changing the destination. It cares about sustained pace, not flashy one-off benchmarks. In this grimoire, Longstrider is treated as a metaphorical spell with a shipping-now delivery profile. Canonical reference input: Longstrider (spell).

When To Use

  • Trigger Longstrider when the user describes a working system that is slower than it should be and asks for speed improvements. Look for:
  • Time complaints with metrics: "takes 22 minutes", "4.2 seconds to load", "p95 is 800ms", "cold start is 8 seconds"
  • Optimization keywords: "bottleneck", "speed up", "optimize", "faster", "profiling", "cache", "parallelize", "batch"
  • Constraint phrases: "without rewriting", "without skipping tests", "without schema changes", "quick wins", "don't want to change the product"
  • Evidence of friction: "most of that is...", "the largest contentful paint is...", "single-threaded Python reading line by line"
  • Measurement mindset: "before/after", "measurement plan", "profile", "identify what's happening"

Prerequisites

  • No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.

Procedure

  1. Restate the target, the success condition, and any no-touch boundaries before taking action.
  2. Profile first: Identify where time, waiting, or repeated work is actually being spent. Never optimize based on vibes—demand or propose measurement of the real bottleneck.
  3. Smallest effective change: Choose the minimal optimization that attacks the highest-friction segment. Prefer caching, batching, parallelism, or path simplification over rewrites.
  4. Return the speed plan: Deliver a prioritized optimization plan with expected gains, a before-and-after measurement strategy, and a watchlist for correctness, cost, or cache-invalidation regressions.
  5. Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.

Deliverables

  • A prioritized optimization plan.
  • A before-and-after measurement strategy.
  • A watchlist for correctness, cost, or cache-invalidation regressions.

Pitfalls / Guardrails

  • Keep the metaphor anchored to a real mechanism instead of drifting into lore.
  • Protect correctness and maintainability over raw speed
  • Identify the real bottleneck before proposing solutions
  • Flag regression risks explicitly (cache invalidation, race conditions, test integrity)
  • Do not use for: Rewrites or migrations: "rewrite from Node.js to Go" → different spell
  • Do not use for: Bug fixes: "deploy keeps failing due to permissions" → fix spell, not optimization
  • Do not use for: Resilience patterns: "add retry logic and circuit breakers" → reliability spell
  • Do not use for: Concept teaching: "explain generators and async/await" → education spell
  • Do not use for: Team scaling: "write a hiring plan" → org spell
  • Do not use for: Personal fitness: "optimize my training schedule" → literal misinterpretation

Verification

  • Check that the result includes every deliverable promised above.
  • Check that confirmed facts, assumptions, and inferences are visibly separated.
  • Check that the metaphor still maps cleanly to a real operational mechanism.

Example Invocation

/longstrider show me how to make this workflow meaningfully faster without changing what it is supposed to accomplish

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.