Back to list
Alemusica

knowledge-research

by Alemusica

0🍴 0📅 Jan 12, 2026

SKILL.md


name: knowledge-research description: Research solutions, algorithms, and best practices from the SurrealDB GraphRAG knowledge base containing 600+ scientific papers, StackOverflow answers, and GitHub repositories.

Knowledge Base Research Skill

This skill provides access to a curated knowledge base containing research on audio DSP, acoustics, AI/ML, and software development.

When to Use

  • Before implementing complex algorithms (reverb, FFT, convolution)
  • When debugging unfamiliar errors
  • For design patterns and best practices
  • To find solutions from past conversations
  • When researching scientific concepts

Knowledge Base Access

URL: http://localhost:8000/sql
Auth: Basic cm9vdDpyb290 (root:root)
Headers: surreal-ns: research, surreal-db: knowledge

Quick Queries

SELECT title, content, source, url FROM knowledge 
WHERE title @@ 'keyword' OR content @@ 'keyword' LIMIT 10;

Find Algorithms

SELECT name, description, success_rate, implementation_notes 
FROM algorithm WHERE name CONTAINS 'reverb';

Search Past Solutions

SELECT user_text, assistant_text FROM chat_message 
WHERE assistant_text @@ 'solution keyword' LIMIT 5;

Paper Research

SELECT cite_key, title, authors, abstract FROM paper 
WHERE abstract @@ 'acoustic simulation';

Available Data Sources

SourceCountContent
ArXiv500+Scientific papers
StackOverflow35+Q&A
DSP.SE15+Signal processing
Physics.SE50+Physics Q&A
GitHub20+Curated repos

Built-in Functions

  • fn::find_topic($keyword) - Multi-table search
  • fn::get_algorithm_context($name) - Algorithm + sources
  • fn::kb_stats() - Database statistics

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon