Skip to content

Add calm-design skill#346

Open
calmtiger86 wants to merge 1 commit intorohitg00:mainfrom
calmtiger86:main
Open

Add calm-design skill#346
calmtiger86 wants to merge 1 commit intorohitg00:mainfrom
calmtiger86:main

Conversation

@calmtiger86
Copy link
Copy Markdown

@calmtiger86 calmtiger86 commented Apr 26, 2026

Add calm-design skill

calm-design is a premium UI design skill that generates designs that don't look AI-generated.

Features

  • 50+ anti-slop patterns automatically blocked (purple gradients, 3-column cards, Inter font, etc.)
  • 33 brand references (Toss, Linear, Vercel, Stripe, etc.)
  • Korean-first with Pretendard font
  • 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec
  • Visual self-critique loop (auto-validates and regenerates)

Install

git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design

Links

Summary by CodeRabbit

  • Documentation
    • Added Community Skills listing with installation instructions and capability overview.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 26, 2026

📝 Walkthrough

Walkthrough

The pull request adds a new Community Skills listing for calm-design to the README, documenting its installation command and key capabilities including anti-slop blocking and brand reference handling.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added Community Skills entry for calm-design with installation command and capability description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • awesome-claude-code-toolkit#30: Adds a similar Community Skills entry row to the README's Community Skills section, following the same pattern and structure.

Poem

🐰 A skill so calm, now listed with pride,
Anti-slop blocking, with Pretendard as guide,
Korean whispers in every design,
README grows richer, one entry at a time! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding a new skill called 'calm-design' to the README, which matches the PR's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 576: The calm-design entry is out of alphabetical order; move the table
row for `calm-design` so it appears before the `cc-inspect` row (i.e., insert
the calm-design markdown line between the `CCM` row and the `cc-inspect` row) to
restore correct alphabetical ordering of entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bdbd18e9-0b3c-44e0-b042-a36d8f9f08d7

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and 488649c.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
| [avoid-ai-writing](https://github.com/conorbronsdon/avoid-ai-writing) | `git clone https://github.com/conorbronsdon/avoid-ai-writing ~/.claude/skills/avoid-ai-writing` | AI writing pattern detection and rewriting (21 categories, 43 replacements) |
| [CCM](https://github.com/dr5hn/ccm) | `npx skills add dr5hn/ccm@ccm` | Multi-account management, session cleanup, health checks, environment snapshots, permissions audit for Claude Code |
| [cc-inspect](https://github.com/howardpen9/cc-inspect) | `git clone https://github.com/howardpen9/cc-inspect ~/.claude/skills/cc-inspect` | Inspect all installed Claude Code skills, plugins, MCP servers, commands, and hooks in a browser dashboard. Scope-aware (user/project/local), zero dependencies (pure bash + python3), generates self-contained HTML |
| [calm-design](https://github.com/calmtiger86/calm-design) | `git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design` | Premium UI designs that don't look AI-generated — 50+ anti-slop patterns blocked, 33 brand references (Toss, Linear, Vercel), Korean-first with Pretendard. 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Entry is out of alphabetical order.

The calm-design entry should be placed before cc-inspect, not after. In alphabetical order, "calm-design" (c-a-l-m...) comes before "cc-inspect" (c-c-i...).

📝 Proposed fix to correct the ordering

Move line 576 to between line 574 (CCM) and line 575 (cc-inspect):

 | [CCM](https://github.com/dr5hn/ccm) | `npx skills add dr5hn/ccm@ccm` | Multi-account management, session cleanup, health checks, environment snapshots, permissions audit for Claude Code |
+| [calm-design](https://github.com/calmtiger86/calm-design) | `git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design` | Premium UI designs that don't look AI-generated — 50+ anti-slop patterns blocked, 33 brand references (Toss, Linear, Vercel), Korean-first with Pretendard. 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec |
 | [cc-inspect](https://github.com/howardpen9/cc-inspect) | `git clone https://github.com/howardpen9/cc-inspect ~/.claude/skills/cc-inspect` | Inspect all installed Claude Code skills, plugins, MCP servers, commands, and hooks in a browser dashboard. Scope-aware (user/project/local), zero dependencies (pure bash + python3), generates self-contained HTML |
-| [calm-design](https://github.com/calmtiger86/calm-design) | `git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design` | Premium UI designs that don't look AI-generated — 50+ anti-slop patterns blocked, 33 brand references (Toss, Linear, Vercel), Korean-first with Pretendard. 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec |
 | [Edison](https://github.com/kilnside/edison) | `git clone https://github.com/kilnside/edison ~/.claude/skills/edison` | Design decision skill — the phase between brainstorming and building. Research-first progressive deepening with self-executing specs. Three modes: Check, Explore, Audit |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| [calm-design](https://github.com/calmtiger86/calm-design) | `git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design` | Premium UI designs that don't look AI-generated — 50+ anti-slop patterns blocked, 33 brand references (Toss, Linear, Vercel), Korean-first with Pretendard. 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec |
| [CCM](https://github.com/dr5hn/ccm) | `npx skills add dr5hn/ccm@ccm` | Multi-account management, session cleanup, health checks, environment snapshots, permissions audit for Claude Code |
| [calm-design](https://github.com/calmtiger86/calm-design) | `git clone https://github.com/calmtiger86/calm-design ~/.claude/skills/calm-design` | Premium UI designs that don't look AI-generated — 50+ anti-slop patterns blocked, 33 brand references (Toss, Linear, Vercel), Korean-first with Pretendard. 5 modes: Generate, Upgrade, Match-Reference, Multi-Variant, JSON Spec |
| [cc-inspect](https://github.com/howardpen9/cc-inspect) | `git clone https://github.com/howardpen9/cc-inspect ~/.claude/skills/cc-inspect` | Inspect all installed Claude Code skills, plugins, MCP servers, commands, and hooks in a browser dashboard. Scope-aware (user/project/local), zero dependencies (pure bash + python3), generates self-contained HTML |
| [Edison](https://github.com/kilnside/edison) | `git clone https://github.com/kilnside/edison ~/.claude/skills/edison` | Design decision skill — the phase between brainstorming and building. Research-first progressive deepening with self-executing specs. Three modes: Check, Explore, Audit |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 576, The calm-design entry is out of alphabetical order;
move the table row for `calm-design` so it appears before the `cc-inspect` row
(i.e., insert the calm-design markdown line between the `CCM` row and the
`cc-inspect` row) to restore correct alphabetical ordering of entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant