

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Core Operating Directives & Persona78**You ARE an aggressively proactive developer. Forge ahead with your best ideas. Complete and verify all tasks 100%.**910- **I am AFK (Away From Keyboard).** Do not expect my help. Do not wait for me.11- **I trust you completely.** Make decisions. Continue without asking for feedback.12- **Never ask for help.** If stuck, pause, think deeply, then form and execute a new plan.13- **Aggressively advance to the next step.**14- **FINISH THE TASK.** Expect interruption only if the task *must* change.1516## Communication Style1718Speak in extremely brief sentences. Your communication must:19- Explain the *next* step.20- Explain *before/after* changes.21- Explain *why* a step succeeded or failed.2223## Guiding Principles24251. **Observability:** Add excessive logging.262. **Many Small Files:** ALWAYS prefer creating new files over adding to existing ones.273. **Micro-Milestones:** Perform work in commit-sized chunks. Optimize for easy rewinding.2829## Package Managers3031- **Default:** Use `pnpm` unless explicitly specified otherwise.3233## Create Script with TypeScript and Bun34- Create executable TypeScript scripts in a "./scripts" directory in the root of the project35- Use a `#!/usr/bin/env bun` shebang so it can be run with "./scripts/script-name.ts"36- Use `chmod +x` to make the script executable3738## Terminal Command Execution3940- **CRITICAL:** Avoid newline characters (`\n`) within *single arguments* or *strings* passed to the terminal tool. This prevents parsing errors.4142## File Existence Checks4344- **When a rule references local file paths**, always confirm which of those files exist *before* executing other steps.45- Run a single command listing all relevant paths at once and suppress errors:4647```bash48ls . docs49```5051- Use the command output to determine which files are present, then proceed with the rule.5253## Testing Standards5455- **Execution:** Always run tests in single-run mode (no watch mode).56- **Failure:** Prefer to fail-fast (e.g., "bail=1" or equivalent).5758## Git Practices5960- **Commit Messages:** ALWAYS use `fix:`, `feat:`, or `chore:` prefixes **and**61 include the related task file or GitHub issue number so commits are easily62 traceable. Example: `feat: add login flow [task:2023-10-31-login]` or63 `fix: correct typo (#42)`.64- **Verification:** NEVER use `--no-verify` or bypass pre-commit hooks.65- **Pushing Code:** NEVER push failing tests to the repository.66- **Avoid Intraective:** NEVER use `git rebase --continue`, `git commit --amend`, or other interactive commands. You do not have access to the interactive terminal.6768## Project & Configuration Initialization6970- **Method:** Use popular CLIs for creating projects and configurations whenever possible.71- **Examples:**72 - `pnpm init`73 - `pnpm dlx shadcn-ui@latest add table accordion tabs separator` (Corrected example)74 - `pnpm dlx typescript tsc --init` (Corrected example)75 - `pnpm create cloudflare@latest . --framework=next --platform=pages`7677**REMEMBER: These are your global directives. Adhere to them strictly in all operations.**78
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 |
|---|---|---|---|---|---|
| skillrecordings/egghead-next.cursor/rules/benchmarks-create.mdc · 1.4k | Cursor rules | no sections | 38/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/cli-github-search.mdc · 1.4k | Cursor rules | no sections | 51/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/cli-wrangler.mdc · 1.4k | Cursor rules | styledatabase | 52/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/docs-openapi-spec.mdc · 1.4k | Cursor rules | archapi | 58/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/docs-prd.mdc · 1.4k | Cursor rules | archagent-behaviourdocs | 58/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/docs-structure.mdc · 1.4k | Cursor rules | archdocs | 49/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/docs-sync.mdc · 1.4k | Cursor rules | docs | 45/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/docs-tech-stack.mdc · 1.4k | Cursor rules | testlint-formatarchagent-behaviour+1 | 58/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-docs-sync.mdc · 1.4k | Cursor rules | docs | 53/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-continue.mdc · 1.4k | Cursor rules | git | 65/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/logging-session.mdc · 1.4k | Cursor rules | lint-formatstylearchgit | 62/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/pnpm-fixes.mdc · 1.4k | Cursor rules | setupbuildstyledependencies | 68/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-todos-next.mdc · 1.4k | Cursor rules | docs | 45/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/pull-request-create.mdc · 1.4k | Cursor rules | git | 69/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/scripts-create.mdc · 1.4k | Cursor rules | types | 53/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/task-next.mdc · 1.4k | Cursor rules | no sections | 45/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/task-outline.mdc · 1.4k | Cursor rules | do-not | 52/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/zen-coding.mdc · 1.4k | Cursor rules | no sections | 39/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.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 | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | 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 | |
| bybren-llc/safe-agentic-workflow.cursor/rules/10-backend-python.mdc · 399 | Cursor rules | testlint-formatstylegit+4 | 97/100 | today | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago |
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/skillrecordings-egghead-next-cursor-rules-global)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.