Create a new AUR package
/plugin marketplace add asermax/claude-plugins/plugin install aur@asermax-plugins<package-name> <source-type>Create a new AUR package with the following specifications: Package name: $1 Source type: $2 Follow these steps: 1. Create a new directory for the package named after the package name 2. Create a .gitignore file to exclude build artifacts 3. Create a PKGBUILD file following the structure below (use placeholder checksums initially) 4. Generate checksums using `updpkgsums` 5. Generate the .SRCINFO file using `makepkg --printsrcinfo` 6. Initialize a git repository 7. Set up the AUR remote: `ssh://aur@aur.archlinux.org/<package-name>.git` 8. Create the initial commit using conventional commi...