Back to list
ashneyderman

test-printing

by ashneyderman

Yet another agentic workflow :-)

0🍴 0📅 Jan 19, 2026

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:

  1. Extract the agf_id parameter (first argument)
  2. Extract the prompt parameter (second argument)
  3. Create an output message with format: "test printing: {agf_id} - {prompt}"
  4. 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"
}

Score

Total Score

50/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
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon