AI 能力提升實戰與 Skills 快速上手。
This public repository contains only the static frontend for skills.wedopr.com.
Skills WEDO helps AI beginners understand:
- What AI Skills are.
- Where to find beginner-friendly recommended Skills.
- How to install Skills with Claude Code, Codex, VS Code Agent-style tools, or other filesystem-capable AI tools.
- How to use and maintain installed Skills.
- How to build a personal Skills workflow.
This public export intentionally contains only the website files needed to run the frontend:
index.htmlstyles.cssapp.jsskills-data.jssw.js- public L.E.O.-49 assets
- favicon files
robots.txt,sitemap.xml,_redirects,_headers
Internal WEDO workflow Skills, historical skill archives, private setup guides, and the private working repository history are not part of this public export.
python3 -m http.server 4190 --bind 127.0.0.1Then open:
http://127.0.0.1:4190/
Only add files that are intended for public visitors and public GitHub readers. Do not add credentials, environment variables, client-specific workflows, internal operating playbooks, or private local paths.