All authors
Undermybelt avatar

Claude Skills by Undermybelt

github.com/Undermybelt
1,299 skillsA× 1,156B× 103C× 18D× 12F× 101 installs397 views
Ecc Make Interfaces Feel BetterA

Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.

designgogit
0
9
Ecc Manim VideoA

Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.

designbashnode
0
9
Ecc Market ResearchA

Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.

researchgotesting
0
9
Ecc Marketing CampaignA

End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.

content-marketingrustgo
0
9
Ecc Mcp Server PatternsA

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

ai-agentsjavascripttypescript
0
9
Ecc Messages OpsA

Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.

researchrailsdatabase
0
9
Ecc Mle WorkflowA

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

testingpythonrust
0
9
Ecc Motion AdvancedA

Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations.

developmentgoreact
0
9
Ecc Motion FoundationsA

Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this.

designgoreact
0
9
Ecc Motion PatternsA

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs.

designgoreact
0
9
Ecc Motion UiA

Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.

designbashreact
0
9
Ecc Mysql PatternsA

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.

databasesjavascriptpython
0
9
Ecc Nanoclaw ReplA

Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.

toolsdatabase
0
9
Ecc Nestjs PatternsA

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

developmenttypescripttesting
0
9
Ecc Netmiko Ssh AutomationA

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling.

securitypythondocumentation
0
9
Ecc Network Bgp DiagnosticsA

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection.

toolspythongit
0
9
Ecc Network Config ValidationA

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene.

devopspythontesting
0
9
Ecc Network Interface HealthA

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts.

devopspythongo
0
9
Ecc Nextjs TurbopackA

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

developmentrustbash
0
9
Ecc Nodejs Keccak256A

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.

developmentjavascripttypescript
0
9
Ecc Nutrient Document ProcessingA

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.

businessgobash
0
9
Ecc Nuxt4 PatternsA

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

content-marketingreactvue
0
9
Ecc Openclaw Persona ForgeA

为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。 不适用于:微调已有 SOUL.md、非 OpenClaw 平台的角色设计、纯工具型无性格 Agent。 触发词:龙虾灵魂、虾魂、OpenClaw 灵魂、养虾灵魂、龙虾角色、龙虾定位、 龙虾剧本杀角色、龙虾游戏角色、龙虾 NPC、龙虾性格、龙虾背景故事、 lobster soul、lobster character、抽卡、随机龙虾、龙虾 SOUL、gacha。

ai-agentspythongo
0
9
Ecc Opensource PipelineA

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

securitygobash
0
9
Ecc Parallel Execution OptimizerA

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

developmentbashgit
0
9
Ecc Perl PatternsA

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

code-qualitygoshell
0
9
Ecc Perl SecurityA

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

securityrustgo
0
9
Ecc Perl TestingA

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

testingrustgo
0
9
Ecc Plan OrchestrateA

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

documentationtypescriptpython
0
9
Ecc Plankton Code QualityA

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

code-qualityjavascripttypescript
0
9
Ecc Postgres PatternsA

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

databasessqlapi
0
9
Ecc Prediction Market Oracle ResearchA

Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice.

datarailssecurity
0
9
Ecc Prediction Market Risk ReviewA

Review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning.

securityapisecurity
0
9
Ecc Prisma PatternsA

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

databasestypescriptgo
0
9
Ecc Product CapabilityA

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

businessrustgo
0
9
Ecc Product LensA

Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.

designgo
0
9
Ecc Production AuditA

Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service.

securityrustsql
0
9
Ecc Production SchedulingA

Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufacturing. Informed by production schedulers with 15+ years experience. Includes TOC/drum-buffer-rope, SMED, OEE analysis, disruption response frameworks, and ERP/MES interaction patterns. Use when scheduling production, resolving bottlenecks, optimizing changeovers, responding to disruptions, or balancing manufacturing lines.

businessrustgo
0
9
Ecc Project Flow OpsA

Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.

code-qualityrustgo
0
9
Ecc Prompt OptimizerA

Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants...

developmenttypescriptpython
0
9
Ecc Python PatternsA

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

toolspythongo
0
9
Ecc Python TestingA

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

testingpythonrust
0
9
Ecc Pytorch PatternsA

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

code-qualitypythongo
0
9
Ecc Quality NonconformanceA

Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, IATF 16949, and AS9100 environments. Includes NCR lifecycle management, CAPA systems, SPC interpretation, and audit methodology. Use when investigating non-conformances, performing root cause analysis, managing CAPAs, interpreting SPC data, or handling suppl...

businessrustgo
0
9
Ecc Quarkus PatternsA

Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures.

developmentgojava
0
9
Ecc Quarkus SecurityA

Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security.

securityrustgo
0
9
Ecc Quarkus TddA

Test-driven development for Quarkus 3.x LTS using JUnit 5, Mockito, REST Assured, Camel testing, and JaCoCo. Use when adding features, fixing bugs, or refactoring event-driven services.

testinggojava
0
9
Ecc Quarkus VerificationA

Verification loop for Quarkus projects: build, static analysis, tests with coverage, security scans, native compilation, and diff review before release or PR.

devopsjavascriptgo
0
9
Ecc Ralphinho Rfc PipelineA

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

testinggitsecurity
0
9
Ecc React PatternsA

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

developmentgoreact
0
9