From fabrik
Enforces custom git conventions: prefix-free branch names, backticked code identifiers (esp. Go pkgs) in commits, GitHub issue queries/refs, minimal PR descriptions without CI snapshots.
npx claudepluginhub maragudk/fabrik --plugin fabrikThis skill uses the workspace's default tool permissions.
Most of git usage is what you already know, so depend on that. This skill is just a refinement.
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.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
Most of git usage is what you already know, so depend on that. This skill is just a refinement.
Just name the branch a short sentence separated with dashes. Example: add-some-feature. Don't use feat/, hotfix/ etc. prefixes.
html.UserPage component"html.UserPage above. Fields and methods on structs can be referred with model.User.Name.