Agent skill

ai-response-refiner

AI応答を洗練・改善するスキル。粗い出力を流暢で専門的な文章に変換。構造化、明確化、詳細化、トーン調整、専門性向上、読みやすさ改善を実施。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-response-refiner-ntaksh42-agents-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/ai-response-refiner-ntaksh42-agents-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Response Refiner Skill AIが生成した粗い出力を洗練された高品質な応答に改善するスキルです。 ## 概要 このスキルは、AIの初期出力を多角的に改善し、より洗練された応答に変換します。文章の流暢性、専門性、明確性、構造、読みやすさを向上させ、対象読者やコンテキストに最適化します。 ## 主な機能 - **文章の流暢性向上**: 自然で読みやすい文章に改善 - **構造化**: 論理的な構成と見出しの追加 - **明確化**: 曖昧な表現を具体的に - **詳細化**: 不足している情報を補完 - **簡潔化**: 冗長な部分を削除 - **トーン調整**: フォーマル、カジュアル、技術的等に調整 - **専門性向上**: 技術的な正確性と深さを改善 - **読みやすさ改善**: 段落分割、箇条書き、コード例の追加 - **例の追加**: 具体例、コードスニペット、図表の提案 - **対象読者最適化**: 初心者、中級者、上級者向けに調整 ## 改善パターン ### 1. 文章の流暢性向上 #### Before: ぎこちない文章 ``` AI初期出力: 「Reactです。コンポーネントベースです。再利用できます。 JavaScriptライブラリです。UIを作ります。」 ``` #### After: 流暢な文章 ``` 改善版: 「Reactは、再利用可能なコンポーネントベースでUIを構築できる JavaScriptライブラリです。各コンポーネントは独立した機能を持ち、 複雑なユーザーインターフェースを効率的に開発できます。」 ``` **改善ポイント**: - 短文を結合して自然な流れに - 接続詞の適切な使用 - 文章のリズムと読みやすさの向上 ### 2. 構造化 #### Before: 非構造化 ``` AI初期出力: 「TypeScriptは型があります。JavaScriptのスーパーセットです。 コンパイルが必要です。エラーを早期に発見できます。大規模開発に向いています。 IDEのサポートが良いです。」 ``` #### After: 構造化 ``` 改善版: # TypeScriptの特徴 ## 概要 TypeScriptは、JavaScriptにオプショナルな型システムを追加した スーパーセット言語です。 ## 主な特徴 ### 1. 静的型付け - コンパイル時に型チェックを実施 - 実行前にエラーを発見可能 ### 2. 開発体験の向上 - IDEによる強力な補完機能 - リファクタリングの安全性向上 ### 3. スケーラビリティ - 大規模プロジェクトに最適 - チーム開発での生産性向上 ``` **改善ポイント**: - 見出しによる階層構造 - トピックごとの整理 - 箇条書きで要点を明確に ##

What's inside
Steps it walks through
  1. 概要
  2. 主な機能
  3. 改善パターン
  4. 1. 文章の流暢性向上
  5. 2. 構造化
  6. 3. 明確化
  7. 4. 詳細化
  8. 5. 簡潔化
  9. 6. トーン調整
  10. 7. 専門性向上
  11. 8. 読みやすさ改善
  12. 9. 例の追加
  13. 10. 対象読者最適化
  14. 改善プロセス
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-response-refiner skill do?

AI応答を洗練・改善するスキル。粗い出力を流暢で専門的な文章に変換。構造化、明確化、詳細化、トーン調整、専門性向上、読みやすさ改善を実施。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-response-refiner-ntaksh42-agents-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going