スキル一覧に戻る
Acurioustractor

data-analysis

by Acurioustractor

Empathy Ledger: Indigenous Cultural Storytelling Platform - Clean architecture with cultural protocols, multi-tenant Supabase, and AI safety

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: data-analysis description: AI-powered data analysis for Empathy Ledger - themes, quotes, story suggestions, transcript analysis.

Data Analysis

Patterns for AI-powered analysis: themes, quotes, summaries, and story suggestions.

When to Use

  • Adding quotes to story cards
  • Implementing story suggestions/related content
  • Building theme-based filtering or search
  • Creating analytics dashboards
  • Integrating AI analysis results

Quick Reference

Analysis Pipeline

Transcript → AI Analysis → themes[], key_quotes[], ai_summary
Story → Connections → Related Stories, Suggested Content

Key Tables

TableAnalysis Fields
transcriptsthemes, key_quotes, ai_summary, ai_processing_status
storiesthemes, cultural_tags, featured_quote
storytellersexpertise_themes, connection_strength

Theme Categories

  • cultural: identity, heritage, tradition, language, ceremony
  • family: kinship, elders, children, ancestors, community
  • land: country, connection, seasons, wildlife, sacred-sites
  • resilience: survival, adaptation, strength, healing, hope
  • knowledge: wisdom, teaching, learning, stories, dreams

Common Queries

-- Stories with matching theme
SELECT * FROM stories WHERE themes && ARRAY['identity', 'heritage'];

-- Theme frequency
SELECT unnest(themes) as theme, count(*) FROM stories GROUP BY theme ORDER BY count DESC;

API Endpoints

EndpointPurpose
POST /api/transcripts/{id}/analyzeTrigger AI analysis
GET /api/stories/{id}/suggestionsGet related stories
GET /api/themesList themes with counts

Reference Files

TopicFile
Code patternsrefs/analysis-patterns.md
SQL queriesrefs/supabase-queries.md
Theme hierarchyrefs/theme-taxonomy.md
Sync statusrefs/sync-status.md
  • database-navigator - Database exploration
  • supabase-connection - Database clients
  • design-component - UI patterns for analysis display

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です