BeClaude

learning-skills

New
10Community RegistryDevelopmentby Niracler

Learning tools: Anki card generation

Community PluginView Source

Overview

My personal Claude Code skills collection.

Installation

bash
npx skills add niracler/skill

Or via Claude Code marketplace:

bash
claude plugin marketplace add https://github.com/niracler/skill.git

Skills

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

SkillDescriptionDependenciesScope
workspace-initInteractive initialization for dev-config-template workspaces — repos.json, CLAUDE.md, OpenSpec, environments, validationgit, jq, openspecEN-friendly
workspace-planningProject schedule management with YAML-based modules, milestones, and delivery trackingdev-config-templateEN-friendly

Workflow

SkillDescriptionDependenciesScope
git-workflowConventional Commits, PR templates, release workflowgit, ghEN-friendly
code-syncBatch sync git repos — push (end-of-day) or pull (start-of-day)gitEN-friendly
weekly-report软件研发周报: scan schedules, git logs, daily notes into structured weekly reportgit, reminders-cli, gh, yunxiaopersonal
markdown-lintmarkdownlint + pre-commit hook setup and batch fixNode.js, markdownlint-cli2
skill-reviewerAudit skills for quality and cross-platform compatibilityskill-creator (built-in)
yunxiaoAlibaba Cloud DevOps CLI (git-repo, Push Review, OpenAPI)git, yunxiao MCP / aliyun CLI
ha-integration-reviewerHome Assistant integration code review for PR prepgit, gh, Context7 MCPpersonal
pinboard-managerPinboard bookmark tag audit, dead link detection, and timeliness checkcurl, Pinboard APIEN-friendly
schedule-managerApple Calendar & Reminders via osascript, GTD methodologyreminders-climacOS

Writing

SkillDescriptionDependenciesScope
writing-assistantWriting companion: inspiration mode (brainstorm from scratch) + proofreading mode (6-step Chinese article review)markdownlint-cli2
diary-assistantDaily journal with GTD task review and planningreminders-cli, schedule-managermacOS, personal
diary-noteQuick-append notes to today's diary (experiences, TIL, insights)
note-to-blogScan Obsidian notes, evaluate blog-readiness, convert and create draftwriting-assistantpersonal
biweekly-collectorCollect raw materials from 8 sources (diary, Pinboard, Douban, Telegram, Calendar, Reminders, RSS digests, plrom) for personal biweekly diarycurl, reminders-cli, icalBuddy, git, python3, Pinboard APImacOS, personal

Learning

SkillDescriptionDependenciesScope
anki-card-generatorGenerate Anki flashcards with atomization principlesEN-friendly

Fun

SkillDescriptionDependenciesScope
zaregoto-mikoConvert text to Zaregoto series Miko Aoi's speaking stylepersonal

Recommended External Skills

SkillSourcePurpose
brainstormingobra/superpowersStructured 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/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/learning-skills.md https://raw.githubusercontent.com/niracler/skill/main/SKILL.md
3
Invoke in Claude Code
/learning-skills
View 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.