sn-search-code

Search GitHub, Stack Overflow, Hacker News, and HuggingFace for developer resources.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-search-code-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sn-search-code
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-search-code
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-search-code-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of quickly locating relevant developer resources across multiple platforms without manually searching each site one by one.

Core Features & Use Cases

  • Multi-platform developer search: Search GitHub repositories/code/issues, Stack Overflow questions/answers, Hacker News discussions, and HuggingFace models/datasets/spaces.
  • Token-aware GitHub code searching: Supports GitHub API restrictions by requiring a token for --type code, while allowing unauthenticated repository and issue searches.
  • Structured JSON results: Returns consistent, machine-readable JSON with titles, URLs, snippets, and key metadata for downstream workflows.

Example use case: you want open-source implementations of a specific feature (e.g., “async streaming responses”); run GitHub code search for exact matches, then cross-check Stack Overflow and Hacker News for practical discussion, and finally find related models or spaces on HuggingFace.

Quick Start

Ask the Skill to search GitHub repositories or code for your query, optionally add a token for code search, and get JSON-formatted results you can reuse in your workflow.

Frequently Asked Questions about sn-search-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search GitHub code and Stack Overflow questions at the same time?

You can search GitHub code and Stack Overflow questions simultaneously by executing the provided search scripts, which query multiple platforms like GitHub and Stack Overflow and return standardized JSON results containing titles, URLs, and snippets.

Do I need a GitHub API token to search for repositories and issues?

You do not need a GitHub API token for unauthenticated repository and issue searches. However, a token is required for GitHub code search to support higher-rate or restricted endpoints.

What's the best way to find HuggingFace models and datasets for a specific use case?

The best way to find HuggingFace models and datasets is to use the developer search scripts to query HuggingFace directly, retrieving machine-readable JSON output with key metadata for pretrained models, datasets, and spaces.

Can I get JSON results from searching Hacker News discussions?

Yes, you can get JSON results from Hacker News discussions. The search scripts perform HTTP API calls across platforms including Hacker News and produce consistent, machine-readable JSON output for downstream workflows.

Why does my GitHub code search fail without an API token?

GitHub code search fails without an API token because the Skill supports GitHub API restrictions by requiring a token for the `--type code` parameter, while allowing unauthenticated searches for repositories and issues.

How do I find open source implementations of a specific feature across developer platforms?

To find open source implementations, run the multi-platform developer search scripts to query GitHub, Stack Overflow, Hacker News, and HuggingFace, retrieving structured JSON results with relevant code snippets and technical discussions.