← Back to Guides
⌨️ Using Skills with Claude Code
Add skills to CLAUDE.md for terminal-based AI coding with Australian context.
Setup (5 minutes)
1
Download a skill
Go to any skill page and copy the Claude Code format.
2
Create or edit CLAUDE.md
In your project root, create a file called:
CLAUDE.md3
Paste the skill
Add the skill content to your CLAUDE.md file. You can add multiple skills.
4
Run Claude Code
Start Claude Code in your terminal:
claudeExample CLAUDE.md
# CLAUDE.md ## Project Context This is an Australian business application. ## Skills ### BAS Expert [Paste BAS skill content here] ### Fair Work Guide [Paste Fair Work skill content here] ## Instructions - Always consider Australian tax law - Use ATO guidelines for compliance - Reference Fair Work Act for employment
Pro Tips
- ✓Global config: Put skills in
~/.claude/CLAUDE.mdfor all projects. - ✓Combine with project context: Add your business details above the skills.
- ✓Keep it organised: Use headers to separate different skills.