RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/TechNickAI/ai-coding-config

Cursor rule

.cursor/rules/user-facing-language.mdc

User-facing language guide with Apple-level standards for every word

Cursor rules

Quality

66/100

Scores the file, not the repository.

Length

676 words

12 headings · 6 code blocks

Repository

24

— · pushed 41 days ago

Last changed

3 days ago

First indexed 3 days ago.
TechNickAI/ai-coding-config/.cursor/rules/user-facing-language.mdcRawGitHub
1---
2description: "User-facing language guide with Apple-level standards for every word"
3alwaysApply: false
4version: 1.1.0
5---
6 
7# User-Facing Language Guide
8 
9Write for capable, intelligent users. Make them feel respected, capable, confident,
10understood, and excited.
11 
12Quality bar: Apple-level attention. Every word earns its place.
13 
14## Voice
15 
16Be authentic. Explain something real, not sell something imaginary. "Exports to CSV in
17under 2 seconds" builds trust. "Fast and efficient" says nothing.
18 
19Be direct. Say what you mean. Cut unnecessary words.
20 
21Be confident. You built something real, so own it. Avoid hedging with "might," "could,"
22or "potentially." If it saves time, say how much.
23 
24Be specific. Concrete details matter. "Handles codebases up to 1M lines" beats "Scales
25well."
26 
27## Language Patterns
28 
29Use "we" for the team: "We built this to solve the N machines problem." Use "you" for
30users: "You configure it once, then it runs automatically." Use imperatives for
31instructions: "Install the package. Set your API key."
32 
33## What Not to Write
34 
35### AI Clichés
36 
37The "it's not just X, it's Y" pattern appears constantly in AI-generated content. Never
38use it.
39 
40```
41✗ "It's not just a code editor, it's a complete development environment"
42✗ "This isn't just about speed, it's about transforming your workflow"
43✗ "If 2024 was the year of X, 2025 will be..."
44✗ "Imagine a world where..."
45✗ "Let's dive in..."
46 
47✓ "A code editor with integrated debugging and deployment"
48✓ "Processes 10,000 records in 2 seconds instead of 5 minutes"
49```
50 
51### CRITICAL Means Something Dies
52 
53AI marks everything as CRITICAL. Reserve this word for when something actually breaks
54without it.
55 
56```
57✗ "CRITICAL: Read this section"
58✗ "CRITICAL: Follow these best practices"
59✗ "CRITICAL: Understand the architecture"
60 
61✓ "CRITICAL: Set ANTHROPIC_API_KEY or Claude Code won't start"
62✓ "CRITICAL: Back up data before running - this operation is destructive"
63```
64 
65CRITICAL means the system fails, data is lost, or security is compromised. Don't use it
66for recommendations, best practices, or things that are merely helpful. Most things
67aren't critical.
68 
69## Format
70 
71### Prose Over Lists
72 
73Write in paragraphs by default. Lists sacrifice readability for brevity.
74 
75```
76✗ Benefits:
77 - Fast performance
78 - Easy to use
79 - Secure by default
80 
81✓ The tool delivers fast performance, taking under 100ms for most operations.
82 It's designed for ease of use - most developers are productive within minutes.
83 Security is built in from the start.
84```
85 
86Use lists for steps in procedures, options to choose from, or reference items. Don't use
87lists to avoid writing prose.
88 
89### Bold Sparingly
90 
91Bold is for emphasis. If everything is bold, nothing is.
92 
93```
94✗ **Cursor** is an **AI-powered** editor with **inline suggestions** and
95 **chat interface** for **consistent behavior**.
96 
97✓ Cursor is an AI-powered code editor. It provides inline suggestions as you
98 type, a chat interface for larger changes, and a rules system to keep AI
99 behavior consistent.
100```
101 
102Use bold for key terms on first mention, UI elements ("Click **Save**"), or data loss
103warnings. Never bold emphasis words themselves (important, critical, key). Never bold
104every other phrase.
105 
106### Structure with Paragraphs
107 
108The first paragraph of each section states the key point. Following paragraphs add
109details. Headings let readers scan and find what they need.
110 
111Use diagrams when spatial relationships or visual structure helps understanding. ASCII
112art and Mermaid work well for showing how things connect or flow.
113 
114## Examples
115 
116**Feature description**:
117 
118```
119✗ Our revolutionary platform leverages cutting-edge technology to transform
120 your workflow. It's not just about automation—it's about unlocking your
121 full potential.
122 
123✓ Automates data entry, validation, and export. You go from 4 hours of manual
124 work to 10 minutes of review.
125```
126 
127**Technical capability**:
128 
129```
130✗ The system utilizes advanced algorithms to process your data and generate
131 intelligent insights.
132 
133✓ Uses PostgreSQL full-text search to find relevant records in under 100ms,
134 even across millions of rows.
135```
136 
137## The North Star
138 
139Think Apple. Think Stripe. Think Basecamp.
140 
141Write with the confidence of someone who's built something real, the clarity of someone
142who respects the reader's time, and the authenticity of someone who understands the
143actual problem.
144 
145From a place of universal love: we build tools that amplify human potential. The
146language should honor that mission.
147 

