ClaudeSkills

skill
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 5 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A Claude Skill collection designed for task automation, document parsing, and intelligent dispatch. such as utilities for webpage-to-Markdown conversion, API doc parsing, and structured JSON extraction—optimized for LLM-driven workflows

README.md

Shared Claude Skills

A modular Claude Skill collection designed for task automation, document parsing, and intelligent dispatch. Includes utilities for webpage-to-Markdown conversion, API doc parsing, and structured JSON extraction—optimized for LLM-driven workflows.

🚀 Available Skills

Document Processing

  • md-to-json-parser - Convert Markdown documents to structured JSON format

    • Parse headings, paragraphs, tables, and code blocks
    • Extract structured data from markdown files
    • Support for complex document structures
  • webpage-to-markdown - Convert web pages to clean Markdown format

    • Extract main content while preserving structure
    • Handle metadata extraction and content cleaning
    • Support for various webpage formats

Quantitative Trading

  • ptrade-dev - PTrade/SimTradeLab strategy development guardrails
    • Inline PTrade API reference (150+ functions, 11 objects)
    • Platform constraint enforcement (no f-string, no import io/sys)
    • Lifecycle function validation (which API can be called where)
    • Common mistake prevention (10 critical error patterns)
    • get_history / get_price detailed usage and return types

Skill Development

  • skill-creator - Comprehensive toolkit for creating Claude Skills
    • Initialize new skills with proper structure
    • Validate skill configurations and content
    • Package skills for distribution
    • Follow best practices and design principles

🎯 Key Features

  • Modular Design: Each skill is self-contained with clear interfaces
  • Bilingual Support: Enhanced with Chinese and English keywords for better trigger rates
  • Progressive Disclosure: Skills use step-by-step workflows for complex tasks
  • Error Handling: Comprehensive error management and validation
  • Documentation: Detailed README files with examples and best practices

📋 Usage

Skills are automatically available when using Claude with this repository. Simply describe your task and Claude will select the appropriate skill based on your request.

🛠️ Development

Skills are organized in the .claude/skills/ directory with the following structure:

.claude/skills/
├── skill-name/
│   ├── SKILL.md          # Core skill definition
│   ├── README.md         # Detailed documentation
│   ├── LICENSE.txt       # License information
│   └── scripts/          # Optional scripts and utilities

📄 License

See individual skill LICENSE.txt files for specific licensing terms.

Reviews (0)

No results found