スキル一覧に戻る
djgrant

simplify

by djgrant

An OpenCode config pack designed for operating long-horizon, multi-task projects

2🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: simplify description: When a solution needs simplifying, load this skill with the map-reduce skill to find its essence.

::input::

$target: what to simplify $essence: what must be preserved

::context::

$relevantHeuristics: a list of heuristics picked from #heuristics

::workflow::

FOR $heuristic IN $relevantHeuristics Apply to $target Check if $essence is preserved IF simpler and essence intact THEN Keep the change END END

Heuristics

  1. Subtractive Iteration: remove one element and check if it still works.
  2. Forced Constraints: reimplement with half the lines and note what survives.
  3. Explain to Caveman: if you can't explain it simply, simplify it.
  4. Reverse Complexity Audit: list every abstraction and name the catastrophe it prevents.
  5. Rewrite Bet: two hours to rewrite from scratch, note what you keep.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です