Tag: claude
Summarize per-model usage and cost data
This skill processes local cost logs from the CodexBar CLI to generate detailed summaries of model usage and associated costs. It supports generating reports for all models or focusing on the most recently used model for providers like Code…
Validate the Codex bridge plugin setup
This skill validates the readiness of the Codex bridge plugin within Claude Code. It checks for the installation status of `codex`, the availability of `codex exec review`, and verifies the presence of necessary artifact directories and ser…
Retrieve last saved Codex bridge result
This skill allows developers to inspect the raw, previously saved output from the Codex bridge process. It prevents unnecessary re-execution of the underlying model while providing immediate access to the latest artifact.
Check Claude Codex bridge execution status
This skill retrieves the latest metadata regarding the Claude Codex bridge execution. It provides details such as the run timestamp, operational mode, exit status, and saved artifact paths.
Codex Bridge Plugin Setup and Validation
This skill validates the operational readiness of the Codex bridge plugin within the Claude Code environment. It checks for necessary installations, verifies the availability of the `codex exec review` command, and confirms the presence of …
Run Claude Codex code review
Executes a code review using a Claude Codex bridge against specified targets, including uncommitted work, base branches, or specific commits. The skill summarizes findings and provides access to the raw review artifact.
Retrieve last saved Codex bridge result
This skill retrieves the most recently saved raw output from the Claude Code Codex bridge. It allows inspection of the last generated artifact without incurring the cost or latency of re-running the Codex process.
Setup mcp-rubber-duck for AI coding tools
This skill automates the integration of the mcp-rubber-duck MCP server across various AI coding environments, including VS Code, Cursor, and Claude. It manages platform-specific configuration files and environment variables, ensuring non-de…
Summarise AI model usage costs from logs
This skill processes local cost logs generated by CodexBar to provide detailed per-model usage cost summaries. It supports calculating costs for specific providers like Codex or Claude, allowing users to view either the most recent daily br…
Claude Agentic Skill Template
A template for defining agentic skills and operational instructions for Claude.
CMA Managed Agent MCP Server
This tool provides a managed agent server (CMA) for Claude, enabling tool use, code execution, and repository edits. It supports both local (stdio) and remote (HTTP) deployments, with a focus on simplifying agent interaction for non-technic…