From code-format
前端代码格式化规范。当需要配置代码自动格式化、pre-commit hook 时触发。支持 Prettier 和 Biome 两种方案。
npx claudepluginhub doublewater777/futures-plugins-frontend --plugin code-formatThis skill uses the workspace's default tool permissions.
团队统一的代码格式化配置,提交时自动格式化。支持两种方案:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
团队统一的代码格式化配置,提交时自动格式化。支持两种方案:
根据用户选择从对应文件获取配置:
references/biome.md - Biome 完整配置(推荐)references/pre-commit.md - Prettier 完整配置| 规则 | 值 |
|---|---|
| indentStyle | 空格 |
| indentWidth | 2 |
| lineWidth | 110 |
| quoteStyle | 单引号 |
| trailingCommas | ES5 |