plugin/skills/laravel-cloud-cache/SKILL.md
Laravel Cloud 캐시 관리
npx skillsauth add themagictower/grimoires laravel-cloud-cacheInstall 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:cache list # 캐시 목록
/laravel-cloud:cache create # 캐시 생성
/laravel-cloud:cache update # 캐시 수정
/laravel-cloud:cache delete # 캐시 삭제
/laravel-cloud:cache types # 사용 가능한 캐시 유형
# 캐시 목록
cloud cache:list
# 캐시 생성
cloud cache:create
# 캐시 수정
cloud cache:update
# 캐시 삭제
cloud cache:delete
# 사용 가능한 캐시 유형 목록
cloud cache:types
composer global require laravel/cloud-clicloud auth> /laravel-cloud:cache list
cloud cache:list
> /laravel-cloud:cache types
cloud cache:types
> /laravel-cloud:cache create
cloud cache:create
| Spell | Description |
|-------|-------------|
| /cast:laravel-cloud | 통합 메뉴 |
| /laravel-cloud:bucket | 스토리지 |
| /laravel-cloud:instance | 인스턴스 |
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