·ai-response-refiner
!

ai-response-refiner

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

6Installs·0Trend·@ntaksh42

Installation

$npx skills add https://github.com/ntaksh42/agents --skill ai-response-refiner

How to Install ai-response-refiner

Quickly install ai-response-refiner AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ntaksh42/agents --skill ai-response-refiner
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ntaksh42/agents.

SKILL.md

View raw

このスキルは、AIの初期出力を多角的に改善し、より洗練された応答に変換します。文章の流暢性、専門性、明確性、構造、読みやすさを向上させ、対象読者やコンテキストに最適化します。

sudo apt update sudo apt install docker.io sudo systemctl start docker sudo systemctl enable docker

FROM node:18-alpine WORKDIR /app COPY package.json ./ RUN npm ci COPY . . CMD ["npm", "start"]

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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ntaksh42/agents --skill ai-response-refiner
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from ntaksh42/agents

Quick answers

What is ai-response-refiner?

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

How do I install ai-response-refiner?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ntaksh42/agents --skill ai-response-refiner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ntaksh42/agents