Skills

Portable coding-agent skills for engineering, architecture, media, writing, and agent workflows.

skills.sh

Install

npx skills@latest add iurysza/agent-skills
# or
gh skill install iurysza/agent-skills --all --agent universal --scope user

Install one skill by name:

npx skills@latest add iurysza/agent-skills --skill better-ui
# or
gh skill install iurysza/agent-skills better-ui --agent universal --scope user

Replace better-ui with any skill name listed below. Installs follow main; there are no versioned releases.

Category metadata

Every skill sets one metadata.category: writing-style, planning-architecture, development, review-verification, visual-media, browser-automation, or agent-workspace. Category-aware launchers can group skills and match category names during search.

Included skills

Development workflows

Skill Invocation Description
brainstorming model-invoked Explore and approve a design direction before implementation.
coding-standards model-invoked Language-neutral correct-by-construction engineering standards.
domain-modeling model-invoked Maintain domain language, diagrams, and durable decisions under ai-artifacts/.
goal user-invoked Execute an approved goal package.
setup-goal model-invoked Extract intent and produce an approved execution package.
skill-cleaner model-invoked Audit skill roots, duplicates, usage, and prompt cost.
tech-spec user-invoked Produce a typed call-stack architecture handoff.
tool-install model-invoked Safely install or update tools.
type-breakdown user-invoked Trace a code path through its types, effects, and errors.

Design

Skill Invocation Description
better-ui model-invoked Polish interface surfaces, motion, icons, and micro-interactions.

Writing

Skill Invocation Description
bro user-invoked Restate the previous response plainly and concisely.
deslopify model-invoked Remove generic AI mannerisms while preserving voice.
readback model-invoked Restate the user's intended outcome and constraints before work begins.
rephrase user-invoked Tighten rough text while preserving sentiment and voice.
strunk-writing-quality model-invoked Edit prose for clarity and concision.
technical-writing model-invoked Apply layered standards to technical documentation and engineering prose.

Media

Skill Invocation Description
audio-transcribe model-invoked Transcribe local audio with Gemini.
chatgpt-imagegen model-invoked Generate and edit images with OpenAI.
gemini-tts model-invoked Turn text and Markdown into spoken MP3 audio.

Check

./scripts/check.sh

MIT licensed. See third-party notices.