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

Write Skill

skill-sdwolf4103-opencode-agenthub-write-skill · by sdwolf4103

Draft or update a portable Agent Hub skill with clean frontmatter and a practical workflow.

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

Install

$ agentstack add skill-sdwolf4103-opencode-agenthub-write-skill

✓ 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-sdwolf4103-opencode-agenthub-write-skill)

Reliability & compatibility

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

About

write-skill

Purpose

Create a portable Agent Hub skill as markdown, not a product-internal code registration. The outcome should be a SKILL.md that another hub can read, validate, and reuse.

Workflow

  1. Gather the skill's job, trigger conditions, audience, constraints, and expected outputs.
  2. Draft required frontmatter first: name, description, and when_to_use.
  3. Add optional keys only when they genuinely help, such as allowed-tools, paths, model, or agent.
  4. Draft the markdown body with focused sections like purpose, workflow, boundaries, verification, and anti-patterns.
  5. Run validateSkillFrontmatter on the draft content before presenting it as done.
  6. Write the file to the correct target:
  • user home skill: agenthub-home/skills//SKILL.md
  • built-in hub-local skill: src/skills//SKILL.md
  1. Verify the file exists, frontmatter parses cleanly, and the body still matches the requested behavior.

Frontmatter quick reference

| Key | Required | Use it for | |---|---|---| | name | yes | Stable skill id | | description | yes | Short operator-facing summary | | when_to_use | yes | Trigger guidance for the host agent | | allowed-tools | optional | Tool restrictions or hints | | paths | optional | Relevant repo areas | | model / agent / effort | optional | Special runtime guidance only when justified |

Drafting rules

  • Prefer one focused job per skill.
  • Keep instructions reusable across repos when possible.
  • Explain the decision flow, not just the final output format.
  • If the skill will edit files, say what must be verified after the edit.

Anti-patterns

  • Do not stuff multiple unrelated workflows into one skill.
  • Do not add optional keys just because they exist.
  • Do not describe skills as Claude-only internal bundles or code-registered objects.
  • Do not skip frontmatter drafting and "add it later."

Verification

  • Confirm the frontmatter has the required keys.
  • Run validateSkillFrontmatter and fix any hard errors.
  • Treat unknown-key warnings as a prompt to simplify unless the extra key is intentionally supported.
  • Re-read the body to ensure headings and workflow steps are present.

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.