Codex

aiwg-regenerate-factory

Regenerate AGENTS.md for Factory AI with hook file architecture

104 stars

Best use case

aiwg-regenerate-factory is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

It is a strong fit for teams already working in Codex.

Regenerate AGENTS.md for Factory AI with hook file architecture

Teams using aiwg-regenerate-factory should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/aiwg-regenerate-factory/SKILL.md --create-dirs "https://raw.githubusercontent.com/jmagly/aiwg/main/.agents/skills/aiwg-regenerate-factory/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/aiwg-regenerate-factory/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How aiwg-regenerate-factory Compares

Feature / Agentaiwg-regenerate-factoryStandard Approach
Platform SupportCodexLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Regenerate AGENTS.md for Factory AI with hook file architecture

Which AI agents support this skill?

This skill is designed for Codex.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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

```text
/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

Related Skills

aiwg-orchestrate

104
from jmagly/aiwg

Route structured artifact work to AIWG workflows via MCP with zero parent context cost

hook-regenerate

104
from jmagly/aiwg

Rebuild AIWG hook files from currently installed framework manifests

Codex

generate-factory

104
from jmagly/aiwg

Auto-generate test data factories from schemas, types, or models. Use when creating test data infrastructure, setting up fixtures, or reducing test setup boilerplate.

Codex

aiwg-update-warp

104
from jmagly/aiwg

Update existing project WARP.md with latest AIWG orchestration guidance

Codex

aiwg-update-claude

104
from jmagly/aiwg

Update existing project CLAUDE.md with latest AIWG orchestration guidance

Codex

aiwg-status

104
from jmagly/aiwg

Display workspace status dashboard showing installed frameworks, deployments, artifact counts, and health indicators

Codex

aiwg-setup-warp

104
from jmagly/aiwg

Setup Warp Terminal with AIWG framework context (preserves existing content)

Codex

aiwg-setup-project

104
from jmagly/aiwg

Update project CLAUDE.md with AIWG framework context and configuration

Codex

aiwg-regenerate

104
from jmagly/aiwg

Regenerate platform context file with preserved team directives

Codex

aiwg-regenerate-windsurfrules

104
from jmagly/aiwg

Regenerate .windsurfrules for Windsurf with preserved team directives

Codex

aiwg-regenerate-warp

104
from jmagly/aiwg

Regenerate WARP.md for Warp Terminal with preserved team directives

Codex

aiwg-regenerate-opencode

104
from jmagly/aiwg

Regenerate OpenCode context file (.opencode/context.md) with AIWG framework content

Codex