docs/ja-JP/skills/content-engine/SKILL.md
X、LinkedIn、TikTok、YouTube、ニュースレター、マルチプラットフォームキャンペーンのプラットフォームネイティブなコンテンツシステムを作成します。ソーシャル投稿、スレッド、スクリプト、コンテンツカレンダー、または1つのソースアセットを複数プラットフォームにきれいに適応したい場合に使用します。
npx skillsauth add affaan-m/everything-claude-code content-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
著者の本当の声をプラットフォームの型に押し込めることなく、プラットフォームネイティブなコンテンツを構築します。
ドラフト前に、ソースセットを特定します:
ユーザーが特定の声を希望する場合、書く前に実際の例から音声プロファイルを構築します。
声の一貫性が複数の出力にわたって重要な場合は、標準的なワークフローとしてbrand-voiceを使用します。
brand-voiceは標準的な声レイヤーです。
以下の場合は最初に実行します:
ここで2番目の声モデルを再構築する代わりに、生成されたVOICE PROFILEを再利用します。
ユーザーがAffaan / ECCの声を具体的に望む場合も、brand-voiceを信頼できる情報源として扱い、利用可能な最良のライブまたはソース由来の素材を提供します。
以下のいずれかを削除して書き直します:
キャンペーンを求められた場合、以下を返します:
提供前に:
brand-voice:ソース由来の声プロファイルcrosspost:プラットフォーム固有の配布x-api:最近の投稿のソーシングと承認済みXの出力の公開data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
tools
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.