npx claudepluginhub hbs9312/hbs9312-plugins --plugin backflowThis skill uses the workspace's default tool permissions.
패치(BR1)로 해결할 수 없는 구조적 문제를 재구현합니다.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
패치(BR1)로 해결할 수 없는 구조적 문제를 재구현합니다.
$ARGUMENTS 에서:
reimpl_log:
target: "{파일/디렉토리}"
reason: "{재구현 사유}"
structural_changes:
- type: "계층 분리"
description: "컨트롤러의 비즈니스 로직을 서비스로 이동"
files_affected: ["{파일 목록}"]
interface_changes:
- method: "SpeakerService.enroll"
before: "enroll(dto, req)"
after: "enroll(dto, context)"
reason: "Request 객체 의존 제거"
test_updates: ["{수정된 테스트 파일 목록}"]
재구현 완료 후 해당 Phase의 검증을 재실행합니다: