Home / Parf's AI skills
Some of my files for Claude, Codex, and other AI tools — shared with friends.
Files
Parf.md
AI brain fine tuning (mostly stolen)
Glyphs.md
Small part of my glyphs styling; reduces cognitive load from long Claude sheets of text — one of my most praised achievements :)
handoff
Session diary — one file a fresh chat can resume from: task, state, next step, pitfalls.
Plans/README.md
How a project's planning directory is kept: README / TODO / DONE / FUTURE / QUESTIONS / DECISIONS, what belongs in each, and how a project closes.
review-my-daily-work
Deep self-review of my own recent commits, one parallel pass per subsystem they touched, every finding verified against the current code. Output is a living report: findings that were fixed get closed, and the TODO keeps only what is still open. Never edits code.
resolve-my-daily-work
The counterpart that consumes that report — verifies each finding's premise by execution, fixes the confirmed ones that are mine, offers tickets for other people's work, stops on the disputed ones, and writes the outcome back.