faf-teacher

Explain FAF and persistent AI-context concepts to developers.

4|1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/Wolfe-Jam/faf-skills --skill faf-teacher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: faf-teacher
Source: https://github.com/Wolfe-Jam/faf-skills/tree/main/skills/faf-teacher
Command: npx skills add https://github.com/Wolfe-Jam/faf-skills --skill faf-teacher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FAF Teacher helps developers understand FAF (Foundational AI-context Format), persistent context, and the Reading Order so AI conversations start with correct context and minimal prompts.

Core Features & Use Cases

  • Provides a clear explanation of FAF, The Reading Order, and AI-readiness to reduce session setup time.
  • Activates when users ask foundational questions like "What is FAF?", "Explain project.faf", or "Why do I need this?" across project setup and daily AI interactions.
  • Serves as an educational foundation before recommending specific actions, enabling better AI-assisted design and integration.

Quick Start

Ask an AI to explain FAF and the Reading Order to you in plain terms.

Frequently Asked Questions about faf-teacher

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

FAQPage Schema
What is FAF (Foundational AI-context Format) and how does it work?

FAF is a persistent AI-context format that helps AI conversations start with correct context and minimal prompts. It uses a YAML frontmatter with at least a name and description at the root to establish foundational understanding.

Why do I need persistent AI-context for my development workflow?

Persistent AI-context reduces session setup time by ensuring AI assistants have correct background information. It enforces a structured format so your project context is automatically understood without repeating complex prompts.

How do I set up a project.faf file for AI context?

To set up FAF, create a file with YAML frontmatter containing at least a name and description at the root. You can also add optional resource directories for scripts, references, and assets to support your workflow.

Can I include resource directories for scripts and references in FAF?

Yes, FAF supports optional resource directories for scripts, references, and assets. These directories help organize supplementary materials that provide additional context to the AI during conversations.

What is the Reading Order in FAF and why does it matter?

The Reading Order in FAF ensures AI conversations process context in the correct sequence. It helps AI assistants understand your project structure and context flow properly before taking any action.

Does FAF require any specific dependencies or frameworks?

No, FAF has no dependencies and works as a standalone context format. It only requires YAML frontmatter with name and description fields at the root to establish persistent AI-context for your workflow.