Aif Init banner
artyhoo artyhoo

Aif Init

Data & AI community

Description

--- name: aif-init description: Generate a draft .ai-factory/DESCRIPTION.md and .ai-factory/ARCHITECTURE.md for a consumer repo. Reads package.json(s) and directory layout, detects the tech stack, and writes a filled draft with a DRAFT review banner. Use whenever DESCRIPTION.md or ARCHITECTURE.md still contains <PLACEHOLDER> fields — the getff installer creates `.ai-factory/` itself, so no external tool is a prerequisite. Invoke as `/aif-init` in your AI session. tools: Read, Glob, Write --- #

Installation

Installs to ~/.claude/agents/artyhoo-getff-aif-init.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/artyhoo/getff/HEAD/agents/aif-init.md -o ~/.claude/agents/artyhoo-getff-aif-init.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository