dev-workflow
01Skill Claude CodeCodex
How to build the myscrape-go codebase. Use whenever implementing, fixing, refactoring, or extending Go code in this repo — covers the stable-tools rule, the TDD loop, the pre-commit gate, and commit discipline.
Skill Claude CodeCodex
How to build the myscrape-go codebase. Use whenever implementing, fixing, refactoring, or extending Go code in this repo — covers the stable-tools rule, the TDD loop, the pre-commit gate, and commit discipline.
Skill Claude CodeCodex
Record a non-trivial technical decision for myscrape-go into specs/DEVLOG.md. Use whenever you pick a library, pattern, or approach where a reasonable alternative existed — especially after researching options.
Skill Claude CodeCodex
How to investigate a stability/rate-limiting issue in myscrape-go rigorously. Use whenever search or fetch starts failing intermittently, gets rate-limited (202/429/503), or behaves non-deterministically — and you need to attribute the cause to a real factor, not luck.