This week’s exercises are designed to let you explore the capacity of Claude Projects and Skills on your own, with a focus on working with either other people’s text or across your own files. Consider trying to build your own exercise with your students in mind, thinking about the ways of working modeled in the examples.
Asynchronous expectations. Read the Required items in the menu below and complete at least one of the three exercises. Post the results of that exercise back in the cohort Discord — a screenshot, a Skill file, a link to your Project, or a short reflection on what surprised you. The Discord post is the deliverable. Also begin assembling your image set for Workshop 3 (see “What to Carry” below). Building your own Skill is the new move to try this week if you only have time for one thing.
What’s New This Week: Building Your Own Skill
Skills themselves aren’t new — you used them in Workshop 2, and you’ve been brushing up against pre-built ones (like skill-creator) since the start of the series. What’s new this week is writing your own. A Skill is a reusable instruction-set Claude loads on demand — a custom system-prompt module you build once and apply to any conversation or Project. Anthropic publishes a skill-creator skill that helps you draft your own; Skills live in Settings → Capabilities → Skills.
Building one from scratch is the closest thing this series has to “writing code” — and you don’t write code. You write Markdown.
Reading Menu
- Required Light Cohen, Dan. “The Writing Is on the Wall for Handwriting Recognition.” Humane Ingenuity. If you missed this for W3, read it now — it grounds the rest of the series in a longer history of computational reading in archives.
- Required Light Anthropic. “Introducing Skills.” (~10 min) The official launch context for what Skills are designed to do.
- Required Standard Willison, Simon. “Notes on the Vatican’s encyclical on AI.” A practitioner reading of Leo XIV’s encyclical — useful as a bridge between the labor critique and the daily-use perspective.
- Required Standard Religion Dispatches. “Leo XIV Links AI Histories to Enslavement and Exploitation.” Pairs with Bender & Hanna; situates the labor and extraction critique inside a longer moral genealogy.
- Standard Underwood, Ted. “A Genealogy of Distant Reading.” DHQ 11.2 (2017). The canonical history.
- Standard Bender & Hanna, The AI Con, Chapter 3: Leisure for Me, Gig Work for Thee. The labor critique to balance the practitioner-blog enthusiasm.
Exercise Menu
- Light Wrangle something messier than plain text (~45 min). Take a source that isn’t already clean text — a PDF with an awkward layout, a screenshot, a photo of your own handwritten notes, a scan of a manuscript page, slides exported as images. Upload to a fresh Project and prompt Claude either to (a) convert it to clean markdown or (b) pull the text out as a transcript. Iterate: spot-check the output against the original, prompt for corrections on uncertain passages, ask Claude to flag what it could not read. The goal is usable material — something you could now feed into a distant-reading workflow next week. Pay attention to where Claude hallucinates versus where it accurately marks uncertainty.
- Standard Build your first Skill (~90 min). In Claude, open Settings → Capabilities → Skills. Enable the skill-creator skill. Then prompt Claude: “Use the skill-creator skill to help me create a new skill for [your task]. Ask me clarifying questions about my preferences before you draft the skill.” Two suggested directions, both responding to defaults you’ve probably noticed by now:
- An aesthetic-control skill that defines a visual identity for any HTML artifact Claude generates, so you’re not stuck with the default Anthropic look. Pick a reference point — Geocities-retro-web, brutalist, your discipline’s print conventions, a specific artist’s site, the look of a journal you publish in — and encode it. (My own working example is a Geocities-retro-web skill.)
- A text-analysis pipeline skill that bundles the workflow we ran in Workshop 2 (preprocessing → bag-of-words → key phrases → comparative passages → thematic network) into one reusable instruction set, so you can repeat the same analysis across new corpora without re-prompting each step.
Save the resulting Skill, upload it via Settings, and test it on a fresh conversation. Document what changed in the defaults. Anthropic’s Complete Guide to Building Skills for Claude (PDF) is the companion reference — the same guide demoed in Workshop 2. Source: HumanitiesAI/weekfifteen (Option One).
- Deep Scale up in Claude Cowork (~3 hr, advanced). Take the Workshop 2 textual-analysis workflow and rerun it inside Claude Cowork — Claude working alongside you in a desktop session with read/write access to a local folder. Critical setup: create a new, empty folder, add only the materials you want analyzed (or operated on), and point Cowork at that folder — never a broad personal directory. Use it to rerun the in-class workflow at a larger scale than the chat interface comfortably handles. This pattern is the right shape for repeat cases you’ll want to do over and over: cleaning up successive weeks of lecture captions, normalizing a recurring set of student submissions, processing each new batch of fieldnotes as it comes in. You’ll see another Cowork demo in Workshop 4 (W11); this is a chance to try it ahead of time on a workflow you already know.
What to Carry Into Workshop 3
Two things to bring back:
- A Discord post on at least one exercise. Whichever exercise you choose, share the result in the cohort Discord — a screenshot, the Skill markdown file, a link to your Project, the transcript you wrangled, or a short note on what surprised you and where Claude got it wrong. The post is the deliverable; the exchange is where the cohort learning happens.
- Five to ten images for the live workshop. Assemble images you might want to analyze together — archival scans, art, photographs, comic covers, hand-written documents, illustrations from a book you teach. Use materials you have rights to (your own photos, public domain, Creative Commons, Library of Congress Pictures, Internet Archive Images). Have them ready as a folder for upload on June 10.
Cross-references
- Source materials: HumanitiesAI/weekfour (distant reading), HumanitiesAI/weekfifteen (Skills walkthrough), HumanitiesAI/weekfourteen (Code Web for distant reading).