.agents/skills/cphport-tone/SKILL.md
Standard guidelines and tone of voice for generating CPHport.com content.
npx skillsauth add simonpaag/cphport .agents/skills/cphport-toneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When writing content for the CPHport platform, including Services, Companies, News Articles, and Categories, strict adherence to these guidelines ensures a cohesive, professional B2B experience.
_en) and Danish (_da).content_en and content_da are meant to be deeply educational "premium" pages. They MUST each be highly detailed and at least 1500 characters long.content_en and content_da fields in the database are rendered directly as HTML.
<h3> for main subtitles within the text (e.g., <h3>About Pilotage Services</h3>).<h4> for secondary sections (e.g., <h4>Key Operational Aspects</h4>).<p> for paragraphs.<ul> and <li> for lists of capabilities or features.<strong> within list items for the leading concept.#, **, *) in the content_en and content_da fields.description_en and description_da fields are used for SEO meta tags and overview cards. They must be plain text (no HTML), concise, and strictly limited to 1-2 summarizing sentences.When generating content to be ingested into the CPHport database, format it as a strict JSON array utilizing these exact keys:
```json [ { "title": "Topic Name (English)", "description_en": "Concise meta description (max 2 sentences)", "description_da": "Kort meta-beskrivelse (max 2 sætninger)", "content_en": "<h3>About Topic</h3><p>Factual text...</p><h4>Key Aspects</h4><ul><li><strong>Aspect:</strong> Details</li></ul>", "content_da": "<h3>Om Emnet</h3><p>Faktuel tekst oversat til dansk...</p><h4>Nøgleaspekter</h4><ul><li><strong>Aspekt:</strong> Detaljer</li></ul>" } ] ```
testing
How to systematically verify changes after a live deployment
development
Implement HTML/Tailwind designs generated by Google Stitch into the CPHport Next.js application.
testing
Check list and standards for search-engine optimizing every new page and entity on CPHport.com.
documentation
Standard guidelines and design system details for CPHport.com, combining Maritime and Industrial aesthetics.