Agent Skill
2/7/2026

code-sync

Use when syncing all git repos under ~/code across machines, typically at end-of-day (push) or start-of-day (pull). Triggers on「同步代码」「code-sync」「下班同步」「上班更新」.

N
niracler
6GitHub Stars
1Views
npx skills add niracler/skill

SKILL.md

Namecode-sync
DescriptionUse when syncing all git repos under ~/code across machines, typically at end-of-day (push) or start-of-day (pull). Triggers on「同步代码」「code-sync」「下班同步」「上班更新」.

Personal Claude Code Skills

My personal Claude Code skills collection.

Installation

npx skills add niracler/skill

Or via Claude Code marketplace:

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

Skills

╭──────────────────────────────────────────────────────────╮
│  $ skill architecture                                    │
│                                                          │
│  External Dependencies:                                  │
│    CLI: git(6) · gh(3) · curl(1) · reminders-cli(2)     │
│         jq(2) · markdownlint-cli2(2) · osascript(2)     │
│         aliyun-cli(1) · pre-commit(1)                    │
│    API: Pinboard(1)                                      │
│    MCP: yunxiao(3) · context7(1)                         │
│                                                          │
│  Skill Dependencies:                                     │
│    diary-assistant                                       │
│    ├──▶ schedule-manager        task review               │
│    ├──▶ worklog                 work log                  │
│    │    └╌╌▶ yunxiao            云效 data                 │
│    └──▶ anki-card-generator     TIL → flashcards         │
│    note-to-blog                                          │
│    └╌╌▶ writing-proofreading    draft proofreading       │
│    writing-proofreading                                  │
│    └╌╌▶ markdown-lint           step 6 formatting        │
│    code-sync                                             │
│    └╌╌▶ git-workflow            dirty repo commits       │
│    git-workflow                                          │
│    └╌╌▶ yunxiao                 codeup.aliyun.com        │
│    skill-reviewer                                        │
│    └╌╌▶ writing-skills          quality audit (ext)       │
│    workspace-init ◇ dev-config-template                  │
│    workspace-planning ◇ dev-config-template              │
│    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 · worklog         │
│             pinboard-manager                             │
│    Writing  diary-assistant · note-to-blog               │
│             writing-proofreading · writing-inspiration   │
│    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, openspec🌐
workspace-planningProject schedule management with YAML-based modules, milestones, and delivery trackingdev-config-template🌐

Workflow

SkillDescriptionDependenciesScope
git-workflowConventional Commits, PR templates, release workflowgit, gh🌐
code-syncBatch sync git repos — push (end-of-day) or pull (start-of-day)git🌐
worklogPersonal work review with git stats, GitHub & Yunxiao integrationgit, gh, jq, yunxiao MCP🔒
markdown-lintmarkdownlint + pre-commit hook setup and batch fixNode.js, markdownlint-cli2
skill-reviewerAudit skills for quality and cross-platform compatibility
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 MCP🔒
pinboard-managerPinboard bookmark tag audit, dead link detection, and timeliness checkcurl, Pinboard API🌐
schedule-managerApple Calendar & Reminders via osascript, GTD methodologyreminders-cli🍎

Writing

SkillDescriptionDependenciesScope
note-to-blogScan Obsidian notes, evaluate blog-readiness, convert and create draftwriting-proofreading🔒
writing-inspirationGuided writing for travel notes, TIL, and articles
writing-proofreading6-step Chinese article review workflowmarkdownlint-cli2
diary-assistantDaily journal with GTD task review and work log automationreminders-cli🍎 🔒

Learning

SkillDescriptionDependenciesScope
anki-card-generatorGenerate Anki flashcards with atomization principles🌐

Fun

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

Recommended External Skills

SkillSourcePurpose
writing-skillsobra/superpowersDeep quality audit for skill-reviewer
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
Skills Info
Original Name:code-syncAuthor:niracler