# Agent Config Setup

> Generate AI agent config files for any project — Cursor, Claude Code, Copilot, Windsurf, Cline, AGENTS.md. Use when setting up a new project for AI agents. Use when this capability is needed.

- Skill: `tomevault-io/agent-config-setup` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agent-config-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agent-config-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agent-config-setup

---


# Agent Config Setup

Use this skill to generate AI agent configuration files for a project. One command detects the stack and writes config for every major AI coding tool.

## Usage

```bash
npm create agent-config
```

Or with npx:

```bash
npx create-agent-config [directory]
```

## Supported Formats

| Format                            | Agent              |
| --------------------------------- | ------------------ |
| `.cursor/rules/*.mdc`             | Cursor             |
| `CLAUDE.md`                       | Claude Code        |
| `AGENTS.md`                       | Universal standard |
| `.github/copilot-instructions.md` | GitHub Copilot     |
| `.windsurfrules`                  | Windsurf           |
| `.clinerules`                     | Cline              |

## What It Does

1. Scans your project for stack signals (package.json, tsconfig, Dockerfile, etc.)
2. Detects frameworks, languages, test tools, CI setup
3. Asks which config formats you want
4. Writes tailored config files with project-specific conventions

## Key Patterns

- Auto-detects: TypeScript, React, Next.js, Python, Go, Docker, Monorepos, and 20+ more
- Each format gets the same project knowledge, adapted to the tool's config syntax
- Safe to run on existing projects — won't overwrite files without confirmation
- Non-interactive mode: `npx create-agent-config --yes` for CI/scripting

---
> Source: [faizallbs/create-agent-config](https://github.com/faizallbs/create-agent-config) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

