一键导入
harden-pro
Master of Interface Resilience & Production Edge Cases. Expert in error handling, internationalization (i18n), and extreme data constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Master of Interface Resilience & Production Edge Cases. Expert in error handling, internationalization (i18n), and extreme data constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | harden-pro |
| id | harden-pro |
| version | 1.0.0 |
| description | Master of Interface Resilience & Production Edge Cases. Expert in error handling, internationalization (i18n), and extreme data constraints. |
harden-pro is the guardian of interface stability. While ui-ux-pro focuses on the "Happy Path", harden-pro builds for Production Reality. This skill focuses on error handling, internationalization (text expansion/RTL), responsive text overflow, and network resilience. A hardened interface never breaks, it gracefully adapts.
width or height for text containers.min-width: 0 for flex/grid items to prevent overflow. Use line-clamp for multi-line truncation and hyphens: auto for long strings.left / right / width / height based margins/padding.margin-inline, padding-block, inset-inline-start. This ensures automatic support for Arabic, Hebrew, and other RTL scripts.export function HardenList({ items, isLoading, error, onRetry }) {
if (isLoading) return <SkeletonList count={5} />;
if (error) return (
<div className="p-6 border-red-500 bg-red-50 rounded-xl" role="alert">
<p className="text-red-900 font-medium">Failed to load content.</p>
<button onClick={onRetry} className="mt-2 text-red-700 underline">Try again</button>
</div>
);
if (items.length === 0) return (
<div className="flex flex-col items-center p-12 text-center">
<IllustrationEmpty className="w-32 h-32 opacity-50" />
<p className="mt-4 text-slate-600">No items found. Create your first one to get started.</p>
</div>
);
return (
<ul className="grid gap-4">
{items.map(item => (
<li key={item.id} className="min-w-0 break-words">
{item.text}
</li>
))}
</ul>
);
}
Master of Purposeful Motion & Micro-interactions. Expert in natural easing, GPU-accelerated animations, and Framer Motion for high-end interfaces.
Senior Context Architect & Memory Engineer. Expert in Automated Context Packing, Symbol Indexing, and Agent Rehydration for 2026.
Senior Design System Architect & Token Engineer for 2026. Specialized in layered design tokens, Tailwind 4 CSS-first themes, and headless UI orchestration using Radix. Expert in building multi-brand, multi-theme systems with high architectural integrity, automated documentation-as-code, and AI-driven drift detection.
Primary Instruction Protocol for Senior Engineering Agents. Expert in Cognitive Architectures, Memory Systems, and 2026 Context Engineering (Updated for v0.27.0).
Supreme Code Quality Gatekeeper. Expert in Resolving the AI Verification Gap, Quality Metrics, and Elite Coding Standards for 2026.
Senior UI/UX Architect & Design Systems Specialist. Expert in Anti-AI Slop aesthetics, Bold Minimalism, and Production-Grade Interfaces.