Recommend which Claude Code version to run, or whether to update. Use when asked which Claude Code version is best/safe, whether to update now, whether a recent release is buggy, or what changed since the installed version.
ykdojo/claude-code-tips
SkillsMP has collected 9 skills from ykdojo/claude-code-tips. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 9,611
- GitHub forks
- 762
Skills in this repository
Showing 9 of 9 collected skills.
Clone the last quarter of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Full-text search across all of the user's GitHub repos (including private ones) using a local mirror and ripgrep. Use for "where did I put X", "which repo has X", or any search spanning the user's repos - gh search code / the REST API cannot reliably search…
Fetch content from Reddit via its JSON API using a browser session (DuckDuckGo-hop unlock). Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Fetch and summarize Hacker News / hckrnews.com top stories, articles, and their comment threads. Use when asked to summarize HN front-page stories, a specific HN story plus its discussion, or "the top N from hckrnews".
Review recent conversations to find improvements for CLAUDE.md files.
Analyze GitHub Actions failures and identify root causes
Write or update a handoff document so the next agent with fresh context can continue this work.