一键导入
readme-template
Defines the mandatory footer template for all .md files — GitHub badges, dates, and license. Use when creating or modifying any markdown document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Defines the mandatory footer template for all .md files — GitHub badges, dates, and license. Use when creating or modifying any markdown document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Defines operating rules for all agents. Use when executing any task — confirms before action, requires rollback plans for dangerous operations, enforces naming conventions and credential placeholders.
Bash 스크립트 작성 시 표준 로깅 함수와 에러 처리 패턴을 적용합니다. 새 스크립트 생성 또는 기존 스크립트 개선 시 사용합니다. 이 skill을 참조할 때 응답 첫 줄에 "🟡 참조: skill://bash-script-template" 를 출력합니다.
Guides test writing with AAA pattern, BVA, EP, and edge case analysis. Use when writing unit tests, integration tests, or infrastructure validation tests.
Provides a structured code review checklist. Use when reviewing code, scripts, or IaC files. Covers correctness, security, error handling, performance, and infrastructure as code.
Guides systematic infrastructure troubleshooting. Use when services fail, builds break, deployments go wrong, or infrastructure behaves unexpectedly. Use when you need root-cause analysis rather than guessing.
Subjects non-trivial infrastructure decisions to adversarial review before they stand. Use when making production changes, security-sensitive modifications, irreversible operations, or working in unfamiliar infrastructure code.
| name | readme-template |
| description | Defines the mandatory footer template for all .md files — GitHub badges, dates, and license. Use when creating or modifying any markdown document. |
모든 .md 파일 맨 아래에 반드시 다음 형식을 포함할 것:
---
## 통계






---
**작성일**: YYYY-MM-DD
**마지막 업데이트**: YYYY-MM-DD
© 2026 siasia86. Licensed under CC BY 4.0.
YYYY-MM-DD는 작성/수정 당일 날짜로 기입_reference/ 디렉토리 내 파일은 푸터를 붙이지 않습니다_reference/ 파일은 frontmatter(sources, last_checked)로 버전 관리합니다**마지막 업데이트** 날짜를 오늘 날짜로 변경**작성일**과 **마지막 업데이트** 모두 오늘 날짜로 기입**작성일**은 최초 생성일 — 이후 수정 시 변경하지 않음YYYY-MM-DD (예: 2026-05-21)If the document references _reference/ material, add immediately after the H1 title:
# 문서 제목
<!-- reference: _reference/example_notes.md -->
본문 시작...
<!-- reference: _reference/<filename>.md --><!-- reference: _reference/a.md, _reference/b.md -->_reference/ was used참고 자료 section at the bottom — both coexist