claudegoodies
CLAUDE.md

claude-code-tips CLAUDE.md

From ykdojo

- Writing: keep user's voice, conversational, stick closely to what user said without making things up, but fix small grammar mistakes

Sets repo conventions for maintaining ykdojo's own CLAUDE.md tips repo and filing Claude Code GitHub issues.

Use it when

  • Maintaining this specific tips repo and its table of contents script
  • Bumping plugin.json/marketplace.json versions after plugin changes
  • Filing a GitHub issue against anthropics/claude-code in this maintainer's style

Skip it if

  • Only useful if you maintain this exact repo, not a general tool
  • Assumes specific file layout (plugin.json, marketplace.json, generate-toc.js)
  • Not applicable if you don't file issues against anthropics/claude-code

Facts

Status
Actively maintained
Last commit
Source file
CLAUDE.md

Source preview

The instructions Claude Code reads when this claude.md runs.

# Project Instructions
- Writing: keep user's voice, conversational, stick closely to what user said without making things up, but fix small grammar mistakes
- After adding or renaming tips, run `node scripts/generate-toc.js` to update the table of contents
- `~/.claude/CLAUDE.md` is symlinked to `GLOBAL-CLAUDE.md` in this repo
- When committing changes to the plugin (skills, plugin.json, etc.), bump the patch version in both `.claude-plugin/plugin.json` and `.claude-plugin/marketplace.json`. Don't bump for non-plugin changes.
- Git tags/releases (e.g. `v0.25.1`) and plugin versions (e.g. `0.14.9`) are separate. The git tag follows the repo release progression and is bumped for any change. The plugin version is only in `plugin.json` and `marketplace.json`.
- After pushing a plugin change, update the local install non-interactively (no `/plugin` menu needed): `claude plugin marketplace update ykdojo` then `claude plugin update dx@ykdojo`. The CLI repopulates the versioned cache; a session restart is required to apply.

# Filing Claude Code GitHub issues

For issues against `anthropics/claude-code`. When I ask you to file one:
- Draft it to a temp file and open it in VS Code (`code <file>`) for me to review before filing - never file without showing me first.
- File from host `gh` (`gh issue create`), not a container.

Style (based on my past issues):
- Title: specific, states th
View full source on GitHub →

Other claude.md files