By yasyf
Create or non-destructively refresh a fancy GitHub profile README (the <username>/<username> repo) from real data — repos, stars, languages, releases, recent activity — with marker-delimited sections kept fresh by a committed cron updater, flattery gates that hide unimpressive numbers, a snake animation, and an opt-in daily Claude refresh that summarizes recent commits and releases into the activity/shipped lines. Requires the gh CLI authenticated with repo + workflow scopes; the AI banner comes from the gen-image plugin.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create or non-destructively refresh a fancy GitHub profile README — the special <username>/<username> public repo that renders at github.com/<username>. Driven by real GitHub data (repos, stars, pinned items, languages, releases, recent activity), never invented; marker-delimited sections stay fresh via a committed cron updater, flattery gates hide numbers that don't impress, and the default "fancy" intensity adds an AI banner (dark/light), snake animation, and cron Actions. Use when asked to "make my GitHub profile fancy", create/update/refresh a profile README, set up the github.com/<me> page, or work on the <username>/<username> repo.
Headless refresh for a gh-profile-managed profile repo — rewrite the summaries sidecar (.github/profile-summaries.json) from real commit and release data so the activity and shipped sections carry one-line summaries, re-render the marker sections, refresh prose when activity warrants it, and push one commit. Use when running inside the profile repo's scheduled Claude workflow (profile-claude-refresh.yml) or when asked to refresh profile summaries.

A Claude Code plugin marketplace of small, focused skills. Each plugin installs independently.
| Plugin | What it does | Prerequisites |
|---|---|---|
slop-cop | Check a file or text for LLM-generated prose tells and report the violations. | None; a SessionStart hook bootstraps its prebuilt binary. |
codex | Get a second opinion from OpenAI's Codex CLI on hard debugging or design problems, or generate images with its $imagegen skill. | The codex CLI on PATH. |
repo-bootstrap | Scaffold a new repo with proven conventions: agent docs, Claude Code settings, guard hooks, plus an opinionated Python packaging layer. | uv (for the hooks and the Python layer); gh recommended; gen-image for brand images. |
llm-prompts | Guidance for writing effective LLM prompts and agent instructions, refreshed with current per-provider model behaviors. | None; slop-cop recommended for the post-edit prose check. |
writing-docs | Write docs in Diataxis modes with a technical-builder voice, runnable code-sample rules, and a slop-cop prose pass. | None; slop-cop recommended for the prose pass. |
gen-image | Generate project images — mascot logos, README banners (dark/light), social cards, illustrations — compressed locally to under 1 MiB. | uv; an OPENAI_API_KEY (the codex plugin's $imagegen is the no-key fallback). |
gh-profile | Create or refresh a fancy GitHub profile README from your real repos and activity, with cron Actions that keep it fresh and an opt-in daily Claude refresh that summarizes recent commits and releases. | gh authenticated with repo + workflow scopes; gen-image for the banner; repo-summaries for the daily Claude refresh. |
repo-summaries | Maintain a Claude-written summaries sidecar in any repo: a committed read-side module plus a config-driven daily refresh skill that turns real commit and release data into one-line suffixes. | gh for the raw-material recipes. |
Add the marketplace, then install the plugins you want:
/plugin marketplace add yasyf/cc-skills
/plugin install slop-cop@skills
/plugin install codex@skills
/plugin install repo-bootstrap@skills
To try it from a local checkout before publishing:
/plugin marketplace add ~/Code/cc-skills
Wraps the slop-cop CLI. Ask the agent to
"check this file for slop" (or name a path) and it runs slop-cop check,
auto-detecting the input language and masking non-prose regions, then reports
the violations grouped by category. It only rewrites the file if you ask. A
SessionStart hook fetches the host-matched binary from the latest
yasyf/slop-cop release into the plugin's persistent data dir, so no Go
toolchain is needed and there is no first-call download stall.
A second-opinion escape hatch for when you're stuck after a couple of failed
attempts. The skill gathers full context, hands it to codex exec, and returns
a structured summary you can verify. It also covers image generation through
Codex's built-in $imagegen skill — logos, mascots, banners, illustrations —
including the chroma-key workaround for transparent backgrounds. It needs the
OpenAI Codex CLI installed and authenticated on your machine.
Scaffolds a new repo with conventions that work out of the box, so you skip the
first day of setup. Every repo gets a base layer: agent docs
(AGENTS.md/CLAUDE.md/STYLEGUIDE.md), a README skeleton, a generated mascot logo
and README banner (via the gen-image plugin), Claude Code settings,
semble code search, and
capt-hook guard hooks. Python projects
also get an opinionated packaging layer: uv with the uv_build backend, a Click
CLI, loguru, pytest, ruff, ty type-checking, plus two opt-in features — Great
Docs published to GitHub Pages and
tag-driven PyPI releases via trusted publishing. Say "bootstrap a new repo" or
"scaffold a new Python package".
Packages the team's prompt-writing guidance as a skill: positive framing,
contrastive examples, XML tag structure, reasoning-first output, and the current
per-provider knobs (effort/verbosity/thinking) for Claude, GPT-5.x, and Gemini.
Deeper per-provider notes live under its reference/ folder. repo-bootstrap
installs a companion capt-hook nudge that points prompt edits back at this skill.
npx claudepluginhub yasyf/cc-skills --plugin gh-profileDetect and fix LLM-generated prose tells via the slop-cop CLI. Ships a self-review skill for the agent and bootstraps the binary on first use.
Maintain a Claude-written summaries sidecar in any repo: a stdlib-only template module (summaries.py — whole-file staleness gate, sanitizing, key matching) that consumer render scripts commit and read, plus a config-driven headless refresh skill that rewrites the sidecar whole from real commit/release data with reuse-before-rewrite and a strict flattery law. Consumers describe their groups, raw-material recipes, and render command in .github/summaries.config.json; the gh-profile plugin is the reference consumer.
Generate project images — mascot logos, README banners (dark/light), social cards, arbitrary illustrations — via the OpenAI Images API with local <1MiB compression. Used standalone or by repo-bootstrap and gh-profile.
Run the slop-cop CLI on a file (or stdin) to detect LLM-generated prose tells, and report the violations. Bootstraps the prebuilt binary into the plugin's persistent data dir on session start.
Get a second opinion from OpenAI's Codex CLI when stuck on difficult debugging, code analysis, or architecture problems, or generate images with Codex's $imagegen skill. Requires the `codex` CLI on PATH.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques