Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
chayuto
GitHub 제작자 프로필

chayuto

10개 GitHub 저장소에서 수집된 29개 skills를 저장소 단위로 보여줍니다.

수집된 skills
29
저장소
10
업데이트
2026-07-19
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

data-pipeline
소프트웨어 개발자

Manages the flow of scraped fuel sign images from data/ingest/ into the labeling pipeline at data/tmp/. Handles dedup (by filename and content hash), manifest registration, and ingest cleanup. Use this skill when the user mentions "process ingest", "check ingest", "new images", "move scraped images", "run pipeline", "ingest to tmp", or asks about images waiting to be processed.

2026-04-12
fuel-sign-labeler
소프트웨어 개발자

Stage 1 Labeler: Annotates sign_board bounding boxes on full camera photos for Finder training. Find the physical sign panel in the photo and draw ONE bbox per image. Use this skill when the user wants to label images for the Finder model.

2026-04-12
scrape-dispatch
소프트웨어 개발자

Plans and executes scrape campaigns for Australian fuel station price sign images. Assesses current dataset state, brand gaps, and historical yield. Use this skill when the user wants to "scrape more" or "collect images".

2026-04-12
data-pipeline
소프트웨어 개발자

Manages the flow of scraped fuel sign images from data/ingest/ into the labeling pipeline at data/tmp/. Handles dedup (by filename and content hash), manifest registration, and ingest cleanup. Use this skill whenever the user mentions "process ingest", "check ingest", "new images", "move scraped images", "run pipeline", "ingest to tmp", or asks about images waiting to be processed. Also trigger when the user wants to know what's in data/ingest/, or after a scraping session when images need to be moved into the labeling queue.

2026-04-12
fuel-sign-labeler
소프트웨어 개발자

Stage 1 Labeler: Annotates sign_board bounding boxes on full camera photos for Finder training. This is the FIRST stage of a 2-stage labeling pipeline. Stage 1 (this skill): Find the sign in the photo → 1 bbox per image Stage 2 (sign-crop-labeler): Read the cropped sign → fuel rows, prices, brand Use this skill when the user wants to label images for the Finder model.

2026-04-12
ml-researcher
소프트웨어 개발자

ML experiment runner following the scientific method. Handles hypothesis formation, dataset building, training, evaluation on canonical test sets, cross-experiment comparison, and experiment documentation in docs/experiments/EXP-NNN format. Use when the user says "train", "retrain", "experiment", "EXP-", "mAP", or wants to evaluate model performance.

2026-04-12
scrape-dispatch
데이터 과학자

Plans and executes scrape campaigns for Australian fuel station price sign images. Assesses current dataset state, brand gaps, and historical yield before recommending queries. Use this skill when the user wants to "scrape more", "collect images", "fill brand gaps", or "get more training data".

2026-04-12
sign-crop-labeler
소프트웨어 개발자

Stage 2 Labeler: Annotates fuel rows, prices, and brand within cropped sign images. This is the SECOND stage of a 2-stage labeling pipeline. Input: Cropped sign images produced by the Stage 1 Finder model. Output: Fuel row bounding boxes, price text, fuel types, brand classification. Use this skill ONLY after the Finder model reaches mAP50 > 0.70. DO NOT use this on full camera photos — use fuel-sign-labeler (Stage 1) instead.

2026-04-12
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
solitaire-analyst
소프트웨어 개발자

Analyze raw Klondike Solitaire AI export logs from this repo (data/raw/solitaire-ai-log-*.json or files dropped in /Users/chayut/Downloads/) and deliver a kill-or-continue verdict. Use this whenever the user shares a solitaire-ai-log path, asks "should I kill this session?", asks whether a board is solvable, asks to ingest a new export, or wants to update data/DATASET_NOTES.md with findings from a new harvest. The user is running an active harvest pipeline and needs the early-termination signal — not a postmortem after the session stalls further.

2026-06-22
dataset-publish
소프트웨어 개발자

Refresh and push the public Hugging Face dataset chayuto/klondike-llm-decisions after the corpus grows. Use this whenever the user wants to "publish the dataset", "update HF", "push to Hugging Face", "refresh the dataset", "re-publish klondike-llm-decisions", or bump the public corpus after a harvest has been ingested. It runs the regenerate, validate, push, verify, record flow end to end: regenerate the publish shards, gate them by id+field, upload only the changed Parquet shards, round-trip verify against the Hub, then append a Push-history row to the canonical log and update the recall memory. The cached HF token is usually invalid (temp tokens get revoked after each push), so the skill expects the user to supply a fresh WRITE token inline and reminds them to revoke it afterwards. This skill is for the PUBLISH step only; bringing new harvester exports into the corpus first is the solitaire-ingest skill's job. ALSO use it for a card-only change (edit the generator, re-push just data/publish/README.md) or to

