agentsclimarketplace

Api examples

Skill manastalukdar/ai-devstudio/skills/api-examples

Professional development studio for Claude Code CLI

Install
npx -y skills add manastalukdar/ai-devstudio --skill api-examples

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate API usage examples and tutorials from code analysis

SKILL.md

1.7 KB, as published. Nobody here has run it

API Examples & Tutorial Generator

I'll analyze your API and generate comprehensive usage examples, code snippets, and tutorials for developers.

Arguments: $ARGUMENTS - specific API focus or language (e.g., "REST", "GraphQL", "python", "javascript")

Strategic Planning Process

<think> Effective API examples require understanding:
  1. API Analysis

    • What type of API? (REST, GraphQL, gRPC, WebSocket)
    • What endpoints/operations exist?
    • What's the authentication method?
    • What are common use cases?
    • What error handling is needed?
  2. Audience Consideration

    • Who are the API consumers? (internal, external, partners)
    • What languages do they use?
    • What's their experience level?
    • What examples will be most valuable?
  3. Example Types

    • Quick start / Getting started
    • Authentication examples
    • CRUD operation examples
    • Complex workflow examples
    • Error handling patterns
    • Best practices and anti-patterns
  4. Format & Organization

    • Code snippets for common operations
    • Complete working examples
    • Interactive tutorials
    • SDK usage examples
    • cURL/HTTP examples for testing </think>

Token Optimization

Expected range: 800–2,000 tokens (initial), 200 tokens (cache hit)

Caching: Caches API schema in .claude/cache/api/api_schema.json for 7 days. Invalidated when API routes change.

Early exit: Returns immediately if examples already exist for the target endpoint.

Patterns used: Grep-before-Read, early exit, caching, template-based generation

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.