Skills Hub 🧰
A curated, ready-to-use collection of 78 AI coding agent skills sourced from popular skill repositories on GitHub and OpenAI/Codex-compatible workflow patterns. Compatible with Claude Code, Codex, Cursor, Copilot, OpenClaw, and other skill-compatible AI coding agents.
Skills Hub also ships a Codex-compatible plugin marketplace. Skills remain available as individual Markdown files or bundled skill folders, while curated plugin bundles make them easier to browse, install, and maintain in Codex.
📦 What's Inside
Each skill is a self-contained instruction set that extends your AI coding agent with specialized knowledge, workflows, and tool integrations. Drop them into your agent's skills directory and start using them immediately.
Skill files and bundled skill folders are organized by category in the repository root — no complex setup.
🗂️ Categories
🇨🇳 Chinese (15 skills)
Domain-specific skills for Chinese web novel workflows, browser automation, and presentations.
| Skill | Description |
|---|---|
story-writing |
AI-assisted long-form novel writing pipeline |
story-analysis |
Novel structure and plot analysis |
story-scanning |
Bulk novel chapter scanning and indexing |
story-cover |
Generate novel cover art |
browser-cdp |
Chrome DevTools Protocol browser automation |
douyin-video-puller |
Pull public Douyin videos, metadata, comments, keyframes, and reports |
guizang-ppt |
Guizang-style presentation generation |
story-deslop |
Novel de-slop / cleanup tooling |
story-import |
Import novel chapters from external sources |
story-review |
Editorial review automation for novels |
story-setup |
Initial novel project scaffolding |
story-long-analyze |
Deep structural analysis of long novels |
story-long-scan |
Long-form novel chapter scanning |
story-long-write |
Extended novel writing sessions |
story-short-analyze |
Quick structural check for short fiction |
story-short-scan |
Fast chapter scan for short works |
story-short-write |
Short-form story drafting |
🎨 Design (7 skills)
| Skill | Description |
|---|---|
frontend-ui-design |
Create distinctive, production-grade frontend interfaces |
ui-design-review |
Review frontend UI for polish, UX quality, responsiveness, and accessibility |
design-system-builder |
Create or extend reusable design systems and component foundations |
saas-dashboard-design |
Design dense, professional SaaS dashboards and operational tools |
mobile-ui-design |
Design mobile-first app screens and responsive mobile web interfaces |
design-brief-generator |
Generate practical DESIGN.md files and durable UI design briefs |
website-generator |
Generate complete, production-ready websites from prompts |
💻 Development (6 skills)
| Skill | Description |
|---|---|
agent-patterns |
Reusable AI agent design patterns and architectures |
api-contract |
API contract design and OpenAPI spec generation |
cleanup-code |
Systematic code cleanup and refactoring |
generating-rest-apis |
Build REST APIs from specifications |
spec-writing |
Technical specification authoring |
sprint-workflow |
Sprint planning and agile workflow automation |
🚀 DevOps (3 skills)
| Skill | Description |
|---|---|
building-cicd-pipelines |
CI/CD pipeline definition and optimization |
building-terraform-modules |
Infrastructure-as-code module authoring |
generating-docker-compose-files |
Docker Compose file generation and validation |
📋 Productivity (6 skills)
| Skill | Description |
|---|---|
action-items-todoist |
Extract action items and sync to Todoist |
email-drafting |
Professional email composition and review |
executive-digest |
Summarize long documents for executive review |
generating-smart-commits |
Context-aware Git commit message generation |
meeting-prep |
Meeting agenda and prep material generation |
todoist-due-drafts |
Draft management with Todoist due-date tracking |
🤖 OpenAI (4 skills)
OpenAI/Codex-compatible skills for authoring, packaging, distribution, and evaluation workflows. These are original workflow skills that link to official OpenAI documentation instead of mirroring proprietary runtime bundles.
| Skill | Description |
|---|---|
codex-skill-authoring |
Create or refine Codex-compatible Agent Skills |
codex-skill-distribution |
Package and distribute skills for Codex users |
openai-api-skill-packaging |
Package skills for OpenAI API agent workflows |
openai-skill-evals |
Build lightweight quality checks for reusable skills |
🔒 Security (27 skills)
An extensive suite of penetration testing, security auditing, and vulnerability assessment skills. Covers recon, exploitation, post-exploitation, web app testing, network scanning, and report generation — a comprehensive toolkit for security professionals.
🗄️ Supabase (2 skills)
| Skill | Description |
|---|---|
supabase |
Supabase platform integration and management |
supabase-postgres-best-practices |
PostgreSQL best practices for Supabase projects |
🧪 Testing (2 skills)
| Skill | Description |
|---|---|
generating-unit-tests |
Automated unit test generation |
running-e2e-tests |
End-to-end test execution and reporting |
✍️ Writing (6 skills)
| Skill | Description |
|---|---|
avoid-ai-writing |
Detect and reduce AI-sounding prose |
blog-editorial-calendar |
Plan and manage blog content schedules |
blog-figure-svg |
Generate SVG figures and diagrams for blog posts |
blog-topic-research |
Research and validate blog topics |
generating-api-docs |
API documentation generation |
seo-blog-writer |
SEO-optimized blog post drafting |
🔗 MCP Registry
Looking for MCP servers? Check out MCP Registry — a curated directory of top Model Context Protocol servers, tracked and organized for AI agent compatibility.
🧩 Codex Plugin Marketplace
The repository includes a local marketplace index at:
.agents/plugins/marketplace.json
Curated plugin bundles:
| Plugin | Category | Includes |
|---|---|---|
openai-skills |
OpenAI | OpenAI / Codex authoring, packaging, distribution, and eval skills |
developer-skills |
Development | Development, DevOps, Testing, and Supabase skills |
writing-skills |
Writing | Writing and productivity workflow skills |
security-skills |
Security | Authorized security assessment skills |
design-skills |
Design | Frontend UI design, review, design system, dashboard, and mobile UI skills |
chinese-creator-skills |
Chinese | Chinese writing, presentation, and creator workflow skills |
Install flow:
codex plugin marketplace add .agents/plugins
codex plugin add openai-skills@skills-hub
Replace openai-skills with another plugin bundle when needed, or open Codex and install from the marketplace UI.
🚀 Quick Start
-
Clone the repository
git clone https://github.com/xuweizhengo/skills-hub.git -
Copy skills into your agent
- Claude Code: Copy skill files into
.claude/skills/ - Codex: Copy into
$CODEX_HOME/skills/or install via the skill-installer - Cursor: Copy into
.cursor/skills/ - Copilot: Follow the GitHub Copilot skills directory convention
- OpenClaw: Copy into the OpenClaw skills path
- Claude Code: Copy skill files into
-
Start using skills Skills activate automatically when your prompts match their domain. Just describe what you want to do — your agent will pick the right skill.
🛠️ Maintenance
Validate category and skill counts after adding or removing files:
node scripts/check-stats.mjs
Regenerate plugin manifests and the marketplace index after changing skill categories:
node scripts/generate-marketplace.mjs
node scripts/check-stats.mjs
🔗 Related Projects
- cursor-free-api — Cursor API compatible gateway for OpenAI and Anthropic clients
- llm-api-purity — OpenAI and Claude API purity checker
- aws-auto-register — AWS Builder ID automation research tool
- fingerprint-toolkit — Browser fingerprint randomization toolkit
📄 License
MIT © xuweizhengo
Skills Hub 🧰 技能中心
从 GitHub 上热门技能仓库和 OpenAI/Codex 兼容工作流模式中精选整理的 78 个 AI 编程助手技能,开箱即用。兼容 Claude Code、Codex、Cursor、Copilot、OpenClaw 及其他支持技能的 AI 编程助手。
Skills Hub 同时内置 Codex 兼容插件市场。单个技能仍然可以直接复制使用,带脚本和参考资料的技能也可以作为文件夹使用,还可以通过精选插件包按主题安装和维护。
📦 内容概览
每个技能都是一个独立的指令集,为你的 AI 编程助手注入专业知识、工作流程和工具集成能力。将其放入助手的技能目录即可立即使用。
所有技能文件和带资源的技能文件夹按分类直接存放于仓库根目录 — 无需复杂配置。
🗂️ 分类详情
🇨🇳 中文 (15 个技能)
面向中文网文创作流程、浏览器自动化和演示文稿的领域专用技能。
| 技能 | 描述 |
|---|---|
story-writing |
AI 辅助长篇小说写作流水线 |
story-analysis |
小说结构与情节分析 |
story-scanning |
批量章节扫描与索引 |
story-cover |
小说封面图生成 |
browser-cdp |
Chrome DevTools Protocol 浏览器自动化 |
douyin-video-puller |
拉取公开视频、元数据、评论、关键帧和本地报告 |
guizang-ppt |
归藏风格演示文稿生成 |
story-deslop |
小说内容清理去冗工具 |
story-import |
从外部来源导入小说章节 |
story-review |
小说编辑审校自动化 |
story-setup |
小说项目初始化脚手架 |
story-long-analyze |
长篇小说深度结构分析 |
story-long-scan |
长篇章节扫描 |
story-long-write |
长篇小说持续写作 |
story-short-analyze |
短篇作品快速结构检查 |
story-short-scan |
短篇作品快速章节扫描 |
story-short-write |
短篇小说草稿撰写 |
🎨 设计 (7 个技能)
| 技能 | 描述 |
|---|---|
frontend-ui-design |
创建有辨识度、可交付的前端界面 |
ui-design-review |
审查前端 UI 的视觉质感、UX、响应式与可访问性 |
design-system-builder |
创建或扩展可复用的设计系统与组件基础 |
saas-dashboard-design |
设计高密度、专业的 SaaS 仪表盘和运营工具 |
mobile-ui-design |
设计移动优先 App 屏幕和响应式移动 Web 界面 |
design-brief-generator |
生成实用的 DESIGN.md 和长期可复用的 UI 设计 brief |
website-generator |
根据提示词生成完整的可上线网站 |
💻 开发 (6 个技能)
| 技能 | 描述 |
|---|---|
agent-patterns |
可复用的 AI 助手设计模式与架构 |
api-contract |
API 契约设计与 OpenAPI 规范生成 |
cleanup-code |
系统化代码清理与重构 |
generating-rest-apis |
根据规范构建 REST API |
spec-writing |
技术规范文档撰写 |
sprint-workflow |
Sprint 规划与敏捷工作流自动化 |
🚀 DevOps (3 个技能)
| 技能 | 描述 |
|---|---|
building-cicd-pipelines |
CI/CD 流水线定义与优化 |
building-terraform-modules |
基础设施即代码模块编写 |
generating-docker-compose-files |
Docker Compose 文件生成与验证 |
📋 效率 (6 个技能)
| 技能 | 描述 |
|---|---|
action-items-todoist |
提取待办事项并同步至 Todoist |
email-drafting |
专业邮件撰写与审阅 |
executive-digest |
长文档执行摘要生成 |
generating-smart-commits |
上下文感知的 Git 提交信息生成 |
meeting-prep |
会议议程与准备材料生成 |
todoist-due-drafts |
结合 Todoist 截止日期的草稿管理 |
🤖 OpenAI (4 个技能)
面向 OpenAI / Codex 兼容工作流的技能编写、打包、分发与评估技能。这些技能是原创工作流总结,并链接官方 OpenAI 文档,不镜像专有运行时包。
| 技能 | 描述 |
|---|---|
codex-skill-authoring |
创建或优化 Codex 兼容 Agent Skill |
codex-skill-distribution |
为 Codex 用户打包和分发技能 |
openai-api-skill-packaging |
为 OpenAI API agent 工作流打包技能 |
openai-skill-evals |
为可复用技能构建轻量质量检查 |
🔒 安全 (27 个技能)
一套全面的渗透测试、安全审计与漏洞评估技能集。覆盖信息收集、漏洞利用、后渗透、Web 应用测试、网络扫描及报告生成——为安全专业人员提供的一站式工具箱。
🗄️ Supabase (2 个技能)
| 技能 | 描述 |
|---|---|
supabase |
Supabase 平台集成与管理 |
supabase-postgres-best-practices |
Supabase 项目的 PostgreSQL 最佳实践 |
🧪 测试 (2 个技能)
| 技能 | 描述 |
|---|---|
generating-unit-tests |
自动化单元测试生成 |
running-e2e-tests |
端到端测试执行与报告 |
✍️ 写作 (6 个技能)
| 技能 | 描述 |
|---|---|
avoid-ai-writing |
检测并减少 AI 痕迹的写作 |
blog-editorial-calendar |
博客内容日程规划与管理 |
blog-figure-svg |
为博客文章生成 SVG 图表与插图 |
blog-topic-research |
博客主题调研与验证 |
generating-api-docs |
API 文档生成 |
seo-blog-writer |
SEO 优化的博客文章撰写 |
🔗 MCP Registry
正在寻找 MCP 服务器?查看 MCP Registry — 精选的顶级 Model Context Protocol 服务器目录,专为 AI 助手兼容性而追踪整理。
🧩 Codex 插件市场
仓库内置本地 marketplace 索引:
.agents/plugins/marketplace.json
精选插件包:
| 插件 | 分类 | 包含内容 |
|---|---|---|
openai-skills |
OpenAI | OpenAI / Codex 技能编写、打包、分发与评估 |
developer-skills |
Development | 开发、DevOps、测试与 Supabase 技能 |
writing-skills |
Writing | 写作与效率工作流技能 |
security-skills |
Security | 授权安全评估技能 |
design-skills |
Design | 前端 UI 设计、审查、设计系统、仪表盘与移动端技能 |
chinese-creator-skills |
Chinese | 中文写作、演示与创作者工作流技能 |
安装方式:
codex plugin marketplace add .agents/plugins
codex plugin add openai-skills@skills-hub
需要其他插件时,把 openai-skills 换成对应插件名,也可以在 Codex 的 marketplace UI 中安装。
🚀 快速开始
-
克隆仓库
git clone https://github.com/xuweizhengo/skills-hub.git -
将技能复制到你的 AI 助手中
- Claude Code:复制技能文件到
.claude/skills/ - Codex:复制到
$CODEX_HOME/skills/或通过 skill-installer 安装 - Cursor:复制到
.cursor/skills/ - Copilot:按照 GitHub Copilot 技能目录规范放置
- OpenClaw:复制到 OpenClaw 技能路径
- Claude Code:复制技能文件到
-
开始使用技能 当你的提示词与技能领域匹配时,技能会自动激活。只需描述你想做的事情 — 你的 AI 助手会自动选择最合适的技能。
🛠️ 维护
添加或删除技能文件后,校验分类和技能数量:
node scripts/check-stats.mjs
修改技能分类后,重新生成插件 manifest 和 marketplace 索引:
node scripts/generate-marketplace.mjs
node scripts/check-stats.mjs
🔗 相关项目
- cursor-free-api — Cursor API 转 OpenAI / Anthropic 兼容接口
- llm-api-purity — OpenAI 与 Claude API 纯度检测工具
- aws-auto-register — AWS Builder ID 自动化研究工具
- fingerprint-toolkit — 浏览器指纹随机化工具箱
📄 许可证
MIT © xuweizhengo
No comments yet
Be the first to share your take.