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

Skill2 Create

skill-blackblue-labs-skill2-skill2-create · by blackblue-labs

Use when creating, updating, splitting, merging, or restructuring an agent skill or skill library.

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

Install

$ agentstack add skill-blackblue-labs-skill2-skill2-create

✓ 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-blackblue-labs-skill2-skill2-create)

Reliability & compatibility

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

About

Create Agent Skills

Create the smallest reusable instruction set that changes agent behavior without duplicating existing ownership.

Scope

| Signal | Landing | | --- | --- | | Distinct reusable trigger and standalone workflow | Top-level skills//SKILL.md | | More depth under the same trigger and workflow | references/ under the owning skill | | Repo-bound paths, commands, or conventions | Project-local skill | | One-off answer or pure mechanical rule | No skill → script / validator / docs / lint / CI |

When uncertain, prefer references/ or project-local placement over expanding the top-level namespace.

Authoring

  1. Define user trigger, desired behavior, output, and hard constraints.
  2. Find existing ownership before creating a new top-level skill.
  3. Choose scope and name from user intent, not implementation or one harness.
  4. Write minimal SKILL.md; add resources only when they reduce noise or make execution deterministic.
  5. Apply changes only when requested. Run repository validator when available.

SKILL.md

  • Plain Markdown with YAML frontmatter
  • name: kebab-case; match directory name
  • description: trigger conditions only; do not summarize workflow
  • Body: principles, decisions, constraints, and output contract
  • Keep instructions terse; explain only non-obvious choices
  • Use relative paths; never embed secrets or accidental machine-local paths
  • Preserve existing user rules unless change is required

Resources

| Resource | Use | | --- | --- | | references/ | Heavy detail loaded under the same trigger | | scripts/ | Deterministic, repeated, or fragile execution | | assets/ | Files copied or transformed into deliverables |

Create only needed directories. Keep references one hop from SKILL.md. Do not nest discoverable skills. Do not create optional metadata unless the target repository or distribution format requires it.

Commands

Skill-owned scaffold:

uv run --script /scripts/run -- scaffold skill 

Library decisions

  • Split when users invoke workflows independently or ownership diverges
  • Merge when triggers overlap, shared rules dominate, and one owner can maintain both
  • Keep shared content with the narrowest owner serving every consumer
  • Avoid duplicate instructions across sibling skills
  • Keep top-level namespace flat and minimal

Common mistakes

| Mistake | Better choice | | --- | --- | | Workflow summary inside description | Trigger-only description; workflow in body | | New skill for a long table under the same trigger | references/ under the owner | | Global skill for one repo's conventions | Project-local skill or repo instructions | | Skill for a regex-enforceable rule | Validator, lint, or CI | | Empty resource directories | Create resources only when used | | Harness-specific instructions in shared behavior | Harness-neutral rule or adapter-specific helper |

Output

  1. Scope decision: top-level / reference / project-local / no skill
  2. Skill topology and ownership boundary
  3. Created or updated files
  4. Deterministic validation result, when available

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.