By 071yoon
Curated frontend engineering, Vercel, Korean writing, Korean research, and utility skills.
다나와 공개 검색/가격비교 표면으로 상품 후보를 찾고, 쇼핑몰별 최저가·배송비 포함 실구매가·카드 할인가·무이자 할부 정보를 보수적으로 비교한다.
Track CJ대한통운 and 우체국 parcels by invoice number with official carrier endpoints, and structure the workflow around a carrier adapter that can grow to more couriers later.
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
에어코리아 기반 미세먼지/초미세먼지를 지역명 또는 위치 힌트로 조회한다. 기본 경로는 k-skill-proxy의 report endpoint다.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal skill collection for frontend development, Korean writing, Korean research, and practical Korean utilities.
This repository is organized so it can be cloned on a new machine, registered as a marketplace where supported, and installed as one bundle.
If you are an AI agent helping install this repository, use this decision tree.
Confirm the current directory is the repository root. It must contain:
.agents/plugins/marketplace.json.claude-plugin/marketplace.jsonplugins/useful-skills/.codex-plugin/plugin.jsonplugins/useful-skills/skills/If the user is using Codex, register the Codex plugin marketplace:
codex plugin marketplace add .
Then install the plugin:
codex plugin add useful-skills@personal
If the user is using Claude Code, run these commands inside Claude Code:
/plugin marketplace add .claude-plugin
/plugin install useful-skills@useful-skills
If the user is using Gemini CLI, use the shared skills installer:
npx --yes skills add . --agent gemini-cli --skill '*' -g
If the user wants the same skills installed into Codex, Claude Code, and Gemini CLI through the shared installer, run:
npx --yes skills add . --agent codex --agent claude-code --agent gemini-cli --skill '*' -g
After installation, verify that humanize-korean, vercel-react-best-practices, and korean-character-count are visible in the target agent. These three cover different source groups and make a good smoke check.
.
├── .agents/plugins/marketplace.json # Codex marketplace entry
├── .claude-plugin/marketplace.json # Claude Code marketplace entry
├── plugins/useful-skills/.codex-plugin/plugin.json
├── plugins/useful-skills/skills/ # Installed skill bundle
├── skills.sh.json # skills CLI grouping metadata
├── docs/license-audit.md
└── third-party-licenses/
The current bundle includes:
vercel-react-best-practices - React and Next.js performance patterns.vercel-composition-patterns - Scalable React component composition.web-design-guidelines - UI, accessibility, and UX review workflow.vercel-react-view-transitions - React View Transition API guidance.deploy-to-vercel - Preview deployment workflow.vercel-optimize - Vercel cost/performance audit workflow.tdd - Test-first development loop.diagnose - Debugging and performance diagnosis loop.prototype - Throwaway UI or logic prototyping workflow.improve-codebase-architecture - Architecture review and refactoring workflow.zoom-out - Higher-level codebase orientation.to-prd - Convert current context into a product requirements doc.humanize-korean - Korean AI-text humanizer fast path.korean-spell-check - Korean proofreading workflow.korean-character-count - Deterministic Korean character/byte counting.korean-slang-writing - Korean slang/style candidate lookup for casual writing.geeknews-search - GeekNews lookup and search.naver-news-search - Korean news search via k-skill proxy.naver-blog-research - Naver blog search/read/image workflow.naver-shopping-search - Naver Shopping product/price research.danawa-price-search - Danawa price comparison workflow.korean-privacy-terms - Korean privacy policy/terms/cookie UI wrapper for Next.js projects.korea-weather - Korean weather lookup.fine-dust-location - Korean air-quality lookup.seoul-subway-arrival - Seoul subway arrival lookup.seoul-bike - Seoul Bike station lookup.delivery-tracking - Korean parcel tracking.lotto-results - Korean Lotto draw/match lookup.hwp - HWP/HWPX read/convert workflow.From the repository root:
codex plugin marketplace add .
Then install useful-skills:
codex plugin add useful-skills@personal
The local marketplace file is:
.agents/plugins/marketplace.json
The plugin is:
plugins/useful-skills
From a Claude Code session in the repository root:
/plugin marketplace add .claude-plugin
/plugin install useful-skills@useful-skills
This uses:
.claude-plugin/marketplace.json
For agents that use the shared skills installer, install from the repo path:
npx --yes skills add . --agent codex --agent claude-code --agent gemini-cli --skill '*' -g
Expected global targets:
~/.codex/skills/~/.claude/skills/~/.gemini/skills/Use this path for Gemini. Gemini CLI supports skills installation through the shared skills ecosystem; this repo does not define a separate Gemini plugin marketplace.
npx claudepluginhub 071yoon/useful-skills --plugin useful-skillsMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Frontend design taste skills including brutalist, minimalist, soft, redesign, stitch, and more
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.