fix(search-first): add missing skill name frontmatter (#266)

fix: add missing name frontmatter for search-first skill
This commit is contained in:
Jongchan 2026-02-22 09:04:39 +09:00 committed by GitHub
parent 7daa830da9
commit 6f94c2e28f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
---
name: search-first
description: Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
---