Scripts for the AI Era

One Skill Changes Everything

Supercharge Claude Code. Experience the best Skills crafted by our community.

Latest Skills

Explore the latest Claude Code Skills shared by the community

flutter-ux-hardening
EEungyu Jeon

A guided Claude Code Agent Skill to plan, implement, test, review, and iteratively harden Flutter app UI/UX with robust edge-case handling, accessibility, performance, and agent-driven review cycles.

system-debug-logger
이민지

Creates a reusable Skill to instrument applications to automatically capture errors and exceptions into debug logs, with configurable output to server log files (e.g., /var/log/app.log) and/or console. Common triggers: "add error logging", "instrument exceptions for debug logs", "create logging configuration for production/dev".

code-refactoring
정영준

Provides targeted refactoring recommendations, performance and safety impact analysis, and produces concrete code patches and test suggestions for Java and Kotlin projects (enterprise and Android). Triggered by requests to simplify class/ module design, improve thread-safety, optimize slow loops, reduce complexity, or produce patchable diffs and test cases.

my-skill-1767765635791
ssangwoo kim

Description of what this skill does

codebase-analysis-web-report
DDongchan Lee

Generates a self-contained interactive web report that analyzes a codebase: summarizes purpose, documents architecture and call/flow graphs, produces interactive diagrams and search, and suggests improvements. Triggered by requests to analyze a repository, specific project directories, or uploaded source files.

my-skill-1767764169827
ssangwoo kim

Description of what this skill does

coverage-improvement-planner
EEungyu Jeon

Analyze test coverage, generate a coverage report (coverage.md) that highlights missing/insufficient areas, create a prioritized remediation plan (plan.mode) and an actionable todo list (todo.md), group tasks for safe parallel agent execution, assign tasks to agents, and produce a final result report (result.md) showing before/after coverage and impact.

app-comprehensive-test-generator
EEungyu Jeon

Generate exhaustive user-flow and edge-case test scenarios from an app's codebase, produce scenario .md files, execute tests using connected or newly created MCPs, and produce an app.qa.report.md summarizing failures and suggested fixes.

code-flow-web-doc-generator
HHyun-Ho Kang

Generates a web-document (HTML) that explains program behavior with visual diagrams (call flow, data flow) and concise node-level descriptions; triggered by requests to analyze codebases, files, or functions for quick structural understanding.

npm-release-manager
코드깎는노인

NPM 패키지 배포 준비가 완료되었을 때 사용하는 스킬입니다. Git 변경 사항 확인부터 CHANGELOG 작성, GitHub 푸시, NPM 배포까지의 전 과정을 자동화합니다.

code-flow-web-report
코드깎는노인

Generate an interactive web-report that analyzes a web application's source code and visualizes its runtime flow (routes → controllers → services → DB) with beginner-friendly summaries and clickable diagram nodes that link to code locations.

node-debug-logging-middleware
코드깎는노인

Adds a plug-and-play Node.js middleware that instruments Express and Koa apps to emit detailed debugging logs (stack traces, request context, intermediate values) to a configurable log file path. Triggers: error/exception handling, request lifecycle boundaries, manual instrumentation points.

duplicate-file-cleaner-expert
코드깎는노인

Find, present, and safely remove duplicate image/media files on a user's computer using metadata-aware matching and safe preview/backup workflows. Common triggers: "find duplicate photos", "clean duplicates in ~/Pictures", "show duplicate RAW files by EXIF and resolution".

ppt-auto-generator
코드깎는노인

Generates a lecture/teaching PowerPoint (PPTX) from plain-text or markdown outlines. Produces slide titles, bullet points, and speaker notes using a simple default template for quick output.

code-bug-finder
코드깎는노인

Automated code bug-finding and report-generation assistant for multi-language repositories; designed to run in CI/CD on commits/PRs, produce human-readable bug reports with causes and fixes, and optionally create issues or fill PR templates in trackers like GitHub Issues or Jira.

uml-generator
코드깎는노인

Analyzes the project architecture and source code to generate a comprehensive UML diagram. It creates a single, self-contained HTML file named UML.html at the project root using Mermaid.js for visualization.

project-uml-generator
코드깎는노인

Analyzes the project structure and code to generate UML diagrams, then creates a single HTML file named UML.html in the project root that embeds all diagrams and related documentation. Use when the user requests to generate UML diagrams or documentation for the project.

project-uml-webdoc
코드깎는노인

Analyze a local software project and generate a single, self-contained web document (UML.html) in the project root that visualizes the project architecture with UML-style diagrams (no external assets). Use when the user asks for UML, architecture visualization, codebase overview, or documentation that includes diagrams.

async-await-coder
코드깎는노인

Detects and fixes missing async and await keywords in JavaScript or TypeScript code. Use this skill when reviewing code involving Promises, asynchronous API calls, or when debugging "Promise <pending>" issues and syntax errors related to asynchronous execution.

fix-async-await
코드깎는노인

Fixes JavaScript or TypeScript code that misses required keywords for async/await usage. Use when reviewing or correcting code with asynchronous functions, promises, or errors related to async/await syntax.

async-await-keyword-fixer
코드깎는노인

Identifies and fixes missing async/await keywords in JavaScript/TypeScript. Use when code uses await, Promise-returning functions, or async control flow incorrectly due to missing async or await, causing syntax errors or unintended behavior. Provides safe, minimal, keyword-only edits and clear explanations without introducing new logic or dependencies.

code-commentary-applier
코드깎는노인

Inserts beginner-friendly explanatory comments into existing source code files by editing the files directly while preserving behavior. Use when the user explicitly asks to apply comments into files, annotate files in-place, or save commented versions back to the repository.

code-commenter
코드깎는노인

Adds easy-to-understand comments to program source code. Use when explaining code, adding documentation to scripts, or when the user asks to "add comments" or "explain this code with comments."

webhook-implementation-guide
코드깎는노인

Guides on implementing webhooks for event notifications. Use when building webhook receivers, sending webhooks, or when the user asks about event-driven integration.

case-study-writer
코드깎는노인

Helps write case studies and success stories. Use when documenting projects, creating marketing content, or when the user asks about case study format.

comparison-table-creator
코드깎는노인

Helps create comparison tables and matrices. Use when comparing options, products, or when the user asks about decision-making tables.

bio-profile-writer
코드깎는노인

Helps write professional bios and profiles. Use when creating about pages, speaker bios, or when the user asks about professional profiles.

announcement-writing-helper
코드깎는노인

Helps write announcements and communications. Use when making company announcements, team updates, or when the user asks about official communications.

customer-service-response
코드깎는노인

Helps write customer service responses. Use when replying to customers, handling complaints, or when the user asks about customer communication.

api-idempotency-patterns
코드깎는노인

Guides on implementing idempotent API operations. Use when preventing duplicate requests, building reliable APIs, or when the user asks about idempotency keys.