tammai
UserClaude Code plugin for AI-assisted development: spec-driven task-workflow with an independent verifier and enforcement gates
Categories
Indexed Skills (17)
skill-bench
Benchmarks a skill's outcome quality and consistency — same task with the skill available vs masked, k trials per arm, scored on a rubric (pass@k, pass^k). Triggers: 'benchmark this skill', 'run skill-bench', 'does this skill actually help'.
harness-audit
Audits this bigin-skills plugin against current official Claude Code docs (skills, hooks, sub-agents, plugins, memory) — findings report only, never auto-fixes. Triggers: 'audit the harness', 'recheck against best practices', 'is this still current'.
bigin-harness-setup
Scaffolds BigIn's AI workflow harness into a repo — CLAUDE.md brief, path-scoped .claude/rules/, commit-time gates (guard hooks + context-budget check). Profiles: nuxt, go, nodejs, next. Triggers: 'set up harness', 'add AI rules', 'add CLAUDE.md'.
debug-workflow
Systematic debugging with triage — fast path for obvious bugs, full guarded workflow (repro → evidence → hypothesis → fix → prevention) for hard ones. Triggers: 'why is this failing', 'debug this', 'this test is flaky', 'production incident'.
go-scaffold
Scaffolds a production-ready Go modular-monolith REST API — chi, contract-first oapi-codegen + sqlc, Postgres/pgx, JWT+argon2id+RBAC, users/posts example modules. Triggers: 'scaffold go api', 'create go rest api', 'new go backend', or a repo with no go.mod.
model-router
Scores task capability and verification needs on separate axes, then routes execution to the quick-executor, standard-worker, or deep-architect subagent; also sets the project's model ladder. Triggers: 'route this task', 'which model should handle this', 'quick or deep'.
next-scaffold
Scaffolds a Next.js App Router BFF app — create-next-app plus the BFF preset (Zustand, TanStack Query, shadcn/ui, Zod, Vitest); `dashboard` adds an admin shell, `saas` a real-backend auth flow. Triggers: 'scaffold next', 'create next app', 'next saas template', or a repo with no next.config.ts.
nodejs-scaffold
Scaffolds a production-ready Node.js modular-monolith REST API — Fastify, TypeBox code-first OpenAPI, Drizzle + Postgres, JWT+argon2id, outbox/inbox, job queue. Triggers: 'scaffold node api', 'create a fastify backend', 'new node backend', or a repo with no package.json.
nuxt-scaffold
Scaffolds a Nuxt 4 BFF app with a backend-wired proxy + typed API client — `starter` runs npm create nuxt@latest, other templates (saas, dashboard, landing, docs, chat…) clone the matching ui.nuxt.com starter. Triggers: 'scaffold nuxt', 'create nuxt app', 'nuxt saas template', or a repo with no nuxt.config.ts.
nuxt-ui-figma-handoff
Turns a Nuxt UI Figma handoff into code — theme tokens into main.css, component overrides into app.config.ts. Requires a Figma file/frame URL. Triggers: 'implement this Figma design in our Nuxt UI app', 'sync our theme with the Figma handoff'.
session-handoff
Session handoff and state persistence. Use when: user says 'save session', '/save-session', 'near limit', 'running out of tokens', or needs to continue work in a new session. Saves current state (tasks, decisions, uncommitted changes) to .claude/memory/SESSION.md and loads it on session resume.
sprint-distill
End-of-sprint distillation: merged PRs + touched knowledge/ concepts → proposal-first knowledge/ and bigin-skills updates. Compresses, never appends. Triggers: 'sprint distill', 'end of sprint', 'end-of-sprint review'.
task-workflow
AI task workflow — scope → spec → approved PLAN.md → implement/verify loop (capped, independent verifier) → review → cleanup. Triggers: 'implement X', 'add a feature', 'fix bug in Z', /task-workflow, or any non-trivial feature/bug-fix work.
write-tests
Writes scoped, style-matched tests for a specific file or function. Triggers: 'write tests for X', 'test this function', 'generate unit tests'.
slides-to-pdf
Converts an HTML slide deck (produced by the workshop-slides skill) into a single multi-page PDF — one page per slide, at 1280×720 (16:9), with backgrounds, gradients, Google Fonts, and accent colors preserved exactly as they appear on screen. Renders each slide through headless Chromium's print-to-PDF via Playwright, then merges the pages with pypdf. Use this skill whenever the user wants to export, convert, download, print, or share a slide deck as a PDF. Triggers on phrases like "convert my slides to PDF", "export the deck as PDF", "turn this HTML deck into a PDF", "make a PDF of the slides", "print the deck", "I need a PDF version", "slides to pdf". Also trigger proactively right after generating a deck with workshop-slides if the user mentions emailing, uploading, printing, or handing out the slides.
soft-visuals
Generates soft, flat, pastel visuals — the Whimsical-style look — as self-contained inline SVG: flowcharts, architecture diagrams, wireframes (desktop and mobile), mindmaps, org charts, sequence diagrams, Gantt timelines, kanban boards, and user journey maps. Rounded cards with translucent hue fills, one even stroke weight, rounded elbow connectors, no shadows. Output is a single .html file with a built-in dark/light toggle, and every <svg> can be pasted straight into a workshop-slides deck. Use this skill whenever the user wants to draw, diagram, map, mock up, chart, or visualise something. Triggers on phrases like "draw a diagram", "diagram this", "make a flowchart", "chart this flow", "architecture diagram", "system diagram", "visualise this", "wireframe this", "mock up a screen", "UI mockup", "mindmap", "mind map this", "org chart", "team structure", "sequence diagram", "show the request flow", "timeline", "gantt chart", "roadmap view", "kanban board", "user journey map", "whimsical style diagram", "sketc
workshop-slides
Generates a complete, self-contained HTML slide deck for workshops and presentations. Fully brandable: accent color, background, fonts, and watermark logo are all configurable. Defaults to the BigIn design system (dark slate + orange, Google Sans). Use this skill whenever the user wants to create workshop slides, build a presentation, make a slide deck, or generate slides for a training session or talk — even if they only provide a topic and no content. Triggers on phrases like "create slides for X", "make a workshop deck", "build a presentation about X", "generate slide deck for X", "workshop slides", "presentation slides". Also trigger proactively when a user is preparing a workshop, training session, or talk and mentions wanting to present something, even if they don't say "slides" explicitly.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.