Ai Agent Dotfiles banner
mfmezger mfmezger

Ai Agent Dotfiles

AI community

Description

Dotfiles for Coding Agent Configs with Skills etc. For Claude Code, Codex, Pi, OpenCode and Gemini Cli

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

AI Agent Dotfiles

Personal configs for AI coding agents: Claude Code, OpenCode, Codex CLI, Gemini CLI, and pi.

Install

Requirements: [GNU Stow](https://www.gnu.org/software/stow/).

git clone https://github.com/mfmezger/ai_agent_dotfiles.git ~/ai_agent_dotfiles
cd ~/ai_agent_dotfiles
./install.sh

Manual install:

stow claude opencode codex gemini pi

If `~/.pi` already contains local config/state, the installer may prompt before stowing repo-managed pi files.

Repository Layout

claude/     # ~/.claude config
opencode/   # ~/.config/opencode config
codex/      # ~/.codex config
gemini/     # ~/.gemini config
pi/         # ~/.pi config, themes, and pi agent settings
shared/     # Canonical shared skills and context
scripts/    # Sync helpers

Skills

Git and GitHub

Name Short description
commit Commit local changes with Conventional Commits.
github-pr Commit, push, and open or update GitHub pull requests.
github-pr-feedback Triage PR review feedback into actionable and non-actionable items.

Documents and Files

Name Short description
convert-to-markdown Convert PDFs, Office files, and other documents to Markdown.
doc-coauthoring Co-author documentation through context gathering, drafting, and reader testing.
docx Create, read, edit, and format Word documents.
google-workspace-convert Convert between Google Workspace files and Markdown.
pptx Create, read, edit, and reorganize PowerPoint presentations.
xlsx Create, read, edit, clean, and convert spreadsheet files.

Engineering

Name Short description
building-pydantic-ai-agents Build Pydantic AI agents: tools, capabilities, structured output, streaming, testing, and multi-agent patterns.
fastapi Build and review FastAPI services, routers, schemas, and tests.
go-engineering Write, debug, refactor, and rev