Documentation
README
Your First Skill - Complete Walkthrough
Skill Seekers v3.9.0
Step-by-step guide to creating your first skill
What We'll Build
A skill from the Django documentation that you can use with Claude AI.
Time required: ~15-20 minutes
Result: A comprehensive Django skill with ~400 lines of structured documentation
Prerequisites
# Ensure skill-seekers is installed
skill-seekers --version
# Should output: skill-seekers 3.6.0
Step 1: Choose Your Source
For this walkthrough, we'll use Django documentation. You can use any of these:
This is the opening of the README. Read the full README on GitHub.