Install
$ agentstack add skill-yeje-cpu-web-learning-github-web-learning-github ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Agent Skill repo → single-file visual walkthrough (Web Learning GitHub)
Goal
Deliver a double-clickable single HTML that explains install → trigger → what loads for an Agent Skill repo, with Star/Fork and tree context—learning / orientation, not an app scaffold.
Output language (required)
- Default: one language matching the user’s prompt (dominant English or 中文; if unclear, default English unless they prefer 中文).
- README / demo: when bilingual UI is required, one HTML with EN | 中文 toggle (
html.is-en/is-zh) and paired blocks—one meta bar, one tree.
File output rules
- Cloned skill bundle: one repo →
web/-.html(default) or a path the user specifies. - Author lab: optionally
30_resources/oss-skill-lab/-.htmlwhen that workspace layout exists—confirm in chat. - Multiple repos: separate files by default unless the user asks for one tabbed page.
Hosts (journey / install copy)
| Host | Typical skill path | |------|---------------------| | Cursor | .agents/skills// | | Claude Code | ~/.claude/skills// | | Windsurf | per current docs | | OpenClaw | e.g. ~/.openclaw/skills/ — Skills |
If unknown, say “host / agent IDE”.
Section order (typical)
- GitHub meta bar — link, stars, forks,
created_at. - Hero — scenario, install hint, theme/lang toggles if needed.
.viz-panel—.viz-sticky-stack(.viz-head+.viz-rail-captions) +.viz-grid(SVG +.anno). Step count follows the real repo—never pad.- Tabs — Learn, Simulator, Deep dive (labels may be EN/zh).
- Repo tree + README-style bullets.
journey-fold— expandable “after install” checklist; e.g. 「装好以后怎么用(与组件路径、模拟器对照)」. Gold and silver reference HTML in this repo both include it. Hero may use the same parenthetical when describing the strip.
Interaction & layout (Canonical — required)
Read references/walkthrough-canonical-ui.md and references/workflow.md.
Non‑negotiables:
.viz-sticky-stackwraps.viz-head+.viz-rail-captions; sticky on the stack, not on the head alone..viz-panel: do not useoverflow: hiddenwith sticky (causes overlap/clipping)..viz-grid: bottom border-radius +overflow: hiddenis OK for the diagram + annotation block.- Rich annotation lines:
innerHTMLwhen using `/`.
Reference HTML in this repo (gold / silver samples from real GitHub skill repos):
web/colleague-skill-prototype-gold.html— upstream titanwings/colleague-skillweb/lark-minutes-tasks-walkthrough.html— upstream zarazhangrui/lark-minutes-tasks
Color & surface
Follow references/ui-tokens.md and references/frontend-design-notes.md (frontend-design discipline; Lab·Canonical as default token story).
More
references/README.mdreferences/workflow.md
Chinese: SKILL.zh-CN.md, references/*.zh-CN.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: YeJe-cpu
- Source: YeJe-cpu/web-learning-github
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.