Homedir
Description
Dotfiles with automated symlink installation script. Includes vim config with Pathogen plugin manager, bash/zsh shell configs, and git settings.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Overview
These are for common files in my home directory.
Install
cd ~
git clone https://github.com/TechNickAI/homedir.git
cd homedir
# Update the submodules (vim plugins)
git submodule init
git submodule update
# Makes all the symlinks to homedir
bash setup.sh
or as a one-liner:
`curl "https://raw.githubusercontent.com/TechNickAI/homedir/main/install.sh" | bash`
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git