By yasyf
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.
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.

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 repo-summariesDetect 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.
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.
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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.