2026-06-21
solitaire-ingest
소프트웨어 개발자

Triage and ingest the Klondike harvester's terminal and snapshot export files (solitaire-win-*.json and solitaire-game-*.json, usually paired with a solitaire-ai-log-*.json) into the training corpus. Use this whenever the user drops one or more harvester export files and wants them ingested, cataloged, or added to the dataset / corpus / manifest, or says things like "ingest these wins", "ingest WINS", "add this harvest", "catalog this game", or pastes solitaire-win- / solitaire-game- paths. It triages FIRST (terminal-win vs terminal-loss vs mid-game pending-snapshot) before any deep analysis, reads model / build / prompt attribution per file because the harvester mixes models and builds across time, and routes each session to the right ingest and DATASET_NOTES action. ALSO use this skill when the user reports that pending sessions were killed (e.g. "all killed", "I killed those") after an ingest: the operator-kill flow turns the already-ingested ai-logs into terminal loss-by-kill records and adjudicates each

2026-06-12
prompt-engineering-expert
기술 작가

Use this skill for ANY situation involving LLM prompts, response schemas, or LLM misbehavior diagnosis. Trigger eagerly — do not wait for the user to say "audit". USE IMMEDIATELY when (1) the user pastes a prompt, system prompt, response schema, few-shot example, or JSON template for any reason; (2) the user describes ANY LLM misbehavior — model loops, repeats itself, ignores instructions, keeps apologizing, drifts, picks wrong from a numbered list, hallucinates JSON keys, gives identical answers to different inputs, infinite loops, parroting; (3) the user is writing a new system prompt or response schema for production; (4) the user mentions "review/audit/critique/improve/evaluate/check/look at" anywhere near a prompt; (5) the user asks about structured outputs, JSON mode, function calling, few-shot examples, reasoning trail, history accumulation, chain-of-thought, or schema design; (6) the user names a model (Claude/GPT/Gemma/Gemini/DeepSeek/o-series/Llama) alongside a behavior problem. Produces a severity-

2026-05-23
seo-audit
시장조사 분석가·마케팅 전문가

Comprehensive SEO audit methodology for websites, biased toward local service and catering businesses like The Pig Baron (Sydney spit-roast catering). Use this skill whenever you audit, check, or review a site or page for SEO and need prioritised findings plus an action plan. It covers technical and infrastructure SEO, indexability (sitemap, robots.txt, noindex, canonicals, HTTPS), on-page SEO (meta titles and descriptions, H1s, alt text), content and freshness, local SEO and Google Business Profile, structured data and schema (LocalBusiness, Caterer, FAQPage JSON-LD), Core Web Vitals and PageSpeed, analytics, and internal linking. Trigger it to diagnose a ranking decline (a page 1 to page 3 drift), rewrite meta titles or descriptions, add LocalBusiness or FAQ schema, fix sitemap, robots, canonical or noindex problems, optimise a Google Business Profile for a catering or local service business, run a technical, on-page, or local SEO review, or verify the SEO of the new Pig Baron Astro rebuild. Use it even whe

2026-06-27
visual-check
소프트웨어 품질 보증 분석가·테스터

Use this skill to visually verify the pig-baron-site (Astro) in a REAL browser - it drives Chromium headless to screenshot routes, check responsive layouts at mobile and desktop widths, detect horizontal overflow, catch console/page errors, confirm every route returns 200 and images load, and smoke-test the interactions (FAQ accordion, gallery lightbox, quote-form submit→success swap, mobile nav). ALWAYS reach for it - a clean `astro build` does NOT prove the pages look right - whenever the user wants to screenshot, smoke-test, "check it in a browser", verify pages render, or look at the site; whenever they ask if a page is responsive, "looks right", "looks off", or "is squished on mobile"; whenever they worry an edit broke the layout or want to "check my work"; and proactively after you touch any page, component, global.css, or styling, and before pushing or deploying - even if they never say "Playwright", "screenshot", or "visual". Prefer it over the generic local-visual-test skill for this repo. It never o

2026-06-27
저장소 10개 중 10개 표시
모든 저장소를 표시했습니다