build-and-compile
Building, compiling, and resolving dependency issues across languages
Git operations: commits, branches, PRs, and conflict resolution
$ npx -y skills add vstorm-co/pydantic-deepagents --skill git-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/git-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Git operations: commits, branches, PRs, and conflict resolution
name: git-workflow description: "Git operations: commits, branches, PRs, and conflict resolution" tags: [git, workflow] version: "1.0.0"
Format: `<type>: <description>`
Types: feat, fix, refactor, test, docs, style, chore
1. Create feature branch from main: `git checkout -b feat/description` 2. Make changes in small, focused commits 3. Push and create PR 4. After review, squash-merge to main
1. `git fetch origin` 2. `git rebase origin/main` (or merge if team prefers) 3. For each conflict:
4. `git rebase --continue`
Open-source, self-hosted Claude Code - a terminal AI assistant and the Python framework behind it. Tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, unlimited context - on Pydantic AI, any model.
Repo: vstorm-co/pydantic-deepagents
Building, compiling, and resolving dependency issues across languages
Working with diverse data formats: binary, text, structured, and custom
Systematic exploration of unknown environments before starting work
Writing efficient code that handles large data and tight constraints