By Alex-Kopylov
Version-controlled job application workspace with resume tailoring, PDF export, metadata scrubbing, and pre-send checks.
Tailor my resume, customize CV for a job, optimize resume for a role, update resume for a position, rewrite resume for this JD, generate a targeted CV, fit my resume to this posting, tailor CV for job description, batch resumes for multiple jobs, multi-job resume tailoring.
Use when the user asks to "scrub PDF metadata", "clean the PDF", "strip CV metadata", "remove author from PDF", "sanitize PDF", "wipe PDF info", "clear PDF properties", "clean up before sending", "remove creation date", or after exporting a PDF that will be sent to a recruiter. Strips Author, Title, Producer, Creator, CreationDate, ModifyDate, XMP, and custom metadata fields using exiftool, then sets a clean Author field back. Called automatically by export-pdf as its final step.
Use when the user asks to "prepare to send", "final check", "ready to send", "pre-send checklist", "is this ready", "is this clean", "can I attach this", "run the checklist", "verify the CV", or "check before sending". Runs the complete pre-send audit — filename sanity, HTML↔PDF parity, metadata scrub, visible content scan, sensitive file presence, content correctness, final sanity — and fails loudly on any issue. Nothing ships with warnings.
Use when the user asks to "export the PDF", "regenerate PDF", "build PDF from HTML", "convert HTML CV to PDF", "refresh the PDF", "HTML to PDF", "render CV to PDF", "produce PDF from HTML", "generate PDF", or after editing a CV HTML and needs a fresh PDF. Converts an HTML CV into a PDF using headless Chromium, ensuring consistent rendering across all applications.
Use when the user asks to "initialize job hunt workspace", "set up job seeking folder", "create CV workspace", "bootstrap resume folder", "prepare job search folder", "start job hunt setup", "create application tracking workspace", "first time setup for job applications", or is starting the job-hunt-toolkit for the first time. Creates the workspace directory structure, generates README/AGENTS.md/NAMING.md from plugin templates, copies master HTML CV into workspace, and primes the workspace for per-company folders.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Simple, robust, and versatile marketplace for agent plugins, forged for the chaos of the AI world.
It collects practical tools for Codex and Claude Code across LLM observability, API exploration, development workflows, assistant operations, research notes, cloud storage, local automation, runtime app verification, and job-search workflows.
flowchart TB
subgraph RowOne[" "]
direction LR
Langfuse["`**langfuse**
Trace exploration, datasets,
evaluators, dashboards, and experiments`"]:::langfuse
OpenAPITools["`**openapi-tools**
List and inspect OpenAPI endpoints
on running services`"]:::openapi
LLMApplicationDev["`**llm-application-dev**
Agent pattern selection and
schema-guided reasoning`"]:::llm
PythonDevWorkflow["`**python-dev-workflow**
Pytest, Redis test patterns,
Celery, and unit-test review agents`"]:::python
DevWorkflow["`**dev-workflow**
Commits, PRs, tickets, releases,
and review-comment workflows`"]:::dev
end
subgraph RowTwo[" "]
direction LR
WorkSessionTools["`**work-session-tools**
Daily notes, task tracking,
interviews, and team planning`"]:::session
AIAssistantOps["`**ai-assistant-ops**
Assistant setup audits, skill improvement,
harness adaptation, and Markdown cleanup`"]:::ops
OSTools["`**os-tools**
Local macOS automation utilities
for assistant workflows`"]:::os
CloudStorageTools["`**cloud-storage-tools**
User-file storage workflows for
Dropbox, Drive, OneDrive, and MEGA`"]:::storage
JobHuntToolkit["`**job-hunt-toolkit**
Versioned job applications with
resume tailoring and PDF checks`"]:::job
end
subgraph RowThree[" "]
direction LR
RunAndVerifyApp["`**run-and-verify-app**
Launch apps, verify runtime behavior,
and record run recipes`"]:::runverify
MermaidDiagrams["`**mermaid-diagrams**
Mermaid generation,
syntax references, and linting`"]:::mermaid
end
Langfuse ~~~ OpenAPITools ~~~ LLMApplicationDev ~~~ PythonDevWorkflow ~~~ DevWorkflow
WorkSessionTools ~~~ AIAssistantOps ~~~ Research ~~~ OSTools ~~~ CloudStorageTools ~~~ JobHuntToolkit
RowOne ~~~ RowTwo
RowTwo ~~~ RowThree
RunAndVerifyApp ~~~ MermaidDiagrams
classDef langfuse fill:#dff7ff,stroke:#0284c7,stroke-width:2px,color:#0f172a;
classDef openapi fill:#dcfce7,stroke:#16a34a,stroke-width:2px,color:#052e16;
classDef llm fill:#fef3c7,stroke:#d97706,stroke-width:2px,color:#451a03;
classDef python fill:#ede9fe,stroke:#7c3aed,stroke-width:2px,color:#2e1065;
classDef dev fill:#fee2e2,stroke:#dc2626,stroke-width:2px,color:#450a0a;
classDef runverify fill:#e0f2fe,stroke:#0369a1,stroke-width:2px,color:#082f49;
classDef session fill:#ccfbf1,stroke:#0f766e,stroke-width:2px,color:#042f2e;
classDef ops fill:#fce7f3,stroke:#db2777,stroke-width:2px,color:#500724;
classDef research fill:#fef9c3,stroke:#ca8a04,stroke-width:2px,color:#422006;
classDef os fill:#e0e7ff,stroke:#4f46e5,stroke-width:2px,color:#1e1b4b;
classDef storage fill:#ecfccb,stroke:#65a30d,stroke-width:2px,color:#1a2e05;
classDef job fill:#ffedd5,stroke:#ea580c,stroke-width:2px,color:#431407;
classDef mermaid fill:#f0fdf4,stroke:#059669,stroke-width:2px,color:#052e16;
style RowOne fill:transparent,stroke:transparent,color:transparent;
style RowTwo fill:transparent,stroke:transparent,color:transparent;
style RowThree fill:transparent,stroke:transparent,color:transparent;
Use this README when you want to install the marketplace, install a plugin, or
choose what each plugin is for. Developer and maintenance notes live in
AGENTS.md.
Add the marketplace:
codex plugin marketplace add Alex-Kopylov/zweihander
Install a plugin:
codex plugin add langfuse@zweihander
List available plugins:
codex plugin list
Update the installed marketplace:
codex plugin marketplace upgrade zweihander
Add the marketplace from inside Claude Code:
/plugin marketplace add Alex-Kopylov/zweihander
Install a plugin:
/plugin install langfuse@zweihander
Update the installed marketplace:
/plugin marketplace update zweihander
For scripts or automation, use the non-interactive CLI:
claude plugin marketplace add Alex-Kopylov/zweihander
claude plugin install langfuse@zweihander
claude plugin marketplace update zweihander
plugin@zweihander, for example
langfuse@zweihander.langfuseUse when: you need to inspect Langfuse data, create or update evaluation assets, compare experiment runs, or manage dashboard widgets.
Skills
npx claudepluginhub alex-kopylov/zweihander --plugin job-hunt-toolkitPython pytest planning, unit/integration test writing, Celery and Redis test references, production Celery guidance, and test agents.
Skills for listing and inspecting OpenAPI endpoints on running services.
LLM application design, agent pattern selection, and schema-guided reasoning patterns.
Dropbox, Google Drive, OneDrive, and MEGA style user-file storage tools.
Generate and validate Mermaid diagrams with synced syntax references.
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Build and maintain an LLM-curated personal knowledge base with default local FastEmbed + sqlite-vec search, BM25 fusion, structured evidence, incremental caching, and a compiled graph layer.