claude-skill

Execute coding tasks autonomously with Claude Code and structured summaries.

231|30|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/feiskyer/codex-settings --skill claude-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill
Source: https://github.com/feiskyer/codex-settings/tree/main/skills/claude-skill
Command: npx skills add https://github.com/feiskyer/codex-settings --skill claude-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude.

What problem does it solve?

Interacting with AI for coding tasks often requires constant approval for every action, slowing down development. This Skill enables autonomous, non-interactive execution of coding and development tasks using Claude Code, allowing you to focus on higher-level guidance.

Core Features & Use Cases

  • Autonomous Execution: Claude Code performs tasks from start to finish without seeking approval for each action.
  • Structured Summaries: Provides clear, actionable final summaries upon task completion, detailing changes and results.
  • Flexible Permission Modes: Default to acceptEdits for programming tasks, or use plan for read-only analysis, and bypassPermissions for fully sandboxed environments.
  • Use Case: Instruct Claude Code to fix a bug in your application's login flow, allowing it to autonomously identify the issue, implement the fix, and verify the changes without requiring step-by-step approvals.

Quick Start

Use the claude-skill to implement the user authentication feature, accepting file edits automatically.