← スキル一覧に戻る

content-analysis
by az9713
Personal OS - AI-powered content consumption automation system for YouTube, articles, and research papers. Built with Claude Code + Opus 4.5
⭐ 2🍴 1📅 2026年1月15日
SKILL.md
name: content-analysis description: Analyze any text content including meeting notes, emails, book excerpts, or generic text files. Use when the user wants to analyze content that doesn't fit YouTube, article, or paper categories, or mentions notes, documents, or generic analysis.
Generic Content Analysis
Analyze any text content and generate a structured report.
When to Use
Activate this skill when the user:
- Wants to analyze content that isn't a YouTube transcript, web article, or arXiv paper
- Mentions "notes", "meeting notes", "email", "document", "book", "chapter"
- Has a text file they want analyzed but doesn't specify a category
- Asks for generic analysis of some content
Instructions
- Get the file path - Ask the user for the file path if not provided
- Read the content file at the path provided
- If file not found:
- Inform user: "File not found at [path]"
- Suggest checking the path
- Stop here
- Ask the user for:
- A title for this content
- Category: video, article, paper, or other
- Read the appropriate analysis prompt:
- If video:
prompts/yt.md - If article:
prompts/article.md - If paper:
prompts/paper.md - If other:
prompts/default.md
- If video:
- Generate analysis following the prompt structure exactly
- Save the report to
reports/{category}/YYYY-MM-DD_sanitized-title.mdwhere:- {category} is youtube, articles, papers, or other
- YYYY-MM-DD is today's date
- sanitized-title is the title in lowercase, spaces replaced with hyphens, special chars removed
- Update the activity log at
logs/YYYY-MM-DD.md:- Create file if it doesn't exist
- Add entry under appropriate section based on category
- Format:
- [Title](../reports/{category}/filename.md) - HH:MM
- Confirm to user what was saved and where
Report Format
Include this header in the report:
# [Title]
**Source**: [File path]
**Date**: YYYY-MM-DD
**Type**: [Category]
---
[Analysis content following appropriate prompt structure]
---
## My Notes
[Empty space for user notes]
Error Handling
- If file is empty: Inform user and ask if they want to proceed
- If prompt file missing: Use prompts/default.md or basic structure
Related
- Slash command equivalent:
/analyze <filepath> - Prompt files:
prompts/default.md(or category-specific) - Output location:
reports/{category}/
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です