agent-config  by brianlovin

Agent configuration and skill management for coding assistants

Created 1 month ago
278 stars

Top 93.5% on SourcePulse

GitHubView on GitHub
Project Summary

This repository offers a curated configuration management system for AI coding assistants like Claude Code and Codex. It enables users to standardize global settings, implement custom status lines for monitoring, and manage a collection of reusable agent skills, aiming to enhance developer productivity and streamline AI tool integration.

How It Works

Core functionality is driven by an install.sh script that symlinks repository assets (settings, status scripts, skills) into the user's home directory (~/.claude, ~/.codex/skills). A sync.sh utility manages skill synchronization across machines, supporting add, remove, push, and pull operations. It also includes automated backups and an undo feature for safe configuration management. Skills require a SKILL.md file with frontmatter for validation.

Quick Start & Requirements

  • Install: git clone https://github.com/brianlovin/agent-config.git && cd agent-config && ./install.sh
  • Prerequisites: Bash, Git. Testing requires bats-core (install via brew install bats-core).
  • Setup Time: Minimal, involving cloning and script execution.
  • Links: Repository

Highlighted Details

  • Provides a set of pre-built skills including agent-browser, knip (unused code detection), rams (accessibility/design review), simplify, and deslop (AI code cleanup).
  • sync.sh enables cross-machine skill management and configuration synchronization.
  • Built-in safety features include timestamped backups and an undo command for restoring previous states.
  • Skills are validated via SKILL.md files, and the repository includes Bats tests for installation and sync logic.

Maintenance & Community

Maintained by the author, brianlovin. The README does not specify community channels (e.g., Discord, Slack) or provide a public roadmap.

Licensing & Compatibility

The license type is not explicitly mentioned in the README. Compatibility for commercial use or integration with closed-source projects should be verified by the user.

Limitations & Caveats

The configuration is tailored for Claude Code and Codex; broader AI agent compatibility is not addressed. Specific dependencies or resource requirements for individual skills are not detailed in the README.

Health Check
Last Commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
9
Issues (30d)
0
Star History
89 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.