ワンクリックで
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.#, ##, ###).