Skip to content

bgould96/claude-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Claude commands, tools, etc

Intended to be used as the .claude folder of a project, preferably as a submodule for easy config sharing across projects.

In your project directory:

git submodule add [email protected]:bgould96/claude-config.git .claude

With this + a CLAUDE.md in the project repo itself, Claude Code can be trivially deployed anywhere.

Some commands require use of the GitHub CLI. To set this up, create a fine grained personal access token with the following permissions:

  • Contents: R
  • Issues: R/W
  • Pull Requests: R/W

ONLY give this PAT access to repos you want Claude Code to be able to read

After cloning project repo to a new environment, run this to populate .claude:

git submodule update --recursive --remote --init

To update .claude, run the following in your project directory:

git submodule update --recursive --remote
git add .claude
git commit -m "Update claude-config submodule"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages