Agent skill · AI & Agents

faf-go

Guided interview to Gold Code (100% AI-Readiness). Use when helping users improve their .faf file through questions. Leverages Claude Code's AskUserQuestion for seamless integration. Just type /faf-go and answer questions till done.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill faf-go --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/faf-go/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FAF Go — Guided Path to 100% ✪ **"Just type /faf-go, answer questions till you're done. 100% target."** `.faf` is an **IANA-registered context format** (`application/vnd.faf+yaml`) — a typed, portable file *you own*, readable by any AI. **faf-cli scores on 21 slots**; your `app_type` selects which are *active*, and **100% ✪ = every active slot filled**. This skill is the guided interview that gets you there: the AI fills what it can detect, then asks you — via Claude Code's AskUserQuestion — only for the gaps it can't source. ## When to Use This Skill Activate when: - User wants to improve their .faf score - User mentions "Gold Code" or "100%" - User has incomplete project context - After `faf init` to fill in missing fields - User says "help me with my .faf" ## Integration with Claude Code FAF Go is built FOR Claude Code: - **AskUserQuestion** - Native Claude Code UI for questions - **multiSelect: true** - Allow multiple answers (e.g., "pytest + WJTTC") - **TodoWrite** - Track progress through the interview - **Structured output** - JSON that Claude Code understands - **Bi-sync** - Answers flow to .faf AND CLAUDE.md ### multiSelect Support Some questions allow multiple selection

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Integration with Claude Code
  3. multiSelect Support
  4. Workflow
  5. Step 1: Check Current State
  6. Step 2: Ask Questions Using AskUserQuestion
  7. Step 3: Apply Answers
  8. Step 4: Celebrate or Continue
  9. Question Templates for AskUserQuestion
  10. Single-Select Questions (pick one)
  11. Multi-Select Questions (pick multiple, joined with " + ")
  12. Processing Multi-Select Answers
  13. Example Session
  14. TodoWrite Integration
Commands it runs
faf score --verbose
faf score --json
Read current .faf
cat project.faf
Update fields (use Edit tool)
Then verify:
faf score
faf go            # interactive terminal interview (--resume continues a session)
More from agentic-awesome-skills
All skills →
About this skill
What does the faf-go skill do?

Guided interview to Gold Code (100% AI-Readiness). Use when helping users improve their .faf file through questions. Leverages Claude Code's AskUserQuestion for seamless integration. Just type /faf-go and answer questions till done.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill faf-go --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going