codex-claudeception-migration

Use when migrating Claude-style skill consolidation workflows into Codex; covers .claude/skills, hooks, and command-template adaptation into AGENTS.md + skills/ structure.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codex-claudeception-migration" with this command: npx skills add johnsonhuang4396/codexception/johnsonhuang4396-codexception-codex-claudeception-migration

Skill: codex-claudeception-migration

When to use

  • The repository already contains .claude/skills or Claude-specific instructions and must be migrated to Codex.
  • The team wants to preserve post-task review -> skill extraction, without depending on Claude hooks.
  • You need an MVP first (directories + docs + manual flow) before adding automation.

Inputs

  • Existing Claudeception assets (README, SKILL files, templates, scripts)
  • Target Codex constraints (writable paths, AGENTS rules, available tools)
  • Migration scope (MVP only or full migration)

Steps

  1. Identify non-portable parts: Claude hooks, Claude-specific tool names, Claude command entrypoints.
  2. Map structure: .claude/skills/* -> skills/*; templates -> docs/ or scripts/.
  3. Add mandatory post-task review and quality gates in AGENTS.md.
  4. Standardize skill format with frontmatter + when/steps/validation/anti-patterns.
  5. Create one real migrated skill and validate usability before investing in automation.

Validation

  • Checkpoint 1: project includes AGENTS.md, skills/skill-template.md, and migration checklist docs.
  • Checkpoint 2: at least one formal skill exists at skills/<topic>/SKILL.md.
  • Checkpoint 3: that skill has explicit triggers, executable steps, and observable verification points.
  • Checkpoint 4: later tasks can retrieve and reuse the skill by scenario match.

Anti-patterns

  • Copying Claude hook config without Codex-executable replacement.
  • Overly generic descriptions that cannot be matched by keyword/semantics.
  • Extracting one-off experience as a skill with no reuse value.
  • Implementing complex automation before validating examples.

Example

  • Scenario: migrate Claudeception into Codex by building codexception first.
  • Output: directory scaffold, AGENTS review rules, migration checklist, and one formal migration skill.
  • Outcome: team can start manual consolidation now and automate later.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

continuous-learning

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated