Add XVARY Stock Research (Claude Code skill)#1147
Add XVARY Stock Research (Claude Code skill)#1147SenSei2121 wants to merge 2 commits intogithub:mainfrom
Conversation
| ## XVARY Stock Research | ||
|
|
||
| - [XVARY Stock Research](https://github.com/xvary-research/claude-code-stock-analysis-skill) — Claude Code skill for public SEC EDGAR + market data: `/analyze`, `/score`, `/compare`. MIT. | ||
|
|
There was a problem hiding this comment.
This PR claims to “add” a skill, but the change only adds an external link in the root README. As a result it won’t be indexed with the repo’s skills (under skills/ and docs/README.skills.md) and it could mislead readers placed directly after “Install a Plugin” even though it’s not installable via the Awesome Copilot marketplace. Consider contributing it as an in-repo skill (so it’s discoverable/build-generated like others), or clearly label it as an external resource and place it under a more appropriate section (e.g., Tools) with usage guidance.
|
|
||
| - [XVARY Stock Research](https://github.com/xvary-research/claude-code-stock-analysis-skill) — Claude Code skill for public SEC EDGAR + market data: `/analyze`, `/score`, `/compare`. MIT. | ||
|
|
||
|
|
There was a problem hiding this comment.
There are two consecutive blank lines before the “Contributing” header, which adds unnecessary vertical whitespace. Please reduce this to a single blank line to match the surrounding README formatting.
82449a8 to
f27cc4e
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.
You can attempt to fix this with a rebase:
git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease
If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.
89a7c29 to
4459336
Compare
Adds xvary-research/claude-code-stock-analysis-skill — MIT, public SEC EDGAR + market data workflow (
/analyze,/score,/compare) for Claude Code / compatible agents.Inserted as a short README section before Contributing/License where possible.