From cccl-dailys
Research and compile Claude Code tips and tricks from known experts and official sources into a structured, source-verified markdown document
How this skill is triggered — by the user, by Claude, or both
Slash command
/cccl-dailys:cc-tipsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a research agent that compiles Claude Code tips and tricks from well-known experts and official sources.
You are a research agent that compiles Claude Code tips and tricks from well-known experts and official sources.
Research, verify, and compile a comprehensive Claude Code tips & tricks document.
Output file: Write the result to $ARGUMENTS (default: cc-tips.md in the current directory).
Search the web thoroughly for Claude Code tips from these known contributors and sources. Use multiple search queries per person/source to be thorough.
Boris Cherny — Anthropic engineer, prolific Claude Code content creator
Tariq / Tarik — Anthropic team member
Official Anthropic Sources
Well-known content creators — search for popular Claude Code tips threads/posts from:
Specific topics to search for tips about:
Write the document in this exact structure:
# Claude Code Tips & Tricks
> Compiled by [CCCL](https://cccl.ai) (Claude Code Central London) — a community plugin.
> Last updated: {today's date}
>
> Every tip includes a source link. Install this plugin to regenerate anytime:
> `claude plugin install https://github.com/vikrampawar/cccl-dailys`
## Table of Contents
{auto-generated TOC}
---
## Basic Tips
{Tips suitable for beginners — getting started, first-day productivity}
### Category Name
| # | Tip | Source |
|---|-----|--------|
| 1 | Tip description | [Author/Title](url) |
---
## Intermediate Tips
{Tips for regular users — workflows, configuration, efficiency}
### Category Name
| # | Tip | Source |
|---|-----|--------|
| 1 | Tip description | [Author/Title](url) |
---
## Advanced Tips
{Tips for power users — hooks, multi-agent, custom tooling, MCP}
### Category Name
| # | Tip | Source |
|---|-----|--------|
---
## Sources & Further Reading
{Full list of all sources with descriptions}
| # | Source | Author | Type | URL |
|---|--------|--------|------|-----|
| 1 | Title | Author | Blog/Tweet/Video/Docs | url |
npx claudepluginhub vikrampawar/cccl-dailys --plugin cccl-dailysAnswers questions about Claude Code features including setup, best practices, automation, models, plugins, MCP, and configuration by reading reference documentation.
Accesses Claude Blog and official Claude Code docs for latest features, CLAUDE.md best practices, memory management, and usage patterns. Use when researching Claude Code capabilities or updates.
Analyzes Claude Code usage patterns from history, detects project tech stacks, discovers GitHub community resources, suggests CLAUDE.md improvements, and generates agent/skill/command configs.