2anki/2anki.net

Server to create Anki flashcards faster, easier and better today ⭐️

324Stars on the repository
46Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

_trio

01

2anki/2anki.net

Agent Claude Code

Shared working protocol for pm, designer, and engineer. Not a standalone agent — referenced by all three.

324 2d ago A 24 tokens

a11y-reviewer

02

2anki/2anki.net

Agent Claude Code

Read-only accessibility review of a web/ diff before flip-ready. Checks semantic HTML, keyboard navigation, focus states, labels, color contrast, ARIA misuse. Use after engineer finishes a UI change, before browser-check sign-off.

324 2d ago A 52 tokens

2anki/2anki.net

Agent Claude Code

Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week and names the biggest leak, plus churn cohorts and the cancel-flow funnel. Use weekly or before any prioritization decision.

324 2d ago A 53 tokens

dead-code-auditor

04

2anki/2anki.net

Agent Claude Code

Read-only scan for unused exports, unreferenced files, dead imports, and unreachable branches in src/ and web/src/. Returns a prioritized list. Never edits anything. Run quarterly (see .claude/rules/dependencies.md update rhythm).

324 2d ago A 56 tokens

designer

05

2anki/2anki.net

Agent Claude Code

Makes UI/UX, copy, and visual consistency decisions for 2anki.net. Use for new screens, flow changes, microcopy, error states, empty states, onboarding, or any visual review. Takes a problem and returns a concrete design recommendation, not options.

324 2d ago A 56 tokens

engineer

06

2anki/2anki.net

Agent Claude Code

Implements features and bug fixes for 2anki/server. Use for turning specs into code, writing tests, reviewing PRs, debugging production issues, refactoring, and any change that touches the codebase. Takes a spec or issue, produces working code with tests, opens a PR.

324 2d ago A 61 tokens

harness-auditor

07

2anki/2anki.net

Agent Claude Code

Read-only coherence audit of the agent harness itself — CLAUDE.md, the .claude/rules/, the FEATURE.md files, and memory. Flags contradictions between rules, stale incident references, prose rules that no longer match the code, and gaps where a rule is stated but no computational sensor enforces it. Returns a…

324 2d ago A 88 tokens

migration-reviewer

08

2anki/2anki.net

Agent Claude Code

Read-only safety review of a Knex migration before it ships. Checks locking behavior, backfill strategy, rollback, naming, and kanel regeneration. Use before flipping any PR that adds a migration to ready.

324 2d ago A 46 tokens

pm

09

2anki/2anki.net

Agent Claude Code

Acts as Product Manager for 2anki/server. Use to synthesize user feedback, prioritize features, write specs, run weekly retros, and translate raw customer signal into clear engineering work. Trigger on phrases like "what should I build next", "here's some feedback", "write a spec for X", or any time raw customer data…

324 2d ago A 72 tokens

2anki/2anki.net

Agent Claude Code

Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression test. Use when prod logs show a recurring crash with no open PR addressing it.

324 2d ago B 43 tokens

seo-content

11

2anki/2anki.net

Agent Claude Code

Owns landing-page content quality, topical authority, and internal linking on 2anki.net. Use for landing-page copy reviews, new landing-page proposals, content gaps against search intent, and sitemap audits.

324 2d ago A 44 tokens

seo-specialist

12

2anki/2anki.net

Agent Claude Code

Technical SEO strategist for 2anki.net — crawlability, indexation, Core Web Vitals, structured data, SERP/AI-overview features, and Search Console analysis. Use for technical SEO audits, schema work, sitemap/robots health, ranking diagnostics, and search-performance questions. seo-content owns the words; this agent…

324 2d ago A 77 tokens

support-triage

13

2anki/2anki.net

Agent Claude Code

Classify inbound support email (.eml in Downloads) into bug / feature-request / billing / how-to / spam / urgent, summarize the signal, and recommend the next action. Use whenever a new .eml lands or a batch is pasted.

324 2d ago A 55 tokens

test-writer

14

2anki/2anki.net

Agent Claude Code

Writes colocated tests for a given source file in an isolated worktree — Jest for src/, Vitest for web/src/. Reads the file, designs tests against the public surface, runs them, and returns the diff. Tests-only against existing source: the engineer owns tests that accompany a source change; this agent never edits…

324 2d ago A 0 tokens