The current installation process requires users to run multiple commands manually:
git clone https://github.com/contains-studio/agents.git
cp -r agents/* ~/.claude/agents/
To improve usability and provide a smoother onboarding experience, I propose adding a one-line shell installation command that automates these steps.
This would involve:
- Creating an
install.sh script in the root of the repo that clones the repository and copies agent files into ~/.claude/agents/
- Updating the README to include the shell command:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/contains-studio/agents/main/install.sh)"
💡 Benefits:
- Streamlines installation into a single step
- Easier and quicker for new users
- Enhances the professional feel of the project
👋 I'm happy to help implement this feature! Could you please assign this issue to me?
Let me know if you'd like me to go ahead and create the install.sh script and PR as well.
The current installation process requires users to run multiple commands manually:
To improve usability and provide a smoother onboarding experience, I propose adding a one-line shell installation command that automates these steps.
This would involve:
install.shscript in the root of the repo that clones the repository and copies agent files into~/.claude/agents/sh -c "$(curl -fsSL https://raw.githubusercontent.com/contains-studio/agents/main/install.sh)"💡 Benefits:
👋 I'm happy to help implement this feature! Could you please assign this issue to me?
Let me know if you'd like me to go ahead and create the
install.shscript and PR as well.