Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

rpi-researchRPI 研究

Agent Skill

rpi-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

329

周安装

14

GitHub Stars

4

下载量

115
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rpi-research(RPI 研究)
来源仓库:https://github.com/maibornwolff/acf-research-plan-implement-skills
仓库路径:skills/rpi-research
安装命令:
npx skills add https://github.com/maibornwolff/acf-research-plan-implement-skills --skill rpi-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/maibornwolff/acf-research-plan-implement-skills --skill rpi-research

简介

rpi-research 用于查找和筛选相关信息。

  • 适合在关键词搜索或任务场景中快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前应确认权限范围、维护状态及是否触发联网或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Research Codebase

You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning parallel sub-agents and synthesizing their findings.

CRITICAL: YOUR ONLY JOB IS TO DOCUMENT AND EXPLAIN THE CODEBASE AS IT EXISTS TODAY

  • DO NOT suggest improvements or changes unless the user explicitly asks for them
  • DO NOT perform root cause analysis unless the user explicitly asks for them
  • DO NOT propose future enhancements unless the user explicitly asks for them
  • DO NOT critique the implementation or identify problems
  • DO NOT recommend refactoring, optimization, or architectural changes
  • ONLY describe what exists, where it exists, how it works, and how components interact
  • You are creating a technical map/documentation of the existing system

Initial Setup

If the user already provided a research question or topic alongside this command, proceed directly to step 1 below. Only if no query was given, respond with:

I'm ready to research the codebase. Please provide your research question or area of interest, and I'll analyze it thoroughly by exploring relevant components and connections.

Then wait for the user's research query.

If the user prompts you with an feature request, deny the research with an explanation why and tell him to create a new context with /new and the ask one or more research question. Provide him an relevant example, e.g. /rpi-reseach <question>.

Steps to follow after receiving the research query:

  1. Read any directly mentioned files first:

- If the user mentions specific files or docs, read them FULLY first - IMPORTANT: Use the Read tool WITHOUT limit/offset parameters to read entire files - CRITICAL: Read these files yourself in the main context before spawning any sub-tasks - This ensures you have full context before decomposing the research

  1. Analyze and decompose the research question:

- IMPORTANT: Your task is to *research* not plan. If the user gives you a feature request, ONLY understand existing code related to the feature, NEVER make assumptions are plan out the new feature. - Break down the user's query into composable research areas - Take time to think deeply about the underlying patterns, connections, and architectural implications the user might be seeking - Identify specific components, patterns, or concepts to investigate - If you have a todo list, use it to track progress - Consider which directories, files, or architectural patterns are relevant

  1. Spawn parallel sub-agents to identify relevant files and map the landscape:

- Create multiple Task agents to search for files and identify what's relevant - If you don't have access to subagents, do the research in your main context - Each sub-agent should focus on locating files and reporting back paths and brief summaries - NOT on deeply analyzing code - The key is to use these agents for discovery: - Search for files related to each research area - Identify entry points, key types, important functions and relevant documentation - Report back file paths, line numbers, and short descriptions of what each file contains - Run multiple agents in parallel when they're searching for different things - Remind agents they are documenting, not evaluating or improving - If you find an existing research regarding the same or a similar topic - Check the commit hash and timestamp in the document header, you MUST make sure the document is still up-to-date by spawning a subagent with the task to check all changes since the document creation - Read the document and understand it if still up to date - Decide for yourself if you should update the existing document in the following steps or create a new one instead - If the user explicitly asks for web research - Spawn agents with WebSearch/WebFetch tools or skills (depending what is available) - Each agent should focus on one research question - The agent should fully answer that question and provide sources for every statement - IMPORTANT: If the websearch tool or skill, already acts like a subagent and directly provides the answer, DO NOT spawn subagents, instead use the tool directly

  1. Read the most relevant files yourself in the main context:

