You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add language-learning tutor and stage its prompt-only fast-track admission
Introduce a first-party, user-invoked language-learning Skill that tutors
any target language through six study modes: daily lessons, flashcards,
conversation practice, grammar decoding, progress quizzes, and immersion
translation. It reuses session context and learned vocabulary instead of
re-asking, corrects selectively rather than listing every mistake, and
evaluates progress after each quiz.
Synchronize the package contract tests, collection discovery coverage,
bilingual guides, catalog, installation, changelog, and maintenance
baseline. The package is proposed, not yet admitted; a fresh independent
fast-track Evaluator, a fresh-copy install, and fresh behavior observations
remain before a final verdict.
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CATALOG.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[中文目录](CATALOG.zh-CN.md)
4
4
5
-
This catalog is synchronized from the six admitted package directories under
5
+
This catalog is synchronized from the seven admitted package directories under
6
6
`skills/`. It is an inventory, not a
7
7
static workflow router and not a record of what is installed on a particular
8
8
Agent host.
@@ -12,8 +12,8 @@ Agent host.
12
12
| Field | Value |
13
13
| --- | --- |
14
14
| Collection | Personal Skills Collection |
15
-
| Package count |6 admitted first-party Skills on this branch; 5 admitted first-party Skills in stable v0.1.1 |
16
-
| Current state |`recap` passed the low-risk prompt-only fast track but remains unreleased; v0.1.1 remains installable |
15
+
| Package count |7 admitted first-party Skills on this branch; 5 admitted first-party Skills in stable v0.1.1 |
16
+
| Current state |`recap` passed the low-risk prompt-only fast track but remains unreleased; `language-learning` has its fast-track evidence staged and is not yet admitted; v0.1.1 remains installable |
@@ -62,6 +62,17 @@ dependencies and modified third-party variants are documented separately.
62
62
-**Evidence:** Contract and output-contract tests under [skills/recap/tests/](skills/recap/tests/), [user guide](docs/skills/recap.md), and [admission evidence](docs/evidence/admissions/recap/README.md).
63
63
-**Installation path:**`skills/recap/` in a host-recognized Skills root.
64
64
65
+
## Proposed first-party admission
66
+
67
+
### language-learning
68
+
69
+
-**Purpose:** Tutor for any target language through six study modes — daily lessons, flashcards, conversation practice, grammar decoding, progress quizzes, and immersion translation.
-**Status:** Proposed first-party; prompt-only fast-track evidence staged for this branch; not yet admitted and not in any release.
73
+
-**Evidence:** Contract tests under [skills/language-learning/tests/](skills/language-learning/tests/), [user guide](docs/skills/language-learning.md), and [admission evidence](docs/evidence/admissions/language-learning/README.md).
74
+
-**Installation path:**`skills/language-learning/` in a host-recognized Skills root.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# Personal Skills Collection
6
6
7
-
`LightDevCoder/skills` is the public, first-party home for six installable
7
+
`LightDevCoder/skills` is the public, first-party home for seven installable
8
8
Agent Skills on the current branch. Each package is independently discoverable,
9
9
explicit about its invocation boundary, and small enough to inspect before use.
10
10
@@ -22,8 +22,7 @@ explicit about its invocation boundary, and small enough to inspect before use.
22
22
> installation or ordinary use; see the [release receipt](docs/evidence/releases/v0.1.1/RELEASE_RECEIPT.md)
23
23
> and [limitations](docs/evidence/releases/v0.1.1/LIMITATIONS.md) for the detailed boundary.
24
24
>
25
-
> **Current branch admission:**`recap` passed the low-risk prompt-only fast
26
-
> track for this change. It is still unreleased; stable `v0.1.1` contains the original five packages.
25
+
> **Current branch admission:**`recap` passed the low-risk prompt-only fast track; `language-learning` has its prompt-only fast-track evidence staged for this branch. Both remain unreleased; stable `v0.1.1` contains the original five packages.
27
26
28
27
## Quick Start
29
28
@@ -68,8 +67,9 @@ outputs, handoffs, and stopping boundaries.
68
67
69
68
## External capabilities
70
69
71
-
The current branch contains six admitted first-party packages: the five in
72
-
v0.1.1 plus the newly admitted, unreleased `recap` package.
70
+
The current branch contains seven first-party packages on this branch: the five
71
+
in v0.1.1 plus the newly admitted, unreleased `recap` package and the proposed,
72
+
unreleased `language-learning` package.
73
73
74
74
Optional workflow capabilities are external or third-party dependencies and are
75
75
not included by default:
@@ -98,6 +98,7 @@ check their availability before selecting a workflow that names them.
98
98
|[review-loop](skills/review-loop/SKILL.md)| Run bounded evidence, repair, and final-acceptance loops. | Model-invoked; manual entry point is supported. | skills/review-loop/ |
99
99
|[project-init](skills/project-init/SKILL.md)| Initialize a confirmed software, manuscript, research, knowledge, data, or Skill-development project preset. | User-invoked only. | skills/project-init/ |
100
100
|[ask-light](skills/ask-light/SKILL.md)| Inspect the active host and recommend one appropriate next Skill or bounded recipe without executing it. | User-invoked only. | skills/ask-light/ |
101
+
|[language-learning](skills/language-learning/SKILL.md)| Tutor for any target language through six study modes: lessons, flashcards, conversation, grammar, quizzes, and immersion. | User-invoked only. | skills/language-learning/ |
101
102
|[recap](skills/recap/SKILL.md)| Summarize the current Agent session in exactly one line without changing history or continuing the task. | User-invoked only. | skills/recap/ |
102
103
|[learn-anything](skills/learn-anything/SKILL.md)| Distill sufficiently evidenced source material into reusable Agent Skill methods. | User-invoked only. | skills/learn-anything/ |
103
104
|[manuscript-ops](skills/manuscript-ops/SKILL.md)| Govern reproducible manuscript engineering across formats, batches, reviews, and handoffs. | Model-invoked; manual entry point is supported. | skills/manuscript-ops/ |
@@ -141,4 +142,5 @@ and is never copied into this public collection.
0 commit comments