npx skills add https://github.com/wuruofan/agent-skills --skill web-fetch-as-markdownInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Universal AI Agent skills collection, compatible with Claude Code, OpenCode, and other major Agent frameworks.
npx skills add wuruofan/agent-skills -g -y
# Install progress skills
npx skills add wuruofan/agent-skills --skill progress-save -g -y
npx skills add wuruofan/agent-skills --skill progress-restore -g -y
npx skills add wuruofan/agent-skills --skill progress-archive -g -y
npx skills add wuruofan/agent-skills --skill progress-summary -g -y
# Install web-fetch-as-markdown skill
npx skills add wuruofan/agent-skills --skill web-fetch-as-markdown -g -y
# Install multiple skills
npx skills add wuruofan/agent-skills --skill progress-save --skill progress-restore -g -y
Fetches any web URL and converts it to clean, structured Markdown — stripping ads, navigation, and clutter to leave only readable content.
Use Cases:
Conversion Services:
https://markdown.new/ - Primary (Cloudflare, optimized for token reduction)https://r.jina.ai/<url> - Fallback 1 (Jina AI Reader API)https://markdownforagents.com/r?url=<url> - Fallback 2 (requires user consent)Trigger Words: "fetch webpage", "look up", "search online", "parse data from"
Track project development progress, save and restore work sessions across devices, archive development history.
4 core skills:
| Skill | Purpose | When to Use |
|---|---|---|
progress-save |
Update PROGRESS.md | Before commit, stash, or switching branches |
progress-restore |
Restore session context | After break, on new device, or after branch switch |
progress-archive |
Archive history records | Major task completed |
progress-summary |
Generate session summary | Start new session to continue previous work |
Quick Decision Guide:
/progress-save/progress-restore/progress-archive/progress-summaryRecommended AGENTS.md Configuration:
## Progress Tracking (Critical)
- Before commit: Call `/progress-save` to update PROGRESS.md
- When resuming work: Call `/progress-restore` to restore session context
- When major task completed: Call `/progress-archive` to archive history
- Before new session: Call `/progress-summary` to get session context
This lets LLM autonomously trigger skills at appropriate times.
Note: /progress-save will automatically detect completed major tasks and prompt archive suggestion when appropriate.
More skills coming soon.