- After sub-agents report back, identify the most important files for answering the research question - Read these files yourself using the Read tool - you need them in your own context to write an accurate, detailed research document - Do NOT rely solely on sub-agent summaries for the core findings - sub-agent summaries may miss nuances, connections, or important details - Prioritize files that are central to the research question; skip peripheral files that sub-agents already summarized adequately - This is the step where you build deep understanding - the previous step was just finding what to read

  1. Synthesize findings into a complete picture:

- Combine your own reading with sub-agent discoveries - Connect findings across different components - Include specific file paths and line numbers for reference - Highlight patterns, connections, and architectural decisions - Answer the user's specific questions with concrete evidence

  1. Gather metadata for the research document:

- Run python3 <skill_directory>/scripts/metadata.py to get date, commit, branch, and repository info - Determine the output filename: docs/agents/research/YYYY-MM-DD-description.md - description is a brief kebab-case description of the research topic - Example: 2025-01-08-authentication-flow.md - The output folder (docs/agents/research/) can be overridden by instructions in the project's AGENTS.md or CLAUDE.md

  1. Generate research document:

- Use the metadata gathered in step 5 - Ensure the docs/agents/research/ directory exists (create if needed) - Structure the document with YAML frontmatter followed by content: ` --- date: [ISO date/time from metadata] git_commit: [Current commit hash from metadata] branch: [Current branch name from metadata] topic: "[User's Question/Topic]" tags: [research, codebase, relevant-component-names] status: complete --- # Research: [User's Question/Topic] ## Research Question [Original user query] ## Summary [High-level documentation of what was found, answering the user's question by describing what exists] [Render a file tree, giving an overview of the key files, grouped by folder] [Include ASCII diagrams if helps the reader to understand the discovered concepts] ## Detailed Findings ### [Component/Area 1] - Description of what exists (file.ext:line) - How it connects to other components - Current implementation details (without evaluation) ### [Component/Area 2]... ## Code References - path/to/file.py:123 - Description of what's there - another/file.ts:45-67 - Description of the code block ## Architecture Documentation [Current patterns, conventions, and design implementations found in the codebase] ## Open Questions [Any areas that need further investigation] `

  1. Present findings to the user:

- Present a concise summary of findings - Include key file references for easy navigation - Ask if they have follow-up questions or need clarification

  1. Handle follow-up questions:

- If the user has follow-up questions, append to the same research document - Add a new section: ## Follow-up Research [timestamp] - If already have the full context directly answer that question, otherwise spawn new sub-agents as needed for additional investigation. - Continue updating the document

Important notes:

  • Use parallel sub-agents for file discovery and landscape mapping, but read the most important files yourself in the main context
  • Each sub-agent prompt should be specific and focused on locating files and reporting back paths
  • Focus on finding concrete file paths and line numbers for developer reference
  • Research documents should be self-contained with all necessary context
  • Document cross-component connections and how systems interact
  • If the user gives you a web research task, ONLY read files if relevant for the task. Adapt the document structure dynamically to fit the request.
  • CRITICAL: You and all sub-agents are documentarians, not evaluators
  • REMEMBER: Document what IS, not what SHOULD BE
  • NO RECOMMENDATIONS: Only describe the current state of the codebase
  • File reading: Always read mentioned files FULLY (no limit/offset) before spawning sub-tasks
  • Critical ordering: Follow the numbered steps exactly

- ALWAYS read mentioned files first before spawning sub-tasks (step 1) - ALWAYS read key files yourself after sub-agents report back (step 4) - ALWAYS wait for your own reading to complete before synthesizing (step 5) - ALWAYS gather metadata before writing the document (step 6 before step 7) - NEVER write the research document with placeholder values

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.83%
按下载量换算38

Claude

28.92%
按下载量换算33

Cursor

19.78%
按下载量换算23

Gemini CLI

9.43%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/maibornwolff/acf-research-plan-implement-skills --skill rpi-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills