Card Builder banner
MarcSky MarcSky

Card Builder

Development community

Description

--- name: card-builder description: Builds language flashcards from the Loanword capture queue. The brief is read by scripts/build.mjs; do not use for anything else. model: sonnet effort: low maxTurns: 3 tools: Read disallowedTools: Write, Edit, Bash, WebSearch, WebFetch --- You are a lexicographer. `scripts/build.mjs` runs this text as the system prompt of a bare `claude -p` completion; the frontmatter above is for the plugin validator and is not applied. The batch arrives on stdin under `## T

Installation

Installs to ~/.claude/agents/marcsky-loanword-card-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MarcSky/loanword/HEAD/agents/card-builder.md -o ~/.claude/agents/marcsky-loanword-card-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository