All authors
black141312 avatar

Claude Skills by black141312

github.com/black141312
281 skillsA× 280C× 10 installs66 views
Cpp RaiiA

Apply RAII and smart pointers to replace manual resource management in C++

ai-agentsgoc++
0
3
Cron JobC

Set up a reliable scheduled job via cron or a systemd timer, with logging and failure visibility

ai-agentsgoshell
0
3
Cv PreprocessA

Fix CV model preprocessing mismatch — resize, normalize, mean/std, channel layout, value range

ai-agentsgo
0
3
Dark ModeA

Implement a polished dark mode via semantic tokens and prefers-color-scheme, not naive color inversion

ai-agentsgo
0
3
Dashboard UiA

Design a clean, scannable data dashboard — clear hierarchy, restrained color, and fast comprehension.

ai-agentsgogit
0
3
DashboardA

Build a Grafana/observability dashboard organized around the four golden signals

ai-agentsgoterraform
0
3
Data ExportA

Export and transform database data to CSV or JSON safely and reproducibly

ai-agentsgoapi
0
3
Data ValidationA

Add data-quality and schema checks that fail fast on bad data

ai-agentsgo
0
3
DataframeA

Transform tabular data with pandas or polars cleanly and reproducibly

ai-agentspythongo
0
3
Dead CodeA

Find and remove unused code, exports, and files across the project

ai-agentsgoapi
0
3
DebugA

Apply a systematic debugging procedure — reproduce, isolate, fix, verify — instead of guessing at fixes

ai-agentsgodebugging
0
3
Deck ReviewA

Review a slide deck for clarity, narrative flow, and per-slide density; return concrete fixes.

ai-agentsgoapi
0
3
Dedupe DepsA

Remove duplicate and unused dependencies to shrink install size and the dependency tree

ai-agentsgo
0
3
DedupeA

Collapse duplicated logic into a single shared implementation

ai-agentsgoexpress
0
3
Dependency AuditA

Run npm/pip/etc audit, triage advisories, and apply the safest upgrades

ai-agentsgosecurity
0
3
Dependency UpdateA

Bump dependencies safely, regenerate the lockfile, and confirm the test suite still passes

ai-agentsgogit
0
3
DeployA

Write a repeatable deployment script or checklist that ships the app safely with a rollback path

ai-agentsgo
0
3
Design SystemA

Build a cohesive design system from tokens up to components, with one source of truth and zero magic numbers

ai-agentsgoreact
0
3
Design TokensA

Define color, space, type, radius, and shadow tokens as layered CSS custom properties with semantic roles

ai-agentsgoexpress
0
3
DiagramA

Draw a diagram — architecture, flow, sequence, ER, state or dependency — as mermaid, diagram-as-code, or inline text, then show it.

ai-agentsgobash
0
3
Diff ExplainA

Explain what a diff changes and why, summarizing intent, behavior shifts, and risks for a reviewer

ai-agentsgogit
0
3
Django ViewA

Add a Django view with its URL route and template

ai-agentspythongo
0
3
Doc LintA

Lint docs in CI for broken links, spelling, and style so prose breakage fails the build like code does.

ai-agentsgo
0
3
Docker ComposeA

Write a docker-compose stack that brings up the app plus its dependencies for local dev

ai-agentsgodocker
0
3
DockerizeA

Write a Dockerfile and .dockerignore that build a small, reproducible image for the app

ai-agentspythongo
0
3
DocstringsA

Add docstrings or JSDoc to public APIs describing behavior, params, returns, and errors

ai-agentspythonrust
0
3
DotfilesA

Manage dotfiles and machine setup as a version-controlled, reproducible, idempotent install

ai-agentsgoshell
0
3
Dpi ScalingA

Fix retina/HiDPI blur and layout — devicePixelRatio mismatch between canvas backing store and CSS size

ai-agentsgo
0
3
E2e TestA

Write an end-to-end test that drives the real app through a user flow with Playwright or Cypress

ai-agentsgotesting
0
3
EmbeddingsA

Set up embeddings and a vector store for semantic search or retrieval

ai-agentsgo
0
3
Empty StatesA

Design empty, loading, and error states that orient the user and offer a clear next action.

ai-agentsgo
0
3
Env SetupA

Add a .env.example and validate required config at startup so missing vars fail fast

ai-agentsgogit
0
3
Erc20A

Implement a standards-compliant ERC-20 token using OpenZeppelin with tests

ai-agentsgo
0
3
Error TrackingA

Wire up Sentry/error reporting with context, releases, and source maps

ai-agentsgoperformance
0
3
EstimateA

Break a task into estimated subtasks with assumptions, dependencies, and a total range

ai-agentsgotesting
0
3
Etl PipelineA

Build an ETL/data pipeline that extracts, transforms, and loads data idempotently

ai-agentsgoapi
0
3
Eval HarnessA

Build a reproducible evaluation harness for a model or agent

ai-agentsgo
0
3
Exif OrientationA

Fix images that appear rotated or flipped because EXIF orientation metadata was ignored or double-applied

ai-agentsrustgo
0
3
Explain CodeA

Explain an unfamiliar region of the codebase by reading it in context and summarizing intent and risks

ai-agentsgo
0
3
Express MiddlewareA

Add Express middleware for auth, logging, or error handling in the right order

ai-agentsgoexpress
0
3
Extract FunctionA

Pull a cohesive block of code into a well-named function or method

ai-agentsgorefactoring
0
3
FaqA

Build and maintain an FAQ from real, recurring questions — answer-first, searchable, and kept current.

ai-agentsgo
0
3
Fastapi EndpointA

Add a FastAPI endpoint with Pydantic request/response models and DI

ai-agentsgofastapi
0
3
FaviconA

Generate a full favicon and app-icon set (SVG, PNG, Apple touch, manifest) with the correct head markup.

ai-agentsgo
0
3
Feature EngineeringA

Engineer features for a model without leakage and reproducibly

ai-agentsrustgo
0
3
Few ShotA

Build few-shot examples that steer an LLM toward the format and behavior you want

ai-agentsgo
0
3
Find OwnerA

Locate where a feature or behavior lives in the codebase starting from a symptom or user-facing string

ai-agentsgogit
0
3
Firmware DriverA

Write a bare-metal peripheral driver against a memory-mapped register interface

ai-agentsgo
0
3
Fix Flaky TestsA

Diagnose an intermittent failure — a flaky test or a race in real code — and remove the nondeterminism behind it

ai-agentsgotesting
0
3
Flutter WidgetA

Build a Flutter widget that owns and updates local state

ai-agentsgonode
0
3