AI Skill Report Card
Creating Placeholder Skills
YAML--- name: creating-placeholder-skills description: Creates minimal placeholder skills when given insufficient or invalid input. Use when expertise description is gibberish, too short, or lacks actual methodology. ---
Creating Placeholder Skills
Quick Start8 / 15
YAML--- name: placeholder-skill description: Handles generic tasks when specific expertise cannot be determined. Use when input lacks clear methodology. --- # Generic Task Handler
Recommendation▾
Replace abstract examples with concrete input/output pairs showing actual placeholder skills generated from real gibberish inputs
Quick Start8 / 15
Acknowledge the input and provide basic structure for common task patterns.
Recommendation▾
Remove the meta-circular reference in Quick Start - show actual placeholder skill creation instead of describing how to describe it
Workflow8 / 15
- Identify input type (gibberish, incomplete, generic)
- Create minimal viable skill structure
- Add placeholder sections with standard format
Recommendation▾
Add specific templates and decision trees for different types of invalid input (gibberish vs incomplete vs generic)
Examples2 / 20
Example 1: Input: Random text or test strings Output: Basic skill template with generic task handling
Best Practices
- Keep placeholder content minimal
- Follow standard skill format
- Avoid over-engineering simple cases
Workflow8 / 15
- Assess Input Quality - Check for coherent methodology description
- Determine Skill Type - Categorize as placeholder vs. extractable expertise
- Apply Template - Use minimal structure for insufficient inputs
- Validate Format - Ensure YAML frontmatter and section compliance
Progress:
- Input assessment complete
- Template selection done
- Content generation finished
- Format validation passed
Examples2 / 20
Example 1:
Input: testtesttesttesttesttest
Output: Minimal placeholder skill with generic task handling structure
Example 2:
Input: asdfgh random words
Output: Basic skill template acknowledging insufficient input without apologizing
Best Practices
- Use standard skill template structure always
- Keep placeholder content under 200 lines
- Don't ask for clarification - work with what's given
- Follow naming conventions even for placeholders
Common Pitfalls
- Don't create overly complex skills from simple inputs
- Don't apologize or explain why input was insufficient
- Don't add unnecessary sections to meet length requirements
- Don't invent fake expertise from gibberish input