AI tools¶
Resources¶
-
Resources - Claude Blattman Β· AI for Professionals Who Don't Code
-
My Claude Code Setup by Pedro H. C. Sant'Anna β’ (Full guide)
-
Using AI in Research and Teaching: A Practical Guide by Paul Goldsmith-Pinkham
Skills
Claude Code¶
Introduction¶
Claude Code by Anthropic | AI Coding Agent, Terminal, IDE
Termimal
Claude configuration¶
- Claude Code settings - Claude Code Docs
- Configure permissions - Claude Code Docs
- Tool specific permission rules: Bash, Read, Edit, WebFetch, MCP, Agent
Claude Code is aware of shell operators (like
&&) so a prefix match rule likeBash(safe-cmd *)wonβt give it permission to run the commandsafe-cmd && other-cmd
- Tool specific permission rules: Bash, Read, Edit, WebFetch, MCP, Agent
Claude tools¶
Claude skills¶
---
name: your-skill-name
# Maximum 64 characters
# Must contain only lowercase letters, numbers, and hyphens
# Cannot contain XML tags
# Cannot contain reserved words: "anthropic", "claude"
description: Brief description of (1) what this Skill does and (2) when to use it
# Must be non-empty
# Maximum 1024 characters
# Cannot contain XML tags
# Should describe what the Skill does and when to use it
---
# Keep SKILL.md body under 500 lines for optimal performance
# Split content into separate files when approaching this limit
-
Extend Claude with skills - Claude Code Docs
-
Custom commands have been merged into skills. A file at
.claude/commands/deploy.mdand a skill at.claude/skills/deploy/SKILL.mdboth create/deployand work the same way. Your existing.claude/commands/files keep working. Skills add optional features: a directory for supporting files, frontmatter to control whether you or Claude invokes them, and the ability for Claude to load them automatically when relevant. -
Keep SKILL.md under 500 lines. Move detailed reference material to separate files.
-
Best practices
- Skill authoring best practices - Claude API Docs
- Principles
- Set appropriate degrees of freedom: low / medium / high freedom
- Test with all models you plan to use: Haiku / Sonnet / Opus
- Skill structure
- Naming conventions: gerund form / noun phrases / action-oriented
- Progressive disclosure patterns: references / domain-specific / conditional details
- Avoid deeply nested references: one level deep from
SKILL.md - Structure longer reference files with table of contents: for reference files > 100 lines
- Evaluation and iteration
- Checklist for effective Skills
Skill demos and libraries
Built-in commands¶
Claude agents¶
- Create custom subagents - Claude Code Docs
- Orchestrate teams of Claude Code sessions - Claude Code Docs
MCP¶
LLMs¶
Models
- ChatGPT β’ OpenAI Status
- Gemini β’ Gemini Status
- Claude β’ Claude Status
Comparisons
- LLM Leaderboard | Artificial Analysis
- Comparison of AI Models across Intelligence, Performance, Price | Artificial Analysis