https://github.com/sky0621/techcv-products
https://github.com/sky0621/techcv-products
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/techcv-products
- Owner: sky0621
- License: mit
- Created: 2026-04-15T15:22:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-21T13:46:38.000Z (about 1 month ago)
- Last Synced: 2026-06-21T15:24:37.793Z (about 1 month ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# techcv-products
`techcv-products` is an aggregate repository for `techcv-*` projects managed as Git submodules.
## Current submodules
- `techcv-app`
- `techcv-design`
## Clone
```sh
git clone --recursive git@github.com:sky0621/techcv-products.git
```
If you already cloned the repository without submodules:
```sh
git submodule update --init --recursive
```
## Add a new submodule
Add each `techcv-*` repository at the repository root:
```sh
git submodule add
```
After adding or updating submodules, commit both the submodule pointer and `.gitmodules`.
## Local Codex skills
Project-local Codex skills live under `.codex/skills`.
- `go-best-practices`: Go code review and editing guidance for `.go` and `go.mod` changes
Use a skill explicitly by naming it in a prompt, for example: `$go-best-practices`.