Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/skills/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Skills for packaging, deploying, and maintaining projects.
| [PyPI](pypi.md) | Python package publishing | build, twine |
| [GCP](gcp.md) | Google Cloud Platform services for ML workflows | gcloud, google-cloud-storage, google-cloud-aiplatform |
| [GitHub Actions](github-actions.md) | CI/CD pipeline configuration | GitHub Actions |
| [GitHub Repo Setup](github-repo-setup.md) | Repository initialization and configuration | gh CLI |
| [GitHub Repo Setup](github-repo-setup.md) _(extra)_ | Repository initialization and configuration | gh CLI |
| [Pre-commit](pre-commit.md) | Git hook automation | pre-commit |
| [VS Code](vscode.md) | Editor configuration for ML development | VS Code |
| [VS Code](vscode.md) _(extra)_ | Editor configuration for ML development | VS Code |
| [Data Pipelines](data-pipelines.md) | ETL, storage formats, leakage-free splitting, schema evolution | polars, Great Expectations |

### Process & Review
Expand Down
1 change: 1 addition & 0 deletions skills/github-repo-setup/skill.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "github-repo-setup"
version = "1.0.0"
category = "infra"
tier = "extra"
tags = ["repository", "github", "setup", "initialization"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions skills/vscode/skill.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "vscode"
version = "1.0.0"
category = "infra"
tier = "extra"
tags = ["editor", "ide", "vscode", "configuration"]

[dependencies]
Expand Down
Loading