用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rjmurillo/ai-agents --skill research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | research |
| description | Research external topics, create comprehensive analysis, and incorporate learnings into memory systems |
| model | opus |
| allowed-tools | WebSearch, WebFetch, Read, Write, Glob, Grep, Bash(python3:*/skills/github/scripts/*), mcp__forgetful__*, mcp__serena__*, Skill |
| user-invocable | true |
ultrathink
Research external topics, create comprehensive analysis, and incorporate learnings into memory systems.
/research
Topic: {topic name}
Context: {why this matters to the project}
URLs: {optional comma-separated source URLs}
| Parameter | Required | Description |
|---|---|---|
Topic | Yes | Subject to research |
Context | Yes | Why this matters to the project |
URLs | No | Source URLs to fetch and analyze |
/research
Topic: Chesterton's Fence
Context: Decision-making principle for understanding existing systems before changing them
URLs: https://fs.blog/chestertons-fence/, https://en.wikipedia.org/wiki/G._K._Chesterton
.agents/analysis/python3 "${COPILOT_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-.claude}}/skills/github/scripts/issue/new_issue.py"Complete within 50k output tokens. If approaching the limit, summarize findings so far, persist partial analysis, and stop. Prefer completing fewer phases well over partial work across all phases.
WebSearch returns no results for a query, try 2 alternative phrasings, then proceed with available information.WebFetch URL is unreachable or returns a non-success status, note it as unavailable in the analysis and continue with other sources.WebFetch. Use the github skill scripts, which reach the API through gh and so cannot be denied by a WebFetch hook. Write the plugin root inline on each call, because shell variables do not survive between Bash invocations. Issue body and metadata: python3 "${COPILOT_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-.claude}}/skills/github/scripts/issue/get_issue_context.py" --owner {owner} --repo {repo} --issue {n}. Issue discussion: the same path with issue/get_issue_comments.py. PR body and diff: pr/get_pr_context.py --owner {owner} --repo {repo} --pull-request {n}. PR review discussion: pr/get_pr_review_comments.py and pr/get_pr_review_threads.py with the same flags.WebFetch is denied by a harness permission decision rather than a network error, that is a capability signal, not a prompt-injection attempt. Record the denial, switch to the github script path above for github.com URLs or to WebSearch for other hosts, and continue. Do not halt the run. Never call a tool the denial names unless it is already in this command's allowed-tools.Stop when any of the following is true:
| Artifact | Location |
|---|---|
| Analysis document | .agents/analysis/{topic-slug}.md |
| Serena memory | .serena/memories/{topic-slug}-integration.md |
| Forgetful memories | 5-10 atomic memories in knowledge graph |
| GitHub issue | Created if implementation work identified |
.claude/skills/research-and-incorporate/SKILL.md/memory-search for retrieving incorporated knowledgeDefine what to build. Transform a problem into testable requirements with acceptance criteria.
Validate and complete session logs before commit. Auto-populates session end evidence (commit SHA, lint results, memory updates) and runs validation. Use when finishing a session, before committing, or when session validation fails. Do NOT use to create a new session log (use session-init) or to repair a session protocol failure reported by CI (use session-log-fixer).
Create protocol-compliant JSON session logs with verification-based enforcement. Autonomous operation with auto-incremented session numbers and objective derivation from git state. Use when starting any new session. Use when you say "start a session", "create the session log". Do NOT use for mid-session protocol checks (use session), or to complete and validate a log at the end of a session (use session-end).