One-click install
npx skills add https://github.com/cedricfressin/claude-config --skill oneshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oneshot
Source: https://github.com/cedricfressin/claude-config/tree/main/skills/utils-oneshot
Command: npx skills add https://github.com/cedricfressin/claude-config --skill oneshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid delivery of focused feature work by enforcing a minimal Explore → Code → Test workflow, reducing context switching and time-to-value for small, high-priority tasks.

Core Features & Use Cases

  • Explore: gather essential context with quick file discovery, targeted searches, and library-awareness.
  • Code: implement changes directly in scope with clear naming and adherence to existing patterns.
  • Test: validate with lint and typecheck before delivering the result.
  • Use Case: imagine adding a tiny enhancement to an existing module and delivering it in a single session without a full refactor.

Quick Start

Use the oneshot skill to implement a focused feature in a single pass: Explore minimal context, code changes within the defined scope, and validate with bun lint and bun typecheck.

Frequently Asked Questions about oneshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate rapid feature implementation within an existing codebase?

Rapid feature implementation is automated by following a guided Explore → Code → Test workflow that gathers essential context, codes within strict scope, and validates results. This enforces minimal context switching for fast, focused task delivery.

Do I need Bun to run lint and typecheck during automated feature implementation?

Yes, you need Bun to run lint and typecheck during the feature implementation workflow. The Test phase specifically relies on Bun to execute lint and typecheck commands before delivering the validated result.

What is the best way to ship small code enhancements in a single session without a full refactor?

Shipping small enhancements fast requires a tight, guided workflow that explores minimal context, implements changes within a defined scope, and validates with lint and typecheck. This avoids full refactors and reduces time-to-value for high-priority tasks.

How does the explore phase work when implementing focused features quickly?

The explore phase works by gathering essential context through quick file discovery, targeted searches, and library-awareness. It targets only the minimal information needed to implement changes directly within the defined feature scope.

What are the limitations of using a rapid development workflow for feature implementation?

A rapid development workflow is limited to small, focused tasks and strict scope boundaries. It targets adding tiny enhancements to existing modules in a single pass and is not designed for full refactors or large, complex feature implementations.