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`
| 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"
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