cfn-expert-update
Update CFN system expert agent with relevant git commits and project changes
npx skills add majiayu000/claude-skill-registry --skill cfn-expert-update --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# CFN Expert Update Skill ## Purpose Updates the CFN system expert agent's knowledge base with relevant git commits and project changes. This skill analyzes recent commits, determines their relevance to the CFN system, and injects new knowledge into the expert agent to keep it up-to-date with the latest system changes. ## Usage ```bash # Basic usage (scan last 10 commits or since last update) bash .claude/skills/cfn-expert-update/update-expert.sh # Dry run to see what would be updated bash .claude/skills/cfn-expert-update/update-expert.sh --dry-run # Scan commits since specific hash bash .claude/skills/cfn-expert-update/update-expert.sh --since=<commit_hash> # Force update even if no changes detected bash .claude/skills/cfn-expert-update/update-expert.sh --force # Combine options bash .claude/skills/cfn-expert-update/update-expert.sh --dry-run --since=HEAD~5 --force ``` ## Options - `--dry-run`: Show what would be updated without making changes - `--since=<hash>`: Update from specific commit instead of last tracked - `--force`: Force update even if no new commits detected ## Relevance Scoring The skill classifies commits into three relevance levels: ### High Priority (always includ
- Purpose
- Usage
- Options
- Relevance Scoring
- High Priority (always included)
- Medium Priority (usually included)
- Low Priority (sometimes included)
- Update Process
- Output Structure
- Requirements
- Troubleshooting
- "Not in a git repository"
- "CFN system expert agent not found"
- "Missing required commands"
Basic usage (scan last 10 commits or since last update) bash .claude/skills/cfn-expert-update/update-expert.sh Dry run to see what would be updated bash .claude/skills/cfn-expert-update/update-expert.sh --dry-run Scan commits since specific hash bash .claude/skills/cfn-expert-update/update-expert.sh --since=<commit_hash> Force update even if no changes detected bash .claude/skills/cfn-expert-update/update-expert.sh --force Combine options bash .claude/skills/cfn-expert-update/update-expert.sh --dry-run --since=HEAD~5 --force
What does the cfn-expert-update skill do?
Update CFN system expert agent with relevant git commits and project changes
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill cfn-expert-update --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
