Skip to content

Commit 97128c0

Browse files
Apply writing guide: sentence-case titles, remove em-dashes and semicolons
- Convert all H1 headings to sentence case across skills, rules, agents, commands, and READMEs (~65 headings) - Replace em-dashes with colons in plugin.json descriptions and README taglines to match marketplace.json convention - Replace semicolons with periods and restructure sentences across skills, rules, agents, and READMEs (~19 instances) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c697bde commit 97128c0

86 files changed

Lines changed: 131 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cursor-plugin/marketplace.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,68 @@
55
"email": "plugins@cursor.com"
66
},
77
"metadata": {
8-
"description": "Official Cursor plugin marketplace developer tools, framework rules, MCP integrations, and agent skills"
8+
"description": "Official Cursor plugin marketplace: developer tools, framework rules, MCP integrations, and agent skills"
99
},
1010
"plugins": [
1111
{
1212
"name": "frontend",
1313
"source": "frontend",
14-
"description": "Cursor plugin for frontend engineering workflows React, TypeScript, accessibility, and performance"
14+
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance"
1515
},
1616
{
1717
"name": "design",
1818
"source": "design",
19-
"description": "Cursor plugin for product design workflows UX specs, design systems, handoff, and iteration"
19+
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration"
2020
},
2121
{
2222
"name": "data-science",
2323
"source": "data-science",
24-
"description": "Cursor plugin for analyst-first data science workflows exploratory analysis, validation, and decision-ready reporting"
24+
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting"
2525
},
2626
{
2727
"name": "ios",
2828
"source": "ios",
29-
"description": "Cursor plugin for iOS development Swift, SwiftUI, architecture, and testing"
29+
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing"
3030
},
3131
{
3232
"name": "android",
3333
"source": "android",
34-
"description": "Cursor plugin for Android development Kotlin, Jetpack Compose, architecture, and testing"
34+
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing"
3535
},
3636
{
3737
"name": "planning",
3838
"source": "planning",
39-
"description": "Cursor plugin for software planning scope, milestones, risk management, and execution plans"
39+
"description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans"
4040
},
4141
{
4242
"name": "code-review",
4343
"source": "code-review",
44-
"description": "Cursor plugin for code review workflows correctness, security, regressions, and actionable feedback"
44+
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback"
4545
},
4646
{
4747
"name": "web-browser",
4848
"source": "web-browser",
49-
"description": "Cursor plugin for browser debugging workflows DevTools, network traces, and reproducible bug reports"
49+
"description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports"
5050
},
5151
{
5252
"name": "documentation",
5353
"source": "documentation",
54-
"description": "Cursor plugin for technical documentation workflows READMEs, API docs, architecture notes, and changelogs"
54+
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs"
5555
},
5656
{
5757
"name": "presentation-pptx",
5858
"source": "presentation-pptx",
59-
"description": "Cursor plugin for presentation authoring narrative design, slide outlines, and PPTX-ready content"
59+
"description": "Cursor plugin for presentation authoring: narrative design, slide outlines, and PPTX-ready content"
6060
},
6161
{
6262
"name": "learning",
6363
"source": "learning",
64-
"description": "Cursor plugin for learning workflows skill mapping, practice plans, and feedback loops"
64+
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops"
6565
},
6666
{
6767
"name": "cursor-dev-kit",
6868
"source": "cursor-dev-kit",
69-
"description": "Cursor Dev Kit internal-style workflows used by Cursor developers for CI, code review, shipping, and testing"
69+
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing"
7070
},
7171
{
7272
"name": "create-plugin",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cursor Plugins
1+
# Cursor plugins
22

33
Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own `.cursor-plugin/plugin.json` manifest.
44

@@ -20,7 +20,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
2020
| [Cursor Dev Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
2121
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
2222

23-
## Repository Structure
23+
## Repository structure
2424

2525
This is a multi-plugin marketplace repository. The root `.cursor-plugin/marketplace.json` lists all plugins, and each plugin has its own manifest:
2626

android/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "android",
33
"version": "1.0.0",
4-
"description": "Cursor plugin for Android development \u2014 Kotlin, Jetpack Compose, architecture, and testing",
4+
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
55
"author": {
66
"name": "Cursor",
77
"email": "plugins@cursor.com"

android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Android Plugin
1+
# Android plugin
22

3-
Android development Kotlin, Jetpack Compose, architecture, and testing.
3+
Android development: Kotlin, Jetpack Compose, architecture, and testing.
44

55
## Installation
66

android/skills/build-android-feature/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-android-feature
33
description: Implement Android features with robust architecture, state management, and tests
44
---
55

6-
# Build an Android Feature
6+
# Build an Android feature
77

88
## Trigger
99

android/skills/debug-android-issue/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: debug-android-issue
33
description: Reproduce and debug Android issues in Compose, lifecycle, and data layers
44
---
55

6-
# Debug an Android Issue
6+
# Debug an Android issue
77

88
## Trigger
99

code-review/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-review",
33
"version": "1.0.0",
4-
"description": "Cursor plugin for code review workflows \u2014 correctness, security, regressions, and actionable feedback",
4+
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
55
"author": {
66
"name": "Cursor",
77
"email": "plugins@cursor.com"

code-review/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Code Review Plugin
1+
# Code review plugin
22

3-
Code review workflows correctness, security, regressions, and actionable feedback.
3+
Code review workflows: correctness, security, regressions, and actionable feedback.
44

55
## Installation
66

code-review/agents/security-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ model: inherit
55
readonly: true
66
---
77

8-
# Security Reviewer
8+
# Security reviewer
99

1010
Security-focused code reviewer for auth, payments, sensitive data, and PR security risks.
1111

code-review/rules/regression-risk-checklist.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
alwaysApply: true
33
---
44

5-
# Regression Risk Checklist
5+
# Regression risk checklist
66

77
1. Confirm API contracts and response shapes remain backward compatible.
88
2. Validate migration and rollout safety for schema/config changes.

0 commit comments

Comments
 (0)