npx skills add https://github.com/sugarforever/01coder-agent-skills --skill china-stock-analysisCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
A collection of custom skills for Claude Code, Anthropic's official CLI for Claude. These skills extend Claude Code's capabilities with specialized, domain-specific functionality.
Agent skills are modular extensions that provide Claude Code with specialized knowledge and tools for specific tasks. Each skill includes:
A comprehensive security vulnerability scanner for Next.js and TypeScript/JavaScript projects.
Features:
Scan Types:
Usage:
/nextjs-security-scan
A comprehensive security vulnerability scanner for Python projects including Flask, Django, and FastAPI applications.
Features:
Supported Frameworks:
Scan Types:
Usage:
/python-security-scan
Corrects speech recognition errors in subtitle files (.srt) while preserving exact timeline information.
Features:
Workflow:
Usage:
/subtitle-correction
Converts Mermaid diagrams and Markdown tables to images (PNG/SVG) for platforms like X/Twitter that don't support rich formatting.
Features:
images/, assets/, etc.)Supported Content:
Smart Behavior:
auth-flow.png, model-comparison.png)Usage:
"Convert this diagram to an image"
"Make this table a PNG for X"
"Export this flowchart as PNG"
Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Automatically handles X Premium limitations by converting unsupported elements to images.
Credits: This skill is inspired by and based on wshuyi/x-article-publisher-skill.
Features:
Supported Formatting:
Usage:
/publish-x-article
基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。使用 akshare 获取公开财务数据。
Features:
Supported Workflows:
Usage:
分析贵州茅台
筛选PE小于15、ROE大于15%的沪深300股票
对比白酒行业前10名
计算600519的内在价值
agent-skills/
├── skills/
│ ├── nextjs-security-scan/
│ │ ├── SKILL.md # Skill definition
│ │ ├── references/ # Vulnerability pattern libraries
│ │ │ ├── owasp-top-10.md
│ │ │ ├── xss-patterns.md
│ │ │ ├── injection-patterns.md
│ │ │ ├── auth-vulnerabilities.md
│ │ │ └── nextjs-specific.md
│ │ ├── scripts/ # Automation tools
│ │ │ ├── dependency-audit.sh
│ │ │ ├── secret-scanner.py
│ │ │ └── pattern-scanner.py
│ │ └── assets/ # Templates
│ │ └── report-template.md
│ │
│ ├── python-security-scan/
│ │ ├── SKILL.md # Skill definition
│ │ ├── references/ # Vulnerability pattern libraries
│ │ │ ├── owasp-top-10.md
│ │ │ ├── python-vulnerabilities.md
│ │ │ ├── injection-patterns.md
│ │ │ ├── deserialization.md
│ │ │ ├── flask-security.md
│ │ │ ├── django-security.md
│ │ │ └── fastapi-security.md
│ │ ├── scripts/ # Automation tools
│ │ │ ├── dependency-audit.sh
│ │ │ ├── secret-scanner.py
│ │ │ └── pattern-scanner.py
│ │ └── assets/ # Templates
│ │ └── report-template.md
│ │
│ ├── subtitle-correction/
│ │ ├── SKILL.md # Skill definition
│ │ ├── references/ # Domain knowledge
│ │ │ ├── terminology.md
│ │ │ └── srt-format.md
│ │ └── scripts/ # Validation tools
│ │ └── subtitle_tool.py
│ │
│ ├── diagram-to-image/
│ │ ├── skill.md # Skill definition
│ │ └── scripts/ # Conversion tools
│ │ └── table_to_image.py
│ │
│ ├── publish-x-article/
│ │ ├── SKILL.md # Skill definition
│ │ └── scripts/ # Automation tools
│ │ ├── parse_markdown.py
│ │ ├── copy_to_clipboard.py
│ │ └── table_to_image.py
│ │
│ └── china-stock-analysis/
│ ├── SKILL.md # Skill definition
│ ├── references/ # Value investing knowledge
│ │ ├── value-investing-principles.md
│ │ ├── financial-ratios.md
│ │ └── a-stock-features.md
│ ├── scripts/ # Analysis tools
│ │ ├── data_fetcher.py
│ │ ├── stock_screener.py
│ │ ├── financial_analyzer.py
│ │ └── valuation_calculator.py
│ └── templates/ # Report templates
│ └── analysis_report.md
├── .claude/ # Claude Code configuration
├── LICENSE
└── README.md
Clone this repository:
git clone https://github.com/sugarforever/agent-skills.git
Add the skills directory to your Claude Code configuration, or copy individual skills to your project's .claude/skills/ directory.
To create a new skill:
skills/ with your skill nameSKILL.md file with:
references/ - Domain knowledgescripts/ - Automation toolsassets/ - Templates and resourcespip install pip-auditnpm install -g @mermaid-js/mermaid-clipip install pillowpip install Pillow pyobjc-framework-Cocoa markdownpip install Pillow pywin32 clip-util markdownnpm install -g @mermaid-js/mermaid-clipip install akshare pandas numpyMIT License - see LICENSE for details.
Contributions are welcome! Please feel free to submit pull requests with new skills or improvements to existing ones.