Create a new skill with AI assistance or manual template
Generate a new skill with AI-assisted content or use a manual template. Use AI mode for standard skills, manual for custom templates.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_you<skill-name> [--manual]Create a new skill (AI-assisted or manual).
If $ARGUMENTS is empty, display help:
/as-you:create-skill "skill-name" # AI-assisted mode
/as-you:create-skill "skill-name" --manual # Manual mode
/as-you:create-skill "authentication-debugging"
/as-you:create-skill "api-design-patterns" --manual
If $ARGUMENTS is provided:
skills/{skill-name}/ directory---
name: {skill-name}
description: "Skill description. Clearly describe when users should use this."
---
# {Skill Name}
## Overview
[Purpose and use cases for this skill]
## Use Cases
- Use case 1
- Use case 2
## Guidelines
1. Guideline 1
2. Guideline 2
## Examples
[Specific usage examples]
skills/{skill-name}/reference/ and skills/{skill-name}/examples/ directoriesskills/{skill-name}/SKILL.md to add content"Skill tool: "plugin-dev:skill-development"
Task tool:
subagent_type: "component-generator"
prompt: "Create skill '{skill-name}'. Analyze patterns and use cases to generate appropriate SKILL.md."
description: "Generate skill component"
/as-you:create-agent "name" - Create agent/as-you:memory-analyze - Analyze patterns/create-skillGuided skill creation with brainstorming and TDD methodology. Triggers: new skill, create skill, skill creation, start skill, build skill, add skill, write skill Use when: starting a new skill from scratch, need guided brainstorming for skill design, want structured workflow for skill development DO NOT use when: evaluating existing skills - use /skills-eval instead. DO NOT use when: testing existing skills - use /test-skill instead. DO NOT use when: improving skill architecture - use modular-skills skill. Use this command to create any new skill. Brainstorming is recommended.