一键导入
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.#, ##, ###).