A 101 Guide to Claude Skills and Cowork Projects

A 101 Guide to Claude Skills and Cowork Projects

A beginner-friendly walkthrough of Claude Skills and Cowork Projects, with a complete demo.

ClaudeAI SystemsAgentic AI

Watch the video walkthrough


TL;DR

  • Claude Skills = reusable workflows
  • Claude Cowork Projects = execution system with context
  • Together β†’ you move from prompting β†’ building systems

Intro

I am sure you’ve noticed the steady rise of Claude over the past few months. Anthropic has been consistently shipping improvements, and it can get overwhelming to keep up.

The key is to focus on foundations, not every new feature.

In this series, I’ll share what actually worked for me. This is beginner-friendly, no prior Claude experience required.

In this post, we will:

  • Use Skills
  • Understand Cowork Projects
  • Build a complete workflow

To make it fun, I built everything around One Piece.


What Are Claude Skills

If you ask Claude to generate a report, it will produce something decent.

But if you want consistent, structured output repeatedly, prompting alone is not enough.

That’s where Skills come in.

A Skill is:

  • a markdown file
  • a set of instructions
  • a reusable workflow

Think of it like a recipe:

  • ingredients β†’ inputs
  • method β†’ steps
  • output β†’ format

Example

Instead of repeatedly prompting:

β€œCreate a styled zine…”

You define a Skill that includes:

  • layout
  • typography
  • structure
  • styling rules

Now Claude applies it every time.


In My Demo

I use two Skills:

  • docx skill β†’ creates structured Word documents
  • custom zine skill β†’ generates styled HTML zines

Together, they form a workflow.


What Projects vs Cowork Projects Actually Are

Claude introduced Projects earlier.

Now we have Cowork Projects, which are more powerful.


Key Difference

Regular Projects:

  • lightweight
  • good for general use

Cowork Projects:

  • deeper context
  • file system access
  • structured workflows

How It Works

Everything lives in one place:

  • Instructions β†’ defines purpose
  • Skills β†’ reusable workflows
  • Memory β†’ persistent context
  • Folders β†’ actual files

Mental Model

Folders β†’ where work lives
Projects β†’ where work happens
Skills β†’ how Claude executes


The Demo: One Piece, Skill and Project Setup

I built a complete system using One Piece as the theme.


Step 1 β€” Cowork Project Setup

Cowork Project Setup

  • Created project: One Piece Content Hub
  • Loaded both Skills
  • Defined instructions

Step 2 β€” Local Folder Setup

Local Folder Setup

Created two folders:

  • research/ β†’ intermediate output
  • output/ β†’ final result

Step 3 β€” Workflow

Two-step pipeline:

Prompt 1 β€” Research

Create a research document about One Piece including:

  • Eiichiro Oda
  • manga success
  • Netflix adaptation
  • timeline

Output: β†’ saved to research/one-piece-research.docx


Prompt 2 β€” Zine

Transform research into a styled zine.

Output: β†’ saved to output/onepiece-zine.html


Step 4 β€” Interactive Zine

Zine Page Reveal

  • page-by-page reveal
  • themed colors
  • structured layout

Step 5 β€” Final Output

Full Zine Output

  • 8-page zine
  • fully styled
  • reusable output

πŸŽ₯ Full Demo Video


Outro: When This Setup Is Worth It (And When It Isn’t)

Use this when:

  • you repeat workflows
  • output format matters
  • you want automation

Don’t use this when:

  • quick thinking tasks
  • one-off prompts
  • simple outputs

Key Insight

AI becomes powerful when you move from prompting β†’ designing systems


TL;DR (Again)

  • Skills = reusable intelligence
  • Cowork = execution layer
  • Together = AI systems

Originally published on Medium. Updated for devislabai.com

Get a free template with every video

Every video I publish comes with a free Claude Code template. Join the newsletter.

Related Posts