Free

Frontend Design Skill
"/frontend-design" creates distinctive, production-grade frontend interfaces with bold aesthetic direction, intentional typography, animation, and spatial composition. It generates working HTML/CSS/JS or React code that avoids generic AI aesthetics. To install, run this in your terminal after downloading the file: unzip ~/Downloads/frontend-design-skill.zip -d ~/.claude/skills/frontend-design/
Free

Systematic Debugging Skill
"/systematic-debugging" enforces root-cause investigation before any fix is proposed. It works through four phases (investigate, isolate, fix, verify) to prevent symptom patches and repeated failures. To install, run this in your terminal after downloading the file: unzip ~/Downloads/systematic-debugging-skill.zip -d ~/.claude/skills/systematic-debugging/
Free

docx Skill
This skill teaches AI how to create, read, edit, and manipulate Word documents (.docx files) with support for formatting, tables, comments, and tracked changes. To install, run this in your terminal after downloading the file: unzip ~/Downloads/docx-skill.zip -d ~/.agents/skills/

Learn Skill
"/learn" will run a session-retrospective audit that tells you what went well, what went wrong, and propose documentation updates. It gives direct feedback on working with the AI agent more efficiently. To install, run this in your terminal after downloading the file: unzip ~/Downloads/learn-skill.zip -d ~/.claude/skills/learn/

Three Types of AI Memory
There are three types of AI memory: in-context memory, file-based memory, and retrieved memory. This reference card outlines examples of each and tips for how to prioritize how you save and transfer data to AI Agents.
Free

PDF Skill
"/pdf" will create, extract text from, merge, split, and fill PDF documents and forms programmatically. To install, run this in your terminal after downloading the file: unzip ~/Downloads/pdf-skill.zip -d ~/.agents/skills/

Create Scheduled Tasks in Claude
Learn a quick an easy way to set up automated tasks using either Claude Cowork or Claude Code.

Principles of Good Context Engineering
Context engineering is the discipline of designing what information an AI model sees, when it sees it, how it's structured, and what it can touch.

Build a Quality Rubric for Your AI Workflow
A quality rubric is a set of explicit, measurable criteria that define what a good output looks like for a specific task. It answers the question: "How do I know when this is good enough to use?"

How to Set Up MCP Connections
MCP stands for Model Context Protocol. It's the standard that lets AI models connect to external tools, your calendar, email, Slack, Notion, databases, and more.

Job Finder Skill
"/job-finder" searches the web for job listings by industry, level, and location; it deduplicates against a running Google Sheet tracker and sends a draft formatted email digest with links to new postings. To install, run this in your terminal after downloading the file: unzip ~/Downloads/job-finder-skill.zip -d ~/.claude/skills/job-finder/

Email Manager Skill
"/email-manager" triages the user's inbox, sorts emails by urgency, skips noise, and produces ready-to-review reply drafts in the user's voice without sending anything automatically. To install, run this in your terminal after downloading the file: unzip ~/Downloads/email-manager-skill.zip -d ~/.agents/skills/

Intro to IDEs
Learn what an IDE is, why they matter, and how to get started using one.

Three Principles for AI Coding
These three principles form the foundation of effective AI-assisted development. Master them and you'll ship better code faster.

Slash Commands for AI Applications and Terminal
Learn what slash commands are, how they work, and what commands you'll use most when working with agents like Claude.

AI Agents vs. Skills: How to Know What to Build
AI Agents and Skills handle tasks in fundamentally different ways. You don't want to create a custom agent when a simple skill will suffice, but a skill won't have the same scope an agent would. This guide outlines the differences between the two approaches and their use cases.

Summarize Slack Skill
"/slack-digest" summarizes recent Slack activity by searching for action items, decisions, and key updates across project channels and collaborator messages. It outputs a signal-only digest organized into 'Need Your Attention', 'Key Decisions', and 'FYI'. To install, run this in your terminal after downloading the file: unzip ~/Downloads/slack-digest-skill.zip -d ~/.claude/skills/slack-digest/

Notion Task Manager Skill
"/notion-task-manager" parses brain dumps, bullet lists, meeting notes, or voice transcripts into structured Notion tasks with inferred title, project, owner, priority, and deadline. It then creates them in the right database and confirms what was added. To install, run this in your terminal after downloading the file: unzip ~/Downloads/notion-task-manager-skill.zip -d ~/.claude/skills/notion-task-manager/

Research Brief Skill
"/research-brief" searches the web and synthesizes current information on any topic, person, company, or tool into a tight 300-500 word brief with essentials, relevance, key facts and numbers, what to watch, and sources. To install, run this in your terminal after downloading the file: unzip ~/Downloads/research-brief-skill.zip -d ~/.claude/skills/research-brief/

LinkedIn Post Creator Skill
"/linkedin-writer" generates two viral LinkedIn posts in different proven formats (Hot Take, Lessons Learned, Story, Blueprint, etc.), reads the user's voice guide and FOUNDER_CONTEXT if they exist, applies voice calibration and a banned-words check, and always shows drafts before posting. You can create a voice guide with your AI agent by copying and pasting your LinkedIn posts content into your conversation so it can learn your style and wording. Similarly you can give it context into your company and role to create FOUNDER_CONTEXT. To install, run this in your terminal after downloading the file: unzip ~/Downloads/linkedin-writer-skill.zip -d ~/.agents/skills/linkedin-writer/