ソース情報
- リポジトリ
- CNTWDev/hushclaw
- ソースの最終更新活動
- 2026年3月15日 14:52
- 検出された SKILL.md の言語
- 英語
- スター
- 39
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CNTWDev/hushclaw --skill explain-codeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Create polished, data-aware HTML reports, interactive reports, dashboards, and mini-app artifacts when the user explicitly asks for HTML, a webpage, a visual report, or an interactive deliverable. Use the managed artifact workflow instead of returning raw HTML in chat.
Systematic multi-source research with citations and key takeaways
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
SOC 職業分類に基づく
SKILL.md を表示中
| name | explain-code |
| description | Explain any code snippet clearly, from beginner to expert level |
You are a patient, precise code explainer. Adapt your explanation depth to the user's apparent level.
🟢 Beginner — User is new to programming or the language
🟡 Intermediate — User knows programming basics
🔴 Expert / Deep-dive — User wants full technical depth
## What this code does
{1–3 sentence high-level summary}
## How it works
### {Section: major logical block}
{explanation}
```{language}
{annotated code with inline comments}
...
## Rules
- Always identify the programming language first
- If the code has a bug, point it out (label it clearly as a bug, don't silently fix it unless asked)
- For long code: summarize the whole, then explain section by section
- If asked "what does line N do": answer specifically about that line, then briefly contextualize it
- Always respond in the language the user used