Back to work
Project / 03AI workflows / DX / tooling

skills

A personal operating layer for AI-assisted engineering.

`skills` is a collection of AI skills that I wrote for myself. It grew out of repeatedly asking AI to do the same kinds of setup, planning, and journalling work, and turning those recurring actions into commands that are easier to reuse, refine, and trust over time.

  • Wraps repeated workflows into commands like /dev-plan and /journal.
  • Creates durable context that can be reused across sessions and handoffs.
  • Stays repeatable, but keeps evolving as the surrounding workflow changes.

Core idea

Anything you do repeatedly with AI can be wrapped into a skill. Once it exists as a simple command, you can keep refining it, extend it to new workflows, and adapt it as the surrounding tools or project constraints change.

Current state

The project is active, used regularly, and still evolving. It was built for my own use first, but published so others working with AI-assisted engineering can borrow the same patterns. It also directly supports other experiments, including the /cosmograph skill used to generate data for Cosmographer.

Command surface