Skip to content

Install method and skill assumption are mismatched — proxy.js won't be found after npx skills add #4

Description

@campey

Bug

The README lists two setup steps that conflict:

  1. npx skills add coderlevelup/eloquent-cavespeak — installs the skill files only, no local clone
  2. git clone ... && npm install — clones the repo locally

The skill's Step 3 then does:

```bash
cd ~/clode/eloquent-cavespeak && node proxy.js
```

A user who follows step 1 (as listed first) won't have proxy.js anywhere on their machine. The skill silently fails with a directory-not-found error.

Fix

The README should make clear that cloning the repo is required before the skill will work, and the clone step should come before or alongside npx skills add. Alternatively, consider distributing proxy.js via npm so users don't need to clone manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions