
sugarforever/01coder-agent-skills
2 skills12.6k installs229 starsGitHub
Install
npx skills add https://github.com/sugarforever/01coder-agent-skillsSkills in this repo
1China Stock AnalysisChina Stock Analysis is an agent skill that packages value-investing workflows for China A-shares (A股) into repeatable Python commands backed by akshare. Before any run it verifies Python dependencies and guides install of akshare, pandas, and numpy. You can screen universes such as CSI 300 with combined valuation, profitability, growth, dividend, and solvency filters; drill into single-name financial health; compare peers; and estimate intrinsic value with margin-of-safety framing. The SKILL.md defines clear When to Use triggers—analyze one ticker, screen a list, compare industries, value a stock, or spot financial red flags. It targets solo builders and investors doing infrequent trades who want agent-orchestrated research scripts instead of ad-hoc spreadsheet work, not high-frequency execution infrastructure.12.6kinstalls2Diagram To ImageDiagram to Image is a small Node-based CLI skill that sends Mermaid source or markdown tables to a diagram rendering service and saves a PNG—ideal when solo builders want crisp visuals in GitHub READMEs, Notion exports, or pitch decks without opening a GUI editor. You pass a file or stdin, set output path, and tune theme, scale, background, and content type; auto mode picks mermaid vs table. Default hosting targets diagramless.xyz, so runs need network access and you should treat diagram text as non-secret. It fits the Build docs lane but also Launch distribution when you need OG-ready figures or Grow content when refreshing tutorial screenshots. Intermediate complexity: you need Node installed and comfort with shell pipes. It complements in-repo Mermaid previews by producing bitmaps for places that do not render live diagrams.1installs