Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Provide a short workflow for authoring one validated skill

オープン
#238 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
node.js, typescript

調査の方向性

まず packages/intent/src/commands/scaffold.ts と domain-discovery SKILL.md を読み、既存の scaffold シーケンスと軽量な discovery パスを比較します。提案する短いパスを 1 つの小さなパッケージで実演し、必要なコンテキストを記録します。短いパスと完全なライブラリのパスの両方が引き続き利用でき、生成された skills が既存のバリデーションに合格し、パッケージのソースに基づいた状態を維持できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Problem

Scaffold routes maintainers through domain discovery, tree generation, and skill generation with intermediate artifacts and review stops. The existing lightweight branch still requires loading a large discovery file.

Evidence

The first three shipped meta-skills total 90,780 bytes. Domain discovery has a lightweight path, but scaffold still prescribes the three-stage sequence.

Sources: scaffold, domain discovery.

Verified against main at 206e987 (@tanstack/intent 0.3.8), Node v24.12.0 on macOS arm64. Tests used installed dependencies and synthetic local fixtures.

Acceptance criteria

  • Define a short path from one maintainer task to one validated SKILL.md.
  • Load optional planning schemas, tables, and extensive examples only when needed.
  • Keep the full-library authoring path available without forcing its artifacts onto the one-skill path.
  • Demonstrate the short path on one small package and record the context it requires.
  • Generated skills continue to satisfy existing validation and remain grounded in package source.

Scope and priority

Priority: Medium. Type: feature design.

Follow-up design, independent from repairing meta-skill validation. Do not delete advanced workflows or require a new artifact schema without a concrete need.

主要言語
TypeScript
スター
331
フォーク
22
平均マージ
12時間 17分
マージ済み PR(30日)
51

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

TanStack/intent のほかの issue

TanStack/intent の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。