chore: release v11.0.0

This commit is contained in:
Alex Yang
2026-08-27 13:20:51 -04:00
parent 3bf4fc8e34
commit 0a5759bca1
7 changed files with 13 additions and 13 deletions
+7 -7
View File
@@ -5,44 +5,44 @@
},
"metadata": {
"description": "Agent skills for financial analysis and trading — options payoff, stock correlations, market data, social media research, and generative UI.",
"version": "10.0.0"
"version": "11.0.0"
},
"plugins": [
{
"name": "finance-market-analysis",
"source": "./plugins/market-analysis",
"description": "Stock analysis, earnings, estimates, correlations, liquidity, ETFs, options payoff, and trading strategies via yfinance.",
"version": "10.0.0"
"version": "11.0.0"
},
{
"name": "finance-social-readers",
"source": "./plugins/social-readers",
"description": "Read-only social media and research feeds — Twitter/X, Discord, LinkedIn, Telegram, Y Combinator, plus a generic opencli fallback covering 100+ finance/research sources.",
"version": "10.0.0"
"version": "11.0.0"
},
{
"name": "finance-data-providers",
"source": "./plugins/data-providers",
"description": "External API data — sentiment via Adanos, Fintel short-interest/ownership intelligence, Hormuz Strait monitoring, TradingView via a bundled headless MCP server or the desktop reader, and Hyperliquid perp/spot reader.",
"version": "10.0.0"
"version": "11.0.0"
},
{
"name": "finance-startup-tools",
"source": "./plugins/startup-tools",
"description": "Multi-perspective startup analysis frameworks for VC investors, job applicants, and founders.",
"version": "10.0.0"
"version": "11.0.0"
},
{
"name": "finance-ui-tools",
"source": "./plugins/ui-tools",
"description": "Generative UI design system for rendering interactive HTML/SVG widgets in Claude conversations.",
"version": "10.0.0"
"version": "11.0.0"
},
{
"name": "finance-skill-creator",
"source": "./plugins/skill-creator",
"description": "Create, evaluate, and iterate on high-quality agent skills with structured guidance, quality scoring, and best-practice enforcement.",
"version": "10.0.0"
"version": "11.0.0"
}
]
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-data-providers",
"description": "External API data — sentiment via Adanos, Fintel short-interest/ownership intelligence, Hormuz Strait monitoring, TradingView via a bundled headless MCP server or the desktop reader, and Hyperliquid perp/spot reader.",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-market-analysis",
"description": "Stock analysis, earnings, estimates, correlations, liquidity, ETFs, options payoff, and trading strategies via yfinance.",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-skill-creator",
"description": "Create, evaluate, and iterate on high-quality agent skills with structured guidance, quality scoring, and best-practice enforcement.",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-social-readers",
"description": "Read-only social media and research feeds — Twitter/X, Discord, LinkedIn, Telegram, Y Combinator, plus a generic opencli fallback covering 100+ finance/research sources (Yahoo Finance, Bloomberg, Reuters, Eastmoney, Xueqiu, Reddit, HackerNews, Substack, arXiv, etc.).",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-startup-tools",
"description": "Multi-perspective startup analysis frameworks for VC investors, job applicants, and founders.",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "finance-ui-tools",
"description": "Generative UI design system for rendering interactive HTML/SVG widgets in Claude conversations.",
"version": "10.0.0",
"version": "11.0.0",
"author": {
"name": "himself65"
},