Plugin Claude Code
ATS-optimized resume tailoring skill that replaces generic AI resume services. Multi-stage workflow: intake, strategic questions, job-specific optimization, ATS scoring, and DOCX generation. Supports EN/US and RU/CIS locales.
Plugin Claude Code
ATS-optimized resume tailoring skill that replaces generic AI resume services. Multi-stage workflow: intake, strategic questions, job-specific optimization, ATS scoring, and DOCX generation. Supports EN/US and RU/CIS locales.
Instructions file CodexOpenCode
Instructions for olegvg/resume-tailor-plugin, covering agents.md, project overview, repo layout and verification.
Instructions file
Instructions for olegvg/resume-tailor-plugin, covering claude.md, project overview, architecture, key concepts and external dependency.
Skill Claude CodeCodex
Tailors a resume to a specific job description with ATS optimization. Use when asked to optimize a resume, tailor CV for a job, create an ATS-friendly resume, generate a cover letter, or adapt career profile for a specific role. Triggers on: "resume", "CV", "tailor", "ATS", "job application", "cover letter", "optimize…
Plugin Claude Code
Self-hosted marketplace for grouped OlegVG agent skills.
Plugin Claude Code
Grouped personal skills for agent workflows: three-layer KB management and portable core development cleanup.
Instructions file CodexOpenCode
Instructions for olegvg/olegvg-skills, covering agents.md, what this repo is, always-on rules, progressive disclosure and current install groups.
Instructions file
Instructions for olegvg/olegvg-skills, a project described as: Claude Code plugin: three-layer knowledge base pattern (sources, summaries, indexes) for agents over codebases and notes archives.
Command
Build a fresh three-layer KB for a corpus.
Command
Check whether .kb/ is stale — read-only, returns refresh candidates.
Command
Guided KB maintenance: check drift, refresh selected paths, and record shipped decisions.
Command
Query the .kb/ knowledge base using progressive disclosure.
Command
Record a shipped decision from a completed plan into .kb/decisions/.
Command
Synchronize .kb/ with changes in one or more corpus paths.
Plugin Claude Code
Transcribe audio with local or OpenAI ASR and local speaker diarization.
Skill Claude CodeCodex
Transcribe audio recordings into word-timestamped, speaker-labelled JSON and readable text with local or OpenAI ASR plus local diarization. Use for voice memos, meetings, interviews, calls, multi-speaker recordings, transcription requests, diarization requests, speaker labels, subtitles, resumable audio processing, or…
Skill Claude CodeCodex
Use when building a fresh three-layer knowledge base for a corpus. Walks the corpus, groups files by semantic domain, writes summaries and indexes into .kb/. Triggers on "build the knowledge base", "map this corpus", "ingest the corpus", "создать kb", "сгенерировать базу знаний".
Skill Claude CodeCodex
Use when checking whether .kb/ is out of date with the corpus. Read-only. Applies heuristics to git log since the refresh watermark and returns refresh candidates. Triggers on "check drift", "is the kb stale", "что устарело в kb", "нужна ли синхронизация".
Skill Claude CodeCodex
Use when the user wants a guided maintenance pass over .kb/ — check drift, choose refresh paths, and optionally record shipped decisions. Orchestrates kb-check-drift, kb-refresh, and kb-record-decision without hiding write boundaries. Triggers on "maintain the kb", "update and record decisions", "обслужить kb"…
Skill Claude CodeCodex
Use when answering a question against a .kb/ knowledge base. Enforces indexes-first navigation — reads root.md, picks area indexes, descends to summaries. Triggers on "query the kb", "ask the knowledge base", "найди в kb", "спроси базу знаний".
Skill Claude CodeCodex
Use when a completed plan's shipped decisions should be preserved as durable knowledge. Extracts a decision record from a completed plan and writes it to .kb/decisions/. Triggers on "record the decision", "distill the plan", "extract decisions", "создать decision record", "сохранить решения из плана".
Skill Claude CodeCodex
Use when synchronizing .kb/ with recent changes in one or more corpus paths. Reads git diff since the KB refresh watermark, updates affected summaries and indexes, advances .kb-state.json. Triggers on "refresh the kb", "sync the knowledge base", "update knowledge base", "обновить kb", "синхронизировать базу знаний".
Skill Claude CodeCodex
Use when the user asks to simplify code, clean up a diff, reduce implementation complexity, remove duplication, improve reuse or efficiency, or run a portable /simplify-style pass without changing behavior. Triggers on "/simplify", "simplify this", "clean up this implementation", "упрости реализацию", "почисти код"…