claude-code-tips
Practical tips and skills to master Claude Code workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsgha
Analyze GitHub Actions run URLs to identify failing jobs and exit causes.
reddit-fetch
Retrieve Reddit content via Gemini CLI in a tmux session when WebFetch is blocked.
handoff
Generate a structured HANDOFF.md at the project root with goal, progress, and next steps.
review-claudemd
Analyze conversation histories to generate structured CLAUDE.md improvement reports.
clone
Clone the current conversation into a new branched thread.
half-clone
Clone the later half of a Claude Code conversation to reduce token usage.
private-github-search
Searches all GitHub repos including private ones via a local mirror and ripgrep.
hn-summarize
Fetch and summarize Hacker News stories, articles, and comment threads via official APIs.
quarter-clone
Clones the last quarter of a Claude Code conversation to reduce token usage.
version-check
Recommends which Claude Code version to run by analyzing changelogs, npm dist-tags, and community reports.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-tips?โผ
Run `npx skills add ykdojo/claude-code-tips --all -g -y` in your terminal to install all skills in this suite globally.
How do I reduce Claude Code context usage?โผ
Use the half-clone or quarter-clone skills to keep only the recent part of a long conversation, cutting token usage while preserving your latest work.
Can AI debug my failed GitHub Actions runs?โผ
Yes. The gha skill reads workflow logs, checks job history for flakiness, finds the breaking commit, and reports the root cause.
How do I search across all my private GitHub repos?โผ
The private-github-search skill mirrors your repos locally and lets you run instant full-text searches with ripgrep, which GitHub's CLI cannot do reliably.
Which Claude Code version should I run?โผ
The version-check skill compares your installed build against changelogs, GitHub issues, and community reports to recommend whether to stay, update, or roll back.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core