Skip to main content
AI/MLjmagly

aiwg-regenerate-factory

Regenerate AGENTS.md for Factory AI with hook file architecture

Stars
141
Source
jmagly/aiwg
Updated
2026-05-31
Slug
jmagly--aiwg--aiwg-regenerate-factory
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jmagly/aiwg/HEAD/agentic/code/addons/aiwg-utils/skills/aiwg-regenerate-factory/SKILL.md -o .claude/skills/aiwg-regenerate-factory.md

Drops the SKILL.md into .claude/skills/aiwg-regenerate-factory.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Regenerate AGENTS.md (Factory Alias)

Note: This command is an alias for /aiwg-regenerate-agents. Use /aiwg-regenerate-agents for the canonical command.

This alias exists for backward compatibility. Both commands regenerate AGENTS.md.

Usage

/aiwg-regenerate-factory
# equivalent to:
/aiwg-regenerate-agents

See Also

  • /aiwg-regenerate-agents - The canonical command for AGENTS.md
  • /aiwg-regenerate-claude - Regenerate CLAUDE.md
  • /aiwg-regenerate-warp - Regenerate WARP.md
  • /aiwg-regenerate - Auto-detect platform

References

  • @$AIWG_ROOT/agentic/code/addons/aiwg-utils/README.md — aiwg-utils addon overview
  • @$AIWG_ROOT/docs/cli-reference.md — CLI reference for aiwg sync and regenerate commands
  • @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/README.md — SDLC framework context deployed to AGENTS.md