06-reference

anthropic skills internally

2026-04-04·article·source: https://x.com/trq212/status/2033949937936085378·by Thariq (Anthropic, Claude Code team)

Lessons from Building Claude Code: How Anthropic Uses Skills Internally

Summary

Thariq from the Claude Code team shares how Anthropic uses skills internally, with hundreds in active use. Skills cluster into nine recurring categories: (1) Library/API Reference, (2) Product Verification, (3) Data Fetching & Analysis, (4) Business Process & Team Automation, (5) Code Scaffolding & Templates, (6) Code Quality & Review, (7) CI/CD & Deployment, (8) Runbooks, and (9) Infrastructure Operations. The most powerful skills are not just text -- they're folders containing scripts, assets, and reference code that agents can discover and manipulate. Verification skills are singled out as the highest-ROI investment.

Why This Was Bookmarked

"how Anthropic thinks about using skills internally"

This is the source of truth on skill design from the team that built Claude Code. Directly informs how we structure [[06-reference/concepts/skills-as-building-blocks]] and validates our operating model in [[SOUL.md]].

Key Ideas

Connections

This is the authoritative reference for our skill architecture. The nine-category taxonomy maps cleanly to what we're building:

The verification emphasis connects to [[06-reference/concepts/compounding-knowledge]] -- skills that verify their own output compound faster because they catch drift early.

The data fetching category (funnel-query, cohort-compare, grafana) maps directly to [[06-reference/concepts/analytics-as-craft]] and [[01-projects/phdata/index]] consulting work.

Open Questions