npx claudepluginhub hosochin/claude-spells --plugin common-skillsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
文章の改善提案や校正を行う
This skill is limited to using the following tools:
sample.mdreview-text/input.md に記述された文章を添削してください。
input.md のフォーマット:
トーン: formal または casual(指定がない場合は formal)
【添削する文章】
(添削したい文章)
要件:
- トーンに応じて添削のスタイルを変更すること
formal: フォーマルなトーンで添削(ビジネス文書、公式な場面向け)casual: カジュアルなトーンで添削(日常会話、親しい相手向け)
- 文法、表現、語彙の改善提案を行うこと
- 元の文章と添削後の文章を両方示すこと
- 主な変更点を箇条書きで説明すること
出力フォーマット:
【元の文章】
(元の文章をそのまま表示)
【添削後の文章】
(添削後の文章)
【主な変更点】
- 変更点1の説明
- 変更点2の説明
...
$ARGUMENTS に test が指定されている場合は、review-text/sample.md の内容を入力として使用してください。
添削結果を review-text/output.md に出力してください。
重要: 出力する際は、Writeツールではなく、Bashツールで cat コマンドとHEREDOC(<<'EOF')を使用して書き込んでください。これにより文字化けを防ぐことができます。
例:
cat > review-text/output.md <<'EOF'
(生成した内容)
EOF
サンプル入力は review-text/sample.md を参照してください。
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.