Skip to content

Commit 1761208

Browse files
committed
feat: add new journal entries and documentation for Eric Buess and Claude Code
- Created a journal entry for September 29, 2025, featuring contributions from Eric Buess, including a local mirror of Claude Code documentation. - Added documentation pages for Eric Buess's GitHub projects, detailing installation instructions and notes on the Claude Code documentation tool.
1 parent cab0175 commit 1761208

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

journals/2025_09_29.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [[Person/Alex Reibman]]
2+
- [areibman/bottleneck: Native Electron app for reviewing pull requests dramatically faster than Github web. Specialized for handling reviews for background agents working on multiple concurrent threads](https://github.com/areibman/bottleneck)
3+
- [[Anthropic/App/Claude Code/GitHub/claude-code-docs]]
4+
- [ericbuess/claude-code-docs](https://github.com/ericbuess/claude-code-docs)
5+
- Local mirror of Claude Code documentation files from [https://docs.anthropic.com/en/docs/claude-code/](https://docs.anthropic.com/en/docs/claude-code/), updated every 3 hours.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
created-by:: [[Person/Eric Buess]]
2+
3+
- # [ericbuess/claude-code-docs](https://github.com/ericbuess/claude-code-docs)
4+
- README
5+
- Local mirror of Claude Code documentation files from [https://docs.anthropic.com/en/docs/claude-code/](https://docs.anthropic.com/en/docs/claude-code/), updated every 3 hours.
6+
- ## [Installation](https://github.com/ericbuess/claude-code-docs/tree/main#installation)
7+
- Run this single command:
8+
- ```
9+
curl -fsSL https://raw.githubusercontent.com/ericbuess/claude-code-docs/main/install.sh | bash
10+
```
11+
- This will:
12+
- Install to `~/.claude-code-docs` (or migrate existing installation)
13+
- Create the `/docs` slash command to pass arguments to the tool and tell it where to find the docs
14+
- [[My Note]] *this is installed in the `~/.claude/commands/docs.md` file*
15+
- Set up a 'PreToolUse' 'Read' hook to enable automatic git pull when reading docs from the ~/.claude-code-docs`
16+
- [[My Notes]]
17+
- [[2025-09-29 Mon]]
18+
- I'm surprised that this came from community contributor [[Person/Eric Buess]] rather than Anthropic.
19+
- It's a bit opinionated; it comes with an "installer" that will install it to `~/.claude-code-docs`, create the `/docs` slash command, which is kind of generic. This was noticed in [`/docs` command is generic · Issue #21 · ericbuess/claude-code-docs](https://github.com/ericbuess/claude-code-docs/issues/21)
20+
- > to change the name of the slash command, simply modify the file name of `~/.claude/commands/docs.md` to `~/.claude/commands/CUSTOM_NAME.md`.

pages/Person___Eric Buess.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# [Eric Buess](https://github.com/ericbuess)
2+
- See also
3+
- [[Person/Eric Buess/GitHub/claude-ericbuess]]
4+
- [Eric Buess | LinkedIn](https://www.linkedin.com/in/ericbuess/)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [ericbuess/claude-ericbuess: Development environment configurations, tools, and links for Claude Code - shared for educational purposes](https://github.com/ericbuess/claude-ericbuess/tree/dev)

0 commit comments

Comments
 (0)