added trending section
This commit is contained in:
|
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 353 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 353 KiB |
@@ -12,7 +12,7 @@ practice makes claude perfect
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="!/slider/boris-slider.gif" alt="Boris Cherny on Claude Code" width="600"><br>
|
||||
<img src="!/root/boris-slider.gif" alt="Boris Cherny on Claude Code" width="600"><br>
|
||||
Boris Cherny on X (<a href="https://x.com/bcherny/status/2007179832300581177">tweet 1</a> · <a href="https://x.com/bcherny/status/2017742741636321619">tweet 2</a> · <a href="https://x.com/bcherny/status/2021699851499798911">tweet 3</a>)
|
||||
</p>
|
||||
|
||||
@@ -223,5 +223,10 @@ claude
|
||||
| [LLM Day-to-Day Degradation](reports/llm-day-to-day-degradation.md) | Why LLM performance varies day-to-day — infrastructure bugs, MoE routing variance, and psychology |
|
||||
| [Agents vs Commands vs Skills](reports/claude-agent-command-skill.md) | When to use each extension mechanism — comparison table, resolution order, and worked example |
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/trending?since=monthly"><img src="!/root/github-trending.png" alt="GitHub Trending" width="1200"></a><br>
|
||||
✨Trending on Github in March 2026✨
|
||||
</p>
|
||||
|
||||
[](https://claude.com/contact-sales/claude-for-oss)
|
||||
[](https://claude.com/community/ambassadors)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Commands Best Practice
|
||||
|
||||
<br>
|
||||
<br>
|
||||
[](../implementation/claude-commands-implementation.md)
|
||||
|
||||
Claude Code commands — frontmatter fields and official built-in slash commands.
|
||||
@@ -25,32 +25,32 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
|
||||
---
|
||||
|
||||
##  **(56)**
|
||||
##  **(60)**
|
||||
|
||||
| # | Command | Tag | Description |
|
||||
|---|---------|-----|-------------|
|
||||
| 1 | `/login` |  | Authenticate with Claude Code via OAuth |
|
||||
| 2 | `/logout` |  | Log out from Claude Code |
|
||||
| 3 | `/config` |  | Open the interactive settings interface with search |
|
||||
| 4 | `/keybindings` |  | Customize keyboard shortcuts per context and create chord sequences |
|
||||
| 5 | `/output-style` |  | Pick an output style preset |
|
||||
| 3 | `/upgrade` |  | Open the upgrade page to switch to a higher plan tier |
|
||||
| 4 | `/config` |  | Open the interactive settings interface with search |
|
||||
| 5 | `/keybindings` |  | Customize keyboard shortcuts per context and create chord sequences |
|
||||
| 6 | `/permissions` |  | View or update tool permissions |
|
||||
| 7 | `/privacy-settings` |  | Manage privacy and telemetry preferences |
|
||||
| 8 | `/sandbox` |  | Configure sandboxing with dependency status |
|
||||
| 9 | `/statusline` |  | Set up Claude Code's status line UI |
|
||||
| 10 | `/stickers` |  | Choose sticker packs shown in the UI |
|
||||
| 10 | `/stickers` |  | Order Claude Code stickers |
|
||||
| 11 | `/terminal-setup` |  | Enable shift+enter for newlines in IDE terminals |
|
||||
| 12 | `/theme` |  | Change the color theme |
|
||||
| 13 | `/vim` |  | Enable vim-style editing mode |
|
||||
| 14 | `/context` |  | Visualize current context usage as a colored grid with token counts |
|
||||
| 15 | `/cost` |  | Show token usage statistics for the current session |
|
||||
| 16 | `/extra-usage` |  | Configure pay-as-you-go overflow billing for subscription plans |
|
||||
| 17 | `/status` |  | Show a concise session status summary |
|
||||
| 17 | `/insights` |  | Generate a report analyzing your Claude Code sessions, including project areas, interaction patterns, and friction points |
|
||||
| 18 | `/stats` |  | Visualize daily usage, session history, streaks, and model preferences |
|
||||
| 19 | `/usage` |  | Show plan usage limits and rate limit status (subscription plans only) |
|
||||
| 20 | `/bug [description]` |  | Alias for `/feedback` |
|
||||
| 19 | `/status` |  | Show a concise session status summary |
|
||||
| 20 | `/usage` |  | Show plan usage limits and rate limit status (subscription plans only) |
|
||||
| 21 | `/doctor` |  | Check the health of your Claude Code installation |
|
||||
| 22 | `/feedback [description]` |  | Generate a GitHub issue URL for reporting bugs or feedback |
|
||||
| 22 | `/feedback [description]` |  | Generate a GitHub issue URL for reporting bugs or feedback. Alias: `/bug` |
|
||||
| 23 | `/help` |  | Show slash-command help |
|
||||
| 24 | `/release-notes` |  | Show recent Claude Code release notes |
|
||||
| 25 | `/tasks` |  | List and manage background tasks |
|
||||
@@ -58,33 +58,37 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 27 | `/export [filename]` |  | Export the current conversation to a file or clipboard |
|
||||
| 28 | `/agents` |  | Manage custom subagents — view, create, edit, delete |
|
||||
| 29 | `/chrome` |  | Manage Claude in Chrome browser integration |
|
||||
| 30 | `/ide` |  | Connect to IDE integration |
|
||||
| 31 | `/mcp` |  | Manage MCP server connections |
|
||||
| 32 | `/reload-plugins` |  | Reload installed plugins without restarting |
|
||||
| 33 | `/memory` |  | View and edit memory files |
|
||||
| 34 | `/fast` |  | Toggle fast mode — same Opus 4.6 model with faster output |
|
||||
| 35 | `/model` |  | Switch models (haiku, sonnet, opus) and adjust effort level |
|
||||
| 36 | `/passes [number]` |  | Set the number of review passes for certain workflows |
|
||||
| 37 | `/plan` |  | Enter read-only planning mode — suggests approaches without making changes |
|
||||
| 38 | `/add-dir` |  | Add additional working directories to the current session |
|
||||
| 39 | `/diff` |  | Review the current git diff in the active repo |
|
||||
| 40 | `/init [prompt]` |  | Initialize a new project with a CLAUDE.md guide |
|
||||
| 41 | `/pr-comments` |  | Review or reply to pull-request comments |
|
||||
| 42 | `/review` |  | Review the current code changes |
|
||||
| 43 | `/security-review` |  | Run a focused security review on current changes |
|
||||
| 44 | `/desktop` |  | Connect to or manage the desktop companion app |
|
||||
| 45 | `/install-github-app` |  | Install the GitHub app for PR-linked workflows |
|
||||
| 46 | `/install-slack-app` |  | Install the Slack app for notifications and sharing |
|
||||
| 47 | `/mobile` |  | Connect to or manage the mobile companion app |
|
||||
| 48 | `/remote-control` |  | Continue the current session from another device |
|
||||
| 49 | `/remote-env` |  | Inspect or copy the remote-control environment setup |
|
||||
| 50 | `/clear` |  | Clear conversation history and start fresh |
|
||||
| 51 | `/compact [prompt]` |  | Compress conversation to free context window. Optional prompt focuses the compaction |
|
||||
| 52 | `/exit` |  | Exit the REPL |
|
||||
| 53 | `/fork` |  | Fork the current conversation into a new session |
|
||||
| 54 | `/rename <name>` |  | Rename the current session for easier identification |
|
||||
| 55 | `/resume [session]` |  | Resume a previous conversation by ID or name, or open the session picker |
|
||||
| 56 | `/rewind` |  | Rewind conversation and/or code to an earlier point |
|
||||
| 30 | `/hooks` |  | Manage hook configurations for tool events |
|
||||
| 31 | `/ide` |  | Connect to IDE integration |
|
||||
| 32 | `/mcp` |  | Manage MCP server connections |
|
||||
| 33 | `/plugin` |  | Manage Claude Code plugins |
|
||||
| 34 | `/reload-plugins` |  | Reload installed plugins without restarting |
|
||||
| 35 | `/skills` |  | List available skills |
|
||||
| 36 | `/memory` |  | View and edit memory files |
|
||||
| 37 | `/fast` |  | Toggle fast mode — same Opus 4.6 model with faster output |
|
||||
| 38 | `/model` |  | Switch models (haiku, sonnet, opus) and adjust effort level |
|
||||
| 39 | `/passes [number]` |  | Share a free week of Claude Code with friends. Only visible if your account is eligible |
|
||||
| 40 | `/plan` |  | Enter read-only planning mode — suggests approaches without making changes |
|
||||
| 41 | `/add-dir` |  | Add additional working directories to the current session |
|
||||
| 42 | `/diff` |  | Review the current git diff in the active repo |
|
||||
| 43 | `/init [prompt]` |  | Initialize a new project with a CLAUDE.md guide |
|
||||
| 44 | `/pr-comments` |  | Review or reply to pull-request comments |
|
||||
| 45 | `/review` |  | Deprecated — install the `code-review` plugin instead |
|
||||
| 46 | `/security-review` |  | Run a focused security review on current changes |
|
||||
| 47 | `/desktop` |  | Connect to or manage the desktop companion app |
|
||||
| 48 | `/install-github-app` |  | Install the GitHub app for PR-linked workflows |
|
||||
| 49 | `/install-slack-app` |  | Install the Slack app for notifications and sharing |
|
||||
| 50 | `/mobile` |  | Connect to or manage the mobile companion app |
|
||||
| 51 | `/remote-control` |  | Continue the current session from another device |
|
||||
| 52 | `/remote-env` |  | Inspect or copy the remote-control environment setup |
|
||||
| 53 | `/btw <question>` |  | Ask a quick side question without adding to the conversation |
|
||||
| 54 | `/clear` |  | Clear conversation history and start fresh |
|
||||
| 55 | `/compact [prompt]` |  | Compress conversation to free context window. Optional prompt focuses the compaction |
|
||||
| 56 | `/exit` |  | Exit the REPL |
|
||||
| 57 | `/fork` |  | Fork the current conversation into a new session |
|
||||
| 58 | `/rename <name>` |  | Rename the current session for easier identification |
|
||||
| 59 | `/resume [session]` |  | Resume a previous conversation by ID or name, or open the session picker |
|
||||
| 60 | `/rewind` |  | Rewind conversation and/or code to an earlier point |
|
||||
|
||||
Bundled skills such as `/debug` can also appear in the slash-command menu, but they are not built-in commands.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Skills Best Practice
|
||||
|
||||
<br>
|
||||
<br>
|
||||
[](../implementation/claude-skills-implementation.md)
|
||||
|
||||
Claude Code skills — frontmatter fields and official bundled skills.
|
||||
@@ -31,7 +31,7 @@ Claude Code skills — frontmatter fields and official bundled skills.
|
||||
|
||||
---
|
||||
|
||||
##  **(6)**
|
||||
##  **(5)**
|
||||
|
||||
| # | Skill | Description |
|
||||
|---|-------|-------------|
|
||||
@@ -40,7 +40,6 @@ Claude Code skills — frontmatter fields and official bundled skills.
|
||||
| 3 | `debug` | Debug failing commands or code issues |
|
||||
| 4 | `loop` | Run a prompt or slash command on a recurring interval (up to 3 days) |
|
||||
| 5 | `claude-api` | Build apps with the Claude API or Anthropic SDK — triggers on `anthropic` / `@anthropic-ai/sdk` imports |
|
||||
| 6 | `keybindings-help` | Customize keyboard shortcuts, rebind keys, and create chord sequences |
|
||||
|
||||
See also: [Official Skills Repository](https://github.com/anthropics/skills/tree/main/skills) for community-maintained installable skills.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Sub-agents Best Practice
|
||||
|
||||
<br>
|
||||
<br>
|
||||
[](../implementation/claude-subagents-implementation.md)
|
||||
|
||||
Claude Code subagents — frontmatter fields and official built-in agent types.
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
# Commands Report — Changelog History
|
||||
|
||||
## Status Legend
|
||||
|
||||
| Status | Meaning |
|
||||
|--------|---------|
|
||||
| COMPLETE (reason) | Action was taken and resolved successfully |
|
||||
| INVALID (reason) | Finding was incorrect, not applicable, or intentional |
|
||||
| ON HOLD (reason) | Action deferred — waiting on external dependency or user decision |
|
||||
|
||||
---
|
||||
|
||||
## [2026-03-13 04:23 PM PKT] Claude Code v2.1.74
|
||||
|
||||
| # | Priority | Type | Action | Status |
|
||||
|---|----------|------|--------|--------|
|
||||
| 1 | HIGH | New Field | Add `name` to frontmatter table — display name for the skill | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 2 | HIGH | New Field | Add `disable-model-invocation` to frontmatter table — prevents auto-loading | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 3 | HIGH | New Field | Add `user-invocable` to frontmatter table — hides from `/` menu | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 4 | HIGH | New Field | Add `context` to frontmatter table — fork to run in subagent context | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 5 | HIGH | New Field | Add `agent` to frontmatter table — subagent type for context: fork | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 6 | HIGH | New Field | Add `hooks` to frontmatter table — lifecycle hooks scoped to skill | INVALID (skill-only field, not applicable to commands frontmatter) |
|
||||
| 7 | HIGH | New Command | Add `/btw <question>` — ask a quick side question without adding to conversation | COMPLETE (added as #53 in Session tag) |
|
||||
| 8 | HIGH | New Command | Add `/hooks` — manage hook configurations for tool events | COMPLETE (added as #30 in Extensions tag) |
|
||||
| 9 | HIGH | New Command | Add `/insights` — generate session analysis report | COMPLETE (added as #17 in Context tag) |
|
||||
| 10 | HIGH | New Command | Add `/plugin` — manage Claude Code plugins | COMPLETE (added as #33 in Extensions tag) |
|
||||
| 11 | HIGH | New Command | Add `/skills` — list available skills | COMPLETE (added as #35 in Extensions tag) |
|
||||
| 12 | HIGH | New Command | Add `/upgrade` — open upgrade page to switch plan tier | COMPLETE (added as #3 in Auth tag) |
|
||||
| 13 | HIGH | Removed Command | Remove `/output-style` — deprecated in v2.1.73, use `/config` instead | COMPLETE (removed from Config tag) |
|
||||
| 14 | HIGH | Removed Command | Remove `/bug` row — now listed as alias under `/feedback` | COMPLETE (removed row, added "Alias: /bug" to /feedback description) |
|
||||
| 15 | HIGH | Changed Description | Update `/passes` — repurposed from review passes to referral sharing | COMPLETE (updated description, kept in Model tag) |
|
||||
| 16 | HIGH | Changed Description | Update `/review` — deprecated, replaced by `code-review` marketplace plugin | COMPLETE (updated description in Project tag) |
|
||||
| 17 | MED | Changed Description | Update `/stickers` — changed from UI sticker packs to ordering physical stickers | COMPLETE (updated description in Config tag) |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Skills Report Changelog
|
||||
|
||||
**Status Legend:**
|
||||
|
||||
| Status | Meaning |
|
||||
|--------|---------|
|
||||
| `COMPLETE (reason)` | Action was taken and resolved successfully |
|
||||
| `INVALID (reason)` | Finding was incorrect, not applicable, or intentional |
|
||||
| `ON HOLD (reason)` | Action deferred, waiting on external dependency or user decision |
|
||||
|
||||
---
|
||||
|
||||
## [2026-03-13 04:22 PM PKT] Claude Code v2.1.74
|
||||
|
||||
| # | Priority | Type | Action | Status |
|
||||
|---|----------|------|--------|--------|
|
||||
| 1 | MED | Extra Bundled Skill | `keybindings-help` is in local report but absent from official docs bundled skills list — investigate whether to remove or keep | COMPLETE (removed from bundled skills table — it is a local custom skill in this repo, not an official bundled skill; `/keybindings` is a built-in CLI command) |
|
||||
@@ -44,3 +44,9 @@
|
||||
## [2026-03-12 12:17 PM PKT] Claude Code v2.1.74
|
||||
|
||||
No drift detected — report is fully in sync with official docs. All 13 frontmatter fields and 6 built-in agents match.
|
||||
|
||||
---
|
||||
|
||||
## [2026-03-13 04:21 PM PKT] Claude Code v2.1.74
|
||||
|
||||
No drift detected — report is fully in sync with official docs. All 13 frontmatter fields and 6 built-in agents match.
|
||||
|
||||
Reference in New Issue
Block a user