agentsclimarketplace

Raytally briefs

Skill RuochenLyu/raytally-briefs

Fetch source-linked, time-bounded RayTally product ideas and coding-agent-ready build briefs in Chinese or English. Use when the user asks for today's product ideas, wants an idea to build, or asks for a RayTally build brief.From its SKILL.md

Install
npx -y skills add RuochenLyu/raytally-briefs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.8 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

RayTally Build Briefs

English

RayTally turns public-signal observations into source-linked product ideas and build briefs that a coding agent can inspect, challenge, and implement. Typical flow: fetch the latest issue, let the user pick a card, fetch its brief, then implement — carrying the evidence boundaries along.

Fetch

  1. Start from the latest issue (Chinese; use /en/latest.json for English):

    curl -fsSL https://raytally.com/latest.json
    

    Each entry in cards[] has title, one_liner, tier (featured | quick), url (human page), brief_url (Markdown build brief), signal (with observed_at, and ended_at when the signal already ended), and sources[] with per-source boundaries.

  2. Follow a card's brief_url to get its full build brief — YAML provenance frontmatter plus the implementation-ready body:

    curl -fsSL https://raytally.com/ideas/2026-07-21-replay-qa.md
    
  3. Full archive index: https://raytally.com/ideas.json (or /en/ideas.json). An English brief exists only when its translation is present.

  4. This repository mirrors the same files — latest.json and briefs/YYYY/MM/DD/:

    curl -fsSL https://raw.githubusercontent.com/RuochenLyu/raytally-briefs/main/latest.json
    

Boundary rules

  • Treat every signal as a bounded observation captured at its stated timestamp, never as market validation, a user count, or proof of lasting demand.
  • Preserve observed_at; if active: false, preserve both ended_at and observed_at.
  • Preserve source boundaries and the strongest case against when explaining the idea to a user.
  • Product Hunt entries have no public vote count; do not infer or claim popularity.
  • A zero-card latest.json means the full daily run succeeded but selected no qualifying idea. It is valid data, not a fetch error.

中文

萤录 RayTally 把公开动向的观察整理成带来源的产品灵感和开发任务书,供 coding agent 核对、质疑并实现。典型流程:先取最新一期,让用户挑一张卡,再取它的任务书,然后动手实现——全程带着证据边界。

获取

  1. 从最新一期开始(英文用 /en/latest.json):

    curl -fsSL https://raytally.com/latest.json
    

    cards[] 里每张卡都有 titleone_linertierfeatured | quick)、url(人类页面)、brief_url(Markdown 开发任务书)、signal(含 observed_at,信号已结束时另有 ended_at)以及逐条带边界的 sources[]

  2. 沿着卡片的 brief_url 取完整任务书——YAML 溯源 frontmatter + 可直接开工的正文:

    curl -fsSL https://raytally.com/ideas/2026-07-21-replay-qa.md
    
  3. 全量归档索引:https://raytally.com/ideas.json(英文 /en/ideas.json)。英文任务书只在翻译存在时才有。

  4. 本 GitHub 镜像同步同一批文件——latest.jsonbriefs/YYYY/MM/DD/

    curl -fsSL https://raw.githubusercontent.com/RuochenLyu/raytally-briefs/main/latest.json
    

边界规则

  • 所有信号都只是所列时间点的有界观察,不是市场验证、用户数量或持续需求证明。
  • 转述必须保留 observed_at;若 active: false,必须同时保留 ended_atobserved_at
  • 向用户说明灵感时,保留每条来源的时间边界与最强反方。
  • Product Hunt 公开 feed 没有票数,不得推断或声称热度。
  • latest.json 的卡片数组为空,表示当日完整流程成功但没有选出合格灵感;这是有效结果,不是抓取错误。

What ships with it: 473 files

2677.3 KB alongside SKILL.md

briefs/

433 more files not listed here. See all 473 in the repository.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.