Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

awesome-creator很棒的创造者

Agent Skill

awesome-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

110

周安装

8

GitHub Stars

4

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:awesome-creator(很棒的创造者)
来源仓库:https://github.com/dimitrigilbert/ai-skills
仓库路径:skills/awesome-creator
安装命令:
npx skills add https://github.com/dimitrigilbert/ai-skills --skill awesome-creator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/dimitrigilbert/ai-skills --skill awesome-creator

简介

创建符合 sindresorhus/awesome 标准的 Awesome 列表。

  • 适用于整理优质资源集合的维护工作。
  • 提供完整的合规性检查和条目更新指导。
  • 支持从零开始创建或审核现有列表。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • awesome-creator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Awesome Creator

Expert guidance for creating Awesome lists that comply with official sindresorhus/awesome standards. Awesome lists are curated collections of the best resources on specific topics, maintained by the community.

When to use this skill:

  • Creating a new Awesome list from scratch
  • Validating an existing Awesome list for compliance
  • Updating an Awesome list with new entries
  • Submitting an Awesome list to the official awesome repository
  • Reviewing Awesome list pull requests

Quick Start: Create Your Awesome List in 5 Minutes

Follow these steps to create a compliant Awesome list:

Step 1: Set Up Your Repository (1 minute)

Repository name: awesome-topic (lowercase slug)

  • awesome-rust-gui
  • awesome-python-testing
  • awesome-RustGUI
  • AwesomePythonTesting

Required files:

awesome-topic/
├── README.md           # Your Awesome list
├── CONTRIBUTING.md     # Contribution guidelines
└── LICENSE             # CC0 license

Step 2: Create the Header (30 seconds)

# Awesome Topic

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> Brief description of what this list covers.

Key points:

  • Title case in heading: # Awesome Topic
  • Badge on right side or next to title
  • Succinct, objective description
  • No marketing language

Step 3: Add Table of Contents (1 minute)

## Contents

- [Category One](#category-one)
- [Category Two](#category-two)
- [Category Three](#category-three)

Requirements:

  • Named "Contents" (not "Table of Contents")
  • First section in README
  • One level deep (no nested bullets)
  • Exclude "Contributing" and "Footnotes"

Step 4: Add Your Entries (2 minutes)

## Category One

- [Project Name](https://github.com/user/project#readme) - Objective description.
- [Another Project](https://github.com/user/another#readme) - What it does.

Critical rules:

  • All GitHub links end with #readme
  • Descriptions start with uppercase
  • Descriptions end with period
  • No marketing words ("best", "amazing")
  • Describe what it is, not how great it is

Step 5: Finalize (1 minute)

Add at the bottom:

## Contributing

Please see [contributing.md](contributing.md)

Create CONTRIBUTING.md and LICENSE files using the templates in templates/.


Awesome List Structure

Required Elements

Every Awesome list MUST include:

1. Awesome Badge

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
  • Placed on right side of heading or centered at top
  • Links to https://awesome.re
  • Use the flat version if preferred: badge-flat.svg

2. Succinct Description

A brief, objective description at the top:

✅ Good:

> Mobile operating system for Apple phones and tablets.
> Prototyping interactive UI designs.

❌ Bad:

> Resources and tools for iOS development.
> The best collection of awesome Framer packages.

3. Table of Contents

  • Named exactly "Contents"
  • First section after description
  • Links to all major categories
  • Excludes "Contributing" and "Footnotes"
  • Preferably one level deep

4. Categorized Entries

Organize entries into logical categories:

## Networking

- [Alamofire](https://github.com/Alamofire/Alamofire#readme) - Elegant HTTP networking in Swift.

## UI Components

- [SnapKit](https://github.com/SnapKit/SnapKit#readme) - A Swift Autolayout DSL.

5. Contributing Section

## Contributing

Please see [contributing.md](contributing.md)
  • Links to separate CONTRIBUTING.md file
  • Placed at top or bottom of content
  • NOT in Table of Contents

6. LICENSE File

  • Must use Creative Commons license (CC0 recommended)
  • Code licenses (MIT, Apache, GPL) are NOT acceptable
  • File named LICENSE or license in repo root
  • Do NOT include license text in README

Optional Elements

Project Logo

> Description

<img src="logo.png" alt="Logo" width="400">

## Contents
  • High-DPI image (max half original width)
  • Links to project website
  • Centered or right-aligned

Footnotes Section

## Footnotes

- Some entries may be archived but historically significant.
- Last updated: January 2025
  • For ancillary information
  • NOT in Table of Contents
  • Placed at very bottom

Entry Quality Guidelines

Curation Principles

Core Philosophy: Awesome lists are curations of the best, not collections of everything.

Only Include Awesome Items

✅ Include:

  • Projects you personally recommend
  • Well-maintained, active projects
  • Projects with clear documentation
  • High-quality resources

❌ Exclude:

  • Unmaintained or archived repos
  • Projects without documentation
  • Deprecated tools
  • Everything you can find (be selective!)

Objective Descriptions

Describe what the project is, not how great it is:

✅ Good:

- [RxSwift](https://github.com/ReactiveX/RxSwift#readme) - Reactive programming in Swift.
- [Alamofire](https://github.com/Alamofire/Alamofire#readme) - Elegant HTTP networking.

❌ Bad:

- [RxSwift](https://github.com/ReactiveX/RxSwift#readme) - The best reactive programming library.
- [Alamofire](https://github.com/Alamofire/Alamofire#readme) - An amazing networking framework.

Entry Format

Standard format for all entries:

- [Project Name](https://github.com/user/project#readme) - Description ends with period.

Rules:

  • Link text = project name (title case)
  • GitHub URLs end with #readme
  • Description starts with uppercase
  • Description ends with period
  • Separate link and description with dash
  • One space on each side of dash

Consistent Naming

Use correct, consistent names:

  • Node.js, ❌ NodeJS, ❌ node.js
  • iOS, ❌ ios, ❌ IOS
  • Swift, ❌ swift
  • macOS, ❌ MacOS, ❌ Mac OS

Advanced Features

Progressive Disclosure

For detailed templates, examples, and official guidelines, see:

Templates:

  • templates/awesome-readme-template.md - Base README structure
  • templates/contributing-template.md - CONTRIBUTING.md template
  • templates/license-template.txt - Full CC0 license text

References:

  • references/awesome-manifesto.md - Official Awesome manifesto and philosophy
  • references/awesome-guidelines.md - Complete submission requirements
  • references/examples.md - Annotated examples from popular lists

Validation

Before submitting your list:

  1. Run awesome-lint: npx awesome-lint
  2. Check requirements:

- Repo name: awesome-topic (lowercase) - Title: # Awesome Topic (title case) - Awesome badge present - Table of Contents named "Contents" - All entries end with periods - All GitHub links include #readme - LICENSE file (CC0) - CONTRIBUTING.md exists - No marketing language - No CI badges - No hard-wrapping

  1. Age requirement: List must be 30+ days old before submission

Common Pitfalls

Avoid these frequent mistakes:

Marketing Language

- The best library for X
- An amazing tool
- Revolutionary framework

Use objective descriptions instead.

Missing #readme

- [Project](https://github.com/user/project) - Description.

Include #readme in GitHub URLs.

Wrong License

MIT License

Use CC0 or Creative Commons, not code licenses.

Self-Referential

> Resources and tools for X development

Describe the topic itself, not the list.

CI Badges

[![CI](https://github.com/user/workflow/badge.svg)](https://github.com/user/actions)

Don't include CI badges in Awesome lists.

Hard-Wrapping

- [Project](https://github.com/user/project#readme) - This is a
  description that wraps to the next line.

Let lines flow naturally without hard wraps.


Progressive Disclosure

Quick Reference

For rapid validation, use the Quick Start section above.

Detailed Guidance

For comprehensive information, consult:

Templates:

  • templates/awesome-readme-template.md - Full README template with structure
  • templates/contributing-template.md - Complete CONTRIBUTING.md guide
  • templates/license-template.txt - CC0 license full text

Reference Documentation:

  • references/awesome-manifesto.md - Official Awesome manifesto
  • references/awesome-guidelines.md - Complete PR submission guidelines
  • references/examples.md - Annotated real-world examples

Official Resources


Best Practices Summary

Content Quality

  • Curate, don't collect
  • Only include items you recommend
  • Research before adding
  • Remove unmaintained projects

Writing Style

  • Be objective, not promotional
  • Use consistent formatting
  • Check spelling and grammar
  • Keep descriptions concise

Technical Standards

  • Use CC0 license
  • Include CONTRIBUTING.md
  • Add Awesome badge
  • Name repo correctly
  • Run awesome-lint

Community

  • Accept constructive feedback
  • Respect other opinions
  • Review other PRs
  • Contribute back

Remember: Awesome lists are curations of the best resources. Quality over quantity. When in doubt, leave it out.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.86%
按下载量换算24

Claude

27.55%
按下载量换算18

Cursor

20.47%
按下载量换算13

Gemini CLI

10.25%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills