Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Miras Skills

Portable, reusable task skills for Agent Skills-compatible coding agents.

Install

Install the first task in compatible agents with:

npx skills add MIR4ZZZ/skills --skill publish-live --all

For 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.

Available tasks

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.

Repository layout

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

Adding a task

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors