oneshot

Implement $ARGUMENTS at maximum speed. Ship fast, iterate later.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oneshot" with this command: npx skills add melvynx/aiblueprint/melvynx-aiblueprint-oneshot

OneShot

Implement $ARGUMENTS at maximum speed. Ship fast, iterate later.

Workflow

  1. EXPLORE (minimal)

Gather minimum viable context:

  • Use Glob to find 2-3 key files by pattern

  • Use Grep to search for specific patterns

  • Quick WebSearch only if library-specific API knowledge needed

  • NO exploration tours - find examples/edit targets and move on

  1. CODE (main phase)

Execute changes immediately:

  • Follow existing codebase patterns exactly

  • Clear variable/method names over comments

  • Stay STRICTLY in scope - change only what's needed

  • NO comments unless genuinely complex

  • NO refactoring beyond requirements

  • Run formatters if available (npm run format )

  1. TEST (validate)

Check quality:

  • Run: npm run lint && npm run typecheck (or equivalent)

  • If fails: fix only what you broke, re-run

  • NO full test suite unless explicitly requested

Output

When complete, return:

Done

Task: {what was implemented} Files changed: {list} Validation: ✓ lint ✓ typecheck

Constraints

  • ONE task only - no tangential improvements

  • NO documentation files unless requested

  • NO refactoring outside immediate scope

  • NO "while I'm here" additions

  • If stuck >2 attempts: report blocker and stop

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

claude-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

ultrathink

No summary provided by upstream source.

Repository SourceNeeds Review
General

apex

No summary provided by upstream source.

Repository SourceNeeds Review
General

fix-errors

No summary provided by upstream source.

Repository SourceNeeds Review