Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
embark-research
// Research and understand unfamiliar codebases using semantic search with `embark search`
$ git log --oneline --stat
stars:2
forks:0
updated:2026년 4월 17일 13:14
SKILL.md
// Research and understand unfamiliar codebases using semantic search with `embark search`
Install Embark and complete first-time setup — login and configure agent integration. Use when `embark` is not found or the user asks to install Embark.
Experimental Embark org-wide semantic search across multiple repositories
Explore and understand unfamiliar codebases using semantic code search
Use this skill to review code changes using semantic search to understand context and impact
| name | embark-research |
| context | fork |
| agent | Explore |
| argument-hint | query |
| description | Research and understand unfamiliar codebases using semantic search with `embark search` |
You need to gather all context for task $ARGUMENTS thoroughly.
embark searchSemantic code search that finds code by meaning, not just exact keywords.
embark search "<descriptive query>" [path]
embark search -p <path> "<query>" # <path> must be relative to the project root
Query Tips:
embark search with general terms to understand the landscape-p) once you identify relevant directories# Find authentication-related code
embark search "user authentication login"
# Narrow to specific directory
embark search -p src/auth "JWT token validation"