Claude Code Skills
A curated collection of 7 reusable Agent Skills for
Claude Code, Cursor, Codex CLI, and Gemini CLI.
Skills
| Skill | Version | Description | Individual Repo |
|---|
| changelog-keeper | 1.1.1 | Keeps CHANGELOG.md up to date by generating categorized entries from git commit history. | repo |
| claudeception | 3.2.0 | Extracts reusable knowledge from work sessions and codifies it into Claude Code skills. | repo |
| context-shield | 1.3.0 | Prevents context window overflow when processing large content (Figma designs, web pages, GitHub wikis, large codebases). Delegates token-heavy reads to isolated sub-agents that return distilled summaries. Auto-detects when ralph-loop is needed based on batch count. | — |
| conversation-search | 1.1.0 | Searches Claude Code conversation history in ~/.claude/projects/ by topic, date, branch, or project. Provides verbatim conversation content and AI-generated summaries. | repo |
| figma-ui-designer | 3.2.0 | Interactive Figma UI design skill with UX-expert brainstorming, progress tracking, and design-to-code bridging. Spawns a specialized UX designer agent that researches real-world references before proposing design directions. Four workflows: (A) capture running app, (B) new project design, (C) enhancement mockup, (D) extract existing Figma designs as input for specs/plans/code. | — |
| skill-authoring | 2.6.0 | Creates and optimizes Claude Code skills following Anthropic's official best practices with emphasis on agent parallelization and script-first determinism. | — |
| worktree | 1.0.0 | Creates isolated git worktrees for parallel Claude Code sessions, each on its own branch. | repo |
Plugins
Plugins bundle skills, commands, agents, and hooks into a single installable package.
| Plugin | Version | Skills | Commands | Description |
|---|
| context-bar | 1.0.0 | 1 | 0 | Color-coded context window usage bar for Claude Code statusline and /context-bar command |
| context-shield | 1.3.0 | 1 | 0 | Prevents context window overflow by delegating token-heavy reads to isolated sub-agents that return distilled summaries. Auto-detects when ralph-loop is needed. Covers: documentation sites, code audits, dependency research, large PR reviews, competitive analysis, security advisories. |
| custom-statusline | 1.3.0 | 1 | 0 | 4-tier adaptive statusline with icons for folder, git branch, and context usage |
| figma-ui-designer | 3.1.0 | 1 | 0 | Interactive Figma UI design skill with brainstorming, progress tracking, and design-to-code bridging via Figma MCP |
| git-flow | 2.0.0 | 1 | 5 | Git Flow branching workflow with slash commands and diagnostic tools |
| product-video-creation | 2.0.0 | 1 | 0 | Creates polished, narrated product demo videos using Remotion with AI-crafted storytelling, real app screenshots, animated phone mockups, brand-aligned styling, TTS voiceover, and background music. |
| skill-authoring | 2.3.0 | 1 | 0 | Creates and optimizes Claude Code skills following Anthropic's official best practices with emphasis on agent parallelization and script-first determinism |
| skill-publishing | 4.0.0 | 1 | 0 | Plugin-first publishing for Claude Code skills. Auto-assembles and syncs plugins from plugin-manifest.json files. Also supports bare skills and individual repos |
| smart-screen-recorder | 4.3.0 | 1 | 0 | AI-driven screen recording and demo production pipeline for macOS. Records screen + cursor, analyzes with AI vision, generates zoom scripts and voiceover narration, and produces polished demo videos. |
| spec-creator | 2.3.0 | 1 | 0 | Creates detailed story specifications with TDD implementation steps, success metrics, Figma UX design gates, and vertical splitting from various inputs (plans, requirements, GitHub issues). |
| spec-review | 2.1.0 | 1 | 0 | Reviews and enriches story specifications with codebase-verified sub-tasks, architecture alignment, design simplification, and API test plans. |
| statusline-creator | 1.0.0 | 1 | 0 | Creates and customizes Claude Code statusline scripts from composable items |
Install via Claude Code (Recommended)