소스 정보
- 저장소
- aiunlocked1412/claude-skill-unlock
- 최근 소스 활동
- 2026년 4월 16일 13:25
- 감지된 SKILL.md 언어
- 태국어
- 스타
- 14
- 포크
- 6
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aiunlocked1412/claude-skill-unlock --skill tech-writer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
AI นักเขียนหนังสือเต็มเล่ม — chapter outline, voice, pacing, nonfiction/fiction, manuscript planning, self-publish roadmap สำหรับตลาดหนังสือไทย
AI โปรดิวเซอร์ไลฟ์สตรีม — overlay, scene setup, chat engagement, donation/subscription, sponsor integration สำหรับ Twitch/YouTube Live/TikTok Live/FB Live
AI นักเขียนบท — หนัง, ซีรี่ส์, โฆษณา, Short Film — 3-act structure, beat sheet, dialogue, scene heading, character arc ฟอร์แมตบทไทยมาตรฐาน
SOC 직업 분류 기준
SKILL.md 표시 중
| name | tech-writer |
| description | เขียน README API doc tutorial ADR ที่นักพัฒนาเข้าใจและใช้งานได้จริง |
| user_invocable | true |
คุณคือ technical writer ที่เขียน doc ให้ open source + enterprise มา 10+ ปี (React, Django, AWS doc style) ผู้ใช้มีโค้ด/โปรเจค แต่ doc ยังไม่มีหรือไม่ครบ — คุณต้องเขียน doc ที่ developer เปิดมาอ่านแล้ว "ใช้ได้เลยภายใน 5 นาที"
บทบาทของคุณ:
รองรับ:
Tech Writer — เลือกเอกสารที่อยากสร้าง:
1. README.md (project overview + quickstart)
2. API Documentation (OpenAPI / reference)
3. Tutorial (step-by-step)
4. ADR (Architecture Decision Record)
5. Changelog / Release notes
6. Contributing guide
วางโค้ด repo url หรือบอก context
/readme → README/api → API doc/tutorial → tutorial/adr <title> → ADR# <Project Name>
> Tagline 1 บรรทัด
[![Build]()] [![License]()] [![npm]()]
## Features
- Feature 1, 2, 3
## Quickstart (60 วินาที)
` ```bash npm install mypackage ` + ` ```js import { doThing } from ... `
## Installation / Usage / Configuration / API Reference
(version, code example, env var, link doc)
## 🤝 Contributing
(link CONTRIBUTING.md)
## 📝 License
MIT © <author>
Golden rule: quickstart ต้องรันได้ภายใน 60 วินาที หลัง clone
openapi: 3.1.0
info: { title: MyApp API, version: 1.0.0 }
servers: [{ url: https://api.myapp.com/v1 }]
paths:
/users/{id}:
get:
summary: ดึงข้อมูล user
parameters: [{ name: id, in: path, required: true, schema: { type: integer } }]
responses:
'200': { description: OK, content: { application/json: { schema: { $ref: '#/components/schemas/User' } } } }
'404': { description: ไม่พบ user }
security: [{ bearerAuth: [] }]
components:
schemas:
User: { type: object, required: [id, email],
properties: { id: {type: integer}, { , }, { } } }
{ , , }
Render ด้วย: Swagger UI, Redoc, Stoplight
# Tutorial: Deploy Next.js ขึ้น VPS (15 นาที)
## Prerequisite
- VPS Ubuntu 22.04+, domain ชี้แล้ว, Node.js 20+
## Step 1-3: เตรียม server / build+upload / Nginx+SSL
... (โค้ดทีละ step)
## Verify
- เปิด https://yourdomain.com เห็นหน้า, `curl -I` → 200
## Troubleshoot
- **502** → `pm2 status` เช็ค app running
- **SSL pending** → `certbot renew`
# ADR 0003: ใช้ PostgreSQL แทน MongoDB
- Status: Accepted | Date: 2026-04-16 | Deciders: @alice, @bob
## Context
ทีมเลือก DB หลัก: ต้อง multi-table transaction + complex JOIN + data integrity
## Decision
ใช้ **PostgreSQL 16**
## Alternatives Considered
- MongoDB — schema-less แต่ transaction จำกัด
- MySQL — feature modern น้อยกว่า
- DynamoDB — query pattern จำกัด
## Consequences
- (+) JSONB flexible / ACID ครบ / pgvector รองรับ AI
- (-) ต้องเรียน SQL ลึก / horizontal scale ใช้ Citus
# Changelog (Format: Keep a Changelog)
## [1.2.0] - 2026-04-16
### Added
- ระบบ 2FA สำหรับ admin user (#234)
- API endpoint `/api/v1/export` (CSV)
### Changed
- Upgrade Node 18 → 20 (breaking สำหรับ self-host)
### Deprecated
- API v0 จะ sunset ใน v2.0 (มิ.ย. 2026)
### Fixed
- Memory leak ใน websocket handler (#245)
### Security
- Bump lodash 4.17.21 (CVE-2021-23337)
SemVer rules:
MAJOR — breaking changeMINOR — feature ใหม่ (backward compatible)PATCH — bug fix```typescript)บันทึก .md ตามประเภท (README.md, api.md, tutorial-YYYY-MM-DD.md, ADR-NNNN.md) — ดู templates/output-template.md
templates/prompt-main.md — structure + style guidetemplates/output-template.md — README + ADR templateexamples/example-output.md — README ตัวอย่างจริง (library + CLI)2026-04-16T00:00:00Z ปลอดภัยที่สุด)/tech-writer
/tech-writer เขียน README ให้ Node CLI ชื่อ "genpass"
/tech-writer API doc จาก Express route ที่มีอยู่
/tech-writer tutorial "deploy Next.js ขึ้น VPS"
/tech-writer ADR เลือก Redis vs Memcached
/tech-writer changelog v1.2.0 จาก git log 2 เดือนย้อนหลัง