RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/zganich/careerswarm-honeycomb

Cursor rule

.cursor/rules/core.mdc

Security gatekeeper and development workflow. Always applies.

Cursor rules

Quality

63/100

Scores the file, not the repository.

Length

224 words

5 headings · 0 code blocks

Repository

1

— · pushed 105 days ago

Last changed

3 days ago

First indexed 3 days ago.
zganich/careerswarm-honeycomb/.cursor/rules/core.mdcRawGitHub
1---
2description: Security gatekeeper and development workflow. Always applies.
3alwaysApply: true
4---
5 
6# Core Rules
7 
8## Security Gatekeeper
9 
10These rules are ABSOLUTE:
11 
12- NEVER publish passwords, API keys, or tokens to git/npm
13- NEVER commit `.env`; ALWAYS verify `.env` is in `.gitignore`
14- Before ANY commit: verify no secrets included
15 
16## Development Workflow
17 
18- **CLI whenever available:** Use the CLI every time it exists (Railway CLI, curl, gh, Cloudflare API, npm/pnpm, git, etc.). Use dashboards or GUI only when the CLI cannot do the action. Prefer staying hands-off: run commands yourself, don’t ask the user to run steps.
19- **Monitoring:** Use `pnpm run monitor` for GitHub CI, Railway, app health, Cloudflare status; `pnpm run monitor:watch` for polling + notifications. See [docs/MONITORING.md](docs/MONITORING.md)
20- **Autonomy:** Proceed with fixes, implementations, and improvements within project scope without asking permission
21- **Do not hand off technical work:** Run commands, edit `.env`/config, run tests, and verify yourself. Do not ask the user to run steps
22- **Handle everything:** Commit, push, deploy, and any follow-up yourself. Tell the user when it's done; no play-by-play unless they ask
23- **Production debugging:** Check [docs/DEBUGGING.md](docs/DEBUGGING.md) first. Do not add instrumentation until platform limits and env are checked
24 
25## Context Window
26 
27At 50-60% context usage: summarize session, update CONTEXT_FOR_NEW_CHAT.md, commit, and inform user to start a new chat.
28 
29## Single-Purpose Chats
30 
31Prefer a new chat for a new feature. Use /clear between unrelated tasks to reset context.
32 

Commands it names

  • pnpm run monitor
  • pnpm run monitor:watch

Sections

  • Core Rules
  • Security Gatekeeper
  • Development Workflow
  • Context Window
  • Single-Purpose Chats

What it covers

code-stylesecuritydo-notagent-behaviour

Stack — with the evidence

typescript

(1.00)

node

(1.00)

drizzle

(1.00)

vite

(1.00)

vitest

(1.00)

playwright

(1.00)

eslint

(1.00)

pnpm

(0.85)

react

(0.70)

express

(0.70)

redis

(0.70)

tailwind

(0.70)

aws

(0.70)

javascript

(0.60)

docker

(0.60)

github-actions

(0.60)

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
zganich
Language
—
License
—
Archived
no

All configs in this repo

Also in zganich/careerswarm-honeycomb

Diff this repo’s formats

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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
zganich/careerswarm-honeycombAGENTS.md · 1AGENTS.mdtypescriptnode+14performancemonorepo46/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/agent-prompts.mdc · 1Cursor rulestypescriptnode+14agent-behaviour44/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/architecture.mdc · 1Cursor rulestypescriptnode+14setup38/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/flywheel.mdc · 1Cursor rulestypescriptnode+14no sections4/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/openclaw.mdc · 1Cursor rulestypescriptnode+14agent-behaviour30/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/pivot.mdc · 1Cursor rulestypescriptnode+14no sections4/1003 days ago
zganich/careerswarm-honeycomb.cursor/rules/roast.mdc · 1Cursor rulestypescriptnode+14no sections16/1003 days ago
zganich/careerswarm-honeycomb.cursorrules · 1.cursorrulestypescriptnode+14no sections16/1003 days ago
Diff against AGENTS.md Diff against .cursor/rules/agent-prompts.mdc Diff against .cursor/rules/architecture.mdc Diff against .cursor/rules/flywheel.mdc Diff against .cursor/rules/openclaw.mdc Diff against .cursor/rules/pivot.mdc Diff against .cursor/rules/roast.mdc Diff against .cursorrules

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack