al-af

Al Foundation Docs — Development skill for Claude Code

Development community

Build or refresh both AGENTS.md and ARCHITECTURE.md as a consistent baseline for correct agent behavior.

How to install Al Foundation Docs

Installs to ~/.claude/skills/al-af-al-skills-al-foundation-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/al-af-al-skills-al-foundation-docs && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-foundation-docs.md -o ~/.claude/skills/al-af-al-skills-al-foundation-docs/SKILL.md

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

What Al Foundation Docs does


description: Build or refresh both AGENTS.md and ARCHITECTURE.md as a consistent baseline for correct agent behavior

Run a two-step baseline docs pass in this order:

  • First, apply the al-agents-md flow to create or refresh root AGENTS.md.
  • Second, apply the al-architecture-md flow to create or refresh ARCHITECTURE.md.

Then run a consistency pass across both files:

  • No conflicts in naming, ownership, or boundary rules.
  • Validation and distribution claims align with scrip

Alternatives in Development

  • Dotenv Vault — Sync environment variables across machines for consistent Claude Code behavior 1.2k ★
  • /install-skill - Install Generated Skills Or Agents — Step-by-step guide to install your generated skills and agents to the correct locations 618 ★
  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★

Full documentation available on GitHub

View Source Repository