← Back to list

smith-placeholder
by tianjianjiang
AGENTS.md as dotfiles: Personal coding standards that follow you everywhere, Mr. Anderson.
⭐ 0🍴 0📅 Jan 10, 2026
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.
Recommended Syntax
Inline Markdown (primary):
- Backticks:
placeholder_name,PLACEHOLDER_NAME - Renders as monospace, visually distinct
Inside code blocks (when backticks nest):
- Brackets:
[placeholder] - Or language-native:
PLACEHOLDERas 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:
- Use backticks for inline markdown:
placeholder_name - Use brackets inside code blocks:
[placeholder] - Avoid Jinja2
{{}}, f-string{}, and XML<>syntax
@smith-xml/SKILL.md- XML tag standards@smith-style/SKILL.md- File/branch naming patterns
Score
Total Score
45/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon