
from claude-skill-registry361
Bridges Claude Code and the OpenAI Codex CLI: generates AGENTS.md from CLAUDE.md and provides safe Codex CLI execution helpers for analysis and code edits.
Provides a practical bridge between Claude Code projects and the OpenAI Codex CLI. It can parse CLAUDE.md and project structure to generate a reference-based AGENTS.md, and offers Python execution helpers that wrap codex exec for analysis, editing, and search-enabled tasks. The skill also includes safety checks (verify Codex CLI installed, validate auth, optional auto-init) and templates for documenting Claude skills for Codex CLI users.
Use this skill when you want to: generate a machine-readable AGENTS.md from an existing CLAUDE.md, expose Claude prompt-only skills to Codex CLI users, or run code-analysis and code-edit flows through the Codex CLI (codex exec) with sensible sandbox defaults. It is aimed at developers migrating or inter-operating between Claude Code and Codex workflows.
Inferred compatibility: Claude Code (authoring), Codex CLI wrappers target OpenAI Codex tooling (gpt-5, gpt-5-codex) and general command-line agent integrations.
Codex CLI Bridge aims to bridge Claude Code and OpenAI Codex CLI via documentation translation (CLAUDE.md → AGENTS.md) and execution helpers. No scripts were bundled — the SKILL.md references 6 Python scripts (safety_mechanism.py, claude_parser.py, etc.) that are absent, making this documentation-only. Well-written docs with clear examples, but cannot function as-is.
codex-cli (referenced but not bundled)Skill is effectively a specification without implementation. The SKILL.md is comprehensive and well-organized but the core scripts it describes are not included. Considered a documentation template rather than a functional skill.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.