CommunityRedacción y edicióngithub.com

lucavb/skills

Agent skills for Cursor, Claude Code, and other coding agents

¿Qué es skills?

skills is a Claude Code agent skill that agent skills for Cursor, Claude Code, and other coding agents.

Compatible conClaude Code~Codex CLICursor
npx skills add lucavb/skills

Installed? Explore more Redacción y edición skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

GitHub fetch

A fetch run is the same process every GitHub task: parse → foreseefetch or checkout.

Steps

1. Parse

Parse owner/repo (+ issue/PR number if present) from URL or user text.

Completion criterion: owner/repo identified (or user asked to clarify).

2. Foresee

Before checkout, decide: will this task need more than one file read or a repo-wide search (Grep/Glob)?

  • Nofetch branch (Step 3).
  • Yescheckout branch (Step 4).
  • Task expands mid-run → re-foresee before the second access; switch branches if needed.

Completion criterion: branch chosen and recorded (fetch vs checkout).

3. Fetch branch

Follow GH-COMMANDS.md for the URL type. Single file: gh api repos/owner/repo/contents/path?ref=branch.

Completion criterion: requested content returned via gh; no checkout started.

4. Checkout branch

Follow CHECKOUT.md — ask for local path, verify remote, clone only with approval.

Completion criterion: verified local path in use, or approved shallow clone at a known absolute path; Read/Grep/Glob target that tree.

Reach

Reach GitHub through gh (fetch branch) or a verified checkout path. If gh is missing or unauthenticated, WebFetch is the fallback.

Done when: every access went through fetch or checkout per the foresee gate; WebFetch used only on genuine gh failure.

Skills relacionados