All authors
Undermybelt avatar

Claude Skills by Undermybelt

github.com/Undermybelt
1,299 skillsA× 1,156B× 103C× 18D× 12F× 101 installs397 views
Us Value InvestingA

US stock value investing analysis framework. Systematically evaluates listed companies through 4 core dimensions (ROE sustainability, debt safety, free cash flow quality, economic moat assessment), outputting investment ratings and analytical reasoning. This skill should be used when users mention topics such as whether a US stock is worth holding long-term, fundamental analysis of a company, ROE analysis, debt ratio assessment, free cash flow, economic moat, Buffett-style stock picking, valu...

businessgoruby
0
9
CustomizeA

Adapt this C/C++ ASAN vulnerability pipeline to a different vulnerability class, target shape, language, or detection mechanism. Use when the user wants to port, migrate, retarget, customize, or fork the pipeline for something other than C/C++ memory-safety bugs — web apps, smart contracts, deserialization, ML systems, or any other domain.

securitygojava
0
9
HarnessA

Anthropic Defending Code Reference Harness safety wrapper. Use for questions or operating plans around the vuln-pipeline autonomous vulnerability-discovery harness, sandbox setup, C/C++ ASAN targets, recon/find/grade/report/patch flow, or adapting the reference harness. Reference-only until the user explicitly asks to bring up the Python/Docker runtime.

ai-agentspythonrust
0
9
PatchA

Generate candidate fixes for verified security findings. Consumes

testingpythonrust
0
9
QuickstartA

The front door for this repo. With no argument: a 30-second intro, then an offer to walk you through your first run on the canary target. With a question: answers it from this repo's own docs and source, cites where it looked, and hands you the next command. Use for "how do I…", "why does…", "where is…", "can this…", or just "/quickstart" to get oriented.

ai-agentsrustgo
0
9
Threat ModelA

Build a threat model for a target codebase. Three modes: "interview" walks an application owner through the four-question framework and produces a threat model from their answers; "bootstrap" derives a threat model from the code plus past vulnerabilities (CVEs, git history, pentest reports) when no owner is available; "bootstrap-then-interview" chains the two when both owner and codebase are present. All write THREAT_MODEL.md in a shared schema. Use when asked to "threat model", "build a thre...

securitypythonrust
0
9
TriageA

Triage a batch of raw security findings. Verify each is real,

securitypythonrust
0
9
Vuln ScanA

Static source-code vulnerability scan. Reads a target directory (and THREAT_MODEL.md if present), spawns parallel review subagents per focus area, and writes VULN-FINDINGS.json + .md for /triage to consume. Read-only — no building, running, or network. For execution-verified crashes, use vuln-pipeline instead. Use when asked to "scan for vulns", "review this code for security issues", "find bugs in <dir>", or as the step between /threat-model and /triage.

securityrustgo
0
9
Ecc AccessibilityA

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA

developmentswiftkotlin
0
9
Ecc Agent Architecture AuditA

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.

code-qualityrustgo
0
9
Ecc Agent EvalA

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

ai-agentsgobash
0
9
Ecc Agent Harness ConstructionA

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

businessreact
0
9
Ecc Agent Introspection DebuggingA

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

researchrustgo
0
9
Ecc Agent Payment X402A

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.

developmenttypescriptpython
0
9
Ecc Agent SortA

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.

developmenttypescriptpython
0
9
Ecc Agentic EngineeringA

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

code-qualitydebuggingsecurity
0
9
Ecc Agentic OsB

Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.

ai-agentspythonshell
0
9
Ecc Ai First EngineeringA

Engineering operating model for teams where AI agents generate a large share of implementation output.

code-qualitytestingsecurity
0
9
Ecc Ai Regression TestingA

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

developmenttypescriptrust
0
9
Ecc Android Clean ArchitectureA

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

developmentgokotlin
0
9
Ecc Angular DeveloperA

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

developmentreactangular
0
9
Ecc Api Connector BuilderA

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.

developmenttypescriptgo
0
9
Ecc Api DesignA

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

developmenttypescriptpython
0
9
Ecc Architecture Decision RecordsA

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

developmentgosql
0
9
Ecc Article WritingA

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

content-marketinggoapi
0
9
Ecc Automation Audit OpsA

Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

toolsgorails
0
9
Ecc Autonomous Agent HarnessA

Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop.

ai-agentsbashtesting
0
9
Ecc Autonomous LoopsA

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

code-qualitytypescriptshell
0
9
Ecc Backend PatternsA

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

developmenttypescriptgo
0
9
Ecc Benchmark Optimization LoopA

Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.

researchbashperformance
0
9
Ecc BenchmarkA

Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.

devopstypescriptdocker
0
9
Ecc Blender Motion State InspectionA

Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.

toolspythongo
0
9
Ecc BlueprintA

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is comple...

ai-agentsshellbash
0
9
Ecc Brand VoiceA

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

content-marketingapi
0
9
Ecc Browser QaA

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

testinggotesting
0
9
Ecc Bun RuntimeA

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

developmentjavascripttypescript
0
9
Ecc Canary WatchA

Use this skill to monitor and verify a deployed URL after releases — checks HTTP endpoints, SSE streams, static assets, console errors, and performance regressions after deploys, merges, or dependency upgrades. Smoke / canary / post-deploy verification.

devopsgitapi
0
9
Ecc Carrier Relationship ManagementA

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes scorecarding frameworks, RFP processes, market intelligence, and compliance vetting. Use when managing carriers, negotiating rates, evaluating carrier performance, or building freight strategies.

businessrustgo
0
9
Ecc Cisco Ios PatternsA

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

devopsgo
0
9
Ecc CkA

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

ai-agentsgobash
0
9
Ecc Claude DevfleetA

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

ai-agentsgobash
0
9
Ecc Click Path AuditA

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.

developmentreactdebugging
0
9
Ecc Clickhouse IoA

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

databasestypescriptgo
0
9
Ecc Code TourA

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.

code-qualityrustgo
0
9
Ecc Codebase OnboardingA

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

developmenttypescriptrust
0
9
Ecc Coding StandardsA

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

developmentjavascripttypescript
0
9
Ecc Compose Multiplatform PatternsA

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

designgokotlin
0
9
Ecc Configure EccA

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

developmentjavascripttypescript
0
9
Ecc Connections OptimizerA

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.

toolsapi
0
9
Ecc Content EngineA

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

content-marketinggoapi
0
9