dceoy/ai-coding-agent-skills Skills
(19)Browse AI agent skills from dceoy/ai-coding-agent-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
claude-agent-converter
dceoy/ai-coding-agent-skills
Convert Claude Code subagents (.claude/agents/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating subagents to portable skill format, extracting reusable workflows from agents, or standardizing agent definitions across AI runtimes.
claude-ask
dceoy/ai-coding-agent-skills
Ask Claude Code CLI questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs read-only understanding. Requires Claude Code CLI installed.
claude-command-converter
dceoy/ai-coding-agent-skills
Convert Claude Code commands (.claude/commands/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
claude-exec
dceoy/ai-coding-agent-skills
Execute development tasks using Claude Code CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or generate tests. Requires Claude Code CLI installed.
claude-review
dceoy/ai-coding-agent-skills
Perform code reviews using Claude Code CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues, security audit, or before committing. Requires Claude Code CLI installed.
claude-search
dceoy/ai-coding-agent-skills
Search the web using Anthropic Claude's web search tool for up-to-date documentation, best practices, comparisons, and troubleshooting. Use when the user needs current information with citations. Requires an Anthropic API key and web search enabled.
clean-gone-branches
dceoy/ai-coding-agent-skills
Clean up all git branches marked as [gone] (branches deleted on the remote but still existing locally), including removing associated worktrees.
code-review
dceoy/ai-coding-agent-skills
Perform comprehensive code review on a pull request, checking for bugs, AGENTS.md/CLAUDE.md compliance, and historical context issues.
code-simplifier
dceoy/ai-coding-agent-skills
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
codex-ask
dceoy/ai-coding-agent-skills
Ask OpenAI Codex questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs to understand existing code. Requires Codex CLI installed.
codex-exec
dceoy/ai-coding-agent-skills
Execute development tasks using OpenAI Codex CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or generate tests. Requires Codex CLI installed.
codex-review
dceoy/ai-coding-agent-skills
Perform code reviews using OpenAI Codex CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues, security audit, or before committing. Requires Codex CLI installed.
codex-search
dceoy/ai-coding-agent-skills
Search the web using OpenAI Codex CLI to find current documentation, best practices, solutions, and technical information. Use when the user needs to research libraries, find API documentation, troubleshoot errors, or learn about new technologies. Requires Codex CLI installed.
commit
dceoy/ai-coding-agent-skills
Create a git commit from current staged and unstaged changes with an appropriate commit message.
commit-push-pr
dceoy/ai-coding-agent-skills
Commit staged and unstaged changes, push the branch to origin, and open a pull request using the GitHub CLI.
copilot-ask
dceoy/ai-coding-agent-skills
Ask GitHub Copilot CLI questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs read-only understanding. Requires Copilot CLI installed.
copilot-exec
dceoy/ai-coding-agent-skills
Execute development tasks using GitHub Copilot CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or generate tests. Requires Copilot CLI installed.
copilot-review
dceoy/ai-coding-agent-skills
Perform code reviews using GitHub Copilot CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues, security audit, or before committing. Requires Copilot CLI installed.
copilot-search
dceoy/ai-coding-agent-skills
Search the web using Claude Code's WebSearch/WebFetch tools combined with GitHub Copilot CLI to find current documentation, best practices, solutions, and technical information. Use when the user needs to research libraries, find API documentation, troubleshoot errors, or learn about new technologies. Requires Copilot CLI installed.