一键导入
awesome-creator
Generate and validate Awesome list READMEs following sindresorhus/awesome standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate and validate Awesome list READMEs following sindresorhus/awesome standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, verify, and improve AGENTS.md files. Minimal, focused, progressive disclosure. Fixes bloat, contradictions, stale info.
Audit and plan website optimisation for AI agents, AI search, LLM discoverability, llms.txt, structured data, and sitemaps.
Build distinctive, production-grade frontend interfaces (websites, components, dashboards, layouts) with polished UI design that avoids generic AI aesthetics.
Scaffold type-safe TypeScript projects with the Better-T-Stack CLI — new projects, features, or troubleshooting.
Build full-stack TypeScript apps with Convex — server functions, schema, auth, file storage, real-time, frontend integration, testing, deployment.
Exhaustive multi-agent code review with area-specific specialists, verified findings, and actionable remediation plans.
| name | awesome-creator |
| description | Generate and validate Awesome list READMEs following sindresorhus/awesome standards. |
| license | CC0-1.0 |
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:
Follow these steps to create a compliant Awesome list:
Repository name: awesome-topic (lowercase slug)
awesome-rust-guiawesome-python-testingawesome-RustGUIAwesomePythonTestingRequired files:
awesome-topic/
├── README.md # Your Awesome list
├── CONTRIBUTING.md # Contribution guidelines
└── LICENSE # CC0 license
# Awesome Topic
[](https://awesome.re)
> Brief description of what this list covers.
Key points:
# Awesome Topic## Contents
- [Category One](#category-one)
- [Category Two](#category-two)
- [Category Three](#category-three)
Requirements:
## 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:
#readmeAdd at the bottom:
## Contributing
Please see [contributing.md](contributing.md)
Create CONTRIBUTING.md and LICENSE files using the templates in templates/.
Every Awesome list MUST include:
[](https://awesome.re)
https://awesome.rebadge-flat.svgA 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.
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.
## Contributing
Please see [contributing.md](contributing.md)
CONTRIBUTING.md fileLICENSE or license in repo root> Description
<img src="logo.png" alt="Logo" width="400">
## Contents
## Footnotes
- Some entries may be archived but historically significant.
- Last updated: January 2025
Core Philosophy: Awesome lists are curations of the best, not collections of everything.
✅ Include:
❌ Exclude:
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.
Standard format for all entries:
- [Project Name](https://github.com/user/project#readme) - Description ends with period.
Rules:
#readmeUse correct, consistent names:
Node.js, ❌ NodeJS, ❌ node.jsiOS, ❌ ios, ❌ IOSSwift, ❌ swiftmacOS, ❌ MacOS, ❌ Mac OSFor detailed templates, examples, and official guidelines, see:
Templates:
templates/awesome-readme-template.md - Base README structuretemplates/contributing-template.md - CONTRIBUTING.md templatetemplates/license-template.txt - Full CC0 license textReferences:
references/awesome-manifesto.md - Official Awesome manifesto and philosophyreferences/awesome-guidelines.md - Complete submission requirementsreferences/examples.md - Annotated examples from popular listsBefore submitting your list:
Run awesome-lint:
npx awesome-lint
Check requirements:
awesome-topic (lowercase)# Awesome Topic (title case)#readmeAge requirement: List must be 30+ days old before submission
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
[](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.
For rapid validation, use the Quick Start section above.
For comprehensive information, consult:
Templates:
templates/awesome-readme-template.md - Full README template with structuretemplates/contributing-template.md - Complete CONTRIBUTING.md guidetemplates/license-template.txt - CC0 license full textReference Documentation:
references/awesome-manifesto.md - Official Awesome manifestoreferences/awesome-guidelines.md - Complete PR submission guidelinesreferences/examples.md - Annotated real-world examplesRemember: Awesome lists are curations of the best resources. Quality over quantity. When in doubt, leave it out.