Skip to content

soilSpoon/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

AI agent skills collection.

Available Skills

tailor-resume

Tailor resume and career description for a specific job posting.

npx skills add soilSpoon/skills@tailor-resume

What 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

Fact-check articles, newsletters, and written content by dispatching 6 parallel verification agents.

npx skills add soilSpoon/skills@fact-check

What 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

Human-like browser automation that bypasses bot detection systems.

npx skills add soilSpoon/skills@human-like-browser

What 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 Playwright browser_run_code)

apply-wishket

Generate tailored proposals for Wishket freelance projects.

npx skills add soilSpoon/skills@apply-wishket

What 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

Toss의 Frontend Fundamentals 코드 품질 4대 기준(가독성/예측가능성/응집도/결합도) + 접근성(A11y)을 반영하는 프론트엔드 코드 리뷰 & 작성 가이드.

npx skills add soilSpoon/skills@toss-frontend-fundamentals

What 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 recipes
  • references/discussions.md — 커뮤니티 토론 8건 요약
  • references/library-patterns.md — 라이브러리 저자 전용(opt-in)

Installation

# 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-fundamentals

License

MIT

About

AI agent skills for resume tailoring and job application automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors