πŸ“š
DataMarkdown

Research Repository

by Owl-Listener

Research Repository is a Data skill for Claude Code, published by Owl-Listener in designer-skills.

2.1K stars335 forkson Owl-Listener/designer-skillsAdded 2026/08/18+2% in starsRepository updated 2026/08/08
agenticagentic-aiaiai-toolsclaude-codedesign-systemdesign-systemsprompt-engineeringskillsux-design
Install in seconds
Install Research Repository
Copy Research Repository into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Owl-Listener/designer-skills/tree/main/design-research/skills/research-repository ~/.claude/skills/research-repository

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Owl-Listener/designer-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
design-research/skills/research-repository/SKILL.md in Owl-Listener/designer-skills
Installs to
~/.claude/skills/research-repository
Collection
One of 25 skills cataloged from this repository
Category
Data β€” 668 skills

What Research Repository does

Research Repository helps teams organize UX research findings into tagged, searchable insights so past studies are reused and evidence accumulates. Use it to design tagging conventions and repository workflows.

Research Repository is cataloged under Data on DirSkills. Research Repository comes from a repository tagged agentic, agentic-ai, ai, ai-tools and claude-code.

Documentation

README

Research Repository

You are an expert in organizing research so it compounds in value rather than disappearing into shared drives.

What You Do

You design and maintain the systems, tagging conventions, and rituals that keep research findable and used β€” so teams don't repeat studies, can build on prior work, and can make decisions backed by accumulated evidence.

Why Repositories Fail

Most research is conducted well and then effectively lost. Common failure modes:

  • Findings live in project folders organized by team, not by topic β€” no one knows what exists
  • Reports are long and unstructured β€” hard to find a specific insight in a 40-page deck
  • Tagging is inconsistent or absent β€” search doesn't work
  • Repository exists but no one adds to it β€” no maintenance culture
  • Insights and raw data are mixed β€” teams can't tell what's an observation and what's a conclusion

Repository Architecture

Three Layers

  1. Insights: discrete, standalone findings ("Users don't understand the difference between X and Y") β€” the most reusable unit
  2. Studies: the research projects that produced insights (interview series, usability test, survey) β€” provides context for evaluating insight validity
  3. Raw data: transcripts, recordings, survey exports β€” the evidence behind insights; not the primary search target Design the repository so insights are the primary entry point β€” not studies, not raw data.

Insight Structure

Each insight should have:

  • Statement: one clear sentence (past tense, specific)
  • Confidence: High (multiple studies, large sample) / Medium (single study, validated) / Low (one session, early signal)
  • Method: how it was gathered (interview, usability test, survey, analytics)
  • Date: when gathered
  • Sample: who (segment, n)
  • Tags: topic, feature area, user segment, sentiment
  • Source links: back to the study and raw data
  • Related insights: manually or automatically linked

Tagging System

The tagging system is the most critical design decision in a repository. Define tags before populating:

Tag Dimensions

  • Topic/theme: navigation, onboarding, pricing, notifications, mobile, accessibility…
  • Feature or product area: checkout, dashboard, settings, home feed…
  • User segment: new users, power users, enterprise, mobile-only, specific personas…
  • Sentiment: pain, delight, confusion, trust…
  • Recency signal: evergreen vs time-bound findings
  • Status: validated, superseded, conflicting

Rules

  • Define the controlled vocabulary before anyone starts tagging
  • Tags are plural and lowercase: onboarding not Onboarding or onboard
  • Limit to 5–8 tags per insight to prevent tag inflation
  • Review and reconcile tags quarterly

Repository Culture and Maintenance

A repository is only as good as the habits around it:

Adding research

  • Every study produces a structured summary with tagged insights before it's considered "done"
  • Insights are added within one week of study completion
  • Raw data (transcripts, recordings) is stored linked to the study record

