A work-in-progress repo of Claude skills, prompts, schedules, and notes from my day-to-day work with AI.
I version-control my AI workflows for the same reason I version-control code: hygiene, diffable history, and the ability to roll back when an "improvement" turns out not to be. Publishing some of it is a forcing function. If I can't explain a workflow well enough to commit it, it probably isn't good enough to keep using.
skills/are SKILL.md bundles that Claude loads on demand. They run in Cowork and Claude Code.prompts/are standalone prompts I paste into a session. Organized by surface (Claude.ai chat, Cowork, Claude Code) because the same task often needs different framing depending on what tools are available.schedules/describes recurring jobs: weekly bootstraps, monthly reviews, anything that runs on a cadence.notes/is think-aloud. Architecture decisions, why I chose X over Y, what broke and what I changed.
Each artifact has frontmatter declaring which surface it runs on and how stable it is.
Active, messy, evolving. Things will get renamed, restructured, and occasionally deleted. If something looks half-baked, it probably is, and that's the point of publishing in the open.
This repo optimizes for my personal workflow and quirks. Your mileage may vary. The general rules of thumb I follow for whether to include something:
-
No optimizing for optimizing's sake. "Know thyself", says the maxim. Building systems is catnip for people like me, and this quickly becomes a procrastination trap. If maintaining the system creates more work than it saves, it doesn't belong here.
-
Resist cognitive surrender. Outsource the tedium, not the thinking. I've noticed that using AI for wordsmithing tends to make me slower and dumber than doing it myself. The workflows here are meant to help me work more efficiently with Claude.
Alice Lépissier. Computational social scientist and data scientist. I run Green Finance AI, working on applied ML and AI in climate and sustainable finance.
If you have clever ideas for incorporating AI into your workflow that fits the above heuristics, shoot me an email at alice@greenfinanceai.com. I'm always in the market for interesting things.
MIT. Use, fork, adapt.