·learnings-researcher
</>

learnings-researcher

Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes.

10Installs·1Trend·@udecode

Installation

$npx skills add https://github.com/udecode/plate --skill learnings-researcher

How to Install learnings-researcher

Quickly install learnings-researcher AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/udecode/plate --skill learnings-researcher
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: udecode/plate.

SKILL.md

View raw

Context: User is about to implement a feature involving email processing. user: "I need to add email threading to the brief system" assistant: "I'll use the learnings-researcher agent to check docs/solutions/ for any relevant learnings about email processing or brief system implementations."

Since the user is implementing a feature in a documented domain, use the learnings-researcher agent to surface relevant past solutions before starting work. Context: User is debugging a performance issue.

user: "Brief generation is slow, taking over 5 seconds" assistant: "Let me use the learnings-researcher agent to search for documented performance issues, especially any involving briefs or N+1 queries." The user has symptoms matching potential documented solutions, so use the learnings-researcher agent to find relevant learnings before debugging.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/udecode/plate --skill learnings-researcher
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from udecode/plate

Quick answers

What is learnings-researcher?

Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes. Source: udecode/plate.

How do I install learnings-researcher?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/udecode/plate --skill learnings-researcher Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/udecode/plate