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

Craft Skill

skill-astro-han-skills-craft-skill · by Astro-Han

Create or improve agent skills from concrete behavior and evidence. Use when building or revising SKILL.md, or testing whether a skill earns its context. Do not use for ordinary documentation or one-off prompts.

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

Install

$ agentstack add skill-astro-han-skills-craft-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-astro-han-skills-craft-skill)

Reliability & compatibility

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

About

Craft Skill

A skill should be called for the right task, steer the agent to genuine completion, and make every token earn its place.

Establish the job

Read the request, conversation, existing skill, repository conventions, and target platform's authoritative skill specification.

Define the useful behavior with realistic examples: what should call the skill, what should not, what the agent should do differently, and what observable evidence means it finished. Ask only about user-owned choices that materially change those answers. When revising a skill, preserve its name and inspect observed failures before editing.

Call

  • Follow the platform's metadata and invocation contract. Test triggering only when automatic invocation exists.
  • Make the description identify the skill and its distinct trigger branches without leaking enough procedure to skip the body. One trigger per real branch; synonyms are not branches.
  • Keep what every branch needs in SKILL.md. Put branch-specific knowledge behind a direct pointer that states when to load it.

Call is complete when every intended branch and close non-trigger has one clear owner, and the metadata passes the platform's validator when one exists.

Steer

Use the lightest reliable medium:

  • Put non-obvious judgment and sequence in instructions.
  • Put knowledge the agent would rediscover in references.
  • Put repeated, fragile, or deterministic operations in scripts.
  • Put material copied into outputs in assets.

Match freedom to fragility. Use principles where several approaches work; tighten procedure or code only where variance causes failure.

Define completion from the requested outcome, not the procedure. Exhaustive means every decision-relevant item is accounted for, not every discoverable source or intermediate step is performed. End each step with a completion criterion the agent can check, with honest terminal states for missing evidence, unavailable input, and blocked actions. End with an overall postcondition that inspects the resulting artifact or state; completed steps are not final evidence.

Earn

  • Delete any sentence whose removal changes neither invocation nor execution.
  • Keep each meaning in one authoritative place. Remove stale branches, duplication, and abstractions without present demand.
  • Add code only when it makes repeated or error-prone work more reliable than instructions can; test it through its public seam.
  • Evaluate only when the result can change a decision; otherwise stop.

When evidence could change the decision, read [references/evaluation.md](references/evaluation.md) before evaluating. When an existing skill misbehaves and the cause is unclear, read [references/diagnosis.md](references/diagnosis.md).

Finish

Run the platform validator and relevant script tests. Confirm every resource has a condition-bearing pointer. Report the evidence and what remains unverified.

Stop when the concrete examples work and another deletion would damage Call, Steer, or the evidence needed to judge them.

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.