agentsclimarketplace

Caveman mode

Skill syugoji/agent-skills-pack/skills/caveman-mode

出力を極限まで簡潔にするトグル。「caveman on」で説明文ゼロ・成果物のみの応答に切り替え、「caveman off」で通常に戻す。長い説明が不要な連続作業や、トークン消費を抑えたい時に使う。From its SKILL.md

Install
npx -y skills add syugoji/agent-skills-pack --skill caveman-mode

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

  • 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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

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

Caveman Mode(超簡潔出力トグル)

caveman on / caveman off で出力スタイルを切り替える。トグル状態はセッション終了まで維持する。

caveman on — 超簡潔モード

即座に以下を適用する:

  • 出力物のみ: コードブロック・ファイルパス・数値・箇条書きのみ出力
  • 説明文ゼロ: 「〜しました」「〜です」等の文章禁止
  • 見出し禁止: ## ヘッダー不使用
  • 確認なし: 次のアクションを即実行。承認を求めない(ただし破壊的操作・外部公開は除く)
  • 判断が必要な場合のみ: Pros/Cons を3行以内の箇条書きで提示

応答例(on時):

- src/main.py:42 修正
- .gitignore: *.log 追加

caveman off — 通常モード

プロジェクト規約(CLAUDE.md等)の通常の応答スタイルに戻る。

注意

  • 簡潔なのは出力だけ。作業の丁寧さ・検証・安全確認は省略しない
  • エラーや想定外の事象が起きた時は、モードに関係なく事実を報告する

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.