workflow-claude-commands
Track Claude Code commands report changes and find what needs updating
Install / Use
npx skills add shanraisshan/claude-code-best-practiceInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
AutomationSupported Platforms
Tags
Our assessment of workflow-claude-commands
workflow-claude-commands scores 94/100 on our quality scale, 158th of 1,267 Automation skills we index (top 13%).
Its Claude Commands is 6.9 KB long, well organised into 10 sections with 2 code examples: a thorough specification that gives an agent plenty to work with.
With 66,294 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated yesterday, so workflow-claude-commands is actively maintained.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-25. Automated pattern scan on 2026-09-25. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
workflow-claude-commands compared with similar skills
All 4 of these similar skills score higher than workflow-claude-commands; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| workflow-claude-commands (this skill)by shanraisshan | 94 | 66.3k | 1d ago | Claude Commands |
| claude-memby thedotmack | 100 | 94.7k | 1d ago | CLAUDE.md |
| Agent-Reachby Panniantong | 100 | 85.4k | 10d ago | CLAUDE.md |
| Understand-Anythingby Egonex-AI | 100 | 84.2k | 13d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.8k | today | CLAUDE.md |
Frequently asked questions
- How do I install workflow-claude-commands?
- Run
npx skills add shanraisshan/claude-code-best-practice. The install tabs above show the steps for each supported agent. - Which AI agents does workflow-claude-commands work with?
- It is written for Claude Code, as a Claude Commands file. Other agents that read the same format can often use it too.
- Is workflow-claude-commands safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is workflow-claude-commands still maintained?
- The repository was last updated yesterday, so workflow-claude-commands is actively maintained.
Skill content
View source on GitHubdescription: Track Claude Code commands report changes and find what needs updating argument-hint: [number of versions to check, default 10]
Workflow Changelog — Commands Report
You are a coordinator for the claude-code-best-practice project. Your job is to launch a research agent, wait for its results, and present a report about drift in the Commands Reference report (best-practice/claude-commands.md).
This workflow checks for exactly two types of drift:
- Frontmatter fields — any field added or removed in the official docs
- Official commands — any built-in slash command added or removed
Versions to check: $ARGUMENTS (default: 10 if empty or not a number)
This is a read-then-report workflow. Launch the agent, merge findings, and produce a report. Only take action if the user approves.
Phase 1: Launch Research Agent
Spawn the workflow-claude-commands-agent with this prompt:
Research the claude-code-best-practice project for commands report drift. Check the last $ARGUMENTS versions (default: 10).
Fetch these 2 external sources:
- Slash Commands Reference: https://code.claude.com/docs/en/slash-commands
- Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
Then read the local report (
best-practice/claude-commands.md).Check for exactly two things:
- Frontmatter fields: Compare the official docs' supported command frontmatter fields against the report's Frontmatter Fields table. Flag any fields that were added or removed.
- Official commands: Compare the official docs' built-in slash commands list against the report's official commands table. Flag any commands that were added or removed. Also check if any command's tag or description has changed.
Phase 2: Read Previous Changelog Entries
While the agent is running, read changelog/best-practice/claude-commands/changelog.md to get the last 25 entries. Parse the priority actions to identify:
- Recurring items — issues that appeared before and are still unresolved
- New items — issues appearing for the first time
- Resolved items — previously flagged issues now fixed
Phase 3: Generate Report
Wait for the agent to complete. Produce a report with these sections:
- Frontmatter Field Changes — Fields added or removed in official docs vs our report
- Official Command Changes — Built-in slash commands added or removed vs our table
End with a prioritized Action Items summary table. Each item must include a Status column showing NEW, RECURRING (first seen: <date>), or RESOLVED:
Priority Actions:
# | Type | Action | Status
1 | New Field | Add <field> to frontmatter table | NEW
2 | Removed Field | Remove <field> from table | RECURRING (first seen: <date>)
3 | New Command | Add <command> to official table | NEW
4 | Removed Command | Remove <command> from table | NEW
5 | Changed Tag | Update <command> tag from X to Y | NEW
Also include a Resolved Since Last Run section listing items from previous runs that are no longer issues.
Phase 3.5: Append Summary to Changelog
This phase is MANDATORY — always execute it before presenting the report to the user.
Read the existing changelog/best-practice/claude-commands/changelog.md file, then append (do NOT overwrite) a new entry at the end. The entry format must be exactly:
---
## [<YYYY-MM-DD HH:MM AM/PM PKT>] Claude Code v<VERSION>
| # | Priority | Type | Action | Status |
|---|----------|------|--------|--------|
| 1 | HIGH/MED/LOW | <type> | <action description> | <status> |
| ... | ... | ... | ... | ... |
Status format — MUST use one of these three formats:
COMPLETE (reason)— action was taken and resolved successfullyINVALID (reason)— finding was incorrect, not applicable, or intentionalON HOLD (reason)— action deferred, waiting on external dependency or user decision
The (reason) is mandatory and must briefly explain what was done or why.
Rules for appending:
- Always append — never overwrite or replace previous entries
- The date and time is when the command is executed in Pakistan Standard Time (PKT, UTC+5); get it by running
TZ=Asia/Karachi date "+%Y-%m-%d %I:%M %p PKT". The version comes from agent findings - If
changelog/best-practice/claude-commands/changelog.mddoesn't exist or is empty, create it with the Status Legend table (see top of file) then the first entry - Each entry is separated by
--- - Only include items with HIGH, MEDIUM, or LOW priority — omit NONE priority items
Phase 3.6: Update Last Updated Badge
This phase is MANDATORY — always execute it immediately after Phase 3.5, before presenting the report.
Update the "Last Updated" badge at the top of best-practice/claude-commands.md. Run TZ=Asia/Karachi date "+%b %d, %Y %-I:%M %p PKT" to get the time, URL-encode it (spaces to %20, commas to %2C), and replace the date portion in the badge. Also update the Claude Code version in the badge if it has changed.
Do NOT log badge updates as action items in the changelog or report. Badge syncing is a routine part of every run, not a finding.
Phase 4: Offer to Take Action
After presenting the report (and confirming both changelog and badge were updated), ask the user:
- Execute all actions — Apply all changes
- Execute specific actions — User picks which numbers to execute
- Just save the report — No changes
When executing:
- New fields: Add to the Frontmatter Fields table with correct type, required status, and description from the official docs
- Removed fields: Confirm with user before removing
- New commands: Add to the official commands table with correct #, command, tag, and description. Insert in the correct tag group (table is sorted by tag)
- Removed commands: Confirm with user before removing
- Changed tags: Update the command's tag and re-sort if needed
- After any additions or removals, update the count in the
## Frontmatter Fields (N)and##  **(N)**headings
Critical Rules
- Never guess versions or dates — use data from the agent
- Cross-reference field counts — report field count must match official docs
- Cross-reference command counts — report command count must match official docs
- Don't auto-execute — always present the report first
- ALWAYS append to changelog — Phase 3.5 is mandatory. Never skip it. Never overwrite previous entries.
- ALWAYS update the Last Updated badge — Phase 3.6 is mandatory. Never skip it.
- Compare with previous runs — read the last 25 entries from the changelog and mark each action item as NEW, RECURRING, or RESOLVED.
- Maintain tag sort order — the official commands table is sorted by tag (alphabetical), then by command name within each tag group. Preserve this ordering when adding or removing commands.
Related Skills
claude-mem
94.7kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
85.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
84.2kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
headroom
73.8kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
