Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Provide a short workflow for authoring one validated skill

未关闭
#238 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
45/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
活跃

调研方向

先阅读 packages/intent/src/commands/scaffold.ts 和 domain-discovery SKILL.md,然后将现有的 scaffold 流程与轻量级 discovery 路径进行比较。在一个小型 package 上演示所提议的短路径,并记录其所需的上下文。完成的标准是:短路径和完整库路径都仍然可用,且生成的 skills 通过现有验证,同时保持以 package 源码为依据。

由索引模型根据 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 分钟
30 天内合并 PR
51

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

TanStack/intent 的其他 Issue

查看 TanStack/intent 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。