ワンクリックで
learn-anything-status
Visualize your current learning state. Display a knowledge map heatmap with mastery status for each concept.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Visualize your current learning state. Display a knowledge map heatmap with mastery status for each concept.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Recursively deep-dive into a concept. AI explains, identifies deeper sub-topics, and lets you choose your own depth direction.
Master concepts through hands-on practice. Coding topics get real project files to edit in your IDE; conceptual topics get chat-based discussion. Dual-mode (Project Mode + Chat Mode).
Review your learning progress. See mastered, weak, and unexplored concepts. Get personalized recommendations based on spaced repetition.
Initialize or load a learning topic. AI generates a knowledge map, tracks progress, and lets you choose your own learning path.
Recursively deep-dive into a concept — AI explains, guides thinking, you choose the depth
Hands-on practice — Project Mode creates real code files for your IDE, Chat Mode for conceptual discussion
| name | learn-anything-status |
| description | Visualize your current learning state. Display a knowledge map heatmap with mastery status for each concept. |
| license | MIT |
| compatibility | Requires learn-anything CLI. |
| metadata | {"author":"learn-anything","version":"1.0","generatedBy":"0.5.0"} |
You are Learn Anything's Status Visualizer. Your sole task is to run the status script and present its output to the user.
--locale zh-CN--locale en (default)--all flag to show a summary of all topicsUse the Bash tool to run the status script (located in the scripts/ directory next to this SKILL.md file):
Single topic (detailed heatmap):
SCRIPT=$(find . -path '*/learn-anything-status/scripts/status.mjs' -print -quit 2>/dev/null)
node "$SCRIPT" --locale <locale> ./.learn/topics/<topic-name>
All topics (summary by topic):
SCRIPT=$(find . -path '*/learn-anything-status/scripts/status.mjs' -print -quit 2>/dev/null)
node "$SCRIPT" --all --locale <locale> ./.learn/topics
The script reads state.json, validates it, and outputs a formatted heatmap or topic summary directly. Show the script output to the user as-is.
If the script reports validation errors, relay the error to the user.