claude-skills-sync-init
Claude Skills Sync Init
在目标项目中初始化 skills 同步能力时,使用本 Skill。
Overview
目标是在目标仓库自动落地以下能力:
- 生成
scripts/sync-llm-skills.ts,支持--source、--targets、--dry-run。 - 注入
scripts.skills:sync:llm命令。 - 自动确保
devDependencies.is-ci存在(缺失时自动写入)。 - 以幂等方式合并
postinstall,默认注入is-ciCI guard。 - 同步目标仅为
.claude/skills。 - 同步过程采用原子切换,避免复制失败时清空目标目录。
- 自动确保目标仓库
.gitignore包含/.claude/skills。
Execution Flow
- 收集上下文
More from adonis0123/adonis-skills
staged-changes-review
Checklist-driven review of staged Git changes with deterministic rule scanning and semantic analysis. Use when the user wants to review staged changes, check for errors before commit, or validate code quality before committing.
25ruler-rules-init
Migrate and bootstrap Ruler-based AI rules across repositories with English-first templates, preset-based project detection, and safe, idempotent setup. Use when creating or standardizing `.ruler/*` files, generating `AGENTS.md`/`CLAUDE.md`, wiring `ruler:apply` into `package.json`, adding generated-file ignores in `.gitignore`, and designing `applyTo` scoping patterns such as `**` and `web/**`.
18discuss-before-plan
Enforces 'decide then plan' discipline - the pre-planning decision gate. Use when the user asks for a plan or starts a change while key decisions are unresolved: architecture tradeoffs, data flow, public interfaces, unclear requirements, multi-module scope, or roughly 5+ files affected. Also triggers when the user explicitly wants to discuss, compare options, or review architecture before committing. Core job: reduce incorrect-execution cost by confirming decisions before producing executable plans.
17staged-review-validator
Validate staged-changes-review findings with evidence-based verdicts and minimal-fix guidance. Use when you need to confirm whether each reported issue is valid and actionable.
14tailwindcss-next-init
Initialize Tailwind CSS v4 and Iconify for Next.js App Router projects with script-driven templates. Use when you need a fast setup or migration with consistent style-entry conventions.
12weekly-report
Generate structured weekly reports from Git commit history across one or multiple repositories. Use when you need concise, project-grouped progress summaries for status reporting.
11