Leaderboard/Research/serenity-skill
Last commit on September 14, 2026·Created on May 4, 2026

muxuuu/serenity-skill

Investment research for advanced manufacturing through supply-chain bottleneck analysis
Combined rank
#102
across all skills
In Research
#7
category rank
Stars
4k
+0.6% in last 7d
Forks
617
+0.7% in last 7d
Watchers
15
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill applies a structured bottleneck analysis method to evaluate technology and advanced-manufacturing investments. It assists researchers in conducting theme scans, comparing candidates, and testing company theses by translating broad labels into specific claims that can be verified against current disclosures.

WHO IT'S FOR
Investment researchers
performing supply-chain bottleneck analysis on stocks
Equity analysts
challenging company theses against current disclosures
Retail investors
scanning themes for high-priority research candidates
AI agent builders
integrating specialized investment research workflows into agents
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Codex user-level installation from a Git clone

Installs: User-level installation of the complete serenity-skill bundle · Codex

Before you start
  • An Agent Skills-compatible host with its own search, browser, or filing tools for current research

Run from: The cloned serenity-skill repository root, reached by the documented cd command

  1. In a terminal, clone the repository and change into its root directory.

    git clone https://github.com/muxuuu/serenity-skill.git
    cd serenity-skill
  2. From the repository root, run this terminal command block to copy the complete documented bundle into the Codex user-level skills directory.

    SERENITY_DIR="$HOME/.agents/skills/serenity-skill"
    mkdir -p "$SERENITY_DIR"
    cp -R SKILL.md LICENSE references assets examples agents "$SERENITY_DIR"/
SKILL.md · Checked Sep 18, 2026README.en.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Scan A-share AI semiconductor bottlenecks

Uses serenity-skill

  • Current web-search, browsing, or filing access supplied by the host agent
Use serenity-skill to research A-share AI semiconductors.
Compare the relevant supply-chain layers before ranking company research priorities.
SKILL.md · Checked Sep 18, 2026README.en.md · Checked Sep 18, 2026
Suggested first task

Challenge a company's supplier claim

Uses serenity-skill

  • Company name replacing [company name]
  • Claimed supplier label replacing [supplier label]
  • Current web-search, browsing, or filing access supplied by the host agent
Use serenity-skill to challenge the claim that [company name] is a “[supplier label].” Test the claim against current disclosures, distinguish development, sampling, qualification, production, orders, and recognized revenue, and give a bounded preliminary judgment with dated evidence and the main condition that would change it.
SKILL.md · Checked Sep 18, 2026
Suggested first task

Compare investment-research candidates

Uses serenity-skill

  • Two company names replacing [company A] and [company B]
  • Requested market if it is not A-shares
  • Current web-search, browsing, filing, or market-data access supplied by the host agent
Use serenity-skill to compare [company A] and [company B] using a comparable reporting period. Summarize each company's supply-chain position, earnings exposure, evidence quality, valuation pressure, and failure conditions, then identify which one deserves further research first.
SKILL.md · Checked Sep 18, 2026