elliot-stack 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,10 +17,11 @@ This copies skills to `~/.claude/skills/` and registers a `SessionStart` hook so
17
17
 
18
18
  | Skill | Command | Description |
19
19
  |-------|---------|-------------|
20
- | **Better Title** | `/estack:better-title` | Renames Claude Code chat sessions with descriptive titles |
21
- | **Chris Voss** | `/estack:chris-voss` | Applies negotiation principles from *Never Split the Difference* |
22
- | **GitHub Issue Tracker** | `/estack:github-issue-tracker` | Tracks and manages GitHub issues across repos |
23
- | **Repo Search** | `/estack:repo-search` | Clones and searches external GitHub repos to answer questions about their code |
20
+ | **Better Title** | `/estack-better-title` | Renames Claude Code chat sessions with descriptive titles |
21
+ | **Chris Voss** | `/estack-chris-voss` | Applies negotiation principles from *Never Split the Difference* |
22
+ | **Customer Discovery** | `/estack-customer-discovery` | Guides through customer discovery validating ideas, outreach, interviews, and analysis |
23
+ | **GitHub Issue Tracker** | `/estack-github-issue-tracker` | Tracks and manages GitHub issues across repos |
24
+ | **Repo Search** | `/estack-repo-search` | Clones and searches external GitHub repos to answer questions about their code |
24
25
 
25
26
  ## How it works
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elliot-stack",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Elliot's skill stack for Claude Code — install via npx elliot-stack@latest",
5
5
  "bin": {
6
6
  "elliot-stack": "bin/install.cjs"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: estack-better-title
3
- description: Suggest better chat session titles and rename the session
3
+ description: (better-title) Suggest better chat session titles and rename the session
4
4
  disable-model-invocation: true
5
5
  allowed-tools: Bash, AskUserQuestion
6
6
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-chris-voss
3
3
  description: >
4
- Applies Chris Voss negotiation principles from *Never Split the Difference* to any situation
4
+ (chris-voss) Applies Chris Voss negotiation principles from *Never Split the Difference* to any situation
5
5
  where understanding human psychology, persuasion, or influence would improve the output. Use
6
6
  when the user is navigating a situation involving another person, drafting communication that
7
7
  needs to land a certain way, or asking for advice on how to approach a difficult conversation —
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: estack-customer-discovery
3
- description: Guide users through customer discovery — validating business ideas, identifying target customers, crafting outreach, preparing interview questions, and analyzing interview results. Use this skill whenever the user mentions customer discovery, customer interviews, validating an idea, market research, finding product-market fit, talking to customers, outreach messages, interview guides, or analyzing customer feedback. Also use when someone says they have a business idea and want to test it, or when they're preparing to talk to potential customers.
3
+ description: (customer-discovery) Guide users through customer discovery — validating business ideas, identifying target customers, crafting outreach, preparing interview questions, and analyzing interview results. Use this skill whenever the user mentions customer discovery, customer interviews, validating an idea, market research, finding product-market fit, talking to customers, outreach messages, interview guides, or analyzing customer feedback. Also use when someone says they have a business idea and want to test it, or when they're preparing to talk to potential customers.
4
4
  ---
5
5
 
6
6
  # Customer Discovery
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-github-issue-tracker
3
3
  description: >
4
- GitHub issue tracker management. Checks all open issues the user is involved in,
4
+ (github-issue-tracker) GitHub issue tracker management. Checks all open issues the user is involved in,
5
5
  finds related/duplicate issues, reports what changed, and recommends next steps.
6
6
  Run anytime for a check-in — works the same whether it's the first run or a daily habit.
7
7
  The tracker file acts as a cache to make repeat runs faster.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-repo-search
3
3
  description: >-
4
- Clone and search external GitHub repositories to answer questions about their
4
+ (repo-search) Clone and search external GitHub repositories to answer questions about their
5
5
  code. Use this skill whenever the user references a repo you don't have local
6
6
  context for, asks about code in an external project, wants to compare
7
7
  implementations across repos, or needs information from a codebase that isn't