← Reddit

Can’t get my head around Skills

Reddit · Late-Alps-9381 · June 2, 2026
A user sought to build a tool that converts weekly Google Doc meeting notes into quarterly newsletters but became confused about whether to implement it as a Skill or Artifact. After exploration, the user determined that Artifacts offered better control for the complex reasoning required while remaining unable to identify practical advantages of Skills over Projects with standard instructions. The user questioned whether anyone has found genuine use cases for Skills that justify their adoption over simpler alternatives.

Detailed Analysis

A Reddit user on r/ClaudeAI has surfaced a conceptual confusion that appears to be relatively widespread among Claude power users: the practical distinction between Skills and Artifacts as discrete building blocks within the Claude ecosystem. The post, framed around a concrete use case — converting a team's Google Doc meeting notes into a quarterly newsletter — illustrates how a legitimately useful project idea can stall when the underlying platform abstractions are poorly understood or inadequately differentiated by the tool itself. The user correctly identifies, through trial and error with Claude itself, that Artifacts are self-contained, executable constructs built and run within Claude's interface, while Skills function more like persistent behavioral configurations that shape Claude's outputs across conversations.

The newsletter use case the user describes is instructive precisely because it involves multi-step reasoning: temporal parsing (grouping notes by quarter), editorial judgment (filtering administrative noise from newsletter-worthy content), and stylistic synthesis (writing in a coherent voice). The user concludes, reasonably, that an Artifact is the appropriate mechanism here because the workflow demands explicit, inspectable logic rather than background behavioral shaping. That conclusion reflects a sound intuition about when procedural control matters — complex pipelines with conditional logic benefit from the transparency and reproducibility that Artifacts provide.

The deeper confusion the user surfaces concerns Skills: when would a practitioner choose a Skill over simply configuring a Project with detailed system-level instructions? The user acknowledges that Claude's own explanations only produced technically narrow examples, such as encoding proprietary database schemas. But even those cases felt adequately served by uploading documentation to a Project. This tension reveals a genuine product communication gap. Skills, conceptually, are intended to encapsulate reusable, composable behavioral modules that can be applied across multiple Projects or contexts — a distinction that becomes meaningful at organizational scale or when the same behavioral constraint needs to persist independently of any single project's document set, but which offers minimal apparent advantage to individual users managing a single workflow.

This post reflects a broader trend in AI tooling where feature surface area is expanding faster than the mental models users need to exploit it effectively. Anthropic has progressively layered capabilities — Projects, Artifacts, Skills, memory mechanisms — in ways that individually make sense but collectively create taxonomy problems for users who need clear decision criteria. The fact that the user ultimately had to conduct extended back-and-forth with Claude to arrive at even a tentative answer suggests that the documentation or in-product guidance around these constructs has not kept pace with their deployment. The community response pattern on such threads typically involves experienced users offering heuristics that never quite made it into official guidance.

The practical implication for Anthropic is that abstraction boundaries between its agentic building blocks need sharper articulation, particularly as the Claude Agent SDK and related infrastructure mature. When users resort to asking Claude to explain Claude's own architecture — and still walk away uncertain — the onboarding and conceptual scaffolding around these features warrants revisiting. As AI systems move from single-turn assistants toward persistent, multi-tool agents, the cognitive overhead of choosing the right primitive becomes a real adoption barrier, and reducing that friction is as important a product challenge as the capabilities themselves.

Read original article →