Update README with cloning instructions and skills list
- Add instructions for cloning with submodules - Add commands for initializing and updating submodules - Add table listing all skills with links to repositories
This commit is contained in:
31
README.md
31
README.md
@@ -1,3 +1,32 @@
|
||||
# claude-skills
|
||||
|
||||
Library of Claude Code skills as git submodules
|
||||
Library of Claude Code skills as git submodules.
|
||||
|
||||
## Cloning
|
||||
|
||||
To clone this repository with all submodules:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://git.prettyhefty.com/Bill/claude-skills.git
|
||||
```
|
||||
|
||||
If you've already cloned without submodules, initialize them with:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
To update all submodules to their latest commits:
|
||||
|
||||
```bash
|
||||
git submodule update --remote --merge
|
||||
```
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [claude-skill-git-gitea](https://git.prettyhefty.com/Bill/claude-skill-git-gitea) | Git and Gitea repository management |
|
||||
| [construction-database-skill](https://git.prettyhefty.com/Bill/construction-database-skill) | Construction project databases in Grist |
|
||||
| [docker-compose-config-skill](https://git.prettyhefty.com/Bill/docker-compose-config-skill) | Docker Compose configuration |
|
||||
| [docker-service-architecture-skill](https://git.prettyhefty.com/Bill/docker-service-architecture-skill) | Docker service architecture |
|
||||
Reference in New Issue
Block a user