
Publisher on askill
Turn vague frontend feature requirements into an explicit UI state model, event transition map, component boundary plan, and pre-implementation test checklist. Use when designing a page, component, fo...
Transform rough task requests into high-quality structured prompts for AI agents. Use when the user wants a request clarified into an execution-ready prompt with goals, completion criteria, required c...
Deep Think v2 — Adaptive multi-persona reasoning with evidence-based depth. Uses tiered complexity (2-5 agents), targeted critique→reflect cycles, convergence shortcuts, and 3-pass PENCIL-inspired syn...
Remove unused code (dead exports, functions, types, console.log) from changed TS/JS files via git diff analysis. AI 코드 생성 후 불필요한 코드 정리 스킬. git diff로 변경된 TS/JS 파일을 분석하여 사용되지 않는 코드를 자동 제거한다. 트리거: unused...
Explicit multi-agent work entry that explores first and routes to planning, task-bundle execution, or direct execution.
First-principles decision support for frontend feature planning and UI flow changes before implementation. Use when planning a frontend feature or UI flow, when requirements are vague or overloaded wi...
Capture component screenshots from Storybook stories. Use when you need to capture component screenshots from Story files, such as "/screenshot" or "capture a screenshot".
Refactor high cyclomatic complexity functions into human-readable, maintainable code. 순환 복잡도(Cyclomatic Complexity)가 높은 함수를 인간의 논리적 사고 흐름에 맞게 재구성하는 스킬. "복잡한 함수 정리해줘", "이 함수 읽기 어려워", "순환 복잡도 낮춰줘", "리팩토...
Generate React component code from a Figma URL and target file path. Figma URL과 대상 컴포넌트 파일 경로를 받아 디자인 데이터를 수집하고, 프로젝트 패턴과 토큰 규칙을 반영한 React 코드를 만든다. 상세 토큰 매핑과 에러/출력 포맷은 `references/`를 사용한다.
Convert implemented code into PM-perspective spec documents focusing on user-facing behavior and rules. 코드로 구현된 기능을 기획자(PM) 시선의 간결한 스펙 문서로 변환한다. 사용자 관점 동작, 규칙, 제약, 예외, 비목표를 명확한 bullet로 정리하고 함수/변수/컴포넌트...
Auto-generate daily diary from AI agent activity logs and Obsidian vault changes. At the end of a day, turn AI agent activity history and Obsidian vault changes into a reusable diary entry. Use this w...
Write reliable test code (unit/browser/integration) focusing on failure detection over coverage metrics. Test-writing skill for requests such as "write tests", "browser test", "unit test", and "table...
React 코드 품질 분석. git diff 기반으로 변경된 코드의 클린 코드 점수 평가. "코드 리뷰", "품질 검사" 등의 요청 시 사용
프로젝트 마일스톤 생성. SPEC.md와 plan.md를 기반으로 작업 목록 생성. "마일스톤 만들어", "작업 목록" 등의 요청 시 사용
마일스톤 다음 단계 실행. milestone.md의 미완료 Phase를 plan.md 기반으로 구현. "다음 작업", "마일스톤 실행", "Phase 진행" 등의 요청 시 사용