robertnowell

Fluency — AI skill for Claude Code

AI community

Analyze your AI collaboration style and generate a Skill Tree visualization.

How to install Fluency

Installs to ~/.claude/skills/robertnowell-ai-fluency-skill-cards-fluency/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robertnowell-ai-fluency-skill-cards-fluency && curl -fsSL https://raw.githubusercontent.com/robertnowell/ai-fluency-skill-cards/HEAD/commands/fluency.md -o ~/.claude/skills/robertnowell-ai-fluency-skill-cards-fluency/SKILL.md

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

What Fluency does


description: Analyze your AI collaboration style and generate a Skill Tree visualization

Run the Skill Tree analysis on the user's conversation history.

Use the `skill-tree` skill (from `skills/skill-tree/SKILL.md`) to drive the full flow:

  1. Detect the surface (Claude Code or Cowork) and set up accordingly
  2. Find session files and extract user messages
  3. Call the analyze MCP tool from the skill-tree server to classify behaviors and build the profile
  4. Read the evidence quotes

Alternatives in AI

  • Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★
  • Omnara — by Ishaan Sehgal - A command center for AI agents that syncs Claude Code sessions across terminal, web, and mo 2.6k ★
  • AI Investigator — An automated AI system (Python framework) designed to analyze any type of website content and generate structu 733 ★

Full documentation available on GitHub

View Source Repository