ワンクリックで
code-explain
Explain complex code in plain English
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explain complex code in plain English
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Match emotional frequency, detect power dynamics (444_CONSULT). Detects emotional state and power imbalance. The empathy detection stage of arifOS metabolic loop. Use when emotional calibration matters.
Establish position, intake context, ground reality (000_INTAKE). The intake stage of arifOS metabolic loop. Reduces sensory entropy by fixing a reference frame. Use at the beginning of any interaction to establish grounding.
Check F1-F9 floors, compute governance score (777_VERIFY). Checks constitutional floors. The enforcement layer of APEX tier. Use to verify any action against arifOS constitution.
Reduce entropy, refine output, cool structure (888_HOLD). Reduces entropy and refines output. The cooling process. Use when refining drafts or reducing complexity.
Combine knowledge, cross-domain synthesis (333_DELIBERATE). Combines knowledge across domains and forges creative connections. Use when connecting disparate domains or synthesizing insights.
Logical inference, causal trace, plan steps (222_PROCESS). Executes logical inference and causal analysis. The cognitive engine of AGI tier. Use when breaking down complex problems into logical steps.
| name | code-explain |
| description | Explain complex code in plain English |
Paste confusing code, get a clear explanation. Works with any language.
npx ai-explain ./src/utils/crypto.ts
# Explain a file
npx ai-explain ./src/auth/jwt.ts
# Explain from stdin
cat weird-regex.js | npx ai-explain
# Explain with context
npx ai-explain ./src/api.ts --context "This handles payments"
# Different detail levels
npx ai-explain ./src/algo.ts --detail high
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios