惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
博客园 - 司徒正美
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
博客园 - 聂微东

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
skill-tree: finding the Claude behaviors you systematical...
J Now · 2026-04-28 · via DEV Community

J Now

After months of daily Claude Code use, I ran my session history through Anthropic's AI Fluency Index taxonomy and found I'd triggered 8 of the 11 observable behaviors — but three had zero occurrences. Not low. Zero.

That's the problem skill-tree is built around. It's not hard to get faster at the things you already do. The trap is that fluency gains feel real even when you're just deepening the same ruts.

What it does

skill-tree installs as a Claude Code plugin, reads your session history, and classifies your messages against the same 11 behaviors Dakan & Feller defined in their 4D AI Fluency Framework — the ones Anthropic used as the population baseline in their February 2026 study of 9,830 conversations. The output is an archetype card (seven archetypes, rendered as tarot cards with museum art) and a growth quest.

The quest is deliberately anti-local-optimum. It doesn't pick a behavior you do occasionally and could refine. It picks the behavior with the lowest occurrence rate in your history — the one you structurally avoid. The logic: if you're already visiting a behavior, you have some feedback loop on it. If you've never triggered it in months of daily use, your mental model probably doesn't include it at all.

Here's what the install looks like:

claude plugin marketplace add robertnowell/ai-fluency-skill-cards
claude plugin install skill-tree-ai@ai-fluency-skill-cards

Enter fullscreen mode Exit fullscreen mode

The 7-step orchestration (find session files → extract user messages → remote classifier → archetype assignment → narrative synthesis → render → return URL) runs in 30–60 seconds and returns a stable hosted URL. Live example at skill-tree-ai.fly.dev/fixture/illuminator.

The growth quest persists via a SessionStart hook so it surfaces at the top of your next session, not buried in a report you close and forget.

Also available as an MCP server (npm install skill-tree-ai) for Cursor, VS Code, and Windsurf.

github.com/robertnowell/skill-tree