Skip to content

Releases: safurrier/claude-code-tutorial

Release list

v1.2.0

Choose a tag to compare

@safurrier safurrier released this 26 Jan 20:03

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 at skills/create-plugin/scripts/create-plugin.py

Removed

  • uvx CLI - Removed src/claude_code_tutorial/ package and pyproject.toml
  • Top-level scripts/ - Moved scripts/create-plugin.py into 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
```