learning-skills
New10Community RegistryDevelopmentby Niracler
Learning tools: Anki card generation
Community PluginView Source
Overview
My personal Claude Code skills collection.
Installation
bash
npx skills add niracler/skillOr via Claude Code marketplace:
bash
claude plugin marketplace add https://github.com/niracler/skill.gitSkills
text
╭──────────────────────────────────────────────────────────╮
│ $ skill architecture │
│ │
│ External Dependencies: │
│ CLI: git(7) · gh(3) · curl(2) · reminders-cli(3) │
│ jq(2) · markdownlint-cli2(2) · osascript(3) │
│ aliyun-cli(1) · pre-commit(1) · python3(1) │
│ API: Pinboard(2) │
│ MCP: yunxiao(3) · context7(1) │
│ │
│ Skill Dependencies: │
│ diary-assistant │
│ ├──▶ schedule-manager task review │
│ └──▶ anki-card-generator TIL → flashcards │
│ diary-note │
│ └╌╌▶ anki-card-generator optional TIL cards │
│ weekly-report │
│ └╌╌▶ yunxiao 云效 data │
│ note-to-blog │
│ └╌╌▶ writing-assistant draft proofreading │
│ writing-assistant │
│ └╌╌▶ markdown-lint step 6 formatting │
│ code-sync │
│ └╌╌▶ git-workflow dirty repo commits │
│ git-workflow │
│ └╌╌▶ yunxiao codeup.aliyun.com │
│ skill-reviewer │
│ └╌╌▶ skill-creator quality audit (built-in) │
│ workspace-init ◇ dev-config-template │
│ workspace-planning ◇ dev-config-template │
│ biweekly-collector ◆ Pinboard API │
│ pinboard-manager ◆ Pinboard API │
│ │
│ Groups: │
│ Workspace workspace-init · workspace-planning │
│ Workflow git-workflow · yunxiao · schedule-mgr │
│ ha-integration-reviewer · markdown-lint │
│ skill-reviewer · code-sync · weekly-report │
│ pinboard-manager │
│ Writing writing-assistant · diary-assistant │
│ diary-note · note-to-blog │
│ biweekly-collector │
│ Learning anki-card-generator │
│ Fun zaregoto-miko │
│ │
│ ──▶ dependency ╌╌▶ conditional/optional │
│ ◇ requires external template/repo │
│ ◆ requires external API/service │
╰──────────────────────────────────────────────────────────╯Scope: EN-friendly · macOS only · personal/niche
Workspace
| Skill | Description | Dependencies | Scope |
|---|---|---|---|
| workspace-init | Interactive initialization for dev-config-template workspaces — repos.json, CLAUDE.md, OpenSpec, environments, validation | git, jq, openspec | EN-friendly |
| workspace-planning | Project schedule management with YAML-based modules, milestones, and delivery tracking | dev-config-template | EN-friendly |
Workflow
| Skill | Description | Dependencies | Scope |
|---|---|---|---|
| git-workflow | Conventional Commits, PR templates, release workflow | git, gh | EN-friendly |
| code-sync | Batch sync git repos — push (end-of-day) or pull (start-of-day) | git | EN-friendly |
| weekly-report | 软件研发周报: scan schedules, git logs, daily notes into structured weekly report | git, reminders-cli, gh, yunxiao | personal |
| markdown-lint | markdownlint + pre-commit hook setup and batch fix | Node.js, markdownlint-cli2 | |
| skill-reviewer | Audit skills for quality and cross-platform compatibility | skill-creator (built-in) | |
| yunxiao | Alibaba Cloud DevOps CLI (git-repo, Push Review, OpenAPI) | git, yunxiao MCP / aliyun CLI | |
| ha-integration-reviewer | Home Assistant integration code review for PR prep | git, gh, Context7 MCP | personal |
| pinboard-manager | Pinboard bookmark tag audit, dead link detection, and timeliness check | curl, Pinboard API | EN-friendly |
| schedule-manager | Apple Calendar & Reminders via osascript, GTD methodology | reminders-cli | macOS |
Writing
| Skill | Description | Dependencies | Scope |
|---|---|---|---|
| writing-assistant | Writing companion: inspiration mode (brainstorm from scratch) + proofreading mode (6-step Chinese article review) | markdownlint-cli2 | |
| diary-assistant | Daily journal with GTD task review and planning | reminders-cli, schedule-manager | macOS, personal |
| diary-note | Quick-append notes to today's diary (experiences, TIL, insights) | — | |
| note-to-blog | Scan Obsidian notes, evaluate blog-readiness, convert and create draft | writing-assistant | personal |
| biweekly-collector | Collect raw materials from 8 sources (diary, Pinboard, Douban, Telegram, Calendar, Reminders, RSS digests, plrom) for personal biweekly diary | curl, reminders-cli, icalBuddy, git, python3, Pinboard API | macOS, personal |
Learning
| Skill | Description | Dependencies | Scope |
|---|---|---|---|
| anki-card-generator | Generate Anki flashcards with atomization principles | — | EN-friendly |
Fun
| Skill | Description | Dependencies | Scope |
|---|---|---|---|
| zaregoto-miko | Convert text to Zaregoto series Miko Aoi's speaking style | — | personal |
Recommended External Skills
| Skill | Source | Purpose |
|---|---|---|
brainstorming | obra/superpowers | Structured brainstorming before creative work |
Resources
- •skills.sh - Community-driven marketplace for AI agent skills. Browse by popularity and category, discover quality skills (React best practices, web design standards, security guides, etc.). Supports Claude Code, Cursor, Copilot, and 30+ agents.
- •skills CLI - Agent skills management CLI by Vercel.
npx skills add <owner/repo>to install. Supports global/project-level installation, auto-detects local agents, and batch updates. Pairs with skills.sh for a complete discover -> install -> manage workflow. - •Agent Skills Documentation
- •How to Create Custom Skills
- •Conventional Commits
- •Semantic Versioning
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/learning-skills.md https://raw.githubusercontent.com/niracler/skill/main/SKILL.md3
Invoke in Claude Code
/learning-skillsView source on GitHub
Frequently Asked Questions
What is learning-skills?
Learning tools: Anki card generation
How to install learning-skills?
To install learning-skills, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /learning-skills.
What is learning-skills best for?
learning-skills is a community categorized under Development. Created by Niracler.