reference-seek

Locate internal patterns and external open-source references for feature implementation.

171|23|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/team-attention/hoyeon --skill reference-seek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reference-seek
Source: https://github.com/team-attention/hoyeon/tree/main/skills/reference-seek
Command: npx skills add https://github.com/team-attention/hoyeon --skill reference-seek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers quickly locate both internal implementation patterns and external open-source references to inform feature development.

Core Features & Use Cases

  • Internal Pattern Discovery: Identify existing patterns and reusable components within the codebase for a given feature.
  • External Reference Aggregation: Find open-source implementations, tutorials, and best practices to guide design decisions.
  • Structured Synthesis: Produce a concise set of references with context, relevance, and suggested usage.

Use Case: When planning a new feature, gather internal patterns and external references to inform architecture decisions and reduce reinventing the wheel.

Quick Start

Use this skill to locate references for a topic, for example: reference-seek with topic 'OAuth login references'.

Frequently Asked Questions about reference-seek

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

FAQPage Schema
How do I find existing internal patterns and open-source references for feature implementation?

To find references for feature implementation, extract your feature topic and run parallel internal codebase and external web searches to synthesize actionable reuse opportunities and benchmarks.

What is the best way to gather benchmarks comparing internal patterns with external open-source projects?

Gathering benchmarks is done by applying a phased approach that performs parallel internal and external searches, then synthesizes the results to compare implementations and guide architecture decisions.

How does reference search for internal patterns and open-source code work?

Reference search works by extracting the target topic, executing parallel internal pattern discovery and external open-source aggregation, and producing structured references with context and suggested usage.

Can I use this to locate reusable components within my codebase for a new feature?

Yes, you can locate reusable components by providing a feature topic, which triggers internal pattern discovery to identify existing implementation patterns within your internal docs and codebase.

Do I need to provide a specific topic to search for internal and external references?

Yes, providing a specific topic is required to initiate the search, as the skill applies topic extraction to drive parallel internal and external searches for relevant patterns and references.