Skip to main content
Run any Skill in Manus
with one click
PatrikBak
GitHub creator profile

PatrikBak

Repository-level view of 10 collected skills across 1 GitHub repositories.

skills collected
10
repositories
1
updated
2026-07-10
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

generate-conversation
software-developers

Use this skill to build a defense-conversation fixture for the AI examiner engine โ€” author a problem plus a candidate persona defending a solution (anywhere from fully correct, through a subtly flawed one, to confident nonsense), then drive a full conversation by playing that candidate against the examiner CLI turn by turn. Produces a complete fixture (problem + reference + transcript) under `data/defense-fixtures/`. Do NOT use to evaluate an existing transcript โ€” use `judge`.

2026-07-10
judge
software-developers

Use this skill to evaluate an AI-examiner defense transcript โ€” whether the examiner leaked earned progress, whether its challenges were sharp and probed the real weakness, and whether every mathematical claim it made is correct. Fans out one blind reviewer per dimension, then synthesizes a verdict plus concrete prompt-fix ideas. Do NOT use to produce a transcript โ€” use `generate-conversation`.

2026-07-10
handout-finalize
software-developers

Use this skill to finalize a handout โ€” promote it from draft to published. Updates web/src/content/handouts.json, runs the Handouts CLI to build JSONs/PDFs, and validates. Trigger words: "finalize", "publish", "release", "ship" a handout. Do NOT use for writing or editing .tex content โ€” use the `handout-editor` skill for that.

2026-07-01
handout-translate
software-developers

Use this skill to make a target-language variant of a handout consistent with the source โ€” whether the target file doesn't exist yet (translate end-to-end) or already exists and just needs the latest changes synced (propagate delta). Operates on the PlainTeX+AMS-TeX+OPmac stack used by this project, CS / SK / EN. Trigger phrases: "translate this handout to SK", "preloลพte do ฤeลกtiny", "translate the EN version", "propagate this to SK", "sync the EN version", "apply these changes to other languages", "ensure this is in CS too", "update the other languages". Do NOT use for editing a single language variant in place (use `handout-editor`).

2026-07-01
add-problems
software-developers

Use this skill when adding a competition's problems to the site database through the bulk-import draft pipeline โ€” registering a brand-new competition in the taxonomy if it isn't there yet, authoring the draft folder (statements + solutions + images, one original language plus translations), and running the bulk-import CLI validate until it passes. Trigger phrases: "add a new competition", "import a contest's problems into the DB", "register a competition in the taxonomy", "create a bulk-import draft", "add a round/year of a competition". Do NOT use for editing handouts (use the handout-* skills). The skill ends at `validate`; `apply` runs only on the user's explicit say-so (see "Validate" below).

2026-06-30
extract-figures
software-developers

Use this skill to pull figures out of a vector competition PDF as small, faithful SVGs for the bulk-import pipeline โ€” auto-detecting each diagram, cropping it (keeping the real glyph outlines, not retypeset text), and rendering a PNG preview of every crop to verify. Trigger phrases: "extract the figures from this PDF", "crop the diagrams out of a competition PDF as SVGs", "get the figure for problem N", "I need the images from this competition PDF". Hands the cropped SVGs to the add-problems skill for placement. Do NOT use for raster/scanned PDFs (it only handles vector drawings), or for handling problem text.

2026-06-22
handout-editor
software-developers

Use this skill when editing one olympiad math handout file โ€” filling solutions, reformatting/transcribing, adding problems, or polishing prose. Operates on the PlainTeX+AMS-TeX+OPmac stack used by this project. Do NOT use for translating or propagating changes between CS/SK/EN language variants (use `handout-translate`).

2026-06-13
handout-typos
software-developers

Use this skill to proofread a handout .tex file for serious objective errors only โ€” misspellings, missing/wrong diacritics, broken agreement, missing words, repeated words, clear punctuation mistakes. Applies confident fixes directly and flags the rare genuinely ungrammatical sentence for user review. Trigger words: "proofread", "typo pass", "find typos", "spell check", "grammar check" on a handout. Languages: CS, SK, EN. Do NOT use for rephrasing, style polish, awkward-phrasing rewrites, or translation โ€” use the `handout-editor` skill for that.

2026-06-13
Showing top 8 of 10 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded