- Add instructions for cloning with submodules - Add commands for initializing and updating submodules - Add table listing all skills with links to repositories
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# claude-skills
|
|
|
|
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 | |