← スキル一覧に戻る

raycast-snippets
by ttmouse
⭐ 29🍴 8📅 2026年1月23日
SKILL.md
name: raycast-snippets description: Create and manage Raycast Snippets automatically. Use this skill when the user wants to save a prompt, template, or text snippet to their Raycast configuration.
Raycast Snippet Generator
Capabilities
This skill allows you to generate and save Raycast Snippets directly to the user's configuration file.
Usage Process
-
Analyze Request:
- Identify the core content the user wants to save.
- If the user asks for a "prompt" or "role", generate a high-quality, structured system prompt.
- If the user asks for a "template", ensure it has placeholders (e.g.,
{date}).
-
Generate Metadata:
- Name: Create a short, descriptive title (e.g., "Python Logger").
- Keyword: Suggest a short abbreviation for quick access (e.g.,
!log,;py). - Text: The actual content.
-
Execute Storage:
- You have a helper script located at:
~/.claude/skills/raycast-snippets/scripts/manage_snippets.py - Construct the command using the following format:
python3 ~/.claude/skills/raycast-snippets/scripts/manage_snippets.py --name "Snippet Name" --text "Snippet Content" --keyword "optional_keyword" - IMPORTANT: You must use the
Bashtool to execute this command. Do not just display it.
- You have a helper script located at:
-
Confirm:
- Inform the user that the snippet has been saved.
- Remind them to Import the JSON file in Raycast if they haven't set up auto-sync for that specific file (though this script modifies the source file directly, Raycast might need a re-import if it's not the live database).
Example
User: "Save a snippet for a standard git commit message."
Assistant:
- Generates content:
feat: <description>\n\n[optional body]\n\n[optional footer] - Generates command:
python3 ~/.claude/skills/raycast-snippets/scripts/manage_snippets.py --name "Git Commit" --text "feat: ..." --keyword ";gc" - Executes command via Bash.
- Responds: "Saved 'Git Commit' snippet with keyword ';gc'."
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です