Back to Skills

research

verified

Use when current web info needed, verifying APIs still work, checking latest versions, or avoiding outdated implementations

View on GitHub

Marketplace

ai-coding-config

Light-Brands/lawless-ai

Plugin

ai-coding-config

Repository

Light-Brands/lawless-ai

plugins/core/skills/research/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/Light-Brands/lawless-ai/blob/main/plugins/core/skills/research/SKILL.md -a claude-code --skill research

Installation paths:

Claude
.claude/skills/research/
Powered by add-skill CLI

Instructions

<philosophy>
Research when getting it right matters. When current information saves hours of debugging, ensures secure implementations, or guides you to the right abstraction—research first.
</philosophy>

<natural-triggers>
Clear signals that research is needed:
- Hitting an error that smells like an API change
- Implementing something security-critical (auth, payments, file handling)
- Making architecture decisions you'll live with for months
- Working with libraries you know evolve rapidly
- That moment of "wait, is this still how we do this?"
</natural-triggers>

<quick-check>
When: Mid-flow verification
Time: Under a minute

Examples: "Is useEffect still the way to handle this in React 18?", "Did Stripe change
their webhook payload?", "What's the current Node LTS version?"

Just search, grab the answer, keep coding. No storage, no ceremony, no permission
needed. </quick-check>

<deep-dive>
When: The decision really matters
Time: 5-15 minutes

Examples: Choosing between competing technologies, understanding a new architectural
pattern, debugging something that doesn't match documentation.

Always ask first: "This needs deeper research (5-15 min). Should I dig into this now?"
Let the user decide if they want to pause for research or continue with existing
knowledge.

Research thoroughly, save findings in research/[topic].md for team reference.
</deep-dive>

<tool-selection>
Always use the best available web search. Priority order:

MCP servers (preferred when available):

- Tavily MCP server
- Exa MCP server
- Other specialized search MCP servers

Built-in tools (fallback):

- Cursor: web_search tool
- Claude Code: Built-in web search

Tell the user which you're using:

- "Using Tavily MCP server for enhanced search capabilities"
- "Using Exa MCP server for code-focused research"
- "Using built-in web search (no MCP servers configured)"

This transparency helps users understand tool selection and configure MCP servers if
desired. </tool-selection>

<search-strate

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3175 chars