By taivop
Critique a plan, design, process, or document through a subtractive lens. USE WHEN user asks to simplify, cut, focus, reduce, tighten, or critique something for bloat — or when reviewing plans, processes, or designs that feel overbuilt.
A Git-based marketplace for reusable agent plugins and skills.
➡️ Not sure how to install this? See this guide.
skills/estonia-public-sources — routes questions across official Estonian public data sources.skills/estonian-store-search — searches Estonian building supply stores (Bauhof, Ehituse ABC, Decora, K-Rauta, Bauhaus, Depo) and grocery stores (Prisma, Rimi, Selver) for products, prices, and stock.skills/ester — searches the Estonian library catalog ESTER (ester.ee) for books, availability, and branch holdings.claude plugin marketplace add taivop/marketplace
claude plugin install estonia-public-sources@marketplace
claude plugin install estonian-store-search@marketplace
claude plugin install ester@marketplace
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo taivop/marketplace \
--path skills/estonia-public-sources
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo taivop/marketplace \
--path skills/estonian-store-search
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo taivop/marketplace \
--path skills/ester
See AGENTS.md for repository layout, maintainer workflow, and distribution metadata.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimRoute Estonian public-data questions to documented official APIs, downloads, and reproducible public web interfaces. Use for Estonian statistics, legislation, parliament, registries, public finance, procurement, environment, health, transport, municipal records, and other official data retrieval.
Generate a printable, text-free story coloring book PDF from a story idea, with consistent characters and real-landmark backgrounds. Use when the user asks to create a coloring book, coloring pages, or a wordless picture-story PDF. Requires an OpenAI API key.
Search Estonian building supply stores (Bauhof, Ehituse ABC, Decora, K-Rauta, Bauhaus, Depo), grocery stores (Prisma, Rimi, Selver), home furnishing (IKEA), and second-hand marketplaces (Vinted, Yaga) for products, prices, and stock. USE WHEN user asks to find products at Estonian stores, compare prices across them, or check availability.
Search and retrieve material from Estonia's digitized newspaper archive DEA/DIGAR (dea.digar.ee), including full-text results, OCR text, document clipping images, and full-issue PDFs. Use when researching historical Estonian newspapers, locating archived articles, or verifying information against digitized newspaper sources.
Searches the Estonian library catalog ESTER (ester.ee) to find books, check availability, and locate them in specific library branches. USE WHEN user asks to find a book in Estonian libraries, check if a book is available, find where to pick up a library book, search ESTER, or mentions Estonian library branches like Kalamaja, Keskraamatukogu, Tartu, etc.
npx claudepluginhub taivop/marketplace --plugin subtractMeta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.
Three lenses for clarity: vague requirements → specs (vague), strategy blind spots → 4-quadrant playbook (unknown), content vs form → leverage shift (metamedium)
Maximum-efficiency dev mode. Zero-fluff prose combined with YAGNI/ladder-first code decisions. One persona: the senior dev who deletes code for fun and bills by the syllable.
Skill 優化與 token 效率
Theory-grounded product-thinking discipline for AI agents. 58 skills, 13 theory gates, six diamond scales (Purpose to Market). Discovery to delivery with evidence gates that block on insufficient evidence.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.