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

Relay10 Skill Lab

skill-minwoo19930301-relay10-relay10-skill-lab · by minwoo19930301

Create or tune a focused DisciplinedRun skill using clean-room prompts, trigger tests, and with-skill versus baseline evaluation. Use when adding a skill or changing its description or workflow; do not use merely to run an existing skill.

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

Install

$ agentstack add skill-minwoo19930301-relay10-relay10-skill-lab

✓ 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-minwoo19930301-relay10-relay10-skill-lab)

Reliability & compatibility

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

About

DisciplinedRun Skill Lab

Add a skill only when it improves a repeated job enough to justify context and maintenance cost.

Design

  1. Define one job, its expected output, and its non-goals.
  2. Write a front-loaded description covering what it does, when it triggers, and an important non-trigger boundary.
  3. Keep SKILL.md short. Move only substantial optional detail into directly linked references/; add deterministic scripts only for work the model should not improvise.
  4. Write all prompt text and scripts independently. Record third-party behavior patterns and licenses in provenance instead of copying text.
  5. Avoid absolute user paths, hidden network calls, interactive scripts, and unbounded retry loops.

Evaluate

Create at least:

  • ten should-trigger prompts;
  • ten near-miss should-not-trigger prompts;
  • three representative outcome tasks;
  • one adversarial or failure case.

Split trigger examples into tuning and validation sets. Compare with_skill against without_skill on output quality, correctness, token use, time, and failure type. Forward-test in a clean task or subagent so the authoring context does not leak into the result.

Recommended promotion gate: validation recall at least 90%, near-miss false triggers at most 10%, all deterministic assertions passing, and no material quality regression.

Validate the pack

Check:

  • valid YAML frontmatter and matching folder/name;
  • concise agents/openai.yaml with a literal $skill-name starter prompt when the pack targets Codex distribution; Claude Code ignores this file;
  • no TODOs, broken relative links, or machine-specific absolute paths;
  • deterministic scripts support --help, non-interactive execution, clear exit codes, and structured output;
  • plugin manifest points only to files that exist;
  • total metadata remains small enough for progressive disclosure.

Reject a skill whose baseline is already as good or whose maintenance cost outweighs its measured benefit.

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.