Sections

  • User-Facing Language Guide
  • Voice
  • Language Patterns
  • What Not to Write
  • AI Clichés
  • CRITICAL Means Something Dies
  • Format
  • Prose Over Lists
  • Bold Sparingly
  • Structure with Paragraphs
  • Examples
  • The North Star

What it covers

lint-formatcode-stylearchitecture

Stack — with the evidence

python

(0.80)

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
TechNickAI
Language
—
License
—
Archived
no

All configs in this repo

Also in TechNickAI/ai-coding-config

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
TechNickAI/ai-coding-config.cursor/rules/git-commit-message.mdc · 24Cursor rulespythongithub-actionsarchgitdeployment58/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/git-interaction.mdc · 24Cursor rulespythongithub-actionstestlint-formatstylearch+488/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/heart-centered-ai-philosophy.mdc · 24Cursor rulespythongithub-actionsno sections30/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/ruff-linting.mdc · 24Cursor rulespythongithub-actionslint-format43/1003 days ago
TechNickAI/ai-coding-configAGENTS.md · 24AGENTS.mdpythongithub-actionsstylearchgitdo-not+178/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/external-apis.mdc · 24Cursor rulespythongithub-actionstesttesting-strategyapi54/1003 days ago
TechNickAI/ai-coding-config.claude-plugin/CLAUDE.md · 24CLAUDE.mdpythongithub-actionsdeployment25/1003 days ago
TechNickAI/ai-coding-config.claude/AGENTS.md · 24AGENTS.mdpythongithub-actionsarchagent-behaviour54/1003 days ago
TechNickAI/ai-coding-config.claude/CLAUDE.md · 24CLAUDE.mdpythongithub-actionslint-formatstyletypestesting-strategy+162/1003 days ago
TechNickAI/ai-coding-config.cursor/AGENTS.md · 24AGENTS.mdpythongithub-actionsarchdo-notagent-behaviour56/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/autonomous-development-workflow.mdc · 24Cursor rulespythongithub-actionstestlint-formatgitagent-behaviour77/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/code-review-standards.mdc · 24Cursor rulespythongithub-actionstesttypestesting-strategygit+259/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/code-style-and-zen-of-python.mdc · 24Cursor rulespythongithub-actionslint-formatstyledocs62/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/fixing-github-actions-builds.mdc · 24Cursor rulespythongithub-actionssetupbuilddo-notagent-behaviour81/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/git-worktree-task.mdc · 24Cursor rulespythongithub-actions+1lint-formatgitagent-behaviour38/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/naming-stuff.mdc · 24Cursor rulespythongithub-actionsstyle48/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/prompt-engineering.mdc · 24Cursor rulespythongithub-actionssetuptestlint-formatstyle+657/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/trust-and-decision-making.mdc · 24Cursor rulespythongithub-actionsno sections48/1003 days ago
TechNickAI/ai-coding-configplugins/core/agents/CLAUDE.md · 24CLAUDE.mdpythongithub-actionstestlint-formatarchgit+166/1003 days ago
TechNickAI/ai-coding-configplugins/core/skills/CLAUDE.md · 24CLAUDE.mdpythongithub-actionslint-formatagent-behaviour58/1003 days ago
Diff against .cursor/rules/git-commit-message.mdc Diff against .cursor/rules/git-interaction.mdc Diff against .cursor/rules/heart-centered-ai-philosophy.mdc Diff against .cursor/rules/ruff-linting.mdc Diff against AGENTS.md Diff against .cursor/rules/external-apis.mdc Diff against .claude-plugin/CLAUDE.md Diff against .claude/AGENTS.md Diff against .claude/CLAUDE.md Diff against .cursor/AGENTS.md Diff against .cursor/rules/autonomous-development-workflow.mdc Diff against .cursor/rules/code-review-standards.mdc Diff against .cursor/rules/code-style-and-zen-of-python.mdc Diff against .cursor/rules/fixing-github-actions-builds.mdc Diff against .cursor/rules/git-worktree-task.mdc Diff against .cursor/rules/naming-stuff.mdc Diff against .cursor/rules/prompt-engineering.mdc Diff against .cursor/rules/trust-and-decision-making.mdc Diff against plugins/core/agents/CLAUDE.md Diff against plugins/core/skills/CLAUDE.md

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-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-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