A collection of AI/LLM configuration files and agent skills for various tools and platforms.
Full documentation is available at s-celles.github.io/ai-config
ai-config/
├── ai/
│ ├── agents/ # Agent configurations
│ ├── commands/ # Command definitions
│ └── skills/ # Agent skills (SKILL.md files)
├── site/ # Hugo website source
└── AGENTS.md # Instructions for AI coding agents
To use a skill, copy its directory to your skills folder or reference it in your configuration:
# Example: copy the license-advisor skill
cp -r ai/skills/license-advisor ~/.claude/skills/MIT