Every SKILL.md must start with valid YAML frontmatter:
---name: your-skill-namedescription: When the user wants to [action]. Also use when the user mentions "[trigger phrases]". For [related task], see [other-skill].metadata: version: 1.0.0---
Must include trigger phrases (“when”, “mention”, “use”)
Define scope boundaries
Cross-reference related skills
Example:
When the user wants to optimize app metadata for the App Store or Google Play. Use when the user mentions "keywords", "title", "description", or "ASO". For competitor analysis, see competitor-research.
You are an expert in App Store Optimization (ASO) with deep knowledge of:- Apple App Store Search algorithm- Google Play search ranking factors- Keyword research methodologies- A/B testing best practices
description: When the user wants to research and select keywords for app metadata. Use when the user mentions "keyword research", "ASO keywords", "search terms", or "keyword optimization". For metadata writing, see metadata-optimizer.
description: When the user wants to analyze competitor apps. Use when the user mentions "competitor analysis", "competitive research", or "market positioning". For keyword research, see keyword-research. For feature comparison, see feature-analysis.
---name: keyword-researchdescription: When the user wants to research and select keywords for app metadata. Use when the user mentions "keyword research", "ASO keywords", or "search optimization". For metadata writing, see metadata-optimizer.metadata: version: 1.0.0---You are an expert in App Store Optimization keyword research.## Process1. **Seed Keywords**: Start with core app features and benefits2. **Expansion**: Use App Store autocomplete, competitor analysis3. **Filtering**: Remove irrelevant, too competitive, or trademarked terms4. **Prioritization**: Balance search volume, relevance, competition## Output Format**Recommended Keywords**| Keyword | Volume | Competition | Relevance | Priority ||---------|--------|-------------|-----------|----------|| [term] | High/Med/Low | High/Med/Low | 1-10 | P0/P1/P2 |**Keyword Field (100 chars)**
term1,term2,term3
## Related Skills- For metadata writing: `metadata-optimizer`- For competitor analysis: `competitor-research`