A collection of installable Agent Skills. Install into Cursor, Claude Code, Codex, and other compatible clients with a single command.
# Interactively pick skills and target agents
npx skills add uvmplus/dailySkill -g
# Install only resume into Cursor + Claude Code + Codex
npx skills add uvmplus/dailySkill -s resume -g \
-a cursor -a claude-code -a codex -yFor local development, you can install from a path:
npx skills add /path/to/dailySkill -s resume -g \
-a cursor -a claude-code -a codex -yUpdate an installed skill:
npx skills update resume| Skill | Status | Description |
|---|---|---|
resume |
Ready | Maintain a standard resume: bilingual YAML → HTML preview → polish edits → export A4 PDF |
Add future skills under skills/<name>/ and append a row to this table.
- All skills live under
skills/<name>/ - Samples live under
examples/<name>/
| Agent | Global directory |
|---|---|
| Cursor | ~/.cursor/skills/ |
| Claude Code | ~/.claude/skills/ |
| Codex | ~/.codex/skills/ |
Format follows the Agent Skills specification.