← 返回 Skills 市场
zjsxply

Awesome Repo Builder

作者 Linyue Pan · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
10
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install awesome-repo-builder
功能描述
Create a topic-specific GitHub awesome-list repository scaffold with a polished README, concise contribution rules, AI-agent instructions, URL verification,...
使用说明 (SKILL.md)

Awesome Repo Builder

Build a new awesome-list repository with a polished README.md, concise contribution rules, AI-agent instructions, URL verification script, license, .gitignore, and optional reusable templates.

Required Inputs

Ask only for missing essentials.

  • Topic: required. Example: "future event prediction", "AI coding harnesses", "LLM time-series forecasting".
  • Taxonomy: recommended. If absent, propose one before generating.
  • Inclusion criteria: recommended. If absent, draft concise criteria and exclusions.
  • Initial entries: optional. The user may provide an already researched awesome list; otherwise research enough seed entries before generating.
  • Output directory: optional. If absent, create a local folder named from the repo slug.

Workflow

  1. Inspect the user's requested topic and decide whether enough taxonomy and criteria exist.
  2. If initial entries are absent, research the topic first. Prefer official project pages, papers, docs, GitHub repositories, and existing awesome lists. Keep the first generated repo useful but not exhaustive.
  3. Create a JSON spec with title, slug, topic, tagline, description, taxonomy, criteria, initial_entries, and related_lists.
  4. Run scripts/create_awesome_repo.py with the spec and output directory.
  5. Read the generated files and make small manual edits if the topic requires wording changes.
  6. Report the output path and any assumptions, especially taxonomy or criteria that were inferred.

Scaffold Command

Use the bundled script from the skill directory:

python scripts/create_awesome_repo.py --spec /path/to/spec.json --output /path/to/awesome-topic

If the current project uses a Python virtual environment, activate it first. The script only uses the Python standard library.

Spec Format

Minimum:

{
  "title": "Awesome Future Event Prediction",
  "slug": "awesome-future-event-prediction",
  "topic": "future event prediction",
  "tagline": "Curated resources for future event prediction.",
  "description": "A curated list of papers, benchmarks, tools, and systems for forecasting discrete future events.",
  "taxonomy": [
    {
      "name": "Foundations",
      "description": "Conceptual and survey resources.",
      "entries": [
        {
          "title": "A Survey on Event Prediction Methods from a Systems Perspective",
          "url": "https://arxiv.org/abs/2302.04018",
          "note": "A systems view of event prediction that helps define scope and common failure modes."
        }
      ]
    }
  ],
  "criteria": {
    "belongs": [
      "Addresses prediction of discrete future events.",
      "Provides a reusable method, benchmark, dataset, tool, or system insight."
    ],
    "excludes": [
      "General AI papers without an event-forecasting angle.",
      "Pure time-series forecasting resources with no event-level relevance."
    ]
  },
  "related_lists": []
}

Notes:

  • taxonomy[].entries may be empty; the script will create a placeholder.
  • taxonomy[].subsections is supported for nested sections.
  • initial_entries is also supported as a mapping from section name to entries when entries are collected separately.
  • Entry format uses title, URL, and a short note explaining why the resource is worth including.

Generated Structure

The script creates:

awesome-topic/
├── .gitignore
├── AGENTS.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── verify_urls.py
└── templates/
    ├── AGENTS.md
    ├── CHECKLIST.md
    ├── IMPLEMENT.md
    └── PLAN.md

Keep the generated repository focused on initial structure and seed content. Do not add PR automation, batch review workflows, entry sorting policy, scheduled cleanup, or long maintenance process unless the user explicitly asks for it.

Reference

Read references/awesome-repo-structure.md when you need the detailed structural pattern for generated repositories.

如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install awesome-repo-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /awesome-repo-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of awesome-repo-builder. - Generates a polished awesome-list repository scaffold based on a topic, with optional taxonomy, inclusion criteria, and seed entries. - Produces a structured repo including README, CONTRIBUTING, AGENTS instructions, license, .gitignore, URL verifier, and reusable templates. - Includes a workflow for collecting inputs, proposing missing taxonomy or criteria, researching initial entries, and creating a JSON spec. - Provides a bundled script for repo generation and clear guidance on output and assumptions.
元数据
Slug awesome-repo-builder
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Awesome Repo Builder 是什么?

Create a topic-specific GitHub awesome-list repository scaffold with a polished README, concise contribution rules, AI-agent instructions, URL verification,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10 次。

如何安装 Awesome Repo Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install awesome-repo-builder」即可一键安装,无需额外配置。

Awesome Repo Builder 是免费的吗?

是的,Awesome Repo Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Awesome Repo Builder 支持哪些平台?

Awesome Repo Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Awesome Repo Builder?

由 Linyue Pan(@zjsxply)开发并维护,当前版本 v0.1.0。

💬 留言讨论