Files
playbook/antigravity-awesome-skills/skills/devrel-content/README.md
T
2026-07-01 16:02:41 +00:00

82 lines
2.2 KiB
Markdown

# devrel-content
**Create technical content developers actually read.**
## What It Does
Guides you through creating blog posts, tutorials, and documentation that resonate with developers. Covers research, structure, code examples, technical accuracy, and SEO.
## When to Use
- Writing a technical blog post
- Creating documentation or guides
- Building thought leadership content
- When you say "write a blog post," "technical article," "developer content," or "tutorial"
## Quick Start
```
/devrel-content
Write a blog post about implementing rate limiting in Node.js.
Target: backend developers building APIs.
```
The skill will:
1. Load your developer audience context
2. Help you research and validate the topic
3. Guide you through the outline and structure
4. Ensure code examples are copy-paste ready
5. Check technical accuracy and SEO
## Key Frameworks
### Content Quality Signals
- **Show, don't tell** — Code over prose
- **Address the "why"** — Not just how, but when and why
- **Acknowledge tradeoffs** — Developers respect honesty
- **Progressive disclosure** — Start simple, add complexity
### Code Example Requirements
Every code snippet must:
- Run without modification
- Include all imports
- Show expected output
- Handle errors properly
- Use real values (not `foo`, `bar`)
### SEO for Developers
Developers search differently:
- Error messages ("TypeError: Cannot read property...")
- How-to queries ("how to deploy next.js")
- Comparisons ("prisma vs typeorm 2024")
- Best practices ("typescript project structure")
## Files
| File | Description |
|------|-------------|
| `SKILL.md` | Full skill instructions with templates |
## Templates Included
- Blog post structure
- Comparison post format
- Technical accuracy checklist
- SEO optimization checklist
## Tools
- **[Octolens](https://octolens.com)** — Monitor where content gets shared and find ideas from developer conversations
- **Ahrefs/SEMrush** — Keyword research
- **Carbon/Ray.so** — Code screenshots
## Related Skills
- `developer-audience-context` — Know your readers first
- `technical-tutorials` — Step-by-step deep dives
- `developer-newsletter` — Distribute via email