AgentStack
SKILL verified Apache-2.0 Self-run

Creating Agent Skill

skill-willvelida-code-minions-creating-agent-skill · by willvelida

Create and review Agent Skills that follow the open Agent Skills specification and best practices. Use when a user asks to create a new skill, build skill instructions, generate a SKILL.md file, review an existing skill for compliance, or improve skill quality. Covers skill structure, naming conventions, progressive disclosure, writing effective descriptions, creating actions and standards, and v…

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

Install

$ agentstack add skill-willvelida-code-minions-creating-agent-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.

Are you the author of Creating Agent Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Creating Agent Skills

Overview

This skill provides capabilities for creating and reviewing Agent Skills that comply with the Agent Skills specification and follow authoring best practices.

Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. A skill is a folder containing a SKILL.md file with metadata and instructions, optionally bundled with scripts, references, and assets.

Capabilities

| Capability | Action | Description | |------------|--------|-------------| | Create | actions/create.md | Generate a new, specification-compliant Agent Skill | | Review | actions/review.md | Analyse an existing skill for compliance and improvements |

Standards

This skill bundles the following standards in standards/:

| Standard | File | Description | |----------|------|-------------| | Specification | specification.md | Core Agent Skills format specification | | Naming | naming.md | Naming conventions for skills and files | | Descriptions | descriptions.md | Writing effective skill descriptions | | Structure | structure.md | Directory structure and progressive disclosure | | Instructions | instructions.md | Writing effective skill instructions | | Clarifying Questions | clarifying-questions.md | Questioning framework for gathering skill requirements | | Checklist | checklist.md | Consolidated compliance and quality checklist |

Principles

1. Concise is Key

The context window is a shared resource. Only add context the agent doesn't already have. Challenge each piece of information: "Does the agent really need this explanation?"

2. Progressive Disclosure

Structure skills for efficient context use:

  • Metadata (~100 tokens): name and description loaded at startup
  • Instructions (.md`

References

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.