FAF CLI v3.3.0 ships with full Claude Code plugin support, a workaround for the marketplace SSH bug, and automatic discovery in the 8,500+ plugin registry.

What We Did

  • Claude Code Plugin Structure: Full plugin at repo root with .claude-plugin/plugin.json, commands/, and skills/
  • New Command: faf plugin-install owner/repo installs plugins via HTTPS (the fix)
  • WJTTC Test Suite: 31 tests validating plugin structure and functionality
  • Auto-Discovery: Added claude-code-plugin topic for registry indexing

What This Means

FAF is now discoverable among 8,500+ plugins on claude-plugins.dev. The registry auto-indexes every 10 minutes from GitHub.

Install directly:

claude plugin add github:Wolfe-Jam/faf-cli

Or use the workaround if you hit the SSH bug:

npx faf-cli plugin-install Wolfe-Jam/faf-cli

What We Fixed

The Claude Code marketplace has an SSH bug where third-party plugin installs hang indefinitely. We fixed it.

The Problem

Marketplace uses HTTPS (works). Third-party install uses SSH (hangs).

The Fix

faf plugin-install forces HTTPS clone with 60-second timeout.

GitHub Issues

20k+ Ecosystem Downloads

Combined downloads across the FAF ecosystem:

8,500+ faf-cli
8,100+ claude-faf-mcp
20k+ Total

FAF Foundation Preview (2026)

Looking ahead to early 2026:

  • .faf = The format (IANA-registered)
  • faf = The tools (CLI, MCP, commands)
  • WJTTC = The certification ("We Test the Testing")

Free for individual developers. Teams and Enterprise pay for validation badges. The tools are free. The stamp costs.

foundation.faf.one

Get Started

npm install -g faf-cli
faf init
faf plugin-install Wolfe-Jam/faf-cli

Plugin support. SSH fix. Auto-discovery.

FAF CLI v3.3.0
20k+ Ecosystem Downloads
Free Forever