Skip to content

Commit f21eb71

Browse files
feat: register spec-kit-learn extension (#1883)
* feat: register spec-kit-learn extension * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> resolve copilot review Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b471b5e commit f21eb71

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The following community-contributed extensions are available in [`catalog.commun
7979
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) |
8080
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
8181
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
82+
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
8283
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
8384
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
8485
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |

extensions/catalog.community.json

Lines changed: 32 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-03-16T00:00:00Z",
3+
"updated_at": "2026-03-17T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -559,6 +559,37 @@
559559
"created_at": "2026-02-20T00:00:00Z",
560560
"updated_at": "2026-02-22T00:00:00Z"
561561
},
562+
"learn": {
563+
"name": "Learning Extension",
564+
"id": "learn",
565+
"description": "Generate educational guides from implementations and enhance clarifications with mentoring context.",
566+
"author": "Vianca Martinez",
567+
"version": "1.0.0",
568+
"download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip",
569+
"repository": "https://github.com/imviancagrace/spec-kit-learn",
570+
"homepage": "https://github.com/imviancagrace/spec-kit-learn",
571+
"documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md",
572+
"changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md",
573+
"license": "MIT",
574+
"requires": {
575+
"speckit_version": ">=0.1.0"
576+
},
577+
"provides": {
578+
"commands": 2,
579+
"hooks": 1
580+
},
581+
"tags": [
582+
"learning",
583+
"education",
584+
"mentoring",
585+
"knowledge-transfer"
586+
],
587+
"verified": false,
588+
"downloads": 0,
589+
"stars": 0,
590+
"created_at": "2026-03-17T00:00:00Z",
591+
"updated_at": "2026-03-17T00:00:00Z"
592+
},
562593
"verify": {
563594
"name": "Verify Extension",
564595
"id": "verify",

0 commit comments

Comments
 (0)