Reusable agent skills for practical writing, workflow packaging, Codex goal drafting, and Codex app run actions.
logseq-writer- turns topics, drafts, and notes into practical Logseq-style tutorial articles.workflow-packager- reviews recent work evidence and recommends minimal reusable workflow assets.codex-goal-builder- turns rough objectives into evidence-based Codex Goals.codex-runner-creator- creates or repairs.codex/environments/environment.tomlrun actions.screenshot-interaction- infers UI behavior and missing states from screenshots before implementation.
Install all skills:
npx skills add mlhiter/skills --allInstall one skill:
npx skills add mlhiter/skills --skill logseq-writerPreview the repository first:
npx skills add mlhiter/skills --listSkills are published under the canonical skills/<skill-name>/SKILL.md structure used by skills.sh:
skills/
logseq-writer/SKILL.md
workflow-packager/SKILL.md
codex-goal-builder/SKILL.md
codex-runner-creator/SKILL.md
screenshot-interaction/SKILL.md
These skills are instruction bundles. Read each SKILL.md before installing, especially skills that inspect local histories, write project files, or create automation assets.