Skip to content

Commit 7873447

Browse files
committed
chore: replace placeholders with actual GitHub username (pilotparpikhodjaev)
1 parent 415e6f2 commit 7873447

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"version": "1.0.0",
99
"license": "MIT",
10-
"homepage": "https://github.com/<REPLACE-WITH-YOUR-GITHUB>/claude-code-enhance",
10+
"homepage": "https://github.com/pilotparpikhodjaev/claude-code-enhance",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/<REPLACE-WITH-YOUR-GITHUB>/claude-code-enhance.git"
13+
"url": "https://github.com/pilotparpikhodjaev/claude-code-enhance.git"
1414
},
1515
"keywords": [
1616
"claude-code",

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- **Tier C (minimal):** no project context → prompts improved using
4444
prompt engineering principles only
4545

46-
[Unreleased]: https://github.com/<YOUR-USER>/claude-code-enhance/compare/v1.0.0...HEAD
47-
[1.0.0]: https://github.com/<YOUR-USER>/claude-code-enhance/releases/tag/v1.0.0
46+
[Unreleased]: https://github.com/pilotparpikhodjaev/claude-code-enhance/compare/v1.0.0...HEAD
47+
[1.0.0]: https://github.com/pilotparpikhodjaev/claude-code-enhance/releases/tag/v1.0.0

LAUNCH.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sequence to suit your timezone and bandwidth.
3131
Show HN: Claude-Code-Enhance – Free, local prompt enhancer for Claude Code
3232
```
3333

34-
**URL field:** `https://github.com/<YOUR-USER>/claude-code-enhance`
34+
**URL field:** `https://github.com/pilotparpikhodjaev/claude-code-enhance`
3535

3636
**First comment (post immediately after submitting):**
3737

@@ -82,7 +82,7 @@ Open to feedback, especially:
8282
- Whether the slash command UX is good enough or whether the external-
8383
editor approach (Ctrl+G in Claude Code) is worth building
8484
85-
Repo: https://github.com/<YOUR-USER>/claude-code-enhance
85+
Repo: https://github.com/pilotparpikhodjaev/claude-code-enhance
8686
```
8787

8888
**Engagement plan for first 4 hours:**
@@ -157,14 +157,14 @@ keybinding system. Slash command is the closest equivalent.
157157
```
158158
Install:
159159
160-
/plugin marketplace add <YOUR-USER>/claude-code-enhance
160+
/plugin marketplace add pilotparpikhodjaev/claude-code-enhance
161161
/plugin install claude-code-enhance
162162
163163
Or manually clone + run bootstrap.sh.
164164
165165
Try it: /enhance <some rough idea>
166166
167-
Repo + docs: https://github.com/<YOUR-USER>/claude-code-enhance
167+
Repo + docs: https://github.com/pilotparpikhodjaev/claude-code-enhance
168168
```
169169

170170
**Tweet 6 (call for feedback):**
@@ -218,7 +218,7 @@ library matters more than the enhancer itself.
218218
> the credits, the cloud, or the lock-in. The unexpected discovery: the
219219
> enhancer matters less than the lessons library that backs it.
220220
>
221-
> Repo: https://github.com/<YOUR-USER>/claude-code-enhance
221+
> Repo: https://github.com/pilotparpikhodjaev/claude-code-enhance
222222
223223
## The problem nobody talks about
224224

@@ -329,7 +329,7 @@ The philosophy:
329329
## How to install
330330

331331
```bash
332-
git clone https://github.com/<YOUR-USER>/claude-code-enhance.git
332+
git clone https://github.com/pilotparpikhodjaev/claude-code-enhance.git
333333
cd claude-code-enhance
334334
bash scripts/bootstrap.sh
335335
```
@@ -346,7 +346,7 @@ Looking for:
346346

347347
Open issues, file PRs, or reach me on Twitter.
348348

349-
Repo: https://github.com/<YOUR-USER>/claude-code-enhance
349+
Repo: https://github.com/pilotparpikhodjaev/claude-code-enhance
350350
````
351351

352352
**Post-publish plan:**
@@ -375,7 +375,7 @@ Repo: https://github.com/<YOUR-USER>/claude-code-enhance
375375
**Submission template (PR description):**
376376

377377
```
378-
Adds [claude-code-enhance](https://github.com/<YOUR-USER>/claude-code-enhance)
378+
Adds [claude-code-enhance](https://github.com/pilotparpikhodjaev/claude-code-enhance)
379379
— Free, local, MIT-licensed prompt enhancer for Claude Code with a
380380
companion scar-tissue lesson library. Inspired by Augment Code's
381381
prompt enhancer; works fully offline of any cloud service.

0 commit comments

Comments
 (0)