← スキル一覧に戻る

test-printing
by ashneyderman
Yet another agentic workflow :-)
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: test-printing description: Simple skill that prints a templated message with agf_id and prompt license: MIT compatibility: opencode
What I do
- Accept two parameters: agf_id and prompt
- Format them into a JSON message
- Return the formatted output
Instructions
When this skill is loaded, follow these steps:
- Extract the agf_id parameter (first argument)
- Extract the prompt parameter (second argument)
- Create an output message with format: "test printing: {agf_id} - {prompt}"
- Return a JSON object with this exact structure:
{
"message": "test printing: {agf_id} - {prompt}"
}
Example Usage
If called with agf_id="agf-001" and prompt="test prompt", return:
{
"message": "test printing: agf-001 - test prompt"
}
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です