Skip to content

Commit bd3ae9a

Browse files
authored
Add MarkItDown Document Converter extension to community catalog (#2390)
1 parent a918979 commit bd3ae9a

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ The following community-contributed extensions are available in [`catalog.commun
228228
| MAQA Jira Integration | Jira integration for MAQA — syncs Stories and Subtasks as features progress through the board | `integration` | Read+Write | [spec-kit-maqa-jira](https://github.com/GenieRobot/spec-kit-maqa-jira) |
229229
| MAQA Linear Integration | Linear integration for MAQA — syncs issues and sub-issues across workflow states as features progress | `integration` | Read+Write | [spec-kit-maqa-linear](https://github.com/GenieRobot/spec-kit-maqa-linear) |
230230
| MAQA Trello Integration | Trello board integration for MAQA — populates board from specs, moves cards, real-time checklist ticking | `integration` | Read+Write | [spec-kit-maqa-trello](https://github.com/GenieRobot/spec-kit-maqa-trello) |
231+
| MarkItDown Document Converter | Convert documents (PDF, Word, PowerPoint, Excel, and more) to Markdown for use as spec reference material | `docs` | Read+Write | [spec-kit-markitdown](https://github.com/BenBtg/spec-kit-markitdown) |
231232
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context | `docs` | Read-only | [spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader) |
232233
| Memory MD | Repository-native durable memory for Spec Kit projects | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
233234
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |

extensions/catalog.community.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-24T14:00:00Z",
3+
"updated_at": "2026-04-28T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1167,6 +1167,45 @@
11671167
"created_at": "2026-03-26T00:00:00Z",
11681168
"updated_at": "2026-03-26T00:00:00Z"
11691169
},
1170+
"markitdown": {
1171+
"name": "MarkItDown Document Converter",
1172+
"id": "markitdown",
1173+
"description": "Convert documents (PDF, Word, PowerPoint, Excel, and more) to Markdown for use as spec reference material in Spec Kit workflows.",
1174+
"author": "BenBtg",
1175+
"version": "1.0.0",
1176+
"download_url": "https://github.com/BenBtg/spec-kit-markitdown/archive/refs/tags/v1.0.0.zip",
1177+
"repository": "https://github.com/BenBtg/spec-kit-markitdown",
1178+
"homepage": "https://github.com/BenBtg/spec-kit-markitdown",
1179+
"documentation": "https://github.com/BenBtg/spec-kit-markitdown/blob/main/README.md",
1180+
"changelog": "https://github.com/BenBtg/spec-kit-markitdown/blob/main/CHANGELOG.md",
1181+
"license": "MIT",
1182+
"requires": {
1183+
"speckit_version": ">=0.1.0",
1184+
"tools": [
1185+
{
1186+
"name": "markitdown",
1187+
"version": ">=0.1.0",
1188+
"required": true
1189+
}
1190+
]
1191+
},
1192+
"provides": {
1193+
"commands": 1,
1194+
"hooks": 0
1195+
},
1196+
"tags": [
1197+
"markdown",
1198+
"pdf",
1199+
"document-conversion",
1200+
"reference-material",
1201+
"extraction"
1202+
],
1203+
"verified": false,
1204+
"downloads": 0,
1205+
"stars": 0,
1206+
"created_at": "2026-04-28T00:00:00Z",
1207+
"updated_at": "2026-04-28T00:00:00Z"
1208+
},
11701209
"memory-loader": {
11711210
"name": "Memory Loader",
11721211
"id": "memory-loader",

0 commit comments

Comments
 (0)