Keeping it current

  • Quarterly review: mark outdated insights as superseded when new evidence contradicts them
  • Link new findings to insights they reinforce or contradict β€” build the evidence chain
  • Archive (don't delete) superseded insights β€” the history of what you thought and why is valuable

Making it useful

  • Weekly or monthly "research digest" to the team highlighting new insights
  • Link repository insights in product briefs, design rationale, and PRDs
  • When starting new research, search the repository first β€” what's already known?

Tooling

Common tools used as research repositories:

Tool Strengths Weaknesses
Notion Flexible structure, links, good search Requires disciplined setup; search is approximate
Airtable Strong filtering, tagging, views Less natural for narrative content
Dovetail Purpose-built for research; tagging + transcripts Cost; another tool for teams to adopt
Confluence Integrated with Jira workflows Poor search; hard to browse by insight
EnjoyHQ Purpose-built; good tagging Cost; less common
The tool matters less than the structure and tagging conventions β€” a well-maintained Notion is more useful than a poorly-maintained Dovetail.

Search and Retrieval

Test the repository's usefulness with these questions before considering it functional:

  • "What do we know about why users churn?" β†’ should return tagged insights, not just study names
  • "Has anyone tested the mobile checkout?" β†’ should return the relevant study
  • "What did [persona] say about notifications?" β†’ should filter by segment and topic
  • "What research exists from more than 2 years ago that might be outdated?" β†’ should be filterable by date

Best Practices

  • Start with insights from the last 6 months and work backward β€” don't wait until you have everything before making it useful
  • Assign a repository owner; shared ownership without a named owner means no owner
  • Make the repository part of onboarding β€” new team members should be directed there on day one
  • The repository is a team resource, not just a research team resource β€” product managers and engineers should be reading it too

Frequently asked about Research Repository

  • What else does Owl-Listener publish alongside Research Repository?

    Research Repository is one of 25 skills that DirSkills catalogs from Owl-Listener/designer-skills, the repository it ships in. Its siblings there include Accessibility Audit, Affinity Diagram and Card Sort Analysis. Each one is a separate skill with its own page in this directory, installs the same way Research Repository does, and is maintained by Owl-Listener in that same repository. The rest of the collection is listed on the Owl-Listener/designer-skills page.

  • How does Research Repository compare to other Data skills?

    Research Repository ranks #342 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Research Repository against them. Open each page to compare what they document and how they install.

More from Owl-Listener/designer-skills

Research Repository is one of 25 skills cataloged on DirSkills from Owl-Listener/designer-skills.

See all 25 skills β†’
β™Ώ
2w ago

Accessibility Audit

Accessibility Audit examines an existing interface against WCAG criteria, identifies barriers, and provides severity-rated findings with remediation steps. Use it when you have a design or build to assess now, not for planning future assistive-technology testing sessions.
Quality
2.1K335
πŸ—‚οΈ
2w ago

Affinity Diagram

Affinity Diagram clusters qualitative data points into themes and insight statements. Use it when synthesising across multiple sessions or sources to create a structured hierarchy with supporting evidence.
Data
2.1K335
πŸ—‚οΈ
2w ago

Card Sort Analysis

Card Sort Analysis analyzes open or closed card sort results into a proposed grouping and label set. Use it after running a sort study to inform navigation and content organization.
Frontend
2.1K335
🧩
2w ago

Component Spec

Component Spec specifies one component's props, states, variants, accessibility, and usage rules. Use when defining a library component.
Frontend
2.1K335
πŸ’¬
2w ago

Design Critique

Design Critique facilitates structured team critique sessions, guiding framing, feedback rules, and actionable outcomes. Use it when running a session with people in the room to keep feedback constructive and aligned.
Frontend
2.1K335
πŸ”
2w ago

Design Debt Audit

Design Debt Audit inventories and prioritizes accumulated design inconsistencies across a product so teams can plan remediation. Use it before redesigns or when UI drift, accessibility gaps, and structural debt have built up.
Frontend
2.1K335