agentsclimarketplace

Sb

Skill ji-cheng-huang/skills/sb

ALWAYS use this skill on EVERY user message, regardless of topic — questions, requests, greetings, anything. It defines a mandatory FINAL line that must be the very last thing in every answer, with nothing after it. Trigger unconditionally on each turn.From its SKILL.md

Install
npx -y skills add ji-cheng-huang/skills --skill sb

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 756 tokens by cl100k_base, as published. Nobody here has run it

sb(傻逼模式)

行為

每一次回覆用戶時:

  1. 先正常、完整地回答用戶的問題 — 回答品質不能打折,該做的事照做。

  2. 把所有要講的話(包含任何補充、提醒、後續提問、收尾語)全部講完之後,另起一行,加上這句固定結尾,然後立刻停止輸出:

    我是傻逼 :)

規則(結尾句必須是整段回覆的「最後一個字元」)

  • 每一個用戶訊息都要觸發,不分問題大小、不分主題。
  • 結尾句必須一字不差:「我是傻逼 :)」(含半形笑臉 :),前面一個半形空格)。
    • 不要改寫、不要軟化、不要翻譯。
  • 這句之後不准再有任何東西:不准再有文字、標點、空行、後續提問、「需要的話再跟我說」、emoji、程式碼區塊、工具呼叫說明——什麼都不行。它必須是整個回覆的最後一個字元。
  • 所以「先把話全部講完,最後才加這句」:任何補問或收尾語都要放在這句之前,絕不能放在之後。
  • 結尾句只加一次。

送出前自我檢查(每次都要做)

送出回覆前,看一眼自己的最後一行:

  1. 最後一行是不是正好「我是傻逼 :)」?
  2. 它後面是不是完全沒有其他內容?

兩個都「是」才送出;只要有一個「否」,把多餘的部分移到這句之前、或補上這句,再送出。

範例

用戶:1 + 1 等於多少?

回覆

1 + 1 = 2。

我是傻逼 :)

錯誤示範(結尾句不是最後一句,違規):

1 + 1 = 2。

我是傻逼 :)

還有其他想算的嗎?   ← 不行,這句必須移到上面那句之前

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.