Ai Agent Rules banner
wpfleger96 wpfleger96

Ai Agent Rules

Data community

Description

Manage configs for Claude Code, Codex, Gemini CLI, Goose, and Amp from one repo — symlinks, merge pipeline, profile inheritance, cross-machine sync

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 Rules

Manage AI agent configurations through symlinks. Keep all your configs in one git-tracked location.

[![PyPI Downloads](https://img.shields.io/pypi/dm/ai-agent-rules.svg)](https://pypi.org/project/ai-agent-rules/) [![PyPI version](https://img.shields.io/pypi/v/ai-agent-rules.svg)](https://pypi.org/project/ai-agent-rules/) [![Python Versions](https://img.shields.io/pypi/pyversions/ai-agent-rules.svg)](https://pypi.org/project/ai-agent-rules/) [![CI](https://github.com/wpfleger96/ai-agent-rules/actions/workflows/ci.yml/badge.svg)](https://github.com/wpfleger96/ai-agent-rules/actions/workflows/ci.yml) [![GitHub Contributors](https://img.shields.io/github/contributors/wpfleger96/ai-agent-rules.svg)](https://github.com/wpfleger96/ai-agent-rules/graphs/contributors) [![Lines of Code](https://aschey.tech/tokei/github/wpfleger96/ai-agent-rules?category=code)](https://github.com/wpfleger96/ai-agent-rules) [![License](https://img.shields.io/github/license/wpfleger96/ai-agent-rules.svg)](https://github.com/wpfleger96/ai-agent-rules/blob/main/LICENSE)

Overview

Consolidates config files for AI coding agents (Claude Code, Goose, Gemini CLI, Codex CLI, Amp) into a single source of truth via symlinks:

  • Git-tracked configs synced across machines
  • Edit once, apply everywhere
  • Declarative plugin management (Claude Code)
  • Exclude specific files (e.g., company-managed)
  • Per-agent customizations

**Supported:** Claude Code, Goose, Gemini CLI, Codex CLI, Amp — plus Shared (AGENTS.md, skills)

Agent Config dir Skills dir
Amp ~/.config/amp/ ~/.config/agents/skills/
Claude Code ~/.claude/ ~/.claude/skills/
Codex CLI ~/.codex/ ~/.agents/skills/
Gemini CLI ~/.gemini/ (via ~/.agents/skills/)
Goose ~/.config/goose/ ~/.config/goose/skills/

Installation

**Requirements:** Python 3.10+, [uv](https://github.com/astral-sh/uv)

From PyPI (Recommended)

One-command setup