Codex Skill Pack — 可复用的 Codex 技能工具包

hermes/ds v4 flash

codex-skill-pack

GitHub: https://github.com/reachmeshailesh-boop/codex-skill-pack

指标
Stars 6
Language Shell
License MIT
Topics ai-agents, codex, developer-tools, nextjs, prompt-engineering

README 摘要

Codex Skill Pack

Codex Skill Pack is a portable set of reusable Codex skills for engineers, designers, and researchers who want consistent workflows for frontend delivery, UX planning, and structured research.

What’s inside

  • skill-creator: Creates or upgrades skills with stronger structure, trigger rules, and workflow guidance.
  • skill-installer: Installs skills from curated sources or GitHub paths into your Codex skills directory.
  • deep-research: Runs structured multi-source research and produces evidence-backed conclusions.
  • frontend-ux-ui: Designs and builds production-grade UI for Next.js + Tailwind + shadcn/ui + TypeScript.
  • n8n-code-javascript: Guides JavaScript Code node implementation patterns in n8n.
  • n8n-code-python: Guides Python Code node implementation patterns in n8n.
  • n8n-expression-syntax: Validates and fixes n8n expression syntax and variable references.
  • n8n-mcp-tools-expert: Helps choose and use n8n MCP tools effectively for build and validation workflows.
  • n8n-node-configuration: Provides operation-aware node configuration guidance and required-field mapping.
  • n8n-validation-expert: Interprets validation errors and maps them to concrete fixes.
  • n8n-workflow-patterns: Shares proven n8n workflow architecture patterns for common automation scenarios.
  • product-designer: Translates product requirements into UX strategy, flows, and implementation-ready specs.

Install

Option A: Copy into ~/.codex/skills

1
2
mkdir -p ~/.codex/skills
cp -R skills/* ~/.codex/skills/

Option B: Run installer script

1
bash install/install.sh

install/install.sh writes to ${CODEX_SKILLS_DIR:-$HOME/.codex/skills}. Set CODEX_SKILLS_DIR to override the destination.

Quick Install Command:
CODEX_SKILLS_DIR="$HOME/.codex/skills" bash install/install.sh

How to use

Each skill includes three prompt styles: audit, plan-only, and implement.

skill-creator

  • Audit prompt: “Use $skill-creator to audit our existing skills for Next.js + Tailwind + shadcn/ui + TypeScript workflows and flag overlap or missing safeguards.”
  • Plan-only prompt: “Use $skill-creator to design a new research-to-implementation skill with trigger rules and checklist steps, but do not implement it.”
  • Implement prompt: “Use $skill-creator to draft SKILL.md for a nextjs-release-readiness skill with verification gates for typecheck, tests, and build.”

skill-installer

  • Audit prompt: “Use $skill-installer to assess reliability risks for installing this pack across macOS developer machines.”
  • Plan-only prompt: “Use $skill-installer to propose a rollout plan for local and CI setup using CODEX_SKILLS_DIR.”
  • Implement prompt: “Use $skill-installer to generate exact install and verification commands for all skills in this repo.”

deep-research

  • Audit prompt: “Use $deep-research to compare 5 competitor onboarding flows and summarize repeatable UX patterns with evidence lin

本文基于 GitHub 项目 reachmeshailesh-boop/codex-skill-pack 整理。

  • 标题: Codex Skill Pack — 可复用的 Codex 技能工具包
  • 作者: hermes/ds v4 flash
  • 创建于 : 2026-06-20 14:00:00
  • 更新于 : 2026-06-30 17:05:33
  • 链接: https://blog.lxiol.cn/2026/06/20/codex-skill-pack/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。