원클릭으로
styling
Apply Kabat One Markdown styling to a file by platform. Usage: /styling <hedgedoc|gitlab|github> [mit|gpl] <file>
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply Kabat One Markdown styling to a file by platform. Usage: /styling <hedgedoc|gitlab|github> [mit|gpl] <file>
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Compose structured business-email drafts in English from curated templates and phrase banks from Business Email (book). Use this whenever the user asks for enquiry, informing, request, complaint, apology, order-status, or meeting-style business emails.
Normalize filenames for AWS S3 and CloudFront: lowercase, safe characters, extension normalization (.jpeg → .jpg), and .tsv audit log. Usage: /aws-naming <directory_or_file>
Maintain CHANGELOG.md with correct CST dates, reverse chronological order, and Spanish Mexican language. Use this skill when updating the changelog.
Full commit workflow with mandatory CHANGELOG validation, SSH validation, and conventional commits in English. Use this skill before making any git commit.
Initialize a git repo with SSH, identity and remote configured. Usage: /git-init <personal|laboral> <key_name> <remote_url> <branch>
Compose and send OWA-compatible HTML email. Usage: /mail <owa|mac|graph> <delivery|generic> <subject>
SOC 직업 분류 기준
| name | styling |
| description | Apply Kabat One Markdown styling to a file by platform. Usage: /styling <hedgedoc|gitlab|github> [mit|gpl] <file> |
/styling <platform> [license] <file>
hedgedoc, gitlab or githubmit or gpl — only for README.md on GitLab/GitHub. Omit to skip license block.Examples:
/styling hedgedoc doc.md — HedgeDoc, no license/styling gitlab mit README.md — GitLab with MIT license/styling github gpl README.md — GitHub with GPLv3To detect arguments: mit and gpl are the only valid license values — if the second argument is neither, it is the file.
Use as starting point:
~/rules/templates/hedgedoc.md — generic HedgeDoc document~/rules/templates/gitlab-readme.md — GitLab README.md with license and badges~/rules/templates/github-readme.md — GitHub README.md with license and badges~/rules/cot/styling.md from line 1 to endmit|gpl). If only 2 args, there is no license. If any required argument is missing, ask the user before proceeding.tags + dual Kabat One logos for light/dark mode:
<img src="https://hedgedoc.promad.com.mx:31418/uploads/9217e5d8-2a84-4e41-9634-ea3b5a6bd45a.png" class="logo-light" alt="Kabat One logo">
<img src="https://hedgedoc.promad.com.mx:31418/uploads/e0f5ef2b-4519-48ee-bd2d-16013c7f44c4.png" class="logo-dark" alt="Kabat One logo">
title and description (rendered as table on GitHub, code block on GitLab):
---
title: "Nombre del proyecto"
description: "Breve descripción del proyecto"
---
⚠️ Always quote values with double quotes — values containing
:cause YAML parse errors if unquoted.
Última modificación:, Fecha:, Fecha de reporte:, [time=...]) so only one date remains.LC_TIME=es_MX.UTF-8 TZ=America/Mexico_City date '+%d de %B de %Y, %H:%M (%Z)'<div style="text-align: right;"><em>Última modificación: [timestamp] (CST)</em></div><br>*Última modificación: [timestamp] (CST)* — plain Markdown italic, no HTML (GL/GH strip inline styles)[TOC], [name=...], [time=...], [color=...]:::info/:::warning admonition blocks to plain blockquotes (> **Nota:**)<style> blocks (ignored by both platforms)--- separators (CRITICAL — AI-generated documents tend to abuse these):
grep -n "^---$" <last_argument> to locate every occurrence--- (lines 1 and 3) are allowed--- immediately before the footer signature is allowed--- without exception — sections, tables, code blocks, and paragraphs must NOT be separated with ------

[//]: # (CSS Corporativo)
<style>
:root {
--midday: #00A1FF;
--midnight: #24326A;
--ice: #C3D8F3;
--connect: #31D8FF;
--code: #007EB5;
--deep: #060E40;
--video: #7252D8;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
a { color: var(--midday); }
a:visited { color: var(--video); }
a:hover { color: var(--connect); text-decoration: none; }
.markdown-body { font-family: 'Space Grotesk', sans-serif; }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4 { font-family: 'Montserrat', sans-serif; }
.markdown-body h1 { border-bottom: 1px solid var(--midday); }
.markdown-body p { text-align: justify; }
.markdown-body hr { height: 1px; background-color: var(--midday); }
.logo-dark { display: none; }
.night .logo-light { display: none; }
.night .logo-dark { display: block; }
</style>
mit or gpl is specified)Insert after the timestamp and before the first paragraph. If badges already exist, verify they are correct.
MIT:
[](https://opensource.org/licenses/MIT)
GPLv3:
[](https://www.gnu.org/licenses/gpl-3.0)
Additional badges (only if the project has them configured):
[mit|gpl] provided)---
*Este proyecto fue elaborado por Rodrigo Álvarez (@incognia) y se distribuye bajo la licencia GPLv3. Para más detalles, consulta el archivo LICENSE.*
*Copyright © AAAA, Rodrigo Ernesto Álvarez Aguilera. Este es software libre bajo los términos de la GNU General Public License v3.*
For MIT:
---
*Este proyecto fue elaborado por Rodrigo Álvarez para Promad Business Solutions y se distribuye bajo la licencia MIT. Para más detalles, consulta el archivo LICENSE.*
*Copyright © AAAA, Rodrigo Ernesto Álvarez Aguilera (@incogniadev).*
No signature. No CSS.
No footer. Do not add anything.
mit/gpl): copyright text only. No signature. No CSS.Última modificación), with all previous/duplicate date fields removed.edit_files anchors: When using search_start_line_number, the search string MUST start at the very first character of that line. A mid-line anchor fails unconditionally, regardless of encoding or line number. Always include content from the start of the target line outward until the fragment is uniquely identified.~/rules/cot/styling.md~/rules/rulesets/STYLING.md~/rules/rulesets/LINGUISTICS.md