All authors
Undermybelt avatar

Claude Skills by Undermybelt

github.com/Undermybelt
1,299 skillsA× 1,156B× 103C× 18D× 12F× 101 installs379 views
Ecc Content Hash Cache PatternA

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

code-qualitypythondebugging
0
9
Ecc Context BudgetA

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

code-qualitydebugginggit
0
9
Ecc Continuous Agent LoopA

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

ai-agents
0
9
Ecc Continuous Learning V2B

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

code-qualitypythongo
0
9
Ecc Continuous LearningA

[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2.

documentationgotesting
0
9
Ecc Cost Aware Llm PipelineA

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

code-qualitypythonrails
0
9
Ecc Cost TrackingA

Track and report Claude Code token usage, spending, and budgets from a local cost-tracking database. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by project, tool, session, or date.

databasesrustbash
0
9
Ecc CouncilA

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

code-qualityrustgo
0
9
Ecc Cpp Coding StandardsA

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

code-qualitygoc++
0
9
Ecc Cpp TestingA

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

testinggoc++
0
9
Ecc CrosspostA

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

content-marketingapi
0
9
Ecc Csharp TestingA

C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.

testingc#bash
0
9
Ecc Customer Billing OpsA

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.

businessrustgo
0
9
Ecc Customs Trade ComplianceA

Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when handling customs clearance, tariff classification, trade compliance, import/export documentation, or duty optimization.

businessrustgo
0
9
Ecc Dart Flutter PatternsA

Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.

documentationgoshell
0
9
Ecc Dashboard BuilderA

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.

databasesgorails
0
9
Ecc Data Scraper AgentA

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.

ai-agentspythongo
0
9
Ecc Data Throughput AcceleratorA

Use when large data ingestion, backfill, export, ETL, warehouse loading, manifest catch-up, or table synchronization needs to become much faster while preserving data correctness.

businessgobash
0
9
Ecc Database MigrationsA

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

databasestypescriptpython
0
9
Ecc Deep ResearchA

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

researchrustgo
0
9
Ecc Defi Amm SecurityA

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.

securityrustgo
0
9
Ecc Deployment PatternsA

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

devopstypescriptpython
0
9
Ecc Design SystemA

Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling.

design
0
9
Ecc Django CeleryA

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

developmentpythongo
0
9
Ecc Django PatternsA

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

databasespythongo
0
9
Ecc Django SecurityA

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

securityjavascriptpython
0
9
Ecc Django TddA

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

developmentpythonrust
0
9
Ecc Django VerificationA

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

devopspythongo
0
9
Ecc Dmux WorkflowsA

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

toolsbashnode
0
9
Ecc Docker PatternsB

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

devopsgoshell
0
9
Ecc Documentation LookupA

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

developmentreactvue
0
9
Ecc Dotnet PatternsA

Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.

code-qualitygoc#
0
9
Ecc Dynamic Workflow ModeA

Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.

toolsgosecurity
0
9
Ecc E2e TestingA

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

testingtypescriptgo
0
9
Ecc Email OpsA

Evidence-first mailbox triage, drafting, send verification, and sent-mail-safe follow-up workflow for ECC. Use when the user wants to organize email, draft or send through the real mail surface, or prove what landed in Sent.

businessrails
0
9
Ecc Energy ProcurementA

Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. Informed by energy procurement managers with 15+ years experience at large commercial and industrial consumers. Includes market structure analysis, hedging strategies, load profiling, and sustainability reporting frameworks. Use when procuring energy, optimizing tariffs, managing demand charges, evaluating PPAs, or developi...

businessgonode
0
9
Ecc Enterprise Agent OpsA

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

devopsci/cdsecurity
0
9
Ecc Error HandlingA

Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.

developmentjavascripttypescript
0
9
Ecc Eval HarnessA

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

securitygobash
0
9
Ecc Evm Token DecimalsA

Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools.

blockchaintypescriptpython
0
9
Ecc Exa SearchA

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

developmentpythonrust
0
9
Ecc Fal Ai MediaA

Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI.

designpythongo
0
9
Ecc Fastapi PatternsA

FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness.

securitypythongo
0
9
Ecc Finance Billing OpsA

Evidence-first revenue, pricing, refunds, team-billing, and billing-model truth workflow for ECC. Use when the user wants a sales snapshot, pricing comparison, duplicate-charge diagnosis, or code-backed billing reality instead of generic payments advice.

businessrailsgit
0
9
Ecc Flox EnvironmentsA

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 v...

developmentpythonrust
0
9
Ecc Flutter Dart Code ReviewA

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

code-qualitygosql
0
9
Ecc Foundation Models On DeviceA

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

ai-agentsgoswift
0
9
Ecc Frontend A11yA

Accessibility patterns for React and Next.js — semantic HTML, ARIA attributes, form labeling, keyboard navigation, focus management, and screen reader support. Use when building any interactive UI component or form.

designgoreact
0
9
Ecc Frontend Design DirectionA

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.

designexpressfrontend
0
9
Ecc Frontend PatternsA

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

developmenttypescriptgo
0
9