Altinity / Altinity/altinity-skills
Command line install for claude with npx does not work
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 2
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 2
Description
The command line installation of skills for claude code given in README.md fails with the following message:
npx skills add --agent claude-code Altinity/altinity-skills/altinity-expert-clickhouse/
███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
███████╗█████╔╝ ██║██║ ██║ ███████╗
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
███████║██║ ██╗██║███████╗███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
ERROR Missing required argument: source
To install all skills, I'm using the following commands instead. It installs all skills in the group.
npx skills add Altinity/altinity-skills/altinity-expert-clickhouse/ \
--agent claude-code --all
npx skills add Altinity/altinity-skills/altinity-profiler-clickhouse/ \
--agent claude-code --all
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in README.md at the Claude Code CLI installation section and reproduce the documented npx skills add command. Compare it with the working commands in the issue, then update the instructions so the documented installation succeeds and still explains how to install all skills.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- cli, documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 75/100