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
mdr add leeyudok/agents-scaffold/search-first@git:20260822.68fade8mdr add leeyudok/agents-scaffold/search-first@sha256:284e9a4417e678b4Pin 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.
[](https://markdownregistry.com/a/art_lgjc25wxgmx5ckjr)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260822.68fade8 latest | 2026-08-22 | 68fade8 | 3,145 B | A | view · diff |
| git:20260816.a9fd324 | 2026-08-16 | a9fd324 | 3,079 B | A | view |
Audit of the latest version
- 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
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
Every file in leeyudok/agents-scaffold