criador-skills
Helper skill to create new agent skills following the standard structure. Use this when you want to define a new capability or workflow for the agent.
Best use case
criador-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Helper skill to create new agent skills following the standard structure. Use this when you want to define a new capability or workflow for the agent.
Teams using criador-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/criador-skills/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How criador-skills Compares
| Feature / Agent | criador-skills | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Helper skill to create new agent skills following the standard structure. Use this when you want to define a new capability or workflow for the agent.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Skill Creator This skill guides you through the process of creating a new agent skill. ## When to use this skill - When the user wants to add a new capability to the agent. - When the user wants to standardize a workflow (e.g., "deployment", "testing", "documentation"). - When you need to scaffold a new skill folder structure. ## Process ### 1. Gather Information Before creating any files, ask the user for the following information if not already provided: 1. **Skill Name**: A unique identifier in kebab-case (e.g., `my-new-skill`, `database-migration`). 2. **Description**: A concise summary of what the skill does (goes into the YAML frontmatter). 3. **Context/Role**: What role does the agent play when using this skill? (e.g., "You are a QA engineer..."). 4. **Instructions**: Specific steps, rules, or checklists the agent should follow. 5. **Resources**: Any specific scripts, templates, or strict schemas needed? ### 2. Validation - Ensure the name is URL-friendly (kebab-case). - Ensure the directory doesn't already exist in `.agent/skills/`. ### 3. Execution Perform the following actions: 1. Create the directory: `.agent/skills/<skill-name>/`. 2. Create the `SKILL.md` file at `.agent/skills/<skill-name>/SKILL.md`. 3. (Optional) Create subdirectories `resources/`, `scripts/`, or `examples/` if the user mentioned them. ### 4. Template for SKILL.md Use the following template for the new file: ```markdown --- name: <skill-name> description: <description> --- # <Title Case Skill Name> ## When to use this skill - <Add bullet points based on description> - <Add scenarios where this skill is useful> ## Context <Context/Role information> ## Instructions <Detailed instructions provided by the user> ``` ### 5. Final Confirmation Inform the user that the skill has been created and is ready to be used. ## Example Interaction **User**: "Create a skill for code review." **Agent**: "I can help with that. What should be the specific focus of this code review skill? Do you have a preferred checklist?" **User**: "It should focus on security and performance. Use the OWASP guidelines." **Agent**: (Proceeds to create `.agent/skills/code-review/SKILL.md` with the relevant context).
Related Skills
find-skills
Find and install agent skills with `npx playbooks find skill` and `npx playbooks add skill`. Use whenever a skill needs to be discovered or installed.
fenxi-skills
分析指定skills的工作流程,通过中文图文结合方式让使用者了解目标skills的工作方式
dozu-ui-service-skills
Index of AI agent skills and how to use them when implementing features in this repo.
creating-skills
Expert knowledge on creating Agent Skills for Claude Code. Use when designing or creating SKILL.md files, understanding Skill structure, or implementing progressive disclosure patterns.
creating-agent-skills
Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules
clawdhub-find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Uses reskill as the package manager.
audit-and-add-project-skills
Audits project skills in .agent/skills/ and Codex skills for Cursor compatibility, then helps add compatible skills to .cursor/skills/. Use when the user wants to migrate project skills to Cursor, check if skills work with Cursor, or add existing skills to Cursor.
android-agent-skills
Production-ready Agent Skills framework for Android Kotlin development. Provides Clean Architecture patterns, Jetpack Compose best practices, validation DSL, MVI state management, error handling, and AI-powered code generation. Use when building Android apps with quality standards, generating ViewModels, Repositories, UseCases, Compose screens, or writing pure Kotlin Agent Skills.
agent-memory-skills
Self-improving agent architecture using ChromaDB for continuous learning, self-evaluation, and improvement storage. Agents maintain separate memory collections for learned patterns, performance metrics, and self-assessments without modifying their static .md configuration.
01-meta-chain-of-skills-150
[01] META. Сканирует доступные skills, создает план выполнения и идет шаг за шагом с подтверждением каждого этапа. Triggers on complex tasks, multi-step work, or when structured execution is needed.
videodb-skills
Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.
nanobanana-ppt-skills
AI-powered PPT generation with document analysis and styled images