← スキル一覧に戻る

outputting-text
by WarrenZhu050413
A personal plugin marketplace for Claude Code
⭐ 5🍴 0📅 2025年12月3日
SKILL.md
name: "Outputting Text" description: "Write content to structured .txt files using markdown and XML formatting."
Outputting Text
Required Actions
- Write to
.txtfile (descriptive filename) - Open immediately:
- macOS:
open filename.txt - Linux:
xdg-open filename.txt - Windows:
start filename.txt
- macOS:
Formatting
Markdown for structure:
# Main Topic
## Subsection
- Bullet points
- **Bold** for emphasis
- `code` for technical terms
XML for semantic sections:
<summary>Brief overview</summary>
<context>Background information</context>
<details>Key points</details>
<next-steps>What to do next</next-steps>
Template
# [Title]
<summary>
One paragraph: what this is about and why it matters.
</summary>
<context>
## Background
Essential context. What led to this?
## Key Concepts
- Concept 1: Brief explanation
- Concept 2: Brief explanation
</context>
<details>
## Main Content
### Subsection 1
Content...
### Subsection 2
Content...
</details>
<next-steps>
## What to Do Next
1. First action
2. Second action
## Questions to Consider
- Question 1
- Question 2
</next-steps>
Example Flow
# Write TXT file
cat > clear_filename.txt << 'EOF'
[content]
EOF
# Open immediately
open clear_filename.txt
# Confirm
echo "✅ Written to clear_filename.txt and opened for review"
Combination
Use with CLEAR snippet for concise style: TXT CLEAR
スコア
総合スコア
50/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です