knowledge-research

Knowledge Base Research Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "knowledge-research" with this command: npx skills add alemusica/golden-helix-studio/alemusica-golden-helix-studio-knowledge-research

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

Full-Text Search

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

Source Count Content

ArXiv 500+ Scientific papers

StackOverflow 35+ Q&A

DSP.SE 15+ Signal processing

Physics.SE 50+ Physics Q&A

GitHub 20+ Curated repos

Built-in Functions

  • fn::find_topic($keyword)

  • Multi-table search

  • fn::get_algorithm_context($name)

  • Algorithm + sources

  • fn::kb_stats()

  • Database statistics

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

parallel-agents

No summary provided by upstream source.

Repository SourceNeeds Review
General

audio-dsp

No summary provided by upstream source.

Repository SourceNeeds Review
Research

learn-anything-in-one-hour

Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".

Archived SourceRecently Updated
Research

X/Twitter Research

# X/Twitter Research Skill

Archived SourceRecently Updated