← 返回 Skills 市场
leostehlik

Code Decoded

作者 Leo Stehlik · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install code-decoded
功能描述
Turns any codebase into a self-contained interactive HTML course. Use when asked to explain a codebase, generate onboarding material, create an interactive t...
使用说明 (SKILL.md)

Code Decoded

Turn a codebase into a self-contained interactive HTML course. One file. No setup. Host it, share it, or open it locally.

Read references/html-structure.md for the HTML output spec. Read references/design-principles.md for visual and content rules.

What to Build

A single HTML file that teaches how the codebase works through:

  • Scroll-based modules — one concept per section, progress indicator
  • Code + plain English side by side — real code from the repo on the left, what it means on the right. Never modify or simplify the code.
  • Architecture overview — visual diagram of how the main components connect
  • Data flow walkthrough — trace what happens during a key user action (login, submit, search — whatever is most representative)
  • Interactive quizzes — application-focused, not memorization. "A user reports stale data after switching pages. Where would you look first?" Not "What does API stand for?"
  • Glossary tooltips — hover any technical term for a plain-English definition
  • Keyboard navigation — arrow keys to move between sections

Before Starting

Ask the user (or infer from context):

  1. Audience — non-technical (product users, stakeholders), developer onboarding, or power users?
  2. Focus — full codebase tour, or a specific area (auth, data layer, a specific feature)?
  3. Key action to trace — what is the most important thing the code does? This becomes the data flow module.

If the user says "just do it" — infer from the codebase and proceed.

How to Generate

  1. Read the codebase structure (directory tree, key files)
  2. Identify: entry points, main modules, data models, key user flows
  3. Pick 5-8 concepts to teach — ordered from "what is this?" to "how does it work?" to "how do I use/change it?"
  4. Write the HTML course following references/html-structure.md and references/design-principles.md
  5. Output as a single .html file

Output

Name the file: [repo-name]-tour.html

It must:

  • Work offline (no external CDN, no network requests)
  • Be self-contained (all CSS and JS inline)
  • Render correctly in Chrome, Firefox, Safari
  • Be hostable as a static page with no build step
安全使用建议
Treat this review as inconclusive: VirusTotal telemetry was clean, but metadata.json and artifact files could not be inspected due a sandbox filesystem error, so no affirmative safety claims can be made from artifact contents.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Artifact review is incomplete because filesystem commands failed before metadata.json or artifact files could be inspected.
Instruction Scope
No instruction-scope concern is supported by artifact evidence available in this run.
Install Mechanism
No install-mechanism concern is supported by artifact evidence available in this run.
Credentials
No environment-proportionality concern is supported by artifact evidence available in this run.
Persistence & Privilege
No persistence or privilege concern is supported by artifact evidence available in this run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-decoded
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-decoded 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public Code Decoded skill.
元数据
Slug code-decoded
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Code Decoded 是什么?

Turns any codebase into a self-contained interactive HTML course. Use when asked to explain a codebase, generate onboarding material, create an interactive t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Code Decoded?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-decoded」即可一键安装,无需额外配置。

Code Decoded 是免费的吗?

是的,Code Decoded 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Code Decoded 支持哪些平台?

Code Decoded 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Code Decoded?

由 Leo Stehlik(@leostehlik)开发并维护,当前版本 v0.1.0。

💬 留言讨论