跨 Claude Code 与 Codex 两套 agent 的 skill 能力真源与同步规则。写入由 agent 执行,人只审校与决策。 把 Claude Code 与 Codex 的可复用能力收敛到一个仓库,按 platform-first 维护:每个平台独立持有自己的 skills/ 与运行约定,同名 skill 允许在两端并存,不强行抽象去重。 仓库要解决的是多端 AI 配置的漂移——GitHub 仓库、本地工作区、本地 CLI
FAQ
all-my-ai-needs is a Claude Code plugin with 63 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes aihot, apifox-cli, apifox-test-case. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add codingSamss/all-my-ai-needs> /plugin install all-my-ai-needs@codingSamss-all-my-ai-needs
Repo: codingSamss/all-my-ai-needs
跨 Claude Code 与 Codex 两套 agent 的 skill 能力真源与同步规则。写入由 agent 执行,人只审校与决策。
把 Claude Code 与 Codex 的可复用能力收敛到一个仓库,按 platform-first 维护:每个平台独立持有自己的 skills/ 与运行约定,同名 skill 允许在两端并存,不强行抽象去重。
仓库要解决的是多端 AI 配置的漂移——GitHub 仓库、本地工作区、本地 CLI 运行目录(~/.claude、~/.codex)三者保持一致。所有写入(同步、提交、推送)由 agent 执行:agent 拉仓库后读 runtime.yaml / skills.meta.yaml,把 skill 真源 diff 后落到运行目录,人负责审校差异与最终决策。
all-my-ai-needs/
├── README.md # 仓库总览(本文件)
├── CLAUDE.md / AGENTS.md # Claude / Codex 协作规范
├── PROFILES.md # skill 同步分层(scope / profile)
├── .claude-plugin/marketplace.json
└── platforms/
├── claude/ # Claude 平台真源 → ~/.claude
│ ├── README.md runtime.yaml .mcp.json
│ ├── skills.meta.yaml # repo-only 同步分层真源
│ ├── skills/ (24)
│ └── .claude-plugin/plugin.json
└── codex/ # Codex 平台真源 → ~/.codex
├── README.md runtime.yaml config.toml
├── skills.meta.yaml # repo-only 同步分层真源
└── skills/ (24)
platforms/claude/、platforms/codex/ 各为真源,互不依赖;不设跨平台共享 skill 目录,同名 skill 按各自平台约定演化。scope(core / project / manual-only)与项目类型 profile,决定何时下发到运行目录。机读真源是各平台 skills.meta.yaml,人读视图与同步剧本见 PROFILES.md。按能力域分组;完整 per-skill 能力与运行依赖见各平台 README。
| 能力域 | Skills |
|---|---|
常驻 core | git-ops handoff teach;Claude 另含 cc-codex-review skill-creator |
知识库 obsidian-kb | orbit-os orbit-session-diary official-article-ingest online-doc-html video-transcribe |
前端设计 frontend-design | gsap fireworks-tech-graph ian-xiaohei-illustrations;Codex 另含 taste-design |
API 测试 api-testing | apifox-cli apifox-test-case |
社交只读 social-reading | bilibili bird-twitter reddit linuxdo xiaohongshu |
浏览器自动化 web-automation | playwright screenshot |
macOS 维护 macos-local | mole-mac-cleanup screenshot |
点名 manual-only | aihot;Codex 另含 openai-docs |
日常同步由 agent 驱动:agent 拉仓库后,读各平台 skills.meta.yaml 与 skills/ 真源,与对应运行目录(~/.claude/skills、~/.codex/skills)做最小差异 diff,人审通过后再落盘。仓库不再提供同步脚本;新机初始化 / 灾备同样由 agent 按 runtime.yaml 把全部 skill 铺到运行目录。
下发禁区(任何方向都遵守):
runtime.yaml、skills.meta.yaml、PROFILES.md 等治理元数据只留在仓库,不进入 ~/.claude、~/.codex。skills.meta.yaml manifest 与 skills/ 目录是否一致。git diff --check;提交信息遵循 Conventional Commits 且含 [更新摘要],提交后打 annotated tag。细则见 AGENTS.md。.claude-plugin/
marketplace.json
.gitignore
AGENTS.md
CLAUDE.md
platforms/
claude/
.claude-plugin/
plugin.json
.mcp.json
README.md
runtime.yaml
skills/
skills.meta.yaml
aihot/
LICENSE
README.md
references/
api.md
errors.md
sync.md
runtime.yaml
SKILL.md
apifox-cli/
runtime.yaml
SKILL.md
apifox-test-case/
runtime.yaml
SKILL.md
bilibili/
README.md
runtime.yaml
skill.config.json
SKILL.md
bird-bookmark-folders/
scripts/
bookmark_folders.py
skill.config.json
SKILL.md
bird-twitter/
README.md
scripts/
device_follow_timeline.py
skill.config.json
SKILL.md
vendor/
bird-macos-universal-v0.8.0.tar.gz
README.md
cc-codex-review/
README.md
skill.config.json
SKILL.md
fireworks-tech-graph/
.gitignore
.npmignore
agentloop-core.svg
agents/
openai.yaml
assets/
icons/
cloud/
manifest-v1.json
samples/
sample-style1-flat.gif
sample-style1-flat.png
sample-style10-cloud-fabric.gif
sample-style10-cloud-fabric.png
sample-style11-event-transit.gif
sample-style11-event-transit.png
sample-style12-ops-pulse.gif
sample-style12-ops-pulse.png
sample-style2-dark.gif
sample-style2-dark.png
sample-style3-blueprint.gif
sample-style3-blueprint.png
sample-style4-notion.gif
sample-style4-notion.png
sample-style5-glass.gif
sample-style5-glass.png
sample-style6-claude.gif
sample-style6-claude.png
sample-style7-openai.gif
sample-style7-openai.png
sample-style8-dark-luxury.gif
sample-style8-dark-luxury.png
sample-style9-c4-review-canvas.gif
sample-style9-c4-review-canvas.png
showcase-12-styles.gif
showcase-12-styles.png
showcase-gif-manifest.json
CHANGELOG.md
CONTRIBUTING.md
docs/
CAPABILITIES.md
releases/
README.md
v1.0.0.md
v1.0.1.md
v1.0.2.md
v1.0.3.md
v1.0.4.md
v1.0.5.md
v1.1.0.md
v1.2.0.md
ROADMAP.md
examples/
interactive-architecture.html
README.md
fixtures/
agent-memory-types-style4.json
api-flow-style7.json
c4-review-canvas-style9.json
cloud-fabric-style10.json
dark-luxury-style8.svg
event-transit-style11.json
mem0-style1.json
microservices-style3.json
multi-agent-style5.json
ops-pulse-style12.json
quality-baseline/
agent-runtime-style1.json
agent-runtime-style10.json
agent-runtime-style11.json
agent-runtime-style12.json
agent-runtime-style2.json
agent-runtime-style3.json
agent-runtime-style4.json
agent-runtime-style5.json
agent-runtime-style6.json
agent-runtime-style7.json
agent-runtime-style9.json
system-architecture-style6.json
tool-call-style2.json
LICENSE
package.json
README.md
README.zh.md
references/
composition-quality-contract.md
icons.md
motion-effects.md
obsidian-vault.md
png-export.md
style-1-flat-icon.md
style-10-cloud-fabric.md
style-11-event-transit.md
style-12-ops-pulse.md
style-2-dark-terminal.md
style-3-blueprint.md
style-4-notion-clean.md
style-5-glassmorphism.md
style-6-claude-official.md
style-7-openai.md
style-8-dark-luxury.md
style-9-c4-review-canvas.md
style-diagram-matrix.md
svg-layout-best-practices.md
runtime.yaml
schemas/
architecture-v1.schema.json
diagram-v1.schema.json
sequence-v1.schema.json
workflow-v1.schema.json
scripts/
composition_quality.py
diagram_ir.py
export-interactive-html.py
fireworks_geometry.py
fireworks.py
generate-diagram.sh
generate-from-template.py
interactive_html.py
motion.py
README.md
semantic_contracts.py
svg2gif.js
svg2png.js
test-all-styles.sh
validate_svg.py
validate-svg.sh
SKILL.md
templates/
agent-architecture.svg
architecture.svg
comparison-matrix.svg
data-flow.svg
er-diagram.svg
flowchart.svg
sequence.svg
state-machine.svg
timeline.svg
use-case.svg
tests/
test_cli.py
test_diagram_ir.py
test_geometry_contracts.py
test_interactive_html.py
test_motion.py
test_python_compatibility.py
test_semantic_contracts.py
test_skill_compatibility.py
test_validate_svg.py
git-ops/
runtime.yaml
SKILL.md
gsap/
LICENSE
README.md
references/
gsap-core.md
gsap-frameworks.md
gsap-performance.md
gsap-plugins.md
gsap-react.md
gsap-scrolltrigger.md
gsap-timeline.md
gsap-utils.md
llms.txt
runtime.yaml
SKILL.md
handoff/
LICENSE
NOTICE.md
runtime.yaml
SKILL.md
ian-xiaohei-illustrations/
assets/
examples/
01-meeting-pull-in.png
02-message-overload.png
03-production-alert.png
04-code-review-rework.png
05-ai-automation-badge.png
06-ai-resume-filter.png
07-long-scroll-story-master.png
LICENSE
NOTICE.md
README.md
references/
master-selection.md
object-patterns.md
prompt-template.md
qa-checklist.md
story-extraction.md
style-dna.md
xiaohei-ip.md
runtime.yaml
SKILL.md
linuxdo/
README.md
scripts/
linuxdo.py
skill.config.json
SKILL.md
mole-mac-cleanup/
runtime.yaml
SKILL.md
official-article-ingest/
runtime.yaml
SKILL.md
online-doc-html/
runtime.yaml
scripts/
export_online_doc_html.sh
SKILL.md
orbit-os/
README.md
skill.config.json
SKILL.md
orbit-session-diary/
README.md
references/
excludes.json
scripts/
session_diary.py
skill.config.json
SKILL.md
playwright/
README.md
runtime.yaml
skill.config.json
SKILL.md
reddit/
README.md
runtime.yaml
skill.config.json
SKILL.md
screenshot/
assets/
screenshot-small.svg
screenshot.png
LICENSE.txt
README.md
runtime.yaml
scripts/
ensure_macos_permissions.sh
macos_display_info.swift
macos_permissions.swift
macos_window_info.swift
take_screenshot.ps1
take_screenshot.py
SKILL.md
skill-creator/
agents/
analyzer.md
comparator.md
grader.md
assets/
eval_review.html
eval-viewer/
generate_review.py
viewer.html
LICENSE.txt
references/
schemas.md
scripts/
__init__.py
aggregate_benchmark.py
generate_report.py
improve_description.py
package_skill.py
quick_validate.py
run_eval.py
run_loop.py
utils.py
SKILL.md
teach/
agents/
openai.yaml
GLOSSARY-FORMAT.md
LEARNING-RECORD-FORMAT.md
LICENSE
MISSION-FORMAT.md
NOTICE.md
RESOURCES-FORMAT.md
runtime.yaml
skill.config.json
SKILL.md
video-transcribe/
README.md
references/
obsidian-video-note.md
troubleshooting.md
scripts/
download_media.sh
extract_frames.sh
transcribe_groq.py
verify_obsidian_note.sh
skill.config.json
SKILL.md
xiaohongshu/
README.md
runtime.yaml
skill.config.json
SKILL.md
codex/
config.toml
README.md
runtime.yaml
skills/
skills.meta.yaml
aihot/
agents/
openai.yaml
LICENSE
README.md
references/
api.md
errors.md
sync.md
runtime.yaml
SKILL.md
apifox-cli/
runtime.yaml
SKILL.md
apifox-test-case/
runtime.yaml
SKILL.md
bilibili/
README.md
runtime.yaml
skill.config.json
SKILL.md
bird-bookmark-folders/
scripts/
bookmark_folders.py
skill.config.json
SKILL.md
bird-twitter/
README.md
scripts/
device_follow_timeline.py
skill.config.json
SKILL.md
vendor/
bird-macos-universal-v0.8.0.tar.gz
README.md
fireworks-tech-graph/
.gitignore
.npmignore
... 347 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic