Skip to content

Commit d81cc4a

Browse files
committed
feat: register spec-kit-learn extension
1 parent b471b5e commit d81cc4a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The following community-contributed extensions are available in [`catalog.commun
8989
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) |
9090
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
9191
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
92+
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
9293

9394

9495
## Adding Your Extension

extensions/catalog.community.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,37 @@
590590
"stars": 0,
591591
"created_at": "2026-03-03T00:00:00Z",
592592
"updated_at": "2026-03-03T00:00:00Z"
593+
},
594+
"learn": {
595+
"name": "Learning Extension",
596+
"id": "learn",
597+
"description": "Generate educational guides from implementations and enhance clarifications with mentoring context",
598+
"author": "Vianca Martinez",
599+
"version": "1.0.0",
600+
"download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip",
601+
"repository": "https://github.com/imviancagrace/spec-kit-learn",
602+
"homepage": "https://github.com/imviancagrace/spec-kit-learn",
603+
"documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md",
604+
"changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md",
605+
"license": "MIT",
606+
"requires": {
607+
"speckit_version": ">=0.1.0"
608+
},
609+
"provides": {
610+
"commands": 2,
611+
"hooks": 1
612+
},
613+
"tags": [
614+
"learning",
615+
"education",
616+
"mentoring",
617+
"knowledge-transfer"
618+
],
619+
"verified": false,
620+
"downloads": 0,
621+
"stars": 0,
622+
"created_at": "2026-03-03T00:00:00Z",
623+
"updated_at": "2026-03-03T00:00:00Z"
593624
}
594625
}
595626
}

0 commit comments

Comments
 (0)