documentation-templates — community documentation-templates, testsyncrepo, yohan-work, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Developer Agents needing streamlined project initialization with Node.js and npm. 프로젝트 문서 작성 템플릿을 제공합니다. README, API 문서, 컴포넌트 문서 작성 시 사용합니다. documentation-writer 에이전트와 함께 사용하세요.

yohan-work yohan-work
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add yohan-work/testsyncrepo/documentation-templates
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The documentation-templates skill by yohan-work is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Developer Agents needing streamlined project initialization with Node.js and npm.

Core Value

Empowers agents to generate standardized project documentation using Markdown, including README.md templates with features like project descriptions, technical stacks, and setup instructions, leveraging tools such as Next.js, TypeScript, and Tailwind CSS.

Capabilities Granted for documentation-templates

Automating project setup with git clone and npm install
Generating technical documentation for projects using Node.js 18+ and npm or yarn
Streamlining environment setup with .env.example and .env.local files

! Prerequisites & Limits

  • Requires Node.js 18+ and npm or yarn
  • Limited to projects using supported technologies like Next.js, TypeScript, and Tailwind CSS
Project
SKILL.md
2.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

문서 템플릿 스킬

README.md 템플릿

markdown
1# 프로젝트명 2 3프로젝트 한 줄 설명 4 5## 주요 기능 6 7- 기능 1 8- 기능 2 9- 기능 3 10 11## 기술 스택 12 13- Next.js 14 14- TypeScript 15- Tailwind CSS 16 17## 시작하기 18 19### 요구사항 20 21- Node.js 18+ 22- npm 또는 yarn 23 24### 설치 25 26\`\`\`bash 27git clone https://github.com/user/repo.git 28cd repo 29npm install 30\`\`\` 31 32### 환경 설정 33 34\`\`\`bash 35cp .env.example .env.local 36# .env.local 파일 수정 37\`\`\` 38 39### 실행 40 41\`\`\`bash 42npm run dev 43\`\`\` 44 45http://localhost:3000 에서 확인 46 47## 프로젝트 구조 48 49\`\`\` 50app/ 51├── components/ # 재사용 컴포넌트 52├── api/ # API 라우트 53├── (routes)/ # 페이지 라우트 54└── lib/ # 유틸리티 55\`\`\` 56 57## 라이선스 58 59MIT License

컴포넌트 문서 템플릿

markdown
1# ComponentName 2 3컴포넌트 설명 4 5## Props 6 7| Prop | Type | Default | Description | 8|------|------|---------|-------------| 9| required | string | - | 필수 prop 설명 | 10| optional | number | 0 | 선택 prop 설명 | 11 12## 사용 예시 13 14\`\`\`tsx 15import { ComponentName } from '@/components/ComponentName'; 16 17<ComponentName required="value" optional={10} /> 18\`\`\` 19 20## 변형 21 22### Primary 23 24\`\`\`tsx 25<ComponentName variant="primary" /> 26\`\`\` 27 28### Secondary 29 30\`\`\`tsx 31<ComponentName variant="secondary" /> 32\`\`\`

API 문서 템플릿

markdown
1# API 엔드포인트 2 3## POST /api/auth/login 4 5사용자 로그인 6 7### Request 8 9\`\`\`json 10{ 11 "email": "user@example.com", 12 "password": "password123" 13} 14\`\`\` 15 16### Response 17 18**Success (200)** 19\`\`\`json 20{ 21 "success": true, 22 "data": { 23 "token": "jwt-token", 24 "user": { "id": 1, "email": "user@example.com" } 25 } 26} 27\`\`\` 28 29**Error (401)** 30\`\`\`json 31{ 32 "success": false, 33 "error": "Invalid credentials" 34} 35\`\`\`

CHANGELOG 템플릿

markdown
1# Changelog 2 3## [1.0.0] - 2025-01-28 4 5### Added 6- 새로운 기능 7 8### Changed 9- 변경된 기능 10 11### Fixed 12- 수정된 버그 13 14### Removed 15- 제거된 기능

사용 예시

documentation-writer 에이전트로 이 프로젝트의 README를 작성해줘

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is documentation-templates?

Ideal for Developer Agents needing streamlined project initialization with Node.js and npm. 프로젝트 문서 작성 템플릿을 제공합니다. README, API 문서, 컴포넌트 문서 작성 시 사용합니다. documentation-writer 에이전트와 함께 사용하세요.

How do I install documentation-templates?

Run the command: npx killer-skills add yohan-work/testsyncrepo/documentation-templates. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for documentation-templates?

Key use cases include: Automating project setup with git clone and npm install, Generating technical documentation for projects using Node.js 18+ and npm or yarn, Streamlining environment setup with .env.example and .env.local files.

Which IDEs are compatible with documentation-templates?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for documentation-templates?

Requires Node.js 18+ and npm or yarn. Limited to projects using supported technologies like Next.js, TypeScript, and Tailwind CSS.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yohan-work/testsyncrepo/documentation-templates. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use documentation-templates immediately in the current project.

Related Skills

Looking for an alternative to documentation-templates or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design