Templates
Templates
Section titled “Templates”Drop-in files you copy into your real project.
- CLAUDE.md — paste this at the root of your real repo
- verification-checklist.md — paste at the bottom of every PR description
- pr-description.md — your default PR template
How to use
Section titled “How to use”# After cloning hackerxcp hackerx/templates/CLAUDE.md ~/your-project/CLAUDE.mdcp hackerx/templates/verification-checklist.md ~/your-project/.github/PULL_REQUEST_TEMPLATE.mdOr use the CLI to drop everything in at once:
npx hackerx initEdit each one to match your stack — the templates are starting points, not finished docs.
HackerX assistant