CommunityEscrita e Ediçãogithub.com

lucavb/skills

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

O que é skills?

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

Funciona comClaude Code~Codex CLICursor
npx skills add lucavb/skills

Installed? Explore more Escrita e Edição skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Perguntar na sua IA favorita

Abre um novo chat com esta habilidade de agente já pré-carregada.

Documentação

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.

Habilidades Relacionadas

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community