AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Work Docs Api Docs

skill-jonayeon-claude-code-skills-work-docs-api-docs · by JoNaYeon

Use this skill when the user asks to generate API documentation, document endpoints, or create API references from source code. Triggers on: 'document this API', 'generate API docs', 'write endpoint documentation', 'create API reference', 'API 문서 만들어줘', 'API 문서화', '엔드포인트 정리해줘'.

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-jonayeon-claude-code-skills-work-docs-api-docs

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jonayeon-claude-code-skills-work-docs-api-docs)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Work Docs Api Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

API Documentation Generator

목적

소스 코드에서 API 엔드포인트를 분석하여 구조화된 API 문서를 생성합니다.

지침

1. 엔드포인트 탐색

  • 라우터/컨트롤러 파일을 찾습니다.
  • 모든 HTTP 엔드포인트를 수집합니다.
  • 미들웨어와 인증 요구사항을 파악합니다.

2. 엔드포인트별 문서화

각 엔드포인트에 대해 다음을 기록합니다:

  • HTTP 메서드 + 경로
  • 설명 (코드와 주석에서 추론)
  • 요청 파라미터 (path, query, body)
  • 응답 형식 및 상태 코드
  • 인증 필요 여부
  • 에러 케이스

3. 문서 구성

  • 기능별로 그룹핑합니다.
  • 공통 에러 응답을 별도 섹션으로 분리합니다.

출력 형식

# API Reference

## Base URL
`https://api.example.com/v1`

## Authentication
Bearer token in Authorization header.

---

## [그룹명]

### `GET /endpoint`
설명

**Parameters**
| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| id   | path | string | Yes | 리소스 ID |

**Response** `200 OK`
\`\`\`json
{ "id": "...", "name": "..." }
\`\`\`

**Errors**
| Status | Description |
|--------|-------------|
| 404    | 리소스를 찾을 수 없음 |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.