CommunityRédaction et éditiongithub.com

noppu-labs/ai-toolkit

Toolkit for agentic development of Laravel & React apps

Compatible avec~Claude Code~Codex CLI~CursorAntigravity
npx skills add noppu-labs/ai-toolkit

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

Sync vendored skills with upstream

Prerequisites: gh CLI authenticated. Run everything from the repo root.

Workflow

  1. Run node scripts/skills-sync.mjs status. States and what to do:

    • up-to-date — nothing to do.
    • local — our own skill, no upstream; nothing to sync.
    • upstream-updated — safe fast-forward: node scripts/skills-sync.mjs pull <plugin>/<skill>.
    • locally-modified — we edited since the last baseline. If the edits are intentional, node scripts/skills-sync.mjs accept <plugin>/<skill>.
    • diverged — both sides changed: merge manually (section below).
    • fetch-error (...) — upstream unreachable or moved; check source/skillPath in the plugin's skills-lock.json against the upstream repo.
  2. After all changes: node scripts/skills-sync.mjs verify, then commit with a message that lists which skills were pulled or merged and from which upstream commits.

Manual merge for diverged skills

Never blind-overwrite a diverged skill — pull --force discards our customizations.

  1. node scripts/skills-sync.mjs diff <plugin>/<skill> — full diff, vendored → upstream.
  2. Identify which differences are OUR deliberate customizations (git log -p -- <plugin>/skills/<skill> shows how the vendored copy evolved) versus genuine upstream improvements.
  3. Edit the vendored files to incorporate the upstream improvements while preserving every local customization. Read both versions fully before editing.
  4. Re-baseline BOTH sides: node scripts/skills-sync.mjs seed <plugin>/<skill> (accept only re-baselines the vendored hash and would leave the skill permanently flagged as upstream-updated).

Skills associés

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