All authors
black141312 avatar

Claude Skills by black141312

github.com/black141312
281 skillsA× 280C× 10 installs66 views
Migration GuideA

Write an upgrade/migration guide between versions with breaking changes, before/after diffs, and a checklist.

ai-agentsgoapi
0
3
MigrationA

Write a forward/backward database migration that applies and rolls back cleanly

ai-agentsgosql
0
3
Mkdocs SetupA

Stand up a docs site (MkDocs or Docusaurus) with navigation, search, and a working local preview.

ai-agentspythongo
0
3
Mobile PermissionsA

Request and handle runtime permissions correctly across iOS and Android

ai-agentsgoapi
0
3
Mock ApiA

Stub or mock external services in tests so they run fast, offline, and deterministically

ai-agentsgotesting
0
3
ModernizeA

Update code to current language idioms, APIs, and syntax without changing behavior

ai-agentsgoexpress
0
3
Monorepo SetupA

Set up a workspace monorepo (pnpm/turbo/nx) with shared deps and a working task graph

ai-agentsgo
0
3
Motion DesignA

Define a coherent motion system — duration tokens, easing curves, and clear rules for when to animate.

ai-agentsgospring
0
3
N Plus OneA

Find and fix N+1 query problems by eager-loading or batching the per-row queries

ai-agentsgoperformance
0
3
Naming ReviewA

Flag unclear names in the diff and suggest sharper replacements

ai-agentsgogit
0
3
Nextjs RouteA

Add a Next.js App Router page or route handler with the right runtime

ai-agentsgonextjs
0
3
Nginx ConfigA

Write or optimize an nginx config for a reverse proxy or static site

ai-agentsgobackend
0
3
Ocr DebugA

Improve OCR accuracy — binarize, deskew, raise DPI, set language, fix contrast and noise

ai-agentsgogit
0
3
OnboardA

Generate a dev-setup and onboarding guide for the repo from its actual config and entry points

ai-agentspythongo
0
3
Open PrA

Push the current branch and open a GitHub PR with a structured title and body.

ai-agentsgogit
0
3
OpenapiA

Write or update an OpenAPI spec so it matches the actual API behavior

ai-agentsgoapi
0
3
Opencv DebugA

Debug OpenCV pipelines — dtype mismatch, BGR channel order, ROI/bounds errors, in-place op surprises

ai-agentsgoapi
0
3
Orm ModelA

Add or modify an ORM model and its relations, keeping schema and code in sync

ai-agentsrustgo
0
3
Owasp CheckA

Check a web app against the OWASP Top 10 and report concrete gaps per category

ai-agentsrustgo
0
3
Page TransitionsA

Add smooth route/page transitions with the View Transitions API or Framer that preserve context.

ai-agentsgoreact
0
3
PaginationA

Add pagination to a list endpoint with a stable order and total/next signal

ai-agentsgoapi
0
3
Perf OptimizeA

Optimize a measured hot path — profile first, fix the real bottleneck, prove the speedup

ai-agentsgoperformance
0
3
PhysicsA

Add basic collision detection and response for 2D/3D game entities

ai-agentsgo
0
3
Pitch DeckA

Build a startup/investor pitch deck covering problem, solution, market, traction, and the ask.

ai-agentspythongo
0
3
Pixel DiffA

Diff two images and localize exactly which pixels, regions, and channels differ between them

ai-agentsgo
0
3
PonytailA

Force the laziest solution that actually works — YAGNI, stdlib before deps, shortest diff.

ai-agentsrustgo
0
3
PostmortemA

Write a blameless incident postmortem with timeline, root cause, and preventive action items

ai-agentsgo
0
3
Pptx DeckA

Generate a .pptx slide deck — use the built-in generate_pptx tool (no dependencies), or python-pptx for advanced custom layouts.

ai-agentspythongo
0
3
Pptx ExportA

Export a .pptx deck to PDF or per-slide images for sharing, printing, or web embedding.

ai-agentsgo
0
3
Pptx From MarkdownA

Convert a markdown document into slides using Marp or reveal.js, exporting to PPTX or HTML.

ai-agentsgo
0
3
Pptx TemplateA

Apply a branded template/theme (fonts, colors, logo, master slides) to a PowerPoint deck.

ai-agentsgo
0
3
Pr ReviewA

Review a GitHub PR with gh, summarize the change, and suggest concrete improvements

ai-agentsgogit
0
3
PrecommitA

Set up pre-commit hooks that lint and format staged files before each commit

ai-agentsgogit
0
3
Pricing PageA

Design a clear, persuasive pricing page that steers users to the right plan and reduces decision anxiety.

ai-agentsrustgo
0
3
Project OverviewA

Describe a project well — purpose, architecture, layout, and how to run it — for a README or newcomer.

ai-agentsgogit
0
3
Prompt TemplateA

Design and refine a structured, testable LLM prompt template

ai-agentsrustgo
0
3
Property TestA

Add property-based tests that assert invariants across generated inputs instead of fixed examples

ai-agentsgoexpress
0
3
ProtobufA

Design protobuf schemas that stay backward- and forward-compatible as they evolve

ai-agentsgo
0
3
Py AsyncA

Convert blocking Python code to async/await without deadlocks or hidden sync calls

ai-agentspythongo
0
3
Py TypingA

Add Python type hints to existing code and get it passing mypy or pyright cleanly

ai-agentspythongo
0
3
Query OptimizeA

Optimize a slow SQL query using EXPLAIN, indexes, and rewrites

ai-agentsgosql
0
3
Rag PipelineA

Build a retrieval-augmented generation pipeline with grounded, cited answers

ai-agentsgo
0
3
Rails ResourceA

Scaffold a Rails resource with model, migration, controller, and routes

ai-agentsgorails
0
3
Rate LimitA

Add rate limiting to an API with correct keys, headers, and 429 responses

ai-agentsrustgo
0
3
React HooksA

Convert a React class component to a function component using hooks

ai-agentsgoreact
0
3
React Native ScreenA

Add a React Native screen and wire it into the navigation stack

ai-agentsgoreact
0
3
React PerfA

Diagnose and eliminate needless React re-renders with memoization

ai-agentsgoreact
0
3
ReadmeA

Write or refresh a README covering what the project is, why it exists, install, and usage

ai-agentsgo
0
3
RebaseA

Clean up branch history with interactive rebase without rewriting shared commits

ai-agentsgogit
0
3
RefactorA

Make a safe, behavior-preserving refactor with tests green at every step

ai-agentsgodebugging
0
3