Sub-skill of obsidian: Integration with Git Repositories.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill integration-with-git-repositories --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration With Git Repositories?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-integration-with-git-repositories-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: obsidian-integration-with-git-repositories
description: 'Sub-skill of obsidian: Integration with Git Repositories.'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# Integration with Git Repositories
## Integration with Git Repositories
```bash
#!/bin/bash
# Link project documentation to code repository
PROJECT_NAME="my-project"
CODE_REPO="$HOME/code/$PROJECT_NAME"
VAULT_PATH="$HOME/Documents/ObsidianVault"
# Create project folder in vault
mkdir -p "$VAULT_PATH/Projects/$PROJECT_NAME"
# Symlink docs folder from code repo
ln -s "$CODE_REPO/docs" "$VAULT_PATH/Projects/$PROJECT_NAME/Docs"
# Create project overview note
cat > "$VAULT_PATH/Projects/$PROJECT_NAME/Overview.md" << EOF
---
title: $PROJECT_NAME
type: project
repo: $CODE_REPO
status: active
---
# $PROJECT_NAME
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!