원클릭으로
add-markdown
Guidelines for agents on how to add and format markdown files, enforcing metadata headers, emoji avoidance, and layout rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for agents on how to add and format markdown files, enforcing metadata headers, emoji avoidance, and layout rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Zig 0.16.0 API guidance and porting notes. Use this when writing or upgrading Zig code to the 0.16.0 stable release (std.Io era, @Type removal, @cImport deprecation).
Ultra-compressed communication mode. Slash token usage ~75% by speaking like caveman while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.
| name | add-markdown |
| description | Guidelines for agents on how to add and format markdown files, enforcing metadata headers, emoji avoidance, and layout rules. |
| tags | ["markdown","documentation","rules","formatting"] |
When creating a new markdown file in the workspace, follow these rules:
Include a YAML frontmatter block at the very beginning of the file:
---
name: file-name-or-topic
description: Clear summary of the document's purpose.
tags: [tag1, tag2]
---
**text** or __text__). Use headers, lists, or code blocks/backticks for emphasis.#, ##, ###).