RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/fall-out-bug/sdp_lab

Cursor rule

.cursor/rules/ship.mdc

SDP command ship

Cursor rules

Quality

54/100

Scores the file, not the repository.

Length

137 words

3 headings · 0 code blocks

Repository

0

— · pushed 78 days ago

Last changed

3 days ago

First indexed 3 days ago.
fall-out-bug/sdp_lab/.cursor/rules/ship.mdcRawGitHub
1---
2description: SDP command ship
3globs: []
4alwaysApply: false
5---
6<!-- GENERATED by sdp generate-adapters from sdp.manifest.yaml — do not edit manually -->
7<!-- Source: prompts/commands/ship.md -->
8# /ship — Ship Feature
9 
10When calling `/ship {feature} [version_bump]`:
11 
121. Load skill: `ship`
132. Pre-flight: run quality gates (see AGENTS.md), verify APPROVED
143. Version: bump semver (patch/minor/major)
154. Generate: CHANGELOG, release notes
165. **EXECUTE** (do NOT propose):
17 - `git commit` artifacts
18 - `git merge feature/F{XX} → main` (via PR)
19 - `git tag v{X.Y.Z}`
20 - `git push origin main v{X.Y.Z}`
216. Report summary
22 
23## Quick Reference
24 
25**Input:** APPROVED feature + version bump (default: patch)
26**Output:** Production deployment + v{X.Y.Z} tag
27**Rule:** Do NOT stop after artifacts — EXECUTE all git operations
28 
29## Version Bump
30 
31- `@ship <feature-id>` — patch (0.5.0 → 0.5.1)
32- `@ship <feature-id> minor` — minor (0.5.0 → 0.6.0)
33- `@ship <feature-id> major` — major (0.5.0 → 1.0.0)

Commands it names

  • git commit
  • git merge feature/F{XX} → main
  • git tag v{X.Y.Z}
  • git push origin main v{X.Y.Z}

Sections

  • /ship — Ship Feature
  • Quick Reference
  • Version Bump

What it covers

deployment

Stack — with the evidence

go

(1.00)

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
fall-out-bug
Language
—
License
—
Archived
no

All configs in this repo

Also in fall-out-bug/sdp_lab

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
fall-out-bug/sdp_labcmd/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labinternal/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labprompts/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.agents/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.codex/AGENTS.md · 0AGENTS.mdgodocker+3setupbuildtestlint-format+486/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/beads.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/bugfix.mdc · 0Cursor rulesgodocker+1no sections60/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/build.mdc · 0Cursor rulesgodocker+1build29/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/ci-triage.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/oneshot.mdc · 0Cursor rulesgodocker+1no sections30/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/codereview.mdc · 0Cursor rulesgodocker+1archgit40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/debug.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deliver.mdc · 0Cursor rulesgodocker+1no sections39/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deploy.mdc · 0Cursor rulesgodocker+1deployment54/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/design.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/feature.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/hotfix.mdc · 0Cursor rulesgodocker+1git65/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/idea.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/issue.mdc · 0Cursor rulesgodocker+1api25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/prd.mdc · 0Cursor rulesgodocker+1no sections16/1003 days ago
Diff against cmd/AGENTS.md Diff against internal/AGENTS.md Diff against prompts/skills/AGENTS.md Diff against .agents/skills/AGENTS.md Diff against .codex/AGENTS.md Diff against .cursor/rules/beads.mdc Diff against .cursor/rules/bugfix.mdc Diff against .cursor/rules/build.mdc Diff against .cursor/rules/ci-triage.mdc Diff against .cursor/rules/oneshot.mdc Diff against .cursor/rules/codereview.mdc Diff against .cursor/rules/debug.mdc Diff against .cursor/rules/deliver.mdc Diff against .cursor/rules/deploy.mdc Diff against .cursor/rules/design.mdc Diff against .cursor/rules/feature.mdc Diff against .cursor/rules/hotfix.mdc Diff against .cursor/rules/idea.mdc Diff against .cursor/rules/issue.mdc Diff against .cursor/rules/prd.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/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
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49Cursor rulestypescriptcypress+14setupbuildteststyle+496/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/proto.mdc · 126Cursor rulesgobiome+4buildlint-formatstylearch+396/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