Skip to content

Commit 8f8779a

Browse files
Normalize em-dash escapes in marketplace.json (#195)
Convert 10 description-field em-dash escapes (\u2014) back to literal UTF-8 (—) to match the file's encoding policy enforced by the pre-commit hook. No functional change. Affected entries: apollo, engineering, human-resources, design, operations, cockroachdb, nimble, searchfit-seo, product-tracking-skills, pdf-viewer.
1 parent 8f9d2d9 commit 8f8779a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{
7171
"name": "apollo",
7272
"source": "./partner-built/apollo",
73-
"description": "Prospect, enrich leads, and load outreach sequences with Apollo.io \u2014 one-click MCP server integration for Claude Code and Cowork.",
73+
"description": "Prospect, enrich leads, and load outreach sequences with Apollo.io one-click MCP server integration for Claude Code and Cowork.",
7474
"author": {
7575
"name": "Apollo.io"
7676
}
@@ -86,22 +86,22 @@
8686
{
8787
"name": "engineering",
8888
"source": "./engineering",
89-
"description": "Streamline engineering workflows \u2014 standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone."
89+
"description": "Streamline engineering workflows standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone."
9090
},
9191
{
9292
"name": "human-resources",
9393
"source": "./human-resources",
94-
"description": "Streamline people operations \u2014 recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly."
94+
"description": "Streamline people operations recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly."
9595
},
9696
{
9797
"name": "design",
9898
"source": "./design",
99-
"description": "Accelerate design workflows \u2014 critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs."
99+
"description": "Accelerate design workflows critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs."
100100
},
101101
{
102102
"name": "operations",
103103
"source": "./operations",
104-
"description": "Optimize business operations \u2014 vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently."
104+
"description": "Optimize business operations vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently."
105105
},
106106
{
107107
"name": "brand-voice",
@@ -213,7 +213,7 @@
213213
},
214214
{
215215
"name": "cockroachdb",
216-
"description": "CockroachDB plugin for Claude Code \u2014 explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
216+
"description": "CockroachDB plugin for Claude Code explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
217217
"source": {
218218
"source": "url",
219219
"url": "https://github.com/cockroachdb/claude-plugin.git",
@@ -253,7 +253,7 @@
253253
},
254254
{
255255
"name": "nimble",
256-
"description": "Nimble web data toolkit \u2014 search, extract, map, crawl the web and work with structured data agents",
256+
"description": "Nimble web data toolkit search, extract, map, crawl the web and work with structured data agents",
257257
"source": {
258258
"source": "url",
259259
"url": "https://github.com/Nimbleway/agent-skills.git",
@@ -273,7 +273,7 @@
273273
},
274274
{
275275
"name": "searchfit-seo",
276-
"description": "Free AI-powered SEO toolkit \u2014 audit websites, plan content strategy, optimize pages, generate schema markup, cluster keywords, and track AI visibility. Works with any website or codebase.",
276+
"description": "Free AI-powered SEO toolkit audit websites, plan content strategy, optimize pages, generate schema markup, cluster keywords, and track AI visibility. Works with any website or codebase.",
277277
"source": {
278278
"source": "url",
279279
"url": "https://github.com/searchfit/searchfit-seo.git",
@@ -305,7 +305,7 @@
305305
},
306306
{
307307
"name": "product-tracking-skills",
308-
"description": "AI agent skills that make SaaS products data-ready for product analytics \u2014 from codebase scan to tracking plan to working instrumentation code.",
308+
"description": "AI agent skills that make SaaS products data-ready for product analytics from codebase scan to tracking plan to working instrumentation code.",
309309
"source": {
310310
"source": "url",
311311
"url": "https://github.com/Accoil/product-tracking-skills.git",
@@ -336,7 +336,7 @@
336336
{
337337
"name": "pdf-viewer",
338338
"source": "./pdf-viewer",
339-
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures \u2014 then download the annotated copy."
339+
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures then download the annotated copy."
340340
}
341341
]
342342
}

0 commit comments

Comments
 (0)