Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

forget-the-thunderdome

forget-the-thunderdome에는 ethos71에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
3
업데이트
2026-07-13
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dom-delegate
기타 컴퓨터 관련 직업

@dom's task-delegation system. Use when @dom needs to hand work to a subordinate bot (@smartballz, @job, @grof2, @nyx, etc.) — it writes a structured task into that bot's root TODO.md or memory; the bot implements it. @dom NEVER implements. Also use bot-side to read your own delegated tasks (dom intake). Commands: dom delegate/tasks/intake/bots.

2026-07-13
dom-usage
소프트웨어 개발자

Report AI token usage, cost, and latency per model and audit that Ollama routing is being enforced. Use when you want to know what tokens/cost went to which model (Ollama vs Haiku/Sonnet/Opus via OpenRouter), what Ollama saved vs paid tiers, the cost-vs-time tradeoff, or to verify the four-tier waterfall is keeping cheap/free work on local Ollama. Invoked as `dom usage` (named dom-usage to avoid colliding with Claude Code's built-in /usage). Reads the log that delegate_task/ask_local write.

2026-07-13
eval-enforcement
기타 컴퓨터 관련 직업

Gate any new MCP tool, skill, agent persona, voice profile, or LLM-backed surface behind a behavior eval before shipping. Also enforces skill shape, memory architecture, and workflow-script placement. Invoke when adding, renaming, or relaxing any of the above.

2026-07-13
form-parser
소프트웨어 개발자

Extracts and classifies form fields from job posting pages. Identifies form system (Workday, Lever, Greenhouse, LinkedIn, custom HTML). Maps resume data to standard fields. Suggests answers for custom fields. Outputs JSON schema showing what the user needs to fill in.

2026-07-13
job-discovery
소프트웨어 개발자

Discovers new job postings matching the user's criteria from major job boards. Runs daily to find roles matching profile.yaml's search section (target_roles, keywords, min_salary, remote_only). Outputs to the discovered_jobs table in data/job_tracker.db for curation.

2026-07-13
job-search-validation
인사 전문가

How to validate a job posting URL before adding it to the pipeline or recommending it to the user. Built from real failures during search sessions — HTTP 200 ≠ active posting, and most ATS systems serve empty pages to scrapers.

2026-06-11