project-research
Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
Best use case
project-research is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "project-research" skill to help with this workflow task. Context: Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/project-research/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How project-research Compares
| Feature / Agent | project-research | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
<!-- Generated by ai-dev-kit:recommend-skills on {date} -->
<!-- This skill can be safely deleted if no longer needed -->
# {project} Research Patterns
Research workflow patterns tailored to this project's domain and research requirements.
## Variables
| Variable | Default | Description |
|----------|---------|-------------|
| MAX_SOURCES | 10 | Maximum sources to consult per research task |
| SYNTHESIS_STYLE | comprehensive | Output style: concise, comprehensive, or academic |
| REQUIRE_CITATIONS | true | Always include source citations |
## Instructions
1. Identify the research question and scope
2. Select appropriate sources based on domain
3. Coordinate research subagents if available
4. Synthesize findings with proper attribution
5. Format output according to project conventions
## Red Flags - STOP and Reconsider
If you're about to:
- Make claims without source verification
- Skip the synthesis step
- Use sources outside the approved list
**STOP** -> Verify sources -> Synthesize properly -> Then report
## Workflow
### 1. Scope Definition
Define the research scope:
- Primary question
- Related sub-questions
- Domain boundaries
- Required source types
### 2. Source Selection
Approved source types for this project:
- [TODO: Add project-specific sources]
- Web search for recent information
- Documentation for technical details
- Academic sources for foundational concepts
### 3. Research Execution
For each source type:
1. Query appropriate source
2. Extract relevant information
3. Note confidence level
4. Record citation
### 4. Synthesis
Combine findings into coherent output:
- Summarize key findings
- Highlight consensus/disagreements
- Provide confidence assessment
- List all citations
## Project-Specific Patterns
### [TODO: Add patterns discovered in this project]
Example pattern:
```markdown
### Pattern: [Name]
- **When**: [Trigger condition]
- **Do**: [Actions]
- **Output**: [Expected format]
```
## Integration
This skill integrates with:
- Research subagents in `.claude/agents/`
- BAML types for structured outputs (if applicable)
- Documentation in `ai-docs/`
## Customization
Edit this file to add project-specific:
- Approved sources
- Domain vocabulary
- Output templates
- Quality criteriaRelated Skills
project-to-obsidian
将代码项目转换为 Obsidian 知识库。当用户提到 obsidian、项目文档、知识库、分析项目、转换项目 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入规则(默认到 00_Inbox/AI/、追加式、统一 Schema) 3. 执行 STEP 0: 使用 AskUserQuestion 询问用户确认 4. 用户确认后才开始 STEP 1 项目扫描 5. 严格按 STEP 0 → 1 → 2 → 3 → 4 顺序执行 【禁止行为】: - 禁止不读 SKILL.md 就开始分析项目 - 禁止跳过 STEP 0 用户确认 - 禁止直接在 30_Resources 创建(先到 00_Inbox/AI/) - 禁止自作主张决定输出位置
project-map-builder
生成或更新用户指定文件夹的 PROJECT_MAP.md。适用于用户要求目录地图/项目地图/代码仓概览/文件夹级说明/更新已有 PROJECT_MAP.md 的场景。必须先询问要扫描的文件夹范围,禁止默认全仓库扫描;支持单目录或多目录(合并或分别生成)。
wiki-researcher
Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.
systems-programming-rust-project
You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing
startup-business-analyst-financial-projections
Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
projection-patterns
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
hig-project-context
Create or update a shared Apple design context document that other HIG skills use to tailor guidance. Use when the user says 'set up my project context,' 'what platforms am I targeting,' 'configure HIG settings,' or when starting a new Apple platform project.
context7-auto-research
Automatically fetch latest library/framework documentation for Claude Code via Context7 API
cc-skill-project-guidelines-example
Project Guidelines Skill (Example)
azure-ai-projects-ts
Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients.
azure-ai-projects-py
Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.