スキル一覧に戻る
tianjianjiang

smith-placeholder

by tianjianjiang

AGENTS.md as dotfiles: Personal coding standards that follow you everywhere, Mr. Anderson.

0🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


name: smith-placeholder description: Placeholder syntax standards for documentation and prompts. Use when writing prompts, documentation, pattern descriptions, or any content with user-substitutable values.

Placeholder Syntax Standards

  • Scope: Placeholder syntax for documentation and prompts
  • Load if: Writing prompts, documentation, or pattern descriptions
  • Prerequisites: @smith-principles/SKILL.md, @smith-standards/SKILL.md

Placeholders indicate where users substitute values. Syntax must avoid conflicts with Jinja2, Python f-strings, and XML tags.

Code blocks within documents follow their own language conventions.

Inline Markdown (primary):

  • Backticks: placeholder_name, PLACEHOLDER_NAME
  • Renders as monospace, visually distinct

Inside code blocks (when backticks nest):

  • Brackets: [placeholder]
  • Or language-native: PLACEHOLDER as literal identifier

Avoid in documentation:

  • {{placeholder}} - Jinja2 template conflict
  • {placeholder} - Python f-string conflict
  • <placeholder> - XML tag conflict

Code Block Conventions

Code blocks follow their language's conventions:

Shell (use literal UPPER_SNAKE or quotes):

git checkout -b "feat/FEATURE_NAME"
export API_KEY="YOUR_API_KEY"
# Python: use descriptive identifiers
user_input = "..."  # Replace with actual input
// JavaScript: use string literals
const apiKey = "YOUR_API_KEY";

ACTION (Recency Zone)

When writing placeholders:

  1. Use backticks for inline markdown: placeholder_name
  2. Use brackets inside code blocks: [placeholder]
  3. Avoid Jinja2 {{}}, f-string {}, and XML <> syntax
  • @smith-xml/SKILL.md - XML tag standards
  • @smith-style/SKILL.md - File/branch naming patterns

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です