by feiskyer
Curated skills, sub-agents, and config templates that supercharge Claude Code — research, image gen, GitHub automation & more.
# Add to your Claude Code skills
git clone https://github.com/feiskyer/claude-code-settingsGuides for using ai agents skills like claude-code-settings.
Last scanned: 4/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-27T06:28:43.105Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-settings is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by feiskyer. Curated skills, sub-agents, and config templates that supercharge Claude Code — research, image gen, GitHub automation & more. It has 1,638 GitHub stars.
Yes. claude-code-settings passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/feiskyer/claude-code-settings" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-settings is primarily written in Python. It is open-source under feiskyer on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-settings against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
给 Claude Code 加上深度调研、图片生成、GitHub 自动化等能力,配好多模型切换,开箱即用。
OpenAI Codex 的配置和自定义 prompt 请参考 feiskyer/codex-settings。
推荐使用 Claude 官方 marketplace 安装,有两种等价方式:
方式一:在 Claude Code 会话内使用 slash command
/plugin marketplace add feiskyer/claude-code-settings
# 安装主插件(包含所有技能和代理)
/plugin install claude-code-settings
方式二:使用 Claude Code 命令行
claude plugin marketplace add feiskyer/claude-code-settings
# 安装主插件(包含所有技能和代理)
claude plugin install claude-code-settings@claude-code-settings
主插件包含的完整技能列表:brainstorming、codex-skill、deep-research、github-fix-issue、github-review-pr、gpt-image-skill、grill-me、handoff、nanobanana-skill、skill-creator、translate、youtube-transcribe-skill,详见技能列表。单个技能也可以通过 npx skills 按需安装(见下方其他安装方式)。
注意: ~/.claude/settings.json 不通过 Plugin 配置,需要手动设置。
⚠️ 注意:
npx skills安装的技能版本可能滞后于本仓库最新版本。如需获取最新技能,请优先使用上方的官方 marketplace 方式。
npx skills 可以为你的 AI 编程工具按需安装单个技能:
# 列出可用技能
npx -y skills add -l feiskyer/claude-code-settings
# 安装全部技能
npx -y skills add --all feiskyer/claude-code-settings
# 手动选择要安装的技能
npx -y skills add feiskyer/claude-code-settings
⚠️ 手动安装会覆盖
~/.claude目录,请务必先备份原有配置。
# 备份原有配置
mv ~/.claude ~/.claude.bak
# 克隆本仓库
git clone https://github.com/feiskyer/claude-code-settings.git ~/.claude
# 启动 Copilot Gateway 代理(监听 http://localhost:4141)
npx copilot-gateway@latest start --proxy-env
# 也可以用 tmux 在后台运行
# tmux new-session -d -s copilot 'npx copilot-gateway@latest start --proxy-env'
首次启动会提示认证:
Please visit https://github.com/login/device and enter code XXXX-XXXX to authenticate.
打开链接,登录并授权你的 GitHub Copilot 账户。
注意:
仓库根目录的 settings.json 是作者的配置模板,默认指向 copilot-gateway 代理(http://localhost:4141)。如需使用 LiteLLM Proxy Server 等其他网关,把 ANTHROPIC_BASE_URL 改为对应地址(如 http://localhost:4000)即可。
确保以下模型在你的账户中可用,否则需替换为你自己的模型名(模型名以你的网关实际提供的为准):
模板中 defaultMode 为 acceptEdits(自动接受文件编辑但保留命令确认)。如需完全跳过权限确认可自行改为 bypassPermissions,但请了解其安全风险后再启用。
技能是可复用的能力模块,教会 Claude 如何完成特定任务。可通过 /skill-name [参数] 手动调用,或根据上下文自动触发。
在构建新功能、创建新组件或设计新系统之前使用。通过协作对话探索用户意图、需求和设计方案,再进入实现阶段。
触发词: 用户描述想要构建的东西且涉及设计决策
核心特性:
非交互式自动化模式,把编码、代码审查和计划审查交给 OpenAI Codex 完成。
触发词: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "adversarial review", "用codex", "让gpt实现", "对抗式审查", "让codex审查计划", "第二意见"
核心特性:
~/.codex/config.toml 中配置的模型;非交互、可嵌入自动化流程resume --last)references/ 目录依赖: Codex CLI(npm i -g @openai/codex 或 brew install codex)
通过 Google Gemini API 生成或编辑图片。这是默认图片技能——未指明提供商的图片请求都路由到这里。
触发词: "nanobanana", "generate image", "create image", "edit image", "图片生成", "生成图片", "AI绘图", "图片编辑"
核心特性:
依赖:
GEMINI_API_KEY(配置在 ~/.nanobanana.env)使用 OpenAI GPT Image 模型(gpt-image-2, gpt-image-1 等)生成或编辑图片。仅在用户明确指定 OpenAI/GPT 时触发;未指明提供商的图片请求由 nanobanana-skill 处理。
触发词: "gpt image", "openai image", "generate image with openai", "用 openai 画图", "用 GPT 生成图片"
核心特性:
依赖:
OPENAI_API_KEY(配置在 ~/.gpt-image.env 或环境变量)从 YouTube 视频链接提取字幕/转录文本。
核心特性:
依赖: yt-dlp(CLI 方式)或 chrome-devtools-mcp(浏览器方式)
多 Agent 编排工作流:将调研目标拆分为可并行子目标,通过 claude -p 子进程执行,聚合结果并交付精修报告。
触发词: "深度调研", "deep research", "wide research", "多Agent并行调研"
核心特性:
产出目录结构:
.research/<name>/
├── prompts/ # 子任务 prompt
├── child_outputs/ # 子进程输出
├── logs/ # 执行日志
├── raw/ # 原始数据缓存
└── final_report.md # 最终报告
将英文或日文技术文章翻译为自然流畅的中文。采用三步法(直译、问题识别、意译),保留 Markdown 格式和技术术语原文。
用法: /translate [粘贴文本或提供文件路径]
针对方案或设计的高强度追问式面试,沿着设计决策树逐一深入,过程中同步维护领域模型(术语表和 ADR)。
触发词: /grill-me [方案/设计描述](仅手动调用)
核心特性:
CONTEXT.md 术语表将当前对话压缩为交接文档,供下一个 agent 无缝接续工作。
触发词: /handoff [下一次会话的重点方向](仅手动调用)
核心特性:
输出: $TMPDIR/handoff-YYYY-MM-DD-HHMM.md
从分析到创建分支、实现、测试、提交 PR 的完整 Issue 修复流程。
使用并行子代理进行多角度代码分析(含安全维度),配合对抗式验证——质疑者需在 head SHA 处复读代码、findings 必须附 file:line 与原文引用。支持置信度评分与误报过滤、去重与一致性计数、更新 PR 的增量复审、批量行内评论,干净 PR 自动 LGTM 通过。
创建、迭代优化和基准测试 Agent 技能,包含定量评估循环和描述优化。
agents/ 目录包含扩展 Claude Code 能力的专业化子代理。
| 代理 | 功能 |
|---|---|
| pr-reviewer | GitHub PR 代码审查专家 |
| github-issue-fixer | GitHub Issue 修复专家 |
| instruction-reflector | 分析和改进 Claude Code 指令 |
| deep-reflector | 会话分析和学习捕获 |
| insight-documenter | 技术突破文档化 |
| ui-engineer | UI/UX 开发专家 |
配置模板目录 — 为各种模型提供商预配置的 settings.json。
| 配置文件 | 提供商 | 适用场景 |
|---|---|---|
| copilot-settings.json | GitHub Copilot | 已有 Copilot 订阅,零额外成本 |
| litellm-settings.json | LiteLLM | 需要统一管理多个模型提供商 |
| deepseek-settings.json | DeepSeek v3.1 | 高性价比,国内直连 |
| qwen-settings.json | Qwen3-Coder-Plus | 阿里云生态,国内低延迟 |
| siliconflow-settings.json | Kimi-K2-Instruct | SiliconFlow 平台用户 |
| vertex-settings.json | Vertex AI | 已有 GCP 环境 |
| azure-settings.json | Azure AI | 已有 Azure 环境(Anthropic 兼容) |
| azure-foundry-settings.json | Azure AI Foundry | Azure 原生模式 |
| minimax.json | MiniMax M3/M2.7/M2 | MiniMax 平台用户(全球端点) |
| minimax-cn.json | MiniMax M3/M2.7/M2 | MiniMax 平台用户(中国端点) |
| openrouter-settings.json | OpenRouter | 一个 key 访问多个模型 |
scripts/ 目录包含维护 Claude Code 环境的实用脚本。
| 脚本 | 功能 |
|---|---|
update-cc-plugins.sh |
一键更新所有已安装的 marketplace 和插件/技能 |
bash ~/.claude/scripts/update-cc-plugins.sh
WebSearch 是 Anthropic 专有工具,仅限官方 API 环境。通过接入以下 MCP 服务器可在任意环境中启用网页搜索:
~/.claude/skills/<name>/SKILL.md(注意大小写,必须是 SKILL.md)skills/name/name/SKILL.md),需上移