different-ai/openwork-hub · Archived

research-doc

Create and commit a research doc in research/ for a requested topic. Triggers when user mentions: - "hey research" - "research doc" - "research topic"

First seen Mar 13, 2026

Installation

$ npx skills add different-ai/openwork-hub --skill research-doc

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from different-ai/openwork-hub · top by installs.

npx skills add different-ai/openwork-hub

Browse all from different-ai/openwork-hub

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,095 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Quick Usage (Already Configured)

Create a research doc and push

  1. Parse the topic from the user prompt after "hey research".
  2. Ensure research/ exists; create it if missing.
  3. Create research/YYYY-MM-DD-<topic-slug>.md (lowercase, hyphenated).

- If the file already exists for the same day/topic, append -2, -3, etc.

  1. Draft content using the template below.
  2. git add research/YYYY-MM-DD-<topic-slug>.md
  3. git commit -m "docs: add research on <topic>"
  4. git push (set upstream if missing).

Research Template

# <Topic>

## Summary

## Key Points

## Findings

## Sources
- [Title](URL) - 1 line note

Common Gotchas

  • Prefer primary sources and docs; include 3-6 reputable links.
  • If web access is unavailable, note "Sources pending" in the Sources section.
  • Do not include secrets or sensitive data in the research doc or commit.