Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › design-stylecards vs lokalise-incident-runbook

design-stylecards vs lokalise-incident-runbook

Two Content Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namedesign-stylecardslokalise-incident-runbook
DescriptionDeclarative catalog of named aesthetic recipes — exact shadow stacks, glass surfaces, gradient treatments, and type scales as copy-paste values with Use-When and Avoid rules. Use when the user asks for polished…Execute Lokalise incident response procedures with triage, mitigation, and postmortem. Use when responding to Lokalise-related outages, investigating errors, or running post-incident reviews for Lokalise integration…
CategoryContentContent
Sub-categorycontent-misctranslation
Tagslang:pythontype:review type:integration
AuthorOrchestKitJeremy Longshore <[email protected]>
LicenseMITMIT
Install/add-skill design-stylecards/add-skill lokalise-incident-runbook

Tag overlap

Shared

Only in design-stylecards lang:python

Only in lokalise-incident-runbook type:integration, type:review

Sample code from each SKILL.md

design-stylecards

/ork:design-stylecards list                      # Catalog index
/ork:design-stylecards elevation/md              # Show one recipe
/ork:design-stylecards apply glass/dark to src/components/Panel.tsx

lokalise-incident-runbook

#!/bin/bash
# incident-diagnostics.sh — Run all three checks in sequence
set -uo pipefail

: "${LOKALISE_API_TOKEN:?Set LOKALISE_API_TOKEN before running diagnostics}"
: "${LOKALISE_PROJECT_ID:?Set LOKALISE_PROJECT_ID before running diagnostics}"

echo "=== 1. Lokalise API Health ==="
API_STATUS=$(curl -sf -o /dev/null -w "%{http_code}" \
  "https://api.lokalise.com/api2/projects/${LOKALISE_PROJECT_ID}" \
  -H "X-Api-Token: ${LOKALISE_API_TOKEN}")

case "$API_STATUS" in
  200) echo "API: HEALTHY…

When to choose each

design-stylecards — Declarative catalog of named aesthetic recipes — exact shadow stacks, glass surfaces, gradient treatments, and type scales as copy-paste values with Use-When and Avoid rules. Use when the user asks for polished…

lokalise-incident-runbook — Execute Lokalise incident response procedures with triage, mitigation, and postmortem. Use when responding to Lokalise-related outages, investigating errors, or running post-incident reviews for Lokalise integration…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open design-stylecards → Open lokalise-incident-runbook →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Content skills · Top 100