design-system-keeper
프로젝트 디자인 시스템(토큰/컴포넌트 규칙/일관성)을 유지합니다. 기존 토큰과 컴포넌트 규칙을 우선 확인하고, 새로운 UI 요구사항을 시스템에 맞게 조정/추가할 때 사용합니다.
浏览和安装 Killer-Skills 目录中的数千个 AI Agent 技能。支持 Claude Code、Windsurf、Cursor 等。
这个技能目录把可安装的 AI Agent 技能集中在一起,方便你按搜索、分类、主题和官方来源快速筛选,并直接安装到 Claude Code、Cursor、Windsurf 等环境。
프로젝트 디자인 시스템(토큰/컴포넌트 규칙/일관성)을 유지합니다. 기존 토큰과 컴포넌트 규칙을 우선 확인하고, 새로운 UI 요구사항을 시스템에 맞게 조정/추가할 때 사용합니다.
Build an installable ZIP for the Lime Pipeline Blender add-on. Use for release candidates, QA handoff to artists, or whenever version/changelog changes must ship as a distributable artifact.
Describes pycore (Python core library of core_node) requirements, conventions, and architecture. Use when developing or modifying code under pycore (pycore_module_caller, callmodule, pylauncher, pythreadpool, native_ui). Enforces three-layer separation, THREAD_BUS-only cross-thread communication, step-based native_ui, and shutdown priority. This skill defines pycore requirements only.
Builds dapps on Monad blockchain. Use when deploying contracts, setting up frontends with viem/wagmi, or verifying contracts on Monad testnet or mainnet.
Reduces API payload size via select/pagination, compression, and caching headers. Use when responses are large (>100KB) or high-traffic.
Audits and manages user access permissions across cloud services, SaaS applications, and internal systems to enforce least-privilege principles
Builds dapps on Monad blockchain. Use when deploying contracts, setting up frontends with viem/wagmi, or verifying contracts on Monad testnet or mainnet.
Cost centre management for cloud infrastructure. Manages budget allocations, resource group mappings, tag compliance, and spend tracking. Requires a FinOps-enabled overlay (finops rule domain). For AI session cost tracking, use /cost instead.
Adapt existing interface designs for new contexts such as mobile, tablet, desktop, print, email, or alternative input/connection constraints while preserving core outcomes and usability. Use when a feature must work consistently across devices, platforms, or usage environments that differ from the original design assumptions.
Build CEFR-split word tree markdown files from the dated daily vocab note in the current language folder. Use this when the user wants to read `vocab/daily/daily-notes-YYYY-MM-DD.md`, organize every vocab item by part of speech, expand each item with usable grammar details, verify CEFR level through web search, rewrite the daily vocab note into the normalized word-tree schema, write dated `vocab-CEFR-YYYY-MM-DD.md` files inside per-level `daily/` folders, and update the cumulative CEFR vocab files.
Applies a single approved refactor item (RI-NNN) to the codebase. Invoked by: bun nvst execute refactor.
Design and diagnose Spring configuration, profiles, and `@ConfigurationProperties` binding for Kotlin applications. Use when property binding fails, environment-specific overrides behave unexpectedly, profile layering is confusing, secrets or defaults are modeled unsafely, or Kotlin nullability and constructor binding semantics make configuration errors hard to detect.