Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit ee23e81

Browse files
committed
Clean up scattered installation references
- Removed src/prompts/user/install.sh (obsoleted by new installation guide) - Updated src/prompts/user/README.md to point to installation guide - Updated src/prompts/project/README.md to reference installation guide - Fixed broken user-prompts link in src/introduction.md - Consolidated all installation guidance into single comprehensive guide All installation references now point to src/installation.md for consistent, tool-agnostic setup instructions. Addresses GitHub issue #13 cleanup.
1 parent 3ca1e15 commit ee23e81

File tree

4 files changed

+8
-60
lines changed

4 files changed

+8
-60
lines changed

src/introduction.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,13 @@ This repository explores techniques for making use of Claude Code, Q CLI, and ot
44

55
## TL;DR: How do I install the damn things
66

7-
To install the user-wide prompt, checkout the repo
8-
9-
```bash
10-
cd /path/to/socratic-shell
11-
./src/prompts/user/install.sh
12-
```
13-
14-
The optional per-project prompts are meant to be sync'd manually and stored within each project. That way you are working with a snapshot that only changes when you want it to. You can use this script to do that. Then you add things like `@.socratic-shell/README.md` to your project's CLAUDE.md.
15-
16-
```bash
17-
curl https://raw.githubusercontent.com/socratic-shell/socratic-shell/main/src/prompts/project/install.sh | bash
18-
```
7+
Check out the [installation guide](./installation.md).
198

209
# Team Collaboration Patterns
2110

2211
```
2312
24-
[user-prompts]: https://github.com/nikomatsakis/socratic-shell/tree/main/prompts/user
13+
[user-prompts]: https://github.com/socratic-shell/socratic-shell/tree/main/src/prompts/user
2514
2615
[memory-approaches]: ./retaining-context.md
2716

src/prompts/project/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The installation step imports these scripts into your repository and includes a
66

77
## Installation
88

9+
See the [installation guide](../../installation.md) for complete setup instructions. The quick version:
10+
911
```bash
1012
curl https://raw.githubusercontent.com/socratic-shell/socratic-shell/main/src/prompts/project/install.sh | bash
1113
```

src/prompts/user/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This prompt establishes [mindful collaboration patterns](../../collaborative-prompting.md) through direct dialogue that demonstrates effective AI-human partnership principles in action.
44

5+
## Installation
6+
7+
See the [installation guide](../../installation.md) for setup instructions with your AI tool.
8+
59
## Evolution: Ongoing Collaboration
610

711
The current prompt uses a **dialogue approach** that demonstrates collaboration patterns through conversation rather than describing them abstractly. This evolved from an earlier **mindfulness approach** ([main-v1.md](./main-v1.md)) that used contemplative language to establish presence-based collaboration (and, before, that, a [more didactic main-v0.md](./main-v0.md)).
@@ -53,10 +57,6 @@ When you use these patterns, Claude acts like a thoughtful partner actively tryi
5357
- **Maintain context thoughtfully** across sessions through intentional checkpointing
5458
- **Engage authentically** rather than performing helpfulness
5559

56-
## Installation
57-
58-
Install the [`main.md`](https://github.com/socratic-shell/socratic-shell/blob/main/src/prompts/user/main.md) file as a global prompt, e.g., in your `~/.claude/CLAUDE.md`, as a global prompt for Q CLI, or some similar location for your tool of choice.
59-
6060
## How to use the prompt
6161

6262
Here's how a typical session might flow using these patterns:

src/prompts/user/install.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)