Claude-skill-registry anki

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/anki" ~/.claude/skills/majiayu000-claude-skill-registry-anki && rm -rf "$T"
manifest: skills/data/anki/SKILL.md
safety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
  • references .env files
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content

Anki Card Splitter

정보 밀도 높은 Anki 카드를 원자적 단위로 분할하는 스킬.

실행

# 프로젝트 루트에서 실행
bun run src/index.ts <command>

명령어

명령어설명
status
AnkiConnect 연결 확인
split [deck]
분할 미리보기 (Dry Run)
split [deck] --apply
분할 적용
analyze [deck] [noteId]
카드 구조 분석

사전 조건

  1. Anki 실행:
    open -a Anki --args -p test
  2. AnkiConnect 설치 (코드: 2055492159)
  3. .env
    GEMINI_API_KEY
    설정

주의

  • 반드시
    test
    프로필에서만 실행
  • --apply
    없이 항상 미리보기 먼저 확인