AI SummaryMarkitai is an opinionated Markdown converter with native LLM enhancement support, designed to help developers using GitHub Copilot maintain consistent code standards and project guidelines. It's ideal for teams managing Python projects with strict type annotations, code style, and testing requirements.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "markitai — Copilot Instructions" prompt rules to my project. Repository: https://github.com/Ynewtime/markitai Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Opinionated Markdown converter with native LLM enhancement support.
项目概述
Markitai 是一个带有原生 LLM 增强支持的专业 Markdown 转换器。 • Python 版本: 3.11-3.13(开发使用 3.13) • 包管理器: uv • 构建系统: hatchling • 项目结构: Monorepo (packages/markitai/) ---
类型标注
• 所有函数必须有类型标注 • 使用现代语法: str | None 而非 Optional[str] • 文件开头添加 from __future__ import annotations
代码风格
• 行长度: 88 字符 • 引号风格: 双引号 • 缩进: 4 空格 • Linter: Ruff • 类型检查: Pyright
错误处理
• 使用 loguru 进行日志记录 • 错误信息需要有上下文和解决方案 • 使用自定义异常处理领域错误 ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts