plugin/skills/laravel-cloud-bucket/SKILL.md
Laravel Cloud 객체 스토리지 (버킷) 관리
npx skillsauth add themagictower/grimoires laravel-cloud-bucketInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Laravel Cloud 객체 스토리지(버킷) 관리 스펠입니다.
/laravel-cloud:bucket list # 버킷 목록
/laravel-cloud:bucket create # 버킷 생성
/laravel-cloud:bucket delete # 버킷 삭제
/laravel-cloud:bucket key list # 버킷 키 목록
/laravel-cloud:bucket key create # 버킷 키 생성
# 버킷 목록
cloud bucket:list
# 버킷 생성
cloud bucket:create
# 버킷 삭제
cloud bucket:delete
# 버킷 키 목록
cloud bucket-key:list
# 버킷 키 생성
cloud bucket-key:create
composer global require laravel/cloud-clicloud auth> /laravel-cloud:bucket list
cloud bucket:list
> /laravel-cloud:bucket create
cloud bucket:create
> /laravel-cloud:bucket key create
cloud bucket-key:create
| Spell | Description |
|-------|-------------|
| /cast:laravel-cloud | 통합 메뉴 |
| /laravel-cloud:cache | 캐시 |
| /laravel-cloud:domain | 도메인 |
testing
Analyze and improve test coverage
development
TDD workflow with RED-GREEN-REFACTOR cycle
tools
Initialize Grimoires for a project with auto-detection
development
Code review with design principles validation