Agent skill
anki
Anki 카드 분할 스킬. 정보 밀도 높은 Anki 카드를 원자적 단위로 분할. 사용 시점: (1) 사용자가 /anki 명령 실행, (2) Anki 카드 분할/분석 요청, (3) AnkiConnect 연결 상태 확인 요청
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/anki-shren207-awesome-anki
SKILL.md
Anki Card Splitter
정보 밀도 높은 Anki 카드를 원자적 단위로 분할하는 스킬.
실행
# 프로젝트 루트에서 실행
bun run src/index.ts <command>
명령어
| 명령어 | 설명 |
|---|---|
status |
AnkiConnect 연결 확인 |
split [deck] |
분할 미리보기 (Dry Run) |
split [deck] --apply |
분할 적용 |
analyze [deck] [noteId] |
카드 구조 분석 |
사전 조건
- Anki 실행:
open -a Anki --args -p test - AnkiConnect 설치 (코드: 2055492159)
.env에GEMINI_API_KEY설정
주의
- 반드시
test프로필에서만 실행 --apply없이 항상 미리보기 먼저 확인
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?