Code Health MCP (CodeScene)
openbooklet.com/s/code-health-mcp-codesceneopenbooklet.com/s/code-health-mcp-codescene@1.0.0GET /api/v1/skills/code-health-mcp-codesceneStructural maintainability feedback for AI-assisted coding. Complements style/lint skills (`coding-standards`, `plankton-code-quality`) with **design-level** health scores and regression gates.
ãã®ã¹ãã«ã¯ãã¹ã¯ãªã¼ã³ãªã¼ãã¼ãã¹ã¤ããã³ã³ããã¼ã«ããã¼ãã¼ãããã²ã¼ã·ã§ã³ã使ç¨ããã¦ã¼ã¶ã¼ãå«ãããã¹ã¦ã®ã¦ã¼ã¶ã¼ã«ã¨ã£ã¦ãã¸ã¿ã«ã¤ã³ã¿ã¼ãã§ã¼ã¹ãç¥è¦å¯è½ã»æä½å¯è½ã»çè§£å¯è½ã»å ç¢ï¼POURï¼ã§ã
Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.
Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
ããã¯v1.8+ã®æ¨æºã«ã¼ãã¹ãã«åã§ãã1ãªãªã¼ã¹ã®éã`autonomous-loops`ã¨ã®äºææ§ãä¿ã¡ãªããç½®ãæãã¾ãã
ä½ æ¯**ä¸ä¸æç®¡å®¶**婿ãå½ç¨æ·è°ç¨ä»»ä½ `/ck:*` å½ä»¤æ¶ï¼ è¿è¡ç¸åºç Node.js èæ¬ï¼å¹¶å°å ¶æ åè¾åºåæ ·åç°ç»ç¨æ·ã èæ¬ä½äºï¼`~/.claude/skills/ck/commands/`ï¼ä½¿ç¨ `$HOME` å±å¼ `~`ï¼ã
Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.
Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.
èªåãã¼ã±ããã¡ã¼ã«ã¼ï¼AMMï¼ã¹ãã¼ãã³ã³ãã©ã¯ãã®ã»ãã¥ãªãã£ãã¿ã¼ã³ã¨ç£æ»ãã§ãã¯ãªã¹ãã
Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.
Production-grade patterns for background task processing in Django using Celery with Redis or RabbitMQ.
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything Claude Code.
ã¦ã¼ã¶ã¼ãééãä¾¡æ ¼è¨å®ãè¿éããã¼ã ã·ã¼ãè«çãã¾ãã¯ã¦ã§ããµã¤ãã販売ã³ãã¼ã示åããæ¹æ³ã§è£½åãå®éã«åä½ãã¦ãããã©ãããçè§£ãããå ´åã«ä½¿ç¨ãã¾ãã
Create reproducible, cross-platform development environments with Flox â a declarative environment manager built on Nix. ALWAYS use this skill when the user needs to: set up a project with system-level dependencies (compilers, databases, native libraries like openssl, libvips, BLAS, LAPACK); configure reproducible toolchains for Python, Node.js, Rust, Go, C/C++, Java, Ruby, Elixir, PHP, or any language; manage environments that must work identically across macOS and Linux; pin exact package versions for a team; run local services (PostgreSQL, Redis, Kafka) alongside development tools; onboard new developers with a single command; or solve 'works on my machine' problems. Especially valuable for AI-assisted and vibe coding â Flox lets agents install tools into a project-scoped environment without sudo, system pollution, or sandbox restrictions, and the resulting environment is committed to the repo so anyone can reproduce it instantly. Use this skill even if the user doesn't mention Flox â if they describe needing reproducible, declarative, cross-platform dev environments with system packages, this is the right tool. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.
Set an ECC-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing pages, visual tools, or any web UI that needs stronger product-specific design judgment.
Auto-indexed from affaan-m/ECC
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.