init

Generate AGENTS.md and CLAUDE.md documentation from repository guidance files.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/heyAyushh/stacc --skill init-heyayushh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/heyAyushh/stacc/tree/main/configs/commands/skills/init
Command: npx skills add https://github.com/heyAyushh/stacc --skill init-heyayushh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the manual overhead of creating onboarding and developer guidance by auto-generating initial AGENTS.md files and CLAUDE.md references for a new or existing repository.

Core Features & Use Cases

  • Auto-generate AGENTS.md content tailored to the repo, including recommended commands, architecture notes, and best practices.
  • Create CLAUDE.md by extracting guidance and linking to AGENTS.md, rules, and relevant repository docs.
  • Use Cases: Starting a new project, onboarding a new AI-assisted workflow, updating docs to reflect changes in repository guidelines.

Quick Start

Run this skill at the root of your repository to generate AGENTS.md and CLAUDE.md drafts. Then review and adjust sections to align with project specifics.

Frequently Asked Questions about init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate AGENTS.md documentation for my codebase?

You can auto-generate AGENTS.md documentation by running the init skill at your repository root, which reads existing guidance files and outputs a starter documentation package tailored to your codebase.

What is the best way to create CLAUDE.md files for AI assistants?

The best way to create CLAUDE.md files is to use an automation tool that extracts existing guidance from repository files like README.md and .cursorrules, then links them to your newly generated AGENTS.md documentation.

Does this documentation generator work with existing .cursor/rules and .cursorrules files?

Yes, the documentation generator works with existing .cursor/rules, .cursorrules, and .github/copilot-instructions.md files, reading them to extract guidance and incorporate it into your AGENTS.md and CLAUDE.md drafts.

Can I use this to onboard a new AI-assisted workflow for an existing project?

Yes, you can use this skill to onboard a new AI-assisted workflow for an existing project by generating initial AGENTS.md files and CLAUDE.md references that provide recommended commands, architecture notes, and best practices.

What do I need to do after generating the starter AGENTS.md drafts?

After generating the starter AGENTS.md drafts, you need to review and adjust the sections to align with your specific project details, ensuring the recommended commands and architecture notes accurately reflect your repository guidelines.

Why does my repository need both AGENTS.md and CLAUDE.md files?

Your repository needs both AGENTS.md and CLAUDE.md files to provide comprehensive AI assistant guidance, where AGENTS.md contains tailored commands and architecture notes, and CLAUDE.md links to rules and relevant repository docs.