mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-21 06:48:04 +00:00
docs: add research domains and resource registry
- add local external resources registry - add research domain contract and per-repository research domains - add raw fact snapshot governance and validation scripts Validation: - make test - git diff --check HEAD~1..HEAD Note: - welcome workflow failed because its action input names are stale; core content CI passed.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# earyantLe/vibe-coding-skill 研究域 Agent 指南
|
||||
|
||||
本目录维护 `earyantLe/vibe-coding-skill` 的独立研究域。
|
||||
|
||||
## 目录职责
|
||||
|
||||
```text
|
||||
earyantle-vibe-coding-skill/
|
||||
├── README.md # 研究域入口和判断层
|
||||
├── AGENTS.md # 本目录维护规则
|
||||
├── domain.yml # 事实摘要层:仓库元数据、研究角色、来源证据
|
||||
└── raw/ # 原始事实层:拉取到本地的一手材料快照
|
||||
```
|
||||
|
||||
## 维护规则
|
||||
|
||||
- 本目录只研究 `earyantLe/vibe-coding-skill`,不要混入其他仓库的横向比较正文。
|
||||
- 动态事实必须写入 `domain.yml.github_observed`,并更新 `observed_at`。
|
||||
- `raw/` 保存原始事实层,必须通过 `python3 scripts/fetch-research-raw.py` 刷新。
|
||||
- 不手工改写 `raw/*.raw.*` 文件;稳定事实摘要再同步到 `domain.yml`。
|
||||
- README 只写判断、定位、使用方式和后续观察点,不堆外部 README 全文。
|
||||
- 如果需要横向比较,在 `docs/research/README.md` 或新的对比文档中处理,不把本目录重新变成聚合域。
|
||||
- 修改后运行 `make sync-doc-toc` 和 `make test`。
|
||||
@@ -0,0 +1,56 @@
|
||||
# earyantLe/vibe-coding-skill 研究域
|
||||
|
||||
## 字多不看
|
||||
|
||||
- 本目录研究 `earyantLe/vibe-coding-skill` 这个外部仓库。
|
||||
- 当前优先级:P3;研究角色:Vibe Coding Skill / SOP 化。
|
||||
- GitHub 动态事实放在 `domain.yml`,观测日期为 2026-07-03。
|
||||
|
||||
## 快速导航
|
||||
|
||||
| 文档 | 定位 |
|
||||
|:---|:---|
|
||||
| [domain.yml](domain.yml) | 仓库事实快照、研究方向、优先级和来源证据。 |
|
||||
| [analysis.md](analysis.md) | 本研究域的结构化研究结果、可借鉴点、风险和下一轮任务。 |
|
||||
| [AGENTS.md](AGENTS.md) | 本研究域维护规则。 |
|
||||
|
||||
<details>
|
||||
<summary><strong>完整细粒度目录(点击展开/收起)</strong></summary>
|
||||
|
||||
### 细粒度目录
|
||||
|
||||
- [domain.yml](domain.yml) - 仓库事实快照、研究方向、优先级和来源证据。
|
||||
- [analysis.md](analysis.md) - 本研究域的结构化研究结果、可借鉴点、风险和下一轮任务。
|
||||
- [AGENTS.md](AGENTS.md) - 本研究域维护规则。
|
||||
|
||||
</details>
|
||||
|
||||
## 使用方式
|
||||
|
||||
- 先读本 README 的判断,再读 `analysis.md` 的结构化研究结论,最后读 `domain.yml` 的事实字段。
|
||||
- 需要引用 stars、forks、release、归档状态时,先重新核验 GitHub。
|
||||
- 如果形成稳定方法论,再迁入 concepts、references、workflow 或 skills。
|
||||
|
||||
## 正文
|
||||
|
||||
### 研究定位
|
||||
|
||||
`earyantLe/vibe-coding-skill` 的当前研究定位是:Vibe Coding Skill / SOP 化。
|
||||
|
||||
### 当前判断
|
||||
|
||||
适合观察方法如何沉淀成 Skill 和 SOP。
|
||||
|
||||
### 观察字段
|
||||
|
||||
- GitHub URL:https://github.com/earyantLe/vibe-coding-skill
|
||||
- 当前研究方向:`workflow-methodology`
|
||||
- 当前优先级:P3
|
||||
- 当前归档状态:`false`
|
||||
- 主要语言:`None`
|
||||
|
||||
### 后续观察
|
||||
|
||||
- 是否有稳定文档结构、命令入口和可复用工作流。
|
||||
- 是否能反哺本仓库的 concepts、references、workflow 或 skills。
|
||||
- 是否存在许可证、归档状态、维护活跃度或生态迁移风险。
|
||||
@@ -0,0 +1,44 @@
|
||||
# earyantLe/vibe-coding-skill 研究分析
|
||||
|
||||
## 本轮结论
|
||||
|
||||
- 这是把 Vibe Coding 方法沉淀成 Skill 的小型仓库,价值在结构形态而不是代码规模。
|
||||
- 根目录有 `SKILL.md`、`references/`、`PUBLISH.md`、`SUBMISSION.md`,说明它关注 skill 打包、发布和提交流程。
|
||||
- 本仓应重点对照其 Skill 文档组织方式,反哺 `skills/` 的最小可发布结构。
|
||||
|
||||
## 本地证据
|
||||
|
||||
- 研究对象:`earyantLe/vibe-coding-skill`
|
||||
- 当前研究角色:Vibe Coding Skill / SOP 化
|
||||
- 本轮成熟度:L1 初步理解
|
||||
- 原始仓库:`raw/repository/`
|
||||
- 原始来源清单:`raw/sources.yml`
|
||||
- 事实摘要:`domain.yml`
|
||||
|
||||
## 结构观察
|
||||
|
||||
- 根目录包含 `SKILL.md`、`README.md`、`references/`、`PUBLISH.md`、`SUBMISSION.md`、`AGENTS.md`。
|
||||
- README 包含文件结构、快速开始、核心内容、方法论、工作流程、约束条件、能力提升。
|
||||
- 它不是应用仓库,而是能力封装仓库。
|
||||
|
||||
## 可借鉴点
|
||||
|
||||
- Skill 应该有清晰入口、引用资料、发布说明和提交说明。
|
||||
- 方法论可以通过 `SKILL.md` 固化为可调用能力。
|
||||
- 小仓库也能成为研究域,只要对象边界清晰。
|
||||
|
||||
## 风险和边界
|
||||
|
||||
- 规模小,缺少复杂场景验证。
|
||||
- Skill 的质量要看具体指令密度和可执行性,不应只看目录完整。
|
||||
- 不能把它当作完整 Vibe Coding 教程。
|
||||
|
||||
## 下一轮研究任务
|
||||
|
||||
- 逐段审查 `SKILL.md`,和本仓 `skills/auto-*` 的结构做对照。
|
||||
- 提炼可复用的 Skill 发布检查清单。
|
||||
|
||||
## 沉淀判断
|
||||
|
||||
- 本轮只完成 L1 理解,不直接迁入 concepts、references、workflow 或 skills。
|
||||
- 只有经过 L2 源码阅读、实验验证或交叉对照后的结论,才进入稳定层。
|
||||
@@ -0,0 +1,37 @@
|
||||
version: 1
|
||||
repo:
|
||||
name: earyantLe/vibe-coding-skill
|
||||
source_name: earyantLe/vibe-coding-skill
|
||||
url: https://github.com/earyantLe/vibe-coding-skill
|
||||
research:
|
||||
domain_id: earyantle-vibe-coding-skill
|
||||
domain_name: earyantLe/vibe-coding-skill 研究域
|
||||
primary_direction: workflow-methodology
|
||||
role: Vibe Coding Skill / SOP 化
|
||||
priority: 3
|
||||
why_study: 适合观察方法如何沉淀成 Skill 和 SOP。
|
||||
github_observed:
|
||||
observed_at: '2026-07-03'
|
||||
source: gh repo view
|
||||
stars: 0
|
||||
forks: 0
|
||||
archived: false
|
||||
language: null
|
||||
license: null
|
||||
default_branch: main
|
||||
pushed_at: '2026-03-23T12:51:33Z'
|
||||
updated_at: '2026-03-23T12:51:41Z'
|
||||
latest_release: null
|
||||
homepage: ''
|
||||
topics:
|
||||
- ai-assistant
|
||||
- canvas
|
||||
- claude-skills
|
||||
- glue-coding
|
||||
- vibe-coding
|
||||
source_evidence:
|
||||
file: ChatGPT-中文Vibe Coding仓库 (2).md
|
||||
line: 36
|
||||
maintenance:
|
||||
fact_policy: GitHub 动态字段只代表 observed_at 当日快照,更新结论前必须重新核验。
|
||||
split_policy: 本目录已经是一等研究域;更深分析放入本目录新增文档。
|
||||
@@ -0,0 +1,12 @@
|
||||
# raw/ Agent 指南
|
||||
|
||||
本目录是 `earyantLe/vibe-coding-skill` 的原始事实层。
|
||||
|
||||
## 维护规则
|
||||
|
||||
- 只保存从研究对象拉取的一手材料,不写分析判断。
|
||||
- `repository/` 是本地 Git 工作树,刷新时由脚本 clone 或 fast-forward pull。
|
||||
- 不手工改写 `*.raw.*` 文件内容;需要刷新时运行 `python3 scripts/fetch-research-raw.py`。
|
||||
- `sources.yml` 必须记录拉取时间、来源命令和每个文件的状态。
|
||||
- 外部 README 原文必须保存为 `.txt`,避免本仓库 Markdown 链接检查误判。
|
||||
- 分析、判断、采用建议和沉淀路径写回上一级 `README.md`、`analysis.md` 或 `decisions.md`。
|
||||
@@ -0,0 +1,16 @@
|
||||
# raw 事实层
|
||||
|
||||
本目录保存 `earyantLe/vibe-coding-skill` 的本地原始材料快照。
|
||||
|
||||
这里不写分析结论,只保存可复查的一手资料:
|
||||
|
||||
- `sources.yml`:来源清单、拉取时间、命令和文件状态。
|
||||
- `repository/`:Git 仓库工作树;本目录由 `.gitignore` 忽略,只作为本地研究材料。
|
||||
- `github-repo.raw.json`:GitHub 仓库元数据。
|
||||
- `github-readme.raw.md.txt`:GitHub README 原文快照。
|
||||
- `github-license.raw.txt`:GitHub license 原文快照;仓库无 license 时可能不存在。
|
||||
- `github-root-contents.raw.json`:默认分支根目录内容快照。
|
||||
- `github-languages.raw.json`:GitHub language 统计快照。
|
||||
- `github-latest-release.raw.json`:最新 release 快照;无 release 时可能不存在。
|
||||
|
||||
`repository/` 是外部源码快照,不参与本仓库 Markdown、链接、README/AGENTS 覆盖检查。原始 README 使用 `.txt` 后缀保存,避免其中的外部相对链接被本仓库 Markdown 链接检查误判。
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,162 @@
|
||||
# Vibe Coding CN Skill
|
||||
|
||||
> 基于 [tukuaiai/vibe-coding-cn](https://github.com/tukuaiai/vibe-coding-cn) 生成的 AI Skill
|
||||
|
||||
通过与 AI 结对编程,将想法变为现实的终极工作站。本 Skill 提供完整的 Vibe Coding 方法论、工作流程和实战指南。
|
||||
|
||||
---
|
||||
|
||||
## 📦 文件结构
|
||||
|
||||
```
|
||||
.
|
||||
├── README.md # 本文件 - 项目说明
|
||||
├── SKILL.md # Skill 主文件(Claude Code 入口)
|
||||
├── AGENTS.md # AI Agent 行为指南
|
||||
└── references/
|
||||
├── index.md # 参考资料索引
|
||||
├── philosophy.md # Vibe Coding 哲学原理
|
||||
├── glue-coding.md # 胶水编程方法论
|
||||
├── canvas-dev.md # Canvas 白板驱动开发
|
||||
├── language-layers.md # 12 层语言要素
|
||||
├── workflow.md # 标准工作流
|
||||
├── quality-checklist.md # 质量检查清单
|
||||
└── agents-guidelines.md # AI Agent 行为准则(完整版)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🚀 快速开始
|
||||
|
||||
### 在 Claude Code 中使用
|
||||
|
||||
1. 将本仓库配置为 Claude Code 的 Skill
|
||||
2. 或在对话中引用:`加载 vibe-coding-cn Skill`
|
||||
|
||||
### 使用方式
|
||||
|
||||
激活 Skill 后,你可以:
|
||||
|
||||
| 场景 | 示例指令 |
|
||||
|:---|:---|
|
||||
| 从零开发项目 | "用 Vibe Coding 方式帮我做一个 XXX" |
|
||||
| 胶水编程 | "帮我找成熟的开源库来实现 XXX 功能" |
|
||||
| 理解项目架构 | "用 Canvas 白板分析这个项目的架构" |
|
||||
| 多 Agent 协作 | "用 tmux 蜂群模式并行处理这些任务" |
|
||||
| 提升代码理解 | "用 12 层语言要素分析这段代码" |
|
||||
|
||||
---
|
||||
|
||||
## 📖 核心内容
|
||||
|
||||
### 方法论
|
||||
|
||||
| 主题 | 说明 | 入口 |
|
||||
|:---|:---|:---|
|
||||
| **Vibe Coding 哲学** | "一二三万物"核心理念 | [`SKILL.md`](./SKILL.md#核心哲学) |
|
||||
| **胶水编程** | 能抄不写,能连不造 | [`references/glue-coding.md`](./references/glue-coding.md) |
|
||||
| **Canvas 白板** | 图形驱动开发 | [`references/canvas-dev.md`](./references/canvas-dev.md) |
|
||||
| **AI 蜂群协作** | tmux 多 Agent 系统 | [`SKILL.md`](./SKILL.md#ai-蜂群协作 tmux-多 agent-系统) |
|
||||
|
||||
### 工作流程
|
||||
|
||||
| 步骤 | 说明 | 入口 |
|
||||
|:---|:---|:---|
|
||||
| 1 | 游戏设计文档(GDD) | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 2 | 技术栈与 Agent 规则 | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 3 | 实施计划 | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 4 | 记忆库(Memory Bank) | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 5 | 增量式开发 | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 6 | 添加功能 | [`references/workflow.md`](./references/workflow.md) |
|
||||
|
||||
### 约束条件
|
||||
|
||||
| 类型 | 数量 | 入口 |
|
||||
|:---|:---|:---|
|
||||
| 通用开发约束 | 34 条 | [`SKILL.md`](./SKILL.md#通用开发约束 34 条核心) |
|
||||
| 胶水开发约束 | 23 条 | [`SKILL.md`](./SKILL.md#胶水开发约束 23 条核心) |
|
||||
| 系统提示词原则 | 15 条精要 | [`SKILL.md`](./SKILL.md#系统提示词构建原则精要版) |
|
||||
|
||||
### 能力提升
|
||||
|
||||
| 主题 | 说明 | 入口 |
|
||||
|:---|:---|:---|
|
||||
| **12 层语言要素** | 看懂 100% 代码的 12 个层级 | [`references/language-layers.md`](./references/language-layers.md) |
|
||||
| **质量检查清单** | 各阶段检查项 | [`references/quality-checklist.md`](./references/quality-checklist.md) |
|
||||
|
||||
---
|
||||
|
||||
## 🎯 使用场景
|
||||
|
||||
| 场景 | 推荐文档 |
|
||||
|:---|:---|
|
||||
| 从零开始开发项目 | [`references/workflow.md`](./references/workflow.md) |
|
||||
| 寻找开源库复用 | [`references/glue-coding.md`](./references/glue-coding.md) |
|
||||
| 理解复杂项目架构 | [`references/canvas-dev.md`](./references/canvas-dev.md) |
|
||||
| 看不懂代码 | [`references/language-layers.md`](./references/language-layers.md) |
|
||||
| 确保代码质量 | [`references/quality-checklist.md`](./references/quality-checklist.md) |
|
||||
| 配置 AI 行为 | [`AGENTS.md`](./AGENTS.md) |
|
||||
|
||||
---
|
||||
|
||||
## 📚 参考资料导航
|
||||
|
||||
完整参考资料索引 → [`references/index.md`](./references/index.md)
|
||||
|
||||
### 学习路径
|
||||
|
||||
**新手(从 0 到 1):**
|
||||
```
|
||||
philosophy.md → workflow.md → glue-coding.md → language-layers.md
|
||||
```
|
||||
|
||||
**进阶(提升效率):**
|
||||
```
|
||||
glue-coding.md → canvas-dev.md → quality-checklist.md
|
||||
```
|
||||
|
||||
**高级(架构与优化):**
|
||||
```
|
||||
canvas-dev.md → language-layers.md → agents-guidelines.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🙏 致谢
|
||||
|
||||
本 Skill 基于以下开源项目生成:
|
||||
|
||||
### 主要参考
|
||||
|
||||
| 项目 | 说明 |
|
||||
|:---|:---|
|
||||
| **[tukuaiai/vibe-coding-cn](https://github.com/tukuaiai/vibe-coding-cn)** | Vibe Coding 中文指南 - 本 Skill 的核心内容来源 |
|
||||
|
||||
### 感谢
|
||||
|
||||
感谢 [tukuaiai](https://github.com/tukuaiai) 及其贡献者们创建并维护这个优秀的开源项目,为 AI 辅助开发提供了系统化的方法论和实战指南。
|
||||
|
||||
---
|
||||
|
||||
## 📄 许可证
|
||||
|
||||
本项目继承自原仓库的 MIT 许可证。
|
||||
|
||||
---
|
||||
|
||||
## 🔗 相关资源
|
||||
|
||||
| 资源 | 链接 |
|
||||
|:---|:---|
|
||||
| Vibe Coding 中文指南(原仓库) | [GitHub](https://github.com/tukuaiai/vibe-coding-cn) |
|
||||
| 提示词在线表格 | [Google Sheets](https://docs.google.com/spreadsheets/d/1Ifk_dLF25ULSxcfGem1hXzJsi7_RBUNAki8SBCuvkJA) |
|
||||
| Claude Code 官方文档 | [Docs](https://docs.claude.com/) |
|
||||
| Skills.sh | [Skills 大全](https://skills.sh/) |
|
||||
|
||||
---
|
||||
|
||||
## 📝 维护
|
||||
|
||||
- **最后更新**:2026-03-23
|
||||
- **版本**:v2.0
|
||||
- **贡献**:欢迎提交 Issue 和 PR
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"createdAt": "2026-03-23T11:14:03Z",
|
||||
"defaultBranchRef": {
|
||||
"name": "main"
|
||||
},
|
||||
"description": "",
|
||||
"forkCount": 0,
|
||||
"homepageUrl": "",
|
||||
"isArchived": false,
|
||||
"isFork": false,
|
||||
"isMirror": false,
|
||||
"latestRelease": null,
|
||||
"licenseInfo": null,
|
||||
"nameWithOwner": "earyantLe/vibe-coding-skill",
|
||||
"primaryLanguage": null,
|
||||
"pushedAt": "2026-03-23T12:51:33Z",
|
||||
"repositoryTopics": [
|
||||
{
|
||||
"name": "ai-assistant"
|
||||
},
|
||||
{
|
||||
"name": "canvas"
|
||||
},
|
||||
{
|
||||
"name": "claude-skills"
|
||||
},
|
||||
{
|
||||
"name": "glue-coding"
|
||||
},
|
||||
{
|
||||
"name": "vibe-coding"
|
||||
}
|
||||
],
|
||||
"stargazerCount": 0,
|
||||
"updatedAt": "2026-03-23T12:51:41Z",
|
||||
"url": "https://github.com/earyantLe/vibe-coding-skill",
|
||||
"watchers": {
|
||||
"totalCount": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
[
|
||||
{
|
||||
"name": ".gitignore",
|
||||
"path": ".gitignore",
|
||||
"sha": "a58c9071baecdeeddfbc5fa5e7892bc001f05f90",
|
||||
"size": 152,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/.gitignore?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/.gitignore",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/a58c9071baecdeeddfbc5fa5e7892bc001f05f90",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/.gitignore",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/.gitignore?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/a58c9071baecdeeddfbc5fa5e7892bc001f05f90",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/.gitignore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AGENTS.md",
|
||||
"path": "AGENTS.md",
|
||||
"sha": "c2adfce1be6313739b51e36b6f1ab1d39174c73e",
|
||||
"size": 9482,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/AGENTS.md?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/AGENTS.md",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c2adfce1be6313739b51e36b6f1ab1d39174c73e",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/AGENTS.md",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/AGENTS.md?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c2adfce1be6313739b51e36b6f1ab1d39174c73e",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/AGENTS.md"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PUBLISH.md",
|
||||
"path": "PUBLISH.md",
|
||||
"sha": "c8e8329136485dba6ac8ef0d6c0f56d2ce4bd978",
|
||||
"size": 3197,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/PUBLISH.md?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/PUBLISH.md",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c8e8329136485dba6ac8ef0d6c0f56d2ce4bd978",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/PUBLISH.md",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/PUBLISH.md?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c8e8329136485dba6ac8ef0d6c0f56d2ce4bd978",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/PUBLISH.md"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "README.md",
|
||||
"path": "README.md",
|
||||
"sha": "cf7322774a22ac4d46ec00995ec50dc99bbf8f11",
|
||||
"size": 5453,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/README.md?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/README.md",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/cf7322774a22ac4d46ec00995ec50dc99bbf8f11",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/README.md",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/README.md?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/cf7322774a22ac4d46ec00995ec50dc99bbf8f11",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/README.md"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SKILL.md",
|
||||
"path": "SKILL.md",
|
||||
"sha": "3f28a798dbeb3fcf9840b2de7b0c47c08952e871",
|
||||
"size": 17051,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/SKILL.md?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/SKILL.md",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/3f28a798dbeb3fcf9840b2de7b0c47c08952e871",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/SKILL.md",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/SKILL.md?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/3f28a798dbeb3fcf9840b2de7b0c47c08952e871",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/SKILL.md"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SUBMISSION.md",
|
||||
"path": "SUBMISSION.md",
|
||||
"sha": "c81ca6e8a61c068e0205bcf5cc78801cf7962119",
|
||||
"size": 3089,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/SUBMISSION.md?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/blob/main/SUBMISSION.md",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c81ca6e8a61c068e0205bcf5cc78801cf7962119",
|
||||
"download_url": "https://raw.githubusercontent.com/earyantLe/vibe-coding-skill/main/SUBMISSION.md",
|
||||
"type": "file",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/SUBMISSION.md?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/blobs/c81ca6e8a61c068e0205bcf5cc78801cf7962119",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/blob/main/SUBMISSION.md"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "references",
|
||||
"path": "references",
|
||||
"sha": "3445f724d5151c229628b79d36c3ab8b490d018a",
|
||||
"size": 0,
|
||||
"url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/references?ref=main",
|
||||
"html_url": "https://github.com/earyantLe/vibe-coding-skill/tree/main/references",
|
||||
"git_url": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/trees/3445f724d5151c229628b79d36c3ab8b490d018a",
|
||||
"download_url": null,
|
||||
"type": "dir",
|
||||
"_links": {
|
||||
"self": "https://api.github.com/repos/earyantLe/vibe-coding-skill/contents/references?ref=main",
|
||||
"git": "https://api.github.com/repos/earyantLe/vibe-coding-skill/git/trees/3445f724d5151c229628b79d36c3ab8b490d018a",
|
||||
"html": "https://github.com/earyantLe/vibe-coding-skill/tree/main/references"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,39 @@
|
||||
version: 1
|
||||
domain_id: earyantle-vibe-coding-skill
|
||||
object:
|
||||
type: github_repository
|
||||
name: earyantLe/vibe-coding-skill
|
||||
url: https://github.com/earyantLe/vibe-coding-skill
|
||||
pulled_at: '2026-07-02T22:47:14+00:00'
|
||||
puller: scripts/fetch-research-raw.py
|
||||
files:
|
||||
- path: repository/
|
||||
kind: git-working-tree
|
||||
status: ok
|
||||
source: 'git clone --depth=1 --single-branch --no-tags https://github.com/earyantLe/vibe-coding-skill.git docs/research/earyantle-vibe-coding-skill/raw/repository'
|
||||
- path: github-repo.raw.json
|
||||
kind: repository-metadata
|
||||
status: ok
|
||||
source: 'gh repo view earyantLe/vibe-coding-skill --json nameWithOwner,url,description,homepageUrl,isArchived,isFork,isMirror,defaultBranchRef,licenseInfo,primaryLanguage,repositoryTopics,stargazerCount,forkCount,watchers,createdAt,updatedAt,pushedAt,latestRelease --jq .'
|
||||
- path: github-readme.raw.md.txt
|
||||
kind: readme
|
||||
status: ok
|
||||
source: 'gh api repos/earyantLe/vibe-coding-skill/readme -H Accept: application/vnd.github.raw'
|
||||
- path: github-license.raw.txt
|
||||
kind: license
|
||||
status: missing_or_error
|
||||
source: 'gh api repos/earyantLe/vibe-coding-skill/license -H Accept: application/vnd.github.raw'
|
||||
message: 'gh: Not Found (HTTP 404)'
|
||||
- path: github-root-contents.raw.json
|
||||
kind: root-contents
|
||||
status: ok
|
||||
source: 'gh api repos/earyantLe/vibe-coding-skill/contents'
|
||||
- path: github-languages.raw.json
|
||||
kind: languages
|
||||
status: ok
|
||||
source: 'gh api repos/earyantLe/vibe-coding-skill/languages'
|
||||
- path: github-latest-release.raw.json
|
||||
kind: latest-release
|
||||
status: missing_or_error
|
||||
source: 'gh api repos/earyantLe/vibe-coding-skill/releases/latest'
|
||||
message: 'gh: Not Found (HTTP 404)'
|
||||
Reference in New Issue
Block a user