Portable, reusable task skills for Agent Skills-compatible coding agents.
Install the first task in compatible agents with:
npx skills add MIR4ZZZ/skills --skill publish-live --allFor a specific supported agent, omit --all and select it when prompted. The repository also works as a manual source: copy a skill folder to the agent's documented skills directory.
| Skill | Invocation | Purpose |
|---|---|---|
publish-live |
$publish-live in Codex, /publish-live in Claude Code |
Commit scoped changes, use the project's proven hosting path, and verify the live release. |
Each task is self-contained in a top-level folder. Its SKILL.md holds the agent instructions and optional agents/ metadata describes how supported agents present it.
skills/
publish-live/
SKILL.md
agents/openai.yaml
Create one directory per task, add a concise SKILL.md with valid name and description frontmatter, and include only the resources that task needs. Keep provider-specific secrets, environment values, and deployment targets out of the collection.