vibe-coding-cn/skills/claude-skills/assets/template-complete.md

110 lines
2.3 KiB
Markdown

---
name: my-skill
description: [Domain] development and operations including [capability 1], [capability 2], [capability 3]. Use when working with [domain], implementing [solutions], or troubleshooting [issues].
---
# [Skill Name] Skill
Comprehensive assistance with [domain] development, generated from official documentation.
## When to Use This Skill
This skill should be triggered when:
- Working with [domain/technology]
- Asking about [domain] features or APIs
- Implementing [domain] solutions
- Debugging [domain] code
- Learning [domain] best practices
## Quick Reference
### Common Patterns
**Pattern 1:** [Name]
```[language]
[code example]
```
**Pattern 2:** [Name]
```[language]
[code example]
```
**Pattern 3:** [Name]
```[language]
[code example]
```
### Example Code Patterns
**Example 1** ([language]):
```[language]
// [Description of what this example demonstrates]
[complete working code]
```
**Example 2** ([language]):
```[language]
// [Description]
[complete working code]
```
## [Domain-Specific Section 1]
### [Subsection]
[Content]
### [Subsection]
[Content]
## [Domain-Specific Section 2]
### [Subsection]
[Content]
## Reference Files
This skill includes comprehensive documentation in `references/`:
- **getting_started.md** - Installation, setup, first steps
- **api.md** - Complete API reference
- **examples.md** - Code examples by use case
- **troubleshooting.md** - Common issues and solutions
Use `view` to read specific reference files when detailed information is needed.
## Working with This Skill
### For Beginners
Start with the getting_started reference file for foundational concepts.
### For Specific Features
Use the api reference file for detailed function/method information.
### For Code Examples
The examples reference file contains patterns organized by use case.
## Resources
### references/
Organized documentation extracted from official sources:
- Detailed explanations
- Code examples with language annotations
- Links to original documentation
### scripts/
Helper scripts for common automation tasks.
### assets/
Templates, boilerplate, and example configurations.
## Notes
- This skill was generated from official documentation
- Reference files preserve structure from source docs
- Code examples include language detection for syntax highlighting
- Quick reference patterns are extracted from common usage