By aeghnnsw
Claude Code customization skills for configuring statusline, auto-compact percentage, and other settings
npx claudepluginhub aeghnnsw/cc-toolkit --plugin cc-customizeThis skill should be used when the user asks to "adjust auto compact", "change compact percentage", "set auto compact threshold", "configure auto compaction", "change context compaction", or wants to modify the CLAUDE_AUTOCOMPACT_PCT_OVERRIDE setting in Claude Code.
This skill should be used when the user asks to "set up statusline", "configure statusline", "install statusline", "set up status bar", or wants to configure the Claude Code statusline with model info, git status, context/rate-limit bars, and token cost tracking.
Unified Claude Code plugin marketplace for development workflows, scientific content creation, and document processing.
cc-toolkit is a modular plugin marketplace following the official Claude Code plugin system. Each plugin is self-contained and can include skills, agents, hooks, and commands.
cc-toolkit/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── dev-skills/ # Development workflow plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── problem-solving-cycle/
│ └── step-workflow/
├── creator-skills/ # Scientific content creation plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── sci-figure-format/
│ └── sci-slides/
├── doc-skills/ # Document processing plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ ├── docling-pdf/
│ │ └── paper-rename/
│ └── agents/
│ ├── paper-reader.md
│ └── paper-consolidator.md
├── core-hooks/ # Safety and workflow hooks plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── hooks/
│ │ └── hooks.json
│ └── scripts/
│ ├── safety_guard.py
│ ├── pre_git_hook.py
│ ├── post_tool_use.py
│ └── system_notification.py
├── productivity-skills/ # Personal productivity plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── calendar-manager/
│ └── reminder-manager/
└── pymol-skills/ # PyMOL molecular visualization plugin
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── pymol-mcp/
└── commands/
└── setup.md
dev-skills)Development workflow automation and systematic problem-solving.
Skills:
creator-skills)Scientific content creation for figures and presentations.
Skills:
doc-skills)Document processing and AI-accessible content extraction.
Skills:
Agents:
core-hooks)Safety guards and workflow enforcement hooks.
Hooks:
rm commands and .env file accessgit add, prevents Claude attribution in commitslogs/post_tool_use.jsonproductivity-skills)Personal productivity automation using macOS Calendar and Reminders.
Skills:
pymol-skills)PyMOL molecular visualization control via MCP server.
Skills:
Commands:
Install the entire marketplace by linking to this repository in your Claude Code configuration.
Each plugin can be used independently by referencing its directory:
./dev-skills./creator-skills./doc-skills./core-hooks./productivity-skills./pymol-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.