tammai
UserClaude Code plugin for AI-assisted development: spec-driven task-workflow with an independent verifier, mechanical enforcement gates, and pinned-library knowledge distillation
Categories
Indexed Skills (19)
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'.
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'.
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'.
bigin-harness-setup
Scaffolds BigIn's AI workflow harness into a repo — CLAUDE.md brief, path-scoped .claude/rules/, commit-time guard + context-budget gates, optional Cursor mirror (AGENTS.md + .cursor/rules/). Profiles: nuxt, go, nodejs, next, flutter, generic. Triggers: 'set up harness', 'add AI rules', 'add Cursor support', 'migrate off Spec Kit'.
go-scaffold
Scaffolds a new Go modular-monolith REST API from scratch — empty repo or no go.mod. Gin, contract-first oapi-codegen, GORM + Postgres, JWT access/refresh auth, test-enforced module boundaries. Triggers: 'scaffold go api', 'create go rest api', 'new go backend'.
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 new Next.js App Router BFF app from scratch — empty repo or no next.config.ts. BFF preset (Zustand, TanStack Query, shadcn/ui, Zod, Vitest), plus dashboard and saas variants. Triggers: 'scaffold next', 'create next app', 'next saas template'.
nodejs-scaffold
Scaffolds a new Node.js modular-monolith REST API from scratch — empty repo or no package.json. Fastify, code-first OpenAPI via TypeBox, Drizzle + Postgres, JWT auth. Triggers: 'scaffold node api', 'create a fastify backend', 'new node backend'.
nuxt-scaffold
Scaffolds a new Nuxt 4 BFF app from scratch — empty repo or no nuxt.config.ts. Backend-wired proxy + typed API client; templates: starter, saas, dashboard, landing, docs, chat. Triggers: 'scaffold nuxt', 'create nuxt app', 'nuxt saas template'.
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.
knowledge-distill
Distills a library's docs and source at a pinned version into version-pinned knowledge/libraries/<lib>/ concept files, clean-context verified. Triggers: 'distill knowledge for nuxt@4.0.3', 'create a knowledge bundle for phaser', 'update the nuxt bundle to 4.1.0', /knowledge-distill.
epic-workflow
Breaks an initiative too big for one PLAN.md into ordered, independently shippable units, gets the decomposition approved, then dispatches one unit per session through task-workflow. Triggers: 'break this epic down', 'too big for one task', /epic-workflow.
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'.
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.
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.