agentsclimarketplace

Tanzaku generator

Skill hoshinodis/tanzaku-skill/skills/tanzaku-generator

ユーザーから入力された願い事や目標を、美しく風情のある縦書きの短冊型アスキーアート(AA)に変換して出力するスキル。From its SKILL.md

Install
npx -y skills add hoshinodis/tanzaku-skill --skill tanzaku-generator

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.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.4 KB, 441 tokens by cl100k_base, as published. Nobody here has run it

tanzaku-generator

いつ使うか

ユーザーが七夕の短冊を作りたいときや、願い事・目標を縦書きの短冊風アスキーアートで表現したいと要求した際にこのスキルを起動します。

指示(Instructions)

ユーザーからテキストや願い事が入力されたら、以下のルールを厳格に適用して縦書きの短冊アスキーアート(Markdown形式)を生成してください。 短冊のみを出力してください。

変換ルール

  1. 入力された文字列を、1文字ずつ改行した「縦書き」に変換する。
  2. 短冊の枠線として、適切な記号(例: , , , , など)を用いて囲む。
  3. 短冊の上部には、紐や飾りを模した絵文字(例: 🎋, )や記号を配置する。
  4. 文字の長さやパディングを揃え、崩れないアスキーアートとしてMarkdownコードブロック(text)内で出力する。

出力例

ユーザー:「世界平和」

AIの出力:

   🎋
   ┸
 ┌───┐
 │ 世 │
 │ 界 │
 │ 平 │
 │ 和 │
 └───┘

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,144. 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.