npx skills add https://github.com/narumiruna/agent-skills --skill svg-illustrationInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Reusable agent skills for coding, writing, research, and slide work. The collection is organized for Codex-first workflows, and it can also be installed as a standard skills repo with npx skills add narumiruna/skills.
npxUse this when you want the collection without linking a local checkout.
npx skills add narumiruna/skills
justUse this when you want repo-managed local copies in ~/.codex/skills.
just install-all
# or install one skill
just install python
Each install replaces the target skill directory before copying.
Remove copied skills when finished:
just clean-all
# or clean one skill
just clean python
just by itself only lists the available recipes.
Use this when you want a one-off local copy without just.
mkdir -p ~/.codex/skills
rm -rf ~/.codex/skills/python
cp -R ./skills/python ~/.codex/skills/python
Repeat the same pattern for other skills as needed.
/skills to inspect the installed collection.$python, $imrad, or another skill name to invoke one explicitly.If Codex does not pick up a local skill change, restart Codex and try again.
python: default entry for uv project setup, dependencies, quality gates, packaging, and standalone scripts.python-typer: Typer command structure, options, and multi-command apps.python-logging: choosing and configuring stdlib logging or loguru.python-peewee: Peewee patterns such as DatabaseProxy, scoped transactions, and SQLite tests.imrad: deciding whether IMRaD fits, drafting new IMRaD outputs, and reviewing existing drafts.gourmet-research: evidence-based city dining research with structured scoring and audit files.slide-creator: end-to-end Marp/Marpit slide creation, including color systems and SVG visuals.marp-authoring: focused Marp/Marpit authoring rules, directives, and layouts.slide-color-design: slide palette selection and color-system workflows.svg-illustration: SVG diagram and illustration guidance for slide decks.mermaid-creator: Mermaid diagrams for docs, architecture, sequence flows, ER diagrams, and Gantt charts.help-me: deciding whether to check --help, built-in help, or man before running a shell or CLI command.git-commit: reviewing diffs, choosing commit types, and writing focused Conventional Commits.work-log-writer: explicitly invoked only; writing concise work logs from repository evidence.agents-writer: creating or updating AGENTS.md guidance for this repository.codex-cli-hooks: designing or debugging Codex CLI hooks and hooks.json behavior.test-driven-development: applying a red-green-refactor workflow to non-trivial code changes.atuin-history-cleanup: preview-first cleanup planning for noisy Atuin shell history.