Skip to content

Latest commit

 

History

History

README.md

.faf Format Examples

Real-world examples demonstrating the .faf format across different use cases.

Available Examples

1. n8n-workflow.faf

Automation workflow intelligence from n8n platform.

  • Score: 85%
  • Type: n8n-workflow
  • Use Case: RAG-powered support bot with AI agent
  • Shows: Workflow patterns, integrations, AI models

2. openai-assistant.faf

OpenAI Assistant API configuration.

  • Score: 100%
  • Type: openai-assistant
  • Use Case: Customer support assistant with GPT Actions
  • Shows: API endpoints, actions, authentication

3. cli-project.faf

Command-line tool project metadata.

  • Score: 89%
  • Type: cli-project
  • Use Case: TypeScript CLI with 41 commands
  • Shows: Architecture, performance metrics, dependencies

4. typescript-config.faf

TypeScript configuration file context.

  • Score: 78%
  • Type: config
  • Use Case: Strict TypeScript compilation setup
  • Shows: Compiler options, build settings

5. chrome-extension.faf

Browser extension manifest intelligence.

  • Score: 92%
  • Type: chrome-extension
  • Use Case: Chrome extension with content injection
  • Shows: Permissions, components, manifest structure

Score Distribution

100% ████████████████████████ openai-assistant.faf
 92% █████████████████████░░░ chrome-extension.faf
 89% ██████████████████████░░ cli-project.faf
 85% ██████████████████░░░░░░ n8n-workflow.faf
 78% ████████████████░░░░░░░░ typescript-config.faf

Usage

These examples demonstrate how different file types transform into .faf format:

  • Universal structure - Same format for all types
  • Scored completeness - 0-100% context quality
  • AI-optimized - Structured for maximum AI comprehension
  • Human-readable - Clear YAML format

Creating Your Own

Use the faf-cli tool to generate .faf files:

npm install -g faf-cli
cd your-project
faf init

Or use the claude-faf-mcp server for Claude Desktop integration.

Learn More


Examples generated using faf-cli v3.0.1 and Universal Intelligence Pattern