Skip to content

Add Shell Installation Command to README for Easy Agent Setup #6

@mithun50

Description

@mithun50

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.

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