Install
$ agentstack add skill-willvelida-code-minions-creating-agent-skill ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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):
nameanddescriptionloaded at startup - Instructions (.md`
References
- Agent Skills Specification
- What are Agent Skills?
- Skill Authoring Best Practices
- Example Skills
- Reference Library
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: willvelida
- Source: willvelida/code-minions
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.