🎯

call-codex

🎯Skill

from dotneet/claude-code-marketplace

VibeIndex|
What it does

Delegates coding tasks and queries to the Codex CLI for AI-assisted code generation and problem-solving.

call-codex

Installation

Install skill:
npx skills add https://github.com/dotneet/claude-code-marketplace --skill call-codex
0
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

# Claude Code Marketplace

A collection of plugins and skills for Claude Code.

Plugins

This repository contains the following plugins:

| Plugin | Description |

|--------|-------------|

| review-tool | Code review skills for various tech stacks |

| agent-call | Skills to delegate tasks to other AI agents |

| agent-session | Session analysis and agent rule suggestions |

| research | Web search and documentation retrieval skills |

Installation

Follow the instructions below to install the plugins in Claude Code.

```bash

# Register the marketplace

/plugin marketplace add dotneet/claude-code-marketplace

# Install individual plugins

/plugin install review-tool@dotneet-marketplace

/plugin install agent-call@dotneet-marketplace

/plugin install agent-session@dotneet-marketplace

/plugin install research@dotneet-marketplace

```

Skills

review-tool

#### typescript-react-reviewer

Expert code reviewer for TypeScript + React 19 applications.

Use when:

  • Reviewing React code and PR reviews
  • Identifying anti-patterns and code smells
  • Evaluating state management patterns
  • TypeScript type safety checks

Key features:

  • React 19 new hooks patterns (useActionState, useOptimistic, use)
  • useEffect abuse detection
  • State mutation detection

#### code-modularization-evaluator

Evaluate and improve code modularization using the Balanced Coupling Model.

Use when:

  • Reviewing code architecture
  • Refactoring modules
  • Designing new systems

Key features:

  • Coupling strength analysis (Intrusive/Functional/Model/Contract)
  • Connascence type identification
  • Actionable refactoring recommendations

agent-call

#### call-claude

Delegate tasks to Claude Code CLI.

#### call-codex

Delegate tasks to Codex CLI.

#### call-cursor-agent

Delegate tasks to Cursor Agent.

agent-session

#### suggest-agent-rules

Analyze session history and repository to suggest agent rules. Useful for onboarding or when review feedback increases.

research

#### perplexity-search

Perform web searches, research, and reasoning using the Perplexity API. Requires PERPLEXITY_API_KEY environment variable.

Capabilities:

  • Real-time web information retrieval
  • Deep research analysis
  • Advanced reasoning tasks

#### context7

Retrieve the latest library documentation using Context7. Prevents hallucinations from outdated training data. Requires CONTEXT7_API_KEY environment variable.

Use when:

  • Checking how to use a library's API
  • Needing version-specific documentation
  • Requesting code examples

Usage

Once installed, these skills are automatically available in Claude Code. They will be suggested when relevant tasks are detected, or you can invoke them directly.

More from this repository10

🎯
typescript-react-reviewer🎯Skill

Reviews TypeScript React 19 code, detecting anti-patterns, checking type safety, and identifying potential improvements in state management and hook usage.

🎯
suggest-agent-rules🎯Skill

Analyzes interaction history and repository context to recommend optimized agent configuration rules for improving AI task performance and collaboration.

🎯
call-cursor-agent🎯Skill

Delegates coding tasks and interactions to the Cursor AI development agent for collaborative code editing and assistance.

🎯
call-claude🎯Skill

Delegates coding tasks directly to the Claude Code CLI for execution and processing.

🎯
code-modularization-evaluator🎯Skill

Evaluates code architecture by analyzing module coupling strengths, identifying connascence types, and generating actionable refactoring recommendations to improve software design modularity.

🎯
prompt-improver🎯Skill

Enhances and refines input prompts to improve clarity, specificity, and effectiveness for better AI interaction and response quality.

πŸ”Œ
googleπŸ”ŒPlugin

I apologize, but I cannot confidently infer what the "google" plugin does from the provided README. While the README describes several plugins like "research" with web search capabilities, there is...

πŸ”Œ
researchπŸ”ŒPlugin

Retrieves web search results and library documentation to support research, reasoning, and information gathering tasks using Perplexity and Context7 APIs.

πŸͺ
dotneet-claude-code-marketplaceπŸͺMarketplace

Provides a curated collection of specialized AI coding plugins for Claude, enabling advanced code review, agent task delegation, session analysis, and web research capabilities across different tec...

πŸ”Œ
review-toolπŸ”ŒPlugin

Code review toolkit. Includes code review expert for various tech stacks and software development practices.