Stock Research Publish
Turns stock-research-pipeline analysis into a polished PDF/HTML equity report with optional Netlify deploy.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ec2ba29
Ran a real A/B: the skill's forbidden-pattern list (Inter font, indigo/purple gradients, emoji section headers) was fully absent from the skill-guided HTML while the naive baseline hit every one of them, and the variant-perception table grew from 3 generic rows to 5 factors with evidence/edge-size/falsification columns as the spec demands — but the PDF generator script and the 'visual-explainer' design references it points to ship in neither this repo nor this skill folder.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Stock Research Publish does
Converts the 6 NLM query answers produced by the sibling stock-research-pipeline skill into a print-style PDF or a magazine-quality single-file HTML equity report, with an opinionated design spec (forbidden font/color list, mandatory variant-perception scorecard, bull/base/bear scenario tables) and an interactive Netlify deploy flow. Triggers on "publish report for [SYMBOL]", "deploy report to netlify", "html version of [SYMBOL] report", "ship the [SYMBOL] research", or "/stock-research-publish [SYMBOL]".
How to install Stock Research Publish
git clone https://github.com/samyakjain0606/awesome-stock-skills
cd awesome-stock-skills
mkdir -p ~/.claude/skills
cp -r skills/stock-research-publish ~/.claude/skills/stock-research-publish
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Stock Research Publish
-
/stock-research-publishTurns stock-research-pipeline analysis into a polished PDF/HTML equity report with optional Netlify deploy.
It also activates on plain-language prompts like these:
-
Publish the ACME research as a polished PDF equity report -
Turn my stock analysis into an HTML report and deploy it to Netlify -
Build the variant perception scorecard section for this equity report
Frequently asked questions
- Is the Stock Research Publish skill free?
- Yes. The skill itself is free from samyakjain0606/awesome-stock-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Stock Research Publish work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran a real A/B: the skill's forbidden-pattern list (Inter font, indigo/purple gradients, emoji section headers) was fully absent from the skill-guided HTML while the naive baseline hit every one of them, and the variant-perception table grew from 3 generic rows to 5 factors with evidence/edge-size/falsification columns as the spec demands — but the PDF generator script and the 'visual-explainer' design references it points to ship in neither this repo nor this skill folder.
- What is the Stock Research Publish SkillProof Score?
- 8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Stock Research Publish?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Stock Research Publish with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.