ofershap/create-agent-config · Archived

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.

First seen Mar 5, 2026

Installation

$ npx skills add ofershap/create-agent-config --skill agent-config-setup

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Not declared
GitHub Copilot Declared
Windsurf Declared
Gemini CLI Not declared
Cline Declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code cursor github-copilot windsurf cline

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,587 B
  • docs SUMMARY.md 183 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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

npm create agent-config

Or with npx:

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