Community-built Claude Code skills from Claude Code Central London
npx claudepluginhub vikrampawar/cccl-dailysClaude Code Central London community plugin — tips, tricks, and resources for Claude Code users
A Claude Code plugin by CCCL (Claude Code Central London).
Community-built skills for Claude Code users — tips research, resource compilation, and more.
| Skill | Command | Description |
|---|---|---|
| cc-tips | /cccl-dailys:cc-tips | Research and compile Claude Code tips & tricks from known experts into a verified, categorized markdown document |
# Add the CCCL marketplace (one-time)
/plugin marketplace add vikrampawar/cccl-dailys
# Install the plugin
/plugin install cccl-dailys@cccl-dailys
claude plugin install https://github.com/vikrampawar/cccl-dailys
# Clone and run with --plugin-dir
git clone https://github.com/vikrampawar/cccl-dailys.git
claude --plugin-dir ./cccl-dailys
claude plugin list
Researches the web for Claude Code tips from Anthropic engineers, official docs, and community experts, then compiles them into a structured markdown file.
# Generate tips file (default: cc-tips.md in current directory)
/cccl-dailys:cc-tips
# Generate with custom output filename
/cccl-dailys:cc-tips cc-tips-2026-03-20.md
What it does:
Output format: A structured markdown document with:
The examples/ directory contains sample outputs so you can see what the skills produce before running them.
The first output from /cc-tips, generated on 20 March 2026 at the CCCL Tips & Tricks session. Created by running:
claude --plugin-dir ~/gitper/cccl-dailys
/cccl-dailys:cc-tips cc-tips-2026-03-20.md
Claude launched 4 parallel research agents to search for tips from Anthropic engineers, official docs, and community sources, then compiled and verified everything into a single structured document. The whole process took a few minutes and produced 50+ categorized, source-verified tips.
cccl-dailys/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
├── skills/
│ └── cc-tips/
│ └── SKILL.md # Tips research skill
├── examples/
│ └── cc-tips-2026-03-20.md # Sample output
├── README.md
└── LICENSE
Want to add a new skill? Create a directory under skills/ with a SKILL.md file.
See the Claude Code skills documentation for the file format.
MIT