freshcrate
Home > MCP Servers > agentconfig.org

agentconfig.org

Elevate your AI assistants by configuring them for any role or workflow. Explore the primitives that unlock their full potential.

Description

Elevate your AI assistants by configuring them for any role or workflow. Explore the primitives that unlock their full potential.

README

agentconfig.org

A reference guide for configuring AI coding assistants. Learn where config files go, what primitives each tool supports, and how to structure your projects for maximum AI effectiveness.

Live site: agentconfig.org

What's Here

  • AI Primitives — The 11 core configuration primitives (instructions, skills, agents, commands, etc.) that power AI coding assistants
  • Interactive File Tree — Visual guide to where config files live, for both global (user home) and project-level configuration
  • Provider Comparison — Side-by-side comparison of GitHub Copilot, Claude Code, Cursor, and OpenAI Codex support for each primitive

Key Paths

GitHub Copilot

Type Path
Global skills ~/.copilot/skills/ or ~/.github/skills/
Project instructions .github/copilot-instructions.md
Project skills .github/skills/<skill-name>/SKILL.md
Project agents .github/agents/<name>.agent.md

Claude Code

Type Path
Global config ~/.claude/
Global memory ~/.claude/CLAUDE.md
Global commands ~/.claude/commands/<name>.md
Project memory ./CLAUDE.md or .claude/CLAUDE.md
Project settings .claude/settings.json

Cursor

Type Path
Global settings ~/.cursor/settings.json
Project instructions .cursor/instructions.md
Project rules .cursor/rules/<name>.md

OpenAI Codex

Type Path
Global config ~/.codex/config.toml
Global instructions ~/.codex/AGENTS.md
Project instructions AGENTS.md
Project skills .codex/skills/<skill-name>/SKILL.md
Command rules ~/.codex/rules/*.rules

See the llms.txt for a machine-readable summary.

Development

bun install
bun run dev

Testing

bun run test

Build

bun run build

Tech Stack

  • Preact + TypeScript
  • Vite
  • Tailwind CSS v4
  • Playwright for E2E tests

Contributing

Contributions welcome! This project does not use GitHub Issues — if you notice anything incorrect or outdated, please open a pull request directly.

See CONTRIBUTING.md for details.

License

ISC

Release History

VersionChangesUrgencyDate
0.0.0No release found — using repo HEADHigh4/21/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

ptah-extensionProvider-agnostic AI orchestration for VS Code. Intelligent workspace analysis, Code Execution MCP server, and project-adaptive multi-agent workflows — all natively integrated into VS Code.electron-v0.1.36
automagik-genieSelf-evolving AI agent orchestration framework with Model Context Protocol support2.5.27
windbackAI agent session viewer and unified session workspace1.0.6
@sysmanager/ai-skillsAgent Skills Framework - Easy setup for AI agent capabilities and integrations (Claude, Gemini, Codex, GitHub Copilot)1.0.20
skilldbSDK and CLI for SkillDB — discover, install, and manage AI agent skills0.7.0