All authors
black141312 avatar

Claude Skills by black141312

github.com/black141312
281 skillsA× 280C× 10 installs67 views
Regression TestA

Reproduce a reported bug as a failing test before fixing it, so it can never silently return

ai-agentsgotesting
0
3
Release NotesA

Generate release notes from commits since the last tag

ai-agentsgogit
0
3
Rename SymbolA

Rename a variable, function, type, or file safely across the whole project

ai-agentsgorefactoring
0
3
ReproA

Build a minimal, reliable reproduction of a bug before attempting to fix it

ai-agentsgodebugging
0
3
Resolve ConflictsA

Work through merge or rebase conflicts safely without losing either side's intent

ai-agentsrustgo
0
3
ResponsiveA

Make a layout adapt cleanly across mobile, tablet, and desktop breakpoints

ai-agentsgofrontend
0
3
Rest EndpointA

Scaffold a REST endpoint with handler, input validation, and tests

ai-agentsrustgo
0
3
RetroA

Write a sprint or project retrospective that turns observations into committed action items

ai-agentsgogit
0
3
Rtos TaskA

Create an RTOS task with the right stack, priority, and inter-task communication

ai-agentsgoapi
0
3
RunbookA

Write an operational runbook an on-call engineer can follow at 3am to detect, diagnose, and resolve an incident.

ai-agentsgo
0
3
Rust BorrowA

Diagnose and fix Rust borrow-checker and lifetime errors without resorting to clone-everything

ai-agentsrustgo
0
3
Rust Unsafe AuditA

Review Rust unsafe blocks for soundness and document the invariants they rely on

ai-agentsrustgo
0
3
SanitizeA

Fix injection, XSS, and path-traversal bugs by parameterizing, encoding, and confining paths

ai-agentsrustgo
0
3
Schema DesignA

Design or normalize a database schema with sane keys, types, and relations

ai-agentsgodatabase
0
3
Screenshot DebugA

Drive the app to the broken state, capture screenshots, and inspect a visual bug down to the offending element

ai-agentsgo
0
3
Scroll AnimationA

Build scroll-triggered and scroll-linked animations (GSAP/Framer Motion) that stay smooth and jank-free.

ai-agentsgo
0
3
Secret ScanA

Find secrets accidentally committed to the repo, in history and working tree, and remediate

ai-agentsgogit
0
3
Security AuditA

Scan the codebase for common vulnerabilities and rank findings by exploitability

ai-agentsrustgo
0
3
Security ReviewA

Review the current diff for security vulnerabilities before it ships

ai-agentsrustgo
0
3
Seed DataA

Generate deterministic seed and fixture data for dev and test databases

ai-agentsgodatabase
0
3
Self ReviewA

Run a pre-PR self-review checklist over your own changes before opening the PR

ai-agentsgogit
0
3
Semver BumpA

Bump the project version per semver, update changelog, and create the release tag

ai-agentsgogit
0
3
Shader DebugA

Debug a GLSL/WGSL shader: black/garbage output, NaNs, wrong UVs, precision and uniform mismatches

ai-agentsrustgo
0
3
ShaderA

Write and wire up a GLSL or WGSL shader with correct varyings and uniforms

ai-agentsgoapi
0
3
Simplify ConditionalsA

Flatten nested or complex branches using guard clauses and early returns

ai-agentsgorefactoring
0
3
SitemapA

Generate a valid sitemap.xml and robots.txt so crawlers discover and correctly index every public URL.

ai-agentsrustgo
0
3
Skeleton LoaderA

Build loading skeletons and shimmer that mirror the final layout to reduce perceived wait and CLS.

ai-agentsgoshell
0
3
Slide ChartsA

Add native charts and tables to slides from data using python-pptx chart and table APIs.

ai-agentspythongo
0
3
Slide OutlineA

Outline a presentation as one idea per slide before building any actual slides.

ai-agentsgo
0
3
Snapshot UpdateA

Review snapshot test diffs and update them intentionally, never blindly accepting all

ai-agentsgotesting
0
3
Solidity ContractA

Write a production-ready Solidity smart contract with tests, access control, and a deploy script

ai-agentsgo
0
3
Speaker NotesA

Write per-slide speaker notes that a presenter can deliver, added to each slide's notes pane.

ai-agentspythongo
0
3
SpikeA

Run a timeboxed exploration of an unknown and write up findings, a recommendation, and next steps

ai-agentsgoapi
0
3
Split FileA

Break a large file into focused modules without changing behavior

ai-agentsgorefactoring
0
3
Spring ControllerA

Add a Spring Boot REST controller backed by a service and DTOs

ai-agentsgospring
0
3
Sprite AnimA

Build a frame-based sprite animation system driven by a texture atlas

ai-agentsgo
0
3
Sql ReportA

Write a correct, readable analytics SQL query or report

ai-agentsrustgo
0
3
SquashA

Squash a feature branch into one clean commit before merging

ai-agentsgogit
0
3
Ssl SetupA

Set up TLS certificates with Let's Encrypt and automate renewal

ai-agentsgogit
0
3
StacktraceA

Read a stack trace and locate the root cause frame instead of fixing where the error surfaced

ai-agentsrustgo
0
3
Static SiteA

Scaffold a fast, framework-free static site with shared partials, clean URLs, and a simple build step.

ai-agentspythongo
0
3
Structured LoggingA

Adopt structured, leveled JSON logging with consistent fields and correlation IDs

ai-agentsgobackend
0
3
Svelte StoreA

Create and consume Svelte stores for shared cross-component state

ai-agentsgoreact
0
3
Swiftui ViewA

Build a SwiftUI view with state and two-way bindings

ai-agentsgoswift
0
3
Tailwind ThemeA

Set up Tailwind with a custom token-driven theme so utilities map to your design system, not defaults

ai-agentsgoreact
0
3
Tcp ServerA

Write a TCP or UDP server with correct framing, concurrency, timeouts, and graceful shutdown

ai-agentsrustgo
0
3
TddA

Drive a feature with a red-green-refactor loop, writing the failing test before any implementation

ai-agentsgotesting
0
3
Terraform ModuleA

Write a reusable Terraform module with clean inputs, outputs, and pinned providers

ai-agentsgoterraform
0
3
Test CoverageA

Find untested code paths in a module and add focused tests that exercise the real risk

ai-agentsgotesting
0
3
Texture DebugA

Debug texture loading, UV mapping, mipmaps, wrapping and seams — black, blurry, repeated, or flipped textures

ai-agentsgo
0
3