Agent skill
project-research
Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/consiliency/stack-analyzer/templates/project-research
SKILL.md
{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
- Identify the research question and scope
- Select appropriate sources based on domain
- Coordinate research subagents if available
- Synthesize findings with proper attribution
- 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:
- Query appropriate source
- Extract relevant information
- Note confidence level
- 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:
### 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 criteria
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?