

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Git Workflow78This project enforces a **rebase-first workflow** validated by CI/CD automation. See `CONTRIBUTING.md` for the full guide.910## Branch Naming1112**Required format:** `{{TICKET_PREFIX}}-{number}-{short-description}`1314Examples:15- `{{TICKET_PREFIX}}-42-add-user-authentication`16- `{{TICKET_PREFIX}}-57-fix-profile-image-upload`1718Rules:19- MUST start with `{{TICKET_PREFIX}}-{number}`20- Use lowercase letters and hyphens only21- Keep total length under 50 characters22- Never include personal names or dates23- CI will reject branches that do not follow this format2425## Commit Message Format2627**Required format:** `type(scope): description [{{TICKET_PREFIX}}-XXX]`2829### Types3031- `feat` -- New feature32- `fix` -- Bug fix33- `docs` -- Documentation changes34- `style` -- Code formatting (no logic changes)35- `refactor` -- Code restructuring36- `test` -- Adding or updating tests37- `chore` -- Maintenance tasks, dependencies38- `ci` -- CI/CD pipeline changes3940### Scopes (optional)4142- `payments`, `auth`, `ui`, `api`, `db`, `scheduler`, `security`, `cursor`4344### Examples4546```47feat(payments): add Stripe checkout integration [{{TICKET_PREFIX}}-42]48fix(auth): resolve login redirect issue [{{TICKET_PREFIX}}-57]49docs: update API documentation [{{TICKET_PREFIX}}-123]50```5152CI will reject commits that do not include a ticket reference.5354## Workflow Steps5556```bash57# 1. Start from latest base branch58git checkout {{MAIN_BRANCH}}59git pull origin {{MAIN_BRANCH}}60git checkout -b {{TICKET_PREFIX}}-{number}-{description}6162# 2. Make changes and commit63git add <files>64git commit -m "feat(scope): description [{{TICKET_PREFIX}}-XXX]"6566# 3. Keep branch updated (rebase, NEVER merge)67git fetch origin68git rebase origin/{{MAIN_BRANCH}}6970# 4. Validate before pushing71# Run: {{CI_VALIDATE_COMMAND}}7273# 5. Push74git push --force-with-lease origin {{TICKET_PREFIX}}-{number}-{description}7576# 6. Create PR using .github/pull_request_template.md77# 7. Merge using "Rebase and merge" ONLY (never squash or merge commit)78```7980## Rules8182- **Rebase-first**: Never create merge commits. Always rebase onto the base branch.83- **Force-with-lease**: Use `--force-with-lease` after rebase, never `--force`.84- **Linear history**: The project requires a clean linear commit history.85- **One ticket per branch**: Each branch maps to exactly one project management ticket.86- **PR template**: Always use `.github/pull_request_template.md` and fill ALL sections.8788## Role Collapsing8990- **RTE** role is collapsible (PR creation can be done by implementer)91- **QAS** role is NOT collapsible (independence gate)92- **SecEng** role is NOT collapsible (security audit requires independence)93
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bybren-llc/safe-agentic-workflow.cursor/rules/00-core-principles.mdc · 399 | Cursor rules | no sections | 48/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/02-pattern-discovery.mdc · 399 | Cursor rules | stylearchgitdo-not+2 | 73/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/03-safe-ai-dlc.mdc · 399 | Cursor rules | styledo-not | 59/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/04-knowledge-vault.mdc · 399 | Cursor rules | stylegitapido-not | 73/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/10-backend-python.mdc · 399 | Cursor rules | testlint-formatstylegit+4 | 97/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/11-frontend-react.mdc · 399 | Cursor rules | buildstyletypessecurity+3 | 65/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/12-database-sql.mdc · 399 | Cursor rules | testtypesgitsecurity+3 | 69/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/13-testing.mdc · 399 | Cursor rules | teststyletesting-strategyapi+1 | 88/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/14-spec-creation.mdc · 399 | Cursor rules | teststylegitdo-not | 69/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/15-deployment.mdc · 399 | Cursor rules | setuptestgitsecurity+2 | 80/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/16-stripe-payments.mdc · 399 | Cursor rules | testdo-not | 61/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/20-agent-architect.mdc · 399 | Cursor rules | stylearchgit | 58/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/21-agent-backend.mdc · 399 | Cursor rules | testlint-formatstyleapi+1 | 85/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/22-agent-qas.mdc · 399 | Cursor rules | teststylesecurityagent-behaviour | 81/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/23-agent-security.mdc · 399 | Cursor rules | stylesecurity | 52/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/30-background-agents.mdc · 399 | Cursor rules | testlint-formatstylegit+1 | 74/100 | today | |
| bybren-llc/safe-agentic-workflow.cursor/rules/31-mcp-integration.mdc · 399 | Cursor rules | stylesecuritydo-notagent-behaviour | 61/100 | today | |
| bybren-llc/safe-agentic-workflow.gemini/GEMINI.md · 399 | GEMINI.md | lint-formatstylearchgit+4 | 66/100 | today | |
| bybren-llc/safe-agentic-workflowAGENTS.md · 399 | AGENTS.md | buildteststylearch+5 | 84/100 | today | |
| bybren-llc/safe-agentic-workflowCLAUDE.md · 399 | CLAUDE.md | buildtestlint-formatarch+6 | 91/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| bybren-llc/safe-agentic-workflow.cursor/rules/10-backend-python.mdc · 399 | Cursor rules | testlint-formatstylegit+4 | 97/100 | today |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/bybren-llc-safe-agentic-workflow-cursor-rules-01-git-workflow)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.