Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

my-cursor-settings

my-cursor-settings에는 ihj04982에서 수집한 skills 45개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
45
Stars
0
업데이트
2026-04-14
Forks
0
직업 범위
직업 카테고리 11개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

frontend-skill
웹 개발자

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

2026-04-14
playwright-cli
소프트웨어 품질 보증 분석가·테스터

Automate browser interactions, test web pages and work with Playwright tests.

2026-04-14
vitest-testing-skills
소프트웨어 품질 보증 분석가·테스터

Advanced guidelines and best practices for writing tests using Vitest. Apply this skill when generating, reviewing, or refactoring test codes to prevent common pitfalls and ensure high performance.

2026-04-14
design-guide-1536x864-touch
웹·디지털 인터페이스 디자이너

Fixed 1536×864 touch viewport — grid, margins, 8px rhythm, touch targets, typography, components, vertical rhythm, and QA checklist for panel/kiosk/HMI. Use when designing or implementing UIs for this resolution with touch-first input.

2026-03-26
agent-orchestration
소프트웨어 개발자

Lists available Cursor agents (planner, architect, tdd-guide, code-reviewer, security-reviewer, build-error-resolver, e2e-runner, refactor-cleaner, doc-updater) and when to use each. Use when the user asks which agent to use, how to delegate work, or what agents are available.

2026-03-25
async-parallelization-patterns
소프트웨어 개발자

Async parallelization patterns — Promise.all, waterfall prevention, dependency-based parallelism, RSC component composition, deferred await. Use when optimizing async operations, API routes, or data fetching.

2026-03-25
authenticate-server-actions-like-api-routes
소프트웨어 개발자

Authenticate server actions with the same rigor as API routes (session, token, CSRF). Use when implementing or securing Next.js server actions.

2026-03-25
backend-patterns
소프트웨어 개발자

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or refactoring APIs, server logic, or data layer.

2026-03-25
build-fix
소프트웨어 개발자

Incrementally fix TypeScript and build errors. Invokes build-error-resolver agent. Use when build fails, type errors occur, or the user asks to fix the build.

2026-03-25
bundle-optimization
웹 개발자

Bundle optimization patterns — barrel file avoidance, conditional/dynamic imports, deferred third-party scripts, SVG precision. Use when reducing bundle size, improving LCP/TTI, or code-splitting.

2026-03-25
caching-and-data-fetching-patterns
소프트웨어 개발자

Caching and data fetching patterns — storage API caching, LRU cache, SWR deduplication, React.cache, preloading, RSC serialization, localStorage versioning, after() for non-blocking work. Use when implementing data fetching, caching, or optimizing network requests.

2026-03-25
canvas-design
순수 예술가(화가·조각가·일러스트레이터 포함)

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2026-03-25
code-review
소프트웨어 품질 보증 분석가·테스터

Comprehensive security and quality review of uncommitted changes. Invokes code-reviewer agent. Use when reviewing PRs, before committing, or when the user asks for a code review.

2026-03-25
codebase-tutorial-flow
고등교육 컴퓨터공학 교원

Flow and concept of the Codebase Knowledge Builder — turn a repo or local dir into a beginner-friendly tutorial. Use when modifying the flow, shared store, or nodes, or when an agent should run this pipeline (FetchRepo → IdentifyAbstractions → AnalyzeRelationships → OrderChapters → WriteChapters → CombineTutorial).

2026-03-25
design-audit
웹·디지털 인터페이스 디자이너

Design audit and review — typography audit, structural analysis, Web Interface Guidelines compliance, accessibility, UX anti-patterns, and brand resonance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or evaluate design quality.

2026-03-25
design-lab
웹·디지털 인터페이스 디자이너

Conduct design interviews, generate five distinct UI variations in a temporary design lab, collect feedback, and produce implementation plans. Use when the user wants to explore UI design options, redesign existing components, or create new UI with multiple approaches to compare.

2026-03-25
design-theory
그래픽 디자이너

Design theory and principles — grid systems, proportional logic, dynamic composition, color science, and concept-driven strategy. Use when defining layout systems, building palettes, planning brand strategy, or auditing composition and visual energy.

2026-03-25
e2e
소프트웨어 품질 보증 분석가·테스터

Generate and run end-to-end tests with Playwright. Invokes e2e-runner agent. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts. Use when testing critical user journeys or multi-step flows.

2026-03-25
early-return-from-functions
소프트웨어 개발자

Use early returns to reduce nesting and clarify control flow. Use when simplifying conditionals or guard clauses.

2026-03-25
fixing-metadata
웹 개발자

Ship correct, complete metadata (title, description, OG, Twitter). Use when adding or fixing SEO and social previews for pages.

2026-03-25
frontend-design
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Covers websites, landing pages, dashboards, SaaS UIs, React components, and any web UI. Includes Verbalized Sampling methodology to avoid generic AI aesthetics, domain exploration for interface design, and creative implementation patterns.

2026-03-25
frontend-patterns
웹 개발자

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building React/Next.js UIs, choosing component patterns, or optimizing frontend code.

2026-03-25
humanizer
작가·저자

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

2026-03-25
js-and-css-optimization
웹 개발자

JavaScript data structure and CSS rendering optimization — index maps, combined iterations, Set/Map lookups, immutable sort, loop min/max, property caching, SVG wrapper animation, layout thrashing, content-visibility. Use when optimizing hot loops, data processing, DOM performance, or scroll rendering.

2026-03-25
motion-and-animation
웹 개발자

Comprehensive motion and animation guide — Disney's 12 principles for web, animation performance rules (compositor-only, measurement, scroll), and interaction design patterns (microinteractions, transitions, loading states, gestures). Use when implementing, reviewing, or fixing UI animations, transitions, or motion.

2026-03-25
obsidian-markdown
일반 사무원

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

2026-03-25
plan
소프트웨어 개발자

Restate requirements, assess risks, and create step-by-step implementation plan. Invokes planner agent. WAIT for user CONFIRM before touching any code. Use when starting a new feature, making architectural changes, or requirements are unclear.

2026-03-25
react-effect-and-handler-patterns
소프트웨어 개발자

React effect and event handler optimization — narrow deps, handler refs, useEffectEvent, global listener dedup, one-time init. Use when writing or fixing useEffect, event handlers, or component initialization.

2026-03-25
react-rendering-optimization
소프트웨어 개발자웹 개발자

React rendering optimization patterns — memoization, derived state, static hoisting, conditional rendering, caching. Use when reviewing or optimizing React component render performance.

2026-03-25
react-ssr-and-suspense-patterns
소프트웨어 개발자

React SSR hydration and Suspense patterns — prevent hydration mismatch, suppress expected mismatches, strategic Suspense boundaries. Use when fixing hydration errors, implementing streaming, or placing Suspense fallbacks.

2026-03-25
react-state-and-transition-patterns
소프트웨어 개발자

React state management and transition patterns — functional setState, useTransition, useRef for transient values, deferred reads, derived subscriptions, Activity. Use when optimizing state updates, transitions, or reducing unnecessary re-renders.

2026-03-25
refactor-clean
소프트웨어 개발자

Safely identify and remove dead code with test verification. Invokes refactor-cleaner agent. Use when cleaning unused code, removing duplicates, or reducing bundle size.

2026-03-25
tailwind-css-patterns
웹 개발자

Comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.

2026-03-25
test-coverage
소프트웨어 품질 보증 분석가·테스터

Analyze test coverage and generate missing tests to reach 80%+ coverage. Use when coverage is low, after adding features, or when the user asks to improve test coverage.

2026-03-25
ui-ux-pro-max
웹·디지털 인터페이스 디자이너

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

2026-03-25
update-codemaps
소프트웨어 개발자

Analyze codebase structure and update architecture documentation (codemaps/). Use when documenting architecture, onboarding, or after major refactors.

2026-03-25
update-docs
소프트웨어 개발자

Sync documentation from source-of-truth (package.json, .env.example). Generates CONTRIB.md, RUNBOOK.md. Use when updating project docs or after adding scripts/env vars.

2026-03-25
vercel-react-best-practices
웹 개발자

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-03-25
vs-research-ideate
시장조사 분석가·마케팅 전문가

Generate high-entropy research (자료조사) and ideas (아이디어) using Verbalized Sampling to avoid mode collapse and maximize creativity and novelty.

2026-02-25
coding-standards
소프트웨어 개발자

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js. Includes quick checklist (formerly coding-style) and common patterns (Repository, skeleton projects; formerly common-patterns).

2026-02-12
이 저장소에서 수집된 skills 45개 중 상위 40개를 표시합니다.