-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
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.shscript 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.
diyaolu-ai and echarrod
Metadata
Metadata
Assignees
Labels
No labels