用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/k97/dock-tile --skill reclaude命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Smooth CSS custom property transitions between light/dark themes using @property registration. Use when: (1) theme toggle feels instant despite transition rules, (2) CSS custom properties (--background, --foreground, etc.) won't animate, (3) need smooth color transitions on :root variables. Covers @property syntax registration, Tailwind dark: hydration-safe patterns, and macOS-accurate glassmorphism values.
Create notarized macOS app releases with Sparkle auto-updates, DMG installers, and GitHub releases. Use when releasing macOS apps, creating DMG files, notarizing apps, or setting up Sparkle updates. Handles version updates, code signing, notarization, and distribution.
Full SEO + GEO + Fix workflow for web projects. Runs in three sequential phases: (1) technical SEO audit — verifiable bugs grouped by severity, including redirect-loop and canonical-host integrity checks (static + live redirect-chain trace); (2) GEO review — AI citation readiness, schema completeness, entity recognition; (3) implementation — applies all findings directly in the codebase with batched commits. Use when the user says "SEO audit", "GEO review", "AI search optimisation", "not being cited by AI", "fix SEO issues", "improve schema", "technical SEO", "not ranking", "redirect loop", "too many redirects", "www vs apex", "canonical host", or "apply SEO fixes". Supports scoped runs via flags appended to the invocation: --audit (Phase 1 only), --geo (Phase 2 only), --fix (Phase 3 only, requires reports in context), --full (all three phases, default).
基于 SOC 职业分类
正在显示 SKILL.md
| name | reclaude |
| description | Refactor CLAUDE.md files to follow progressive disclosure principles. Use when CLAUDE.md is too long or disorganized. |
Refactor CLAUDE.md files to follow progressive disclosure principles.
I want you to refactor my CLAUDE.md file to follow progressive disclosure principles.
Follow these steps:
Report the current line count. Flag issues:
.claude/rules/ files)Check for a ## Verification section with commands Claude can run after making changes. If missing:
## Verification section with discovered commandsThis is critical—Claude performs dramatically better when it can verify its work.
Identify any instructions that conflict with each other. For each contradiction, ask me which version I want to keep.
Look for content that could become a reusable global skill in ~/.claude/skills/:
If found, suggest creating a global skill with name and description.
Extract only what belongs in the root CLAUDE.md:
npm test, npm run build if standard).claude/rules/ files with brief descriptionsOrganize remaining instructions into .claude/rules/ files by category (e.g., TypeScript conventions, testing patterns, API design, Git workflow).
Identify content that should be removed entirely:
# Project Name
One-line description.
## Commands
- `command` - what it does (only non-obvious ones)
## Rules
- [Topic](/.claude/rules/topic.md) — brief description
## Verification
After making changes:
- `npm test` - Run tests
- `npm run lint` - Check linting
Keep in CLAUDE.md:
Move to .claude/rules/:
Remove entirely: