The day’s leader, mattpocock/skills, is a set of small editable workflows you hand to a coding assistant, and the one worth clicking first is its interview-style skill: before writing any code, the agent turns around and asks you detailed questions about the requirement. If your assistant tends to start coding before it actually understands the task, that single change in behavior is the whole point. You pick the skills you need and rewrite them to fit your project rather than adopting the whole set.

affaan-m/ECC is worth opening if the missing piece is a repeatable process after the requirement is clear. It collects routines for planning, tests, review and remembering useful context. Take one recent change your assistant called finished, then use its review and testing steps to check what was actually delivered. If you only want a rule against unnecessary abstractions, DietrichGebert/ponytail is a more focused starting point. Pick the part you need and keep the rest of your workflow familiar.

For something you can put in front of a team, tt-a1i/archify takes an agent’s structured description of a system and renders it as interactive HTML and SVG architecture diagrams, then compares two snapshots to show which components and connections changed. A sensible first experiment: paste your current design, generate the diagram, describe one planned change, and let the diff do the talking in your next architecture discussion.