AI agent skills collection.
Tailor resume and career description for a specific job posting.
npx skills add soilSpoon/skills@tailor-resumeWhat it does:
- Analyzes job posting requirements
- Filters relevant experience/skills from master resume data
- Generates a tailored variant
- Evaluates via Groupby API (서류 합격률 예측 + 이력서 강화 팩폭)
Bundled scripts:
scripts/groupby-api.mjs— Groupby resume analysis API client (no browser needed)
Fact-check articles, newsletters, and written content by dispatching 6 parallel verification agents.
npx skills add soilSpoon/skills@fact-checkWhat it does:
- Accepts text, file path, or URL as input
- Extracts claims and classifies risk (high/medium/low)
- Dispatches 6 parallel agents: source verify, number check, freshness check, context check, link check, assumption check
- Cross-references results with Tier 1-4 source credibility system
- Auto-searches for higher-tier sources when only Tier 3-4 found
- Outputs structured report with verdicts, conflicts, and diff-style fix suggestions
Human-like browser automation that bypasses bot detection systems.
npx skills add soilSpoon/skills@human-like-browserWhat it does:
- Bezier-curve mouse movements with micro-tremor and Fitts's Law timing
- Log-normal typing delays with digraph timing and typo simulation (~600 chars/min)
- Smooth inertia scrolling with trackpad/mousewheel mix
- FCaptcha keystroke biometrics bypass (autocorrelation, dwell variance, log-normal fit)
- Comprehensive anti-fingerprinting stealth (navigator.webdriver, hardware, WebGL, CDP artifacts)
- Auto-stealth on navigation, idle fidget, element-scoped scrolling
Bundled scripts:
scripts/human-behavior.js— Initialization block reference (paste into Playwrightbrowser_run_code)
Generate tailored proposals for Wishket freelance projects.
npx skills add soilSpoon/skills@apply-wishketWhat it does:
- Analyzes project requirements from Wishket URL or project ID
- Matches relevant experience from master.yaml
- Estimates cost and timeline with multi-step validation
- Generates proposal with issue→solution pattern and staged process
- Fact-checks output via parallel verification agents
- Supports single or batch (parallel) project processing
Bundled scripts:
scripts/verify-proposal.sh— 12-point structural validation for generated proposals
Toss의 Frontend Fundamentals 코드 품질 4대 기준(가독성/예측가능성/응집도/결합도) + 접근성(A11y)을 반영하는 프론트엔드 코드 리뷰 & 작성 가이드.
npx skills add soilSpoon/skills@toss-frontend-fundamentalsWhat it does:
- React/TypeScript 코드 리뷰·작성 시 원칙 citation + before/after refactoring + 체크리스트 제공
- 트리거 맵 38+ rows — 안티패턴 감지 후 해당 reference 파일만 progressive-load
- Toss OSS 레포(es-toolkit, es-hangul, suspensive, use-funnel) PR 분석 기반 아키텍처 패턴 포함
- GitHub discussions 주요 스레드(boolean 네이밍, if-return, 배열 타입, MV-VI 등) 반영
- 라이브러리 저자용 패턴(subpath exports, attw/publint/sherif, Changesets, OIDC provenance)은 opt-in
References (progressive disclosure):
references/readability.md— 맥락 축소, 이름으로 추상화, 조건 단순화references/predictability.md— 이름 겹침, 숨은 로직, 템플릿 리터럴 타입references/cohesion.md— 디렉토리, 폼, RSC colocation, 환경 분기 중앙화references/coupling.md— 책임 분리, 어댑터 패턴,/compat마이그레이션references/a11y-basics.md,a11y-components.md,a11y-practical.md— WAI-ARIA, Tab/Modal/Radio, 안티패턴references/recipes.md— Modal, Form, Query Key Factory, overlay-kit 등 20 recipesreferences/discussions.md— 커뮤니티 토론 8건 요약references/library-patterns.md— 라이브러리 저자 전용(opt-in)
# Install a specific skill
npx skills add soilSpoon/skills@tailor-resume
npx skills add soilSpoon/skills@fact-check
npx skills add soilSpoon/skills@human-like-browser
npx skills add soilSpoon/skills@apply-wishket
npx skills add soilSpoon/skills@toss-frontend-fundamentalsMIT