In Progress
Skill 23 of 38
Conduct a retrospective on a coding session.
3 minutes · 657 words · 4 sections
Install
npx skills add mattpocock/skills --skill retronpx skills add mattpocock/skills/plugin marketplace add mattpocock/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
The user has asked for a retrospective. You are suggesting improvements to the coding agent’s environment to improve future runs.
Call the Skill tool with writing-for-agents for the writing style guide.
Read the primary sources for the session the user specifies. This may mean searching through session logs on this machine. If the user doesn’t specify a session, default to the current one.
Look for candidates for improvement in these categories.
package.json/build-tool lint/check scripts, its CI workflow), so a check that already exists but sits unwired or silently broken is the finding, not a reinvention. A repo with no guardrail (no pre-commit hook and no CI job running its lint/typecheck/test command) is itself a finding: an un-linted repo is a standing missed opportunity, not a neutral default. Use when the agent made a mistake an automated check could have caught, or the repo has no guardrail at all.CODING_STANDARDS.md for genuine judgement calls (cross-file consistency, “matches the surrounding style,” anything no guardrail could ever substitute for). Use when the reviewer agent failed to catch a mistake.Remember that all work goes through two stages: implementation and review. The implementation agent has the most context pressure. They are responsible for exploration, writing code, and debugging failures.
The review agent has the least context pressure - it receives a diff, so no exploration needed. It often does not need to write code or debug.
This means that the review agent should be responsible for imposing coding standards, not the implementation agent.
You have access to several files in the repo:
CLAUDE.md/AGENTS.md: these files are pushed to the context window of any agent working in this repo. They should be used incredibly sparingly, usually only for navigation pointers to other files.CODING_STANDARDS.md: this file is read during review, not implementation. Add navigation pointers to docs folders if the standards file gets more than 1,000 lines long.writing-for-agents skill.main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: skills/engineering/*/SKILL.md, skills/in-progress/*/SKILL.md, skills/misc/*/SKILL.md, skills/productivity/*/SKILL.md..claude-plugin/marketplace.json by Matt Pocock, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./mattpocock/skills.md, and each skill at its own .md URL.1 file · 146 B
Everything this skill ships beside its prose. All of it is set here, as a subchapter of skill 23.
Everything else published alongside the skill.