Skills I use to make AI agents more useful in real work. Each skill is self-contained and can be installed independently.
Challenge assumptions, widen the options, test uncertainty, and turn a difficult decision into a defensible choice or concrete next action.
npx skills add gmoigneu/skills --skill pressure-test-decisionsList every available skill without installing anything.
npx skills add gmoigneu/skills --listInstall all skills from this repository.
npx skills add gmoigneu/skills --allEach public skill lives under skills/<skill-name>/ and keeps its instructions and supporting files together.
skills/
pressure-test-decisions/
SKILL.md
agents/
openai.yaml
references/
books.md
methods.md
- Create
skills/<skill-name>/SKILL.md. - Add valid
nameanddescriptionfields to its YAML frontmatter. - Keep references, scripts, and assets inside the same skill directory.
- Run
npx skills add . --listbefore committing.
Apache-2.0.