Home / leeyudok / agents-scaffold · .claude/skills/search-first/SKILL.md · GitHub

search-first skillA

search-first is agent-read markdown (skill) from leeyudok/agents-scaffold: 코드를 새로 짜기 전에 기존 솔루션(레포 내부 → 사내 미러 → 패키지 레지스트리 → MCP/스킬 → GitHub)을 먼저 검색하는 워크플로. 새 기능/유틸/의존성 추가 직전, "X 기능 넣어줘" 요청에 코드부터 쓰려는 순간 발동. (원본: [affaan-m/ECC](https://github.com/affaan-m/ECC) 의 search-first 스킬, MIT — 이식·번안).

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# search-first — 짜기 전에 찾는다

바퀴 재발명 방지 워크플로. 커스텀 코드는 **검색이 빈손일 때의 마지막 선택지**다.

## 발동 시점

- 기존 솔루션이 있을 법한 새 기능/유틸/헬퍼를 만들려는 순간
- 의존성·통합(외부 API, 파서, 클라이언트 등) 추가 직전
- "X 기능 추가해줘" 요청을 받고 바로 코드를 쓰려는 순간

## 검색 순서 (안쪽 → 바깥쪽)

| 순서 | 채널 | 방법 |
|---|---|---|
| 1 | **이 레포 안** | `rg` 로 관련 모듈/테스트 스윕 — 이미 있는데 못 본 것일 수 있음 |
| 2 | **사내 미러** | `<your-git-host>/mirrors/` 그룹 먼저 (OSS agents/skills/아이콘 등 미러). 외부 원본 직접 참조 대신 미러로 들여와서 사용. 미러 그룹이 없으면 건너뜀 |
| 3 | **패키지 레지스트리** | npm / PyPI / crates.io 등 프로젝트 스택에 맞는 곳 |
| 4 | **MCP / 스킬** | 이미 연결된 MCP 서버가 그 기능을 제공하는지, `.claude/skills/` 에 같은 스킬이 있는지 |
| 5 | **GitHub / 웹** | 유지보수되는 OSS 구현체·템플릿 검색. 채택 시 mirrors 로 포크해서 사용 |

채널이 사용 불가(오프라인, 인증 없음 등)면 **조용히 건너뛰지 말고** 어느 채널을 못 봤는지 명시한다.

## 평가 → 결정

후보는 기능 적합도 / 유지보수 상태(최근 커밋·이슈 응답) / 라이선스 / 의존성 무게로 평가.

| 신호 | 결정 |
|---|---|
| 정확히 맞음 + 관리 잘됨 + MIT/Apache | **채택** — 설치해서 그대로 사용 |
| 부분 일치 + 좋은 기반 | **확장** — 설치 + 얇은 래퍼 |
| 약한 후보 여러 개 | **조합** — 작은 패키지 2~3개 결합 |
| 쓸 만한 게 없음 | **직접 구현** — 단, 검색에서 본 설계를 참고해서 |

## 비trivial 기능이면 서브에이전트로

```
Agent(subagent_type="general-purpose", model="sonnet", prompt="
  다음 기능의 기존 솔루션 조사: [설명]
  언어/프레임워크: [스택], 제약: [있으면]
…

Read the whole file at its exact version.

How to install

Latest version
mdr add leeyudok/agents-scaffold/search-first@git:20260822.68fade8
Exact content
mdr add leeyudok/agents-scaffold/search-first@sha256:284e9a4417e678b4

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lgjc25wxgmx5ckjr.svg)](https://markdownregistry.com/a/art_lgjc25wxgmx5ckjr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260822.68fade8 latest2026-08-22 68fade8 3,145 BA view · diff
git:20260816.a9fd3242026-08-16 a9fd324 3,079 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3145 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

leeyudok/agents-scaffold · 25 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lgjc25wxgmx5ckjr
GET https://markdownregistry.com/api/v1/resolve?ref=leeyudok/agents-scaffold/search-first
GET https://markdownregistry.com/api/v1/blob/284e9a4417e678b43e2c7372060e9f9e65ae187af05fa811cb74505c26890495

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from leeyudok/agents-scaffold

docs-sync skill
leeyudok/agents-scaffold · .claude/skills/docs-sync/SKILL.md · 코드·설정·프리셋 변경 뒤 문서를 현행화한다. "문서 현행화", "README 갱신", "문서 최신화" 요청 시, 그리고 동작·경로·버전·수치를 바꾼 PR 을 올리기 직전에 사용. 문서의 주장을 실제 코드·명령…
git:20260822.8e0b825 · audit A · 25 stars
example-skill skill
leeyudok/agents-scaffold · .claude/skills/example-skill/SKILL.md · 이 파일을 복제해 프로젝트 스킬을 만든다. 트리거 조건을 description 에 구체적으로 적을 것.
git:20260816.a9fd324 · audit A · 25 stars
grill-me skill
leeyudok/agents-scaffold · .claude/skills/grill-me/SKILL.md · 사용자가 /grill-me 를 호출하거나 아이디어·기능 요청·스펙을 구현 전에 굽고(grill)·압박 검증하고·심문해 달라고 할 때 사용. superpowers:brainstorming 의 opt-in 대체재 —…
git:20260822.35847f9 · audit A · 25 stars
handoff skill
leeyudok/agents-scaffold · .claude/skills/handoff/SKILL.md · 세션을 끊고 다음 세션에 넘긴다 — 재개 가능한 상태를 HANDOFF.md 에 적고, 협업 인프라(GitHub·GitLab·Forgejo·Jira·Plane·Slack)가 있으면 같은 내용으로 이슈를 만들어 URL…
git:20260921.c169293 · audit B · 25 stars
memory-factcheck skill
leeyudok/agents-scaffold · .claude/skills/memory-factcheck/SKILL.md · 에이전트 영속 메모리를 실제 소스와 대조 — 각 메모리의 핵심 단언을 코드·DB·이슈 트래커·파일시스템에 대조해 stale 을 정정하고 dead 를 아카이브 후보로 리포트. 메모리가 30개를 넘거나, 스택/인프라…
git:20260816.a9fd324 · audit A · 25 stars
review skill
leeyudok/agents-scaffold · .claude/skills/review/SKILL.md · 코드 변경사항 전체 리뷰. code-reviewer 에이전트 + security-audit 에이전트를 순차 실행하는 래퍼 스킬. PR/MR 생성 전 또는 리뷰 요청 시 사용.
git:20260816.a9fd324 · audit A · 25 stars
security-precheck skill
leeyudok/agents-scaffold · .claude/skills/security-precheck/SKILL.md · 외부 보안팀 코드 검사 전 자체 사전점검. security-audit 에이전트(+ 설정돼 있으면 SonarQube 보안 핫스팟)를 돌려 P0/P1/P2로 정리하고, 발견사항을 이슈로 쪼개 병렬 서브에이전트로…
git:20260816.a9fd324 · audit A · 25 stars
skill-evolve skill
leeyudok/agents-scaffold · .claude/skills/skill-evolve/SKILL.md · 스킬 실행 후 피드백을 받아 해당 SKILL.md를 자동 개선하는 메타 스킬. 스킬이 틀렸거나 누락이 있을 때, 또는 새로 배운 함정을 기록할 때 사용.
git:20260816.a9fd324 · audit A · 25 stars
status skill
leeyudok/agents-scaffold · .claude/skills/status/SKILL.md · 프로젝트 상태 한눈에 보기. Git 상태·빌드·테스트·최근 이슈·브랜치 현황을 한 번에 조회. 작업 시작 전 또는 상태 점검 시 사용.
git:20260822.6127497 · audit A · 25 stars
AGENTS.md agents
leeyudok/agents-scaffold · AGENTS.md
git:20260921.c169293 · audit A · 25 stars
docs-sync skill
leeyudok/agents-scaffold · presets/lang-en/base/.claude/skills/docs-sync/SKILL.md · Bring documentation back in line with the code after changes to behavior, paths, versions, or generated output. Use on…
git:20260822.8e0b825 · audit A · 25 stars
example-skill skill
leeyudok/agents-scaffold · presets/lang-en/base/.claude/skills/example-skill/SKILL.md · Duplicate this file to create a project skill. Write the trigger condition concretely in the description.
git:20260816.a9fd324 · audit A · 25 stars

Every file in leeyudok/agents-scaffold

Other files named search-first

search-first skill
affaan-m/ecc · .kiro/skills/search-first/SKILL.md · Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code…
git:20260430.c9962bf · audit A · 266,832 stars
search-first skill
leeyudok/agents-scaffold · presets/lang-en/base/.claude/skills/search-first/SKILL.md · A workflow that searches for an existing solution (this repo → internal mirrors → package registries → MCP/skills →…
git:20260822.68fade8 · audit A · 25 stars
search-first skill
sidiangongyuan/codex-skills-library · skills/search-first/SKILL.md · Use before writing custom code or a research workflow when a maintained library, tool, skill, or proven pattern may…
git:20260905.1cfe2a2 · audit A · 9 stars

Browse by kind, by grade A, or by owner.