@sysprompthub/cli
v2.0.1
Published
CLI for syncing system prompts from SysPromptHub
Readme
@sysprompthub/cli
Uplevel your AI development assistant with guardrails from SysPromptHub.
Now with support for Claude Skills and GitHub Copilot Agents!
🌐 For VS Code integration, see the SysPromptHub Extension
⏳ Jetbrains IDE integration coming soon!
Installation
npm install -g @sysprompthub/cliFeatures
- 🎯 Multiple assistants - Configure GitHub Copilot, Claude Desktop, and custom paths
- 🤖 Agent/Skill support - Manage specialized agents for different tasks
- 🔄 Easy syncing - Download and install prompts with one command
- 📝 Interactive setup - Guided configuration with search and selection
Commands
Initial setup
Initialize or update your development environment.
sysprompthub initConfigure prompt packs for your assistant
sysprompthub copilot set sysprompthub/python/latest
sysprompthub claude skill add web-dev sysprompthub/react-tailwind/latest description="Skill to write frontend code" context=forkSync your prompt packs
Download and install configured prompts.
sysprompthub syncList your configured packs
Display all configured packs for your project.
sysprompthub showAssistant Commands
GitHub Copilot
See sysprompthub copilot --help for more details.
Example:
# Set main prompt
sysprompthub copilot set owner/general/latest
# Add specialized agents
sysprompthub copilot agent add python owner/python-expert/v1.0.0
sysprompthub copilot agent add typescript owner/ts-expert/latest description="My typescript agent"Claude Desktop
See sysprompthub claude --help for more details.
Example:
# Set main prompt
sysprompthub claude set owner/general/latest
# Add skills
sysprompthub claude skill add angular owner/angular-expert/v2.0.0 description="Skill to write angular code"
sysprompthub claude skill remove angularCustom Paths
See sysprompthub custom --help for more details.
Example:
sysprompthub custom add docs/ai-prompt.md someone/markdown/latest
sysprompthub custom remove docs/ai-prompt.mdConfiguration
Project configuration is stored in the .sysprompthub.json file in the root of your project.
User configuration is stored in the ~/.sysprompthub directory.
Programmatic Usage
For Node.js/TypeScript integration, use @sysprompthub/sdk.
Getting Help
# Show all commands
sysprompthub --helpContributing
See CONTRIBUTING.md for development setup and guidelines.
License
ISC
