Portable Agent Skills for coding and document workflows. Each
skills/<name>/SKILL.md is the entrypoint; copy the complete Skill directory so
its scripts and references remain available.
| Skill | Type | Purpose |
|---|---|---|
coding-agent |
adapter | Run Codex, Claude Code, TClaude, CodeBuddy Code, or OpenCode as monitored background workers |
codex-delegate |
adapter | Call the Codex CLI as a job that returns a machine-readable result envelope; design informed by openai/codex-plugin-cc, implemented as a portable codex exec --json adapter |
gemini-frontend |
adapter | Use Gemini CLI for frontend design and implementation |
office-mpp |
bundled | Read, analyze, export, create, and edit Microsoft Project or MSPDI files |
openclaw-coding-agent |
adapter | Run supported coding CLIs through OpenClaw sessions and notifications |
pdf-to-markdown |
protocol-only | Guide a host-provided PDF-to-Markdown workflow |
search-docs |
adapter | Search and read the git-library documentation service |
skill-evolve-lite |
protocol-only | Improve a Skill through train traces, validation gates, and rollback |
wechat-publish |
protocol-only | Guide a host-provided WeChat publishing workflow |
The machine-readable list and delivery type are in
skills/catalog.json. bundled includes the core
implementation, adapter includes an integration with an external CLI or API,
and protocol-only requires the host project to provide the implementation.
git clone https://github.com/life-is-blue/agent-skills.git
cp -r agent-skills/skills/<name> <client-skill-directory>/Read the copied SKILL.md before use. Client discovery directories and symlink
support vary, so verify them against the current client and a local smoke test.
python3 scripts/validate_repo.py
python3 -m pytest -qRepository changes follow AGENTS.md. The default repository
license is MIT; retained upstream material is listed in
THIRD_PARTY_NOTICES.md.