yu-iskw/coding-agent-skills Skills
(8)Browse AI agent skills from yu-iskw/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-code-cli
yu-iskw/coding-agent-skills
Executes tasks using the Claude Code CLI (`claude`). Automatically determines the safest permission mode (plan, acceptEdits, or bypassPermissions) based on the task type.
codex-cli
yu-iskw/coding-agent-skills
Executes tasks using the Codex CLI (`codex`). Automatically determines the least privilege required (Read-Only, Editor, or Autonomous) based on the user's request and handles security approvals.
cursor-agent-cli
yu-iskw/coding-agent-skills
Executes tasks using the Cursor Agent CLI (`cursor-agent`). Provides structured modes for planning, Q&A, and full automation with safety guardrails.
gemini-cli
yu-iskw/coding-agent-skills
Executes tasks using the Gemini CLI (`gemini`). Automatically determines the safest approval mode (plan, auto_edit, or yolo) based on the task type.
implementing-agent-skills
yu-iskw/coding-agent-skills
Implements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Gemini CLI), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the user asks about Agent Skills format or SKILL.md.
lint-and-fix
yu-iskw/coding-agent-skills
Run make format and make lint, then fix linter violations. Use when formatting code or fixing trunk/lint issues.
orchestrating-parallel-tasks
yu-iskw/coding-agent-skills
Decomposes complex or large-scale requirements into discrete, mutually exclusive sub-tasks that can be executed in parallel by multiple agents. Use when a task is described as an "epic", spans multiple architectural layers, or would benefit from concurrent development to reduce time-to-completion.
readme-sync
yu-iskw/coding-agent-skills
Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.