Releases: safurrier/claude-code-tutorial
Releases · safurrier/claude-code-tutorial
Release list
v1.2.0
Added
- Create-plugin skill - New skill at
skills/create-plugin/that auto-activates when you ask Claude to create a plugin. Includes the creation script atskills/create-plugin/scripts/create-plugin.py
Removed
- uvx CLI - Removed
src/claude_code_tutorial/package andpyproject.toml - Top-level scripts/ - Moved
scripts/create-plugin.pyinto the skill directory
Changed
- README - Updated plugin creation instructions to use the skill instead of uvx
- Structure - Simplified to pure Claude Code plugin (no Python package)
Install with:
```bash
curl -fsSL https://raw.githubusercontent.com/safurrier/claude-code-tutorial/main/install.sh | bash
```