بنقرة واحدة
docling
Expert guidance on document processing with Docling and audio transcription with Whisper.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Expert guidance on document processing with Docling and audio transcription with Whisper.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Help the team document and maintain Architecture Decision Records (ADRs).
Standard for creating technical documentation in this repository. Use this when writing new documentation in docs/ to ensure consistent hierarchy and formatting.
Expert guidance on creating accurate, visually polished Mermaid diagrams for architecture documentation.
Expert guidance on MongoDB implementation for RAG, including aggregation pipelines and search patterns.
Expert guidance on building agents and tools with Pydantic AI.
Best practices for async Python code, avoiding common pitfalls like await precedence bugs and sync-in-async anti-patterns.
| name | docling |
| description | Expert guidance on document processing with Docling and audio transcription with Whisper. |
This skill provides patterns for processing diverse document formats and audio files.
docling for converting PDF, DOCX, PPTX, XLSX, HTML, and Markdown to a clean Markdown representation.HybridChunker to preserve document structure (headings, lists, tables).max_tokens=512 to align with embedding models (e.g., text-embedding-3-small).docling's integration with Whisper Turbo for transcribing audio files (.mp3, .wav, .m4a, .flac).pathlib.Path objects to DocumentConverter for audio files.src/ingestion/ingest.py.insert_many for chunks to optimize performance.