localplugins

60 mods across 1 repository, 5 stars between them.

transcreation

25

localplugins/plugins

Skill Claude CodeCodex

Transforms marketing content across languages and markets through transcreation — adapting message, tone, and cultural references instead of translating word for word — while honoring per-locale brand rules and a do-not-translate glossary. Use when localizing content or when a locale is set. Trigger with…

5 1mo ago A 82 tokens original MIT

cv-forge

26

localplugins/plugins

Plugin Claude Code

Turn one versioned résumé file (JSON Resume) into an ATS-friendly PDF in the template that fits you best — no Node, no keys, no network; just a browser.

5 1mo ago A tokens not measured original MIT

cv-make

27

localplugins/plugins

Command

Render the active résumé through the active template into a self-contained HTML file, ready to open and Save as PDF.

5 1mo ago A 27 tokens original MIT

cv-new

28

localplugins/plugins

Command

Create resume.json — import an existing résumé or answer guided questions — then set the active template and confirm with /cv-status.

5 1mo ago A 28 tokens original MIT

cv-status

29

localplugins/plugins

Command

Print the active résumé/template summary plus section counts, on demand (the same checks the SessionStart hook runs, plus a résumé content summary).

5 1mo ago A 31 tokens original MIT

cv-use

30

localplugins/plugins

Command

List the available résumé templates and switch which one renders the active résumé.

5 1mo ago A 17 tokens original MIT

generate-resume

31

localplugins/plugins

Skill Claude CodeCodex

Render a JSON Resume file through an HTML template into a self-contained, ATS-friendly document ready for the browser's Save-as-PDF. Use when the user asks to render, build, generate, or export their résumé/CV.

5 1mo ago A 50 tokens original MIT

docpin

32

localplugins/plugins

Plugin Claude Code

Grounds Claude in documentation matched to the library versions installed in your project — across npm, PyPI, crates.io, and Go. Zero-config, no API key.

5 1mo ago A tokens not measured original MIT

citation-guardian

33

localplugins/plugins

Agent

Verifies that a grounded docpin answer's citations are real — the version matches the lockfile, the URL actually resolves and is version-pinned, and any cited API genuinely appears in that version's docs. Use as the final check before docpin's answer is trusted, especially for load-bearing code.

5 1mo ago A 65 tokens original MIT

doc-fetcher

34

localplugins/plugins

Agent

Runs docpin's resolve → fetch → distill loop for ONE library in isolation, keeping the multi-step lookup out of the main session's context. Use when the main session needs version-matched docs for a library and you want the fetch/registry-lookup noise kept out of its context.

5 1mo ago A 63 tokens original MIT

docs-scan

35

localplugins/plugins

Command

Report which of this project's direct dependencies docpin can resolve version-matched documentation for.

5 1mo ago A 17 tokens original MIT

docs-setup

36

localplugins/plugins

Command

Detect ecosystems in this project and write or update the docpin config at .docpin/config.json.

5 1mo ago A 20 tokens original MIT

docs

37

localplugins/plugins

Command

Fetch version-matched documentation for a library used in this project and ground an answer in it (optionally narrowed to a topic).

5 1mo ago A 26 tokens original MIT

docpin

38

localplugins/plugins

Skill Claude CodeCodex

Use when about to write or explain code that imports or calls a third-party library, or when the user asks how to use a named library/framework — resolves the version installed in the project and grounds the answer in version-matched documentation.

5 1mo ago A 50 tokens original MIT

green-keeper

39

localplugins/plugins

Plugin Claude Code

Keeps your tests and types green while you code — fixes red with minimal changes, maintains behavioral tests, and won't let you walk away from red. No fake-green.

5 1mo ago A tokens not measured original MIT

fixer

40

localplugins/plugins

Agent

Fixes one failing test or type/compile error with the smallest correct change and re-runs to confirm. Applies the anti-fake-green rules. Use to turn a specific red item green.

5 1mo ago A 42 tokens original MIT

green-guardian

41

localplugins/plugins

Agent

Verifies that a fix or new test made something genuinely green and did not cheat. Enforces the anti-fake-green rules and runs revert-verification. Use as the final check before green-keeper reports success.

5 1mo ago A 47 tokens original MIT

test-writer

42

localplugins/plugins

Agent

Writes or updates a behavioral test for changed code, following test-quality, and verifies the test actually exercises the change. Use to cover new/changed code.

5 1mo ago A 35 tokens original MIT

cover

43

localplugins/plugins

Command

Write or update behavioral tests for the code you just changed, and verify they actually exercise the change.

5 1mo ago A 20 tokens original MIT

green-setup

44

localplugins/plugins

Command

Detect this repo's test and type/compile commands and cache them to .green-keeper/config.json so green-keeper (and its hooks) know how to run.

5 1mo ago A 34 tokens original MIT

green

45

localplugins/plugins

Command

Make everything green — fix failing tests and type/compile errors with minimal, real changes and re-run until the suite and types pass. No fake-green.

5 1mo ago A 31 tokens original MIT

anti-fake-green

46

localplugins/plugins

Skill Claude CodeCodex

Use whenever fixing a failing test/type error or writing a test, to guarantee the fix is real and not a cheat. Defines what counts as fake-green and how to verify a fix is legitimate.

5 1mo ago A 44 tokens original MIT

runner-detection

47

localplugins/plugins

Skill Claude CodeCodex

Use to figure out how to run a repo's tests and type/compile checks, and to write the green-keeper config. Covers common ecosystems and the config schema.

5 1mo ago A 38 tokens original MIT

test-quality

48

localplugins/plugins

Skill Claude CodeCodex

Use when writing or evaluating a test. Defines what makes a test good — behavioral, focused, and actually able to catch a regression.

5 1mo ago A 30 tokens original MIT