TOEFL iBT 2026 備考教練與學習系統。在空白資料夾中自動展開完整的 12 週學習計畫、每日訓練素材、進度追蹤、模擬考、Anki 單字卡生成、TTS 聽力練習、口說評估、寫作批改。
npx skills add htlin222/toefl-skill
npx skills add -g htlin222/toefl-skill # global
npx skills add htlin222/toefl-skill --agent claude-code # specific agent一套 Claude Code 驅動的模組化 TOEFL 備考系統。本技能由 8 個獨立模組組成,採用 progressive disclosure——只在需要時才讀取對應模組。
toefl/
├── references
│ ├── exam-format-2026.md
│ ├── high-score-patterns.md
│ ├── listening-guide.md
│ ├── reading-guide.md
│ ├── resources-guide.md
│ ├── scoring-rubrics.md
│ ├── speaking-guide.md
│ ├── study-plan-12week.md
│ ├── vocabulary-core.md
│ └── writing-guide.md
├── scripts
│ ├── adaptive.py
│ ├── audio_utils.py
│ ├── daily.py
│ ├── generate_anki.py
│ ├── generate_listening.py
│ ├── generate_reading.py
│ ├── generate_speaking.py
│ ├── generate_writing.py
│ ├── init.py
│ ├── mock_test.py
│ ├── progress.py
│ ├── scaffold.py
│ ├── setup_env.py
│ ├── speaking_coach.py
│ └── writing_grader.py
└── SKILL.md
This skill follows the vercel-labs/skills protocol.
Each push to main triggers a GitHub Action that packages the skill as a .skill file
and creates a release tagged with the commit SHA.
MIT License