发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Image & Form Extraction Patterns
Extracting structured data from images, PDFs, and multi-turn form conversations.
MCP Interface & Query Strategy
This document describes how the baml-codegen skill queries the BoundaryML repositories via Model Context Protocol (MCP) servers to ensure fresh, validated patterns.
LangGraph + BAML Integration Reference
**Last Updated**: 2025-12-25 **Source**: BAML-REFERENCE-SOURCE.md (BoundaryML official gist), Hekmatica project, BoundaryML documentation
BAML Code Generation Examples
This document provides complete, real-world examples of BAML code generation for common use cases.
Tool Reference - Virtuoso Support Agent
Complete parameter documentation for all 23 MCP tools.
academic-formula-converter
学术论文数学公式转换工具 - 将Markdown中的LaTeX公式转换为docx和html格式
API Development
Clean controller architecture, validation strategy, error standardization, authentication & authorization, dan API documentation standards.
Self-Improvement Skill
Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.
ShapeScale Stripe Extensions - Usage Examples
This document provides detailed examples for the ShapeScale-specific commands.
PyMuPDF Notes
- Fast local parsing via PyMuPDF (`fitz`). - Less robust than specialized PDF parsers; table extraction is minimal. - `page.get_text("markdown")` gives quick Markdown output. - `page.get_text("text")` provides plain text for JSON. - Image extraction uses `page.get_images(full=True)` and `Pixmap`.
PyMuPDF PDF
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.
MinerU PDF
Parse a PDF locally with MinerU (CPU). Default output is Markdown + JSON. Use tables/images only when requested.