ykdojoykdojoCommunityยท10 Agent Skills Included

claude-code-tips

Practical tips and skills to master Claude Code workflows

Teaches proven techniques for getting the most out of Claude Code, from context management to parallel workflows. Includes ready-to-use skills for fetching Reddit and Hacker News, searching private GitHub repos, debugging failed CI runs, and trimming long conversations. Eliminates guesswork around versions, context limits, and agent setup so daily coding sessions run faster.
npx skills add ykdojo/claude-code-tips --all -g -y
Available:

Gives the AI agent project-specific rules for writing style, table-of-contents updates, plugin versioning, and how to draft and file Claude Code GitHub issues for user review.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’