sdk-getting-started-writer
SkillDev toolsCrafts developer quickstart guides, language SDK installation snippets, and copy-pasteable curl/Python/TypeScript samples.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the sdk-getting-started-writer skill
What this skill tells your AI
The instructions your AI receives, as published by codebygarv/ai-skills in skills/documentation/sdk-getting-started-writer/SKILL.md and read by ahel’s review.
Purpose
Write developer-first "Getting Started" guides, SDK quickstarts, and interactive code snippets that enable engineers to make their first successful API call in under 3 minutes.
When to Use
- Launching a public API, developer SDK, or open-source library.
- High developer drop-off between creating an API key and making their first request.
- Writing documentation for multi-language client libraries (Node, Python, Go, cURL).
What to Analyze
- Time-to-First-Hello-World: Minimize steps between package install and first successful response.
- Prerequisites & API Key Setup: Clear instructions on environment variables (
export API_KEY=...). - Multi-Language Tabbed Snippets: Provide identical minimal examples in cURL, TypeScript, Python, and Go.
- Copy-Pasteable Completeness: Snippets must be 100% executable without missing imports or placeholder pseudo-code.
- Immediate Next Steps: Direct links to full API reference, webhook setup, and error code tables.
Output Format
- Quickstart Guide Markdown: 3-step guide: Install $ ightarrow$ Configure $ ightarrow$ First Request.
- Multi-Language Code Blocks: Tabbed cURL, Node.js, and Python working code.
- Expected JSON Response: Actual payload returned on success.
Avoid
- Hiding package install commands behind long introductory marketing paragraphs.
- Using un-runnable snippet fragments that omit imports or authentication headers.
Signals
- GitHub stars
- 25
- Forks
- 1
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
sdk-getting-started-writer- Source
- github.com/codebygarv/ai-skills