Install
$ agentstack add skill-jonayeon-claude-code-skills-work-docs-api-docs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: JoNaYeon
- Source: JoNaYeon/claude-code-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.