kit/plugins/team-defaults/skills/sync-rules/SKILL.md
Installs the team's shared rule files into ~/.claude/rules/. Copies the bundled plan-mode, UI, JSDoc, and review rules with per-file confirmation. Use when asked to sync team rules.
npx skillsauth add shawn-sandy/agentics sync-rulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Copy the rule files bundled with this plugin into the user's global rules directory so every project on their machine picks them up.
${CLAUDE_PLUGIN_ROOT}/skills/sync-rules/rules/~/.claude/rules/ (create it if missing, including reference/)Files to sync:
| File | Purpose |
|------|---------|
| plan-mode.md | Plan-mode workflow: frontmatter, naming, required structure |
| reference/SKELETON.md | Starter skeleton for new plan files |
| component-driven-ui.md | Bottom-up component composition rule (scoped to JS-framework files) |
| typescript-jsdoc.md | JSDoc documentation rule (scoped to TS/JS files) |
| review-bot-loops.md | Guard against automated review-bot iteration loops |
diff -q) → mark as up to date, skip silently.AskUserQuestion before overwriting. New files need no confirmation.~/.claude/rules/ that this plugin does not ship — the destination may contain the user's own rules.plan-mode.md references a validate-plan-filename hook; that hook ships with the plan-agent plugin, not this one. Mention it if the user doesn't have plan-agent installed.development
Checks whether the branch's PR is ready and merges it when green. Runs the readiness gate, lint, and an approval prompt. Use when the user asks "merge?" or if a PR is ready to merge.
development
Implements a plan file that already exists. Walks its steps, ticks the spec, re-renders, and runs the completion gates. Use when asked to implement an existing plan.
development
Audits and optimizes CLAUDE.md project memory files. Checks adherence to Claude Code best practices and produces actionable fixes. Use when the user asks to audit, optimize, or diagnose a CLAUDE.md.
development
Converts an HTML artifact or Markdown file into a draft post for a static site. Scopes CSS to keep interactive blocks alive and escapes prose for MDX. Use when asked to turn an artifact into a post.