All authors
black141312 avatar

Claude Skills by black141312

github.com/black141312
281 skillsA× 280C× 10 installs62 views
AccessibilityA

Audit and fix a11y and semantic-HTML issues — landmarks, heading outline, ARIA, contrast, keyboard nav, focus, and labels

ai-agentsgofrontend
0
3
Add LoggingA

Add strategic temporary logging to isolate an issue, read the output, then remove it cleanly

ai-agentsgodebugging
0
3
Add MetricsA

Instrument code with Prometheus/OpenTelemetry metrics for counters, gauges, histograms

ai-agentspythongo
0
3
AdrA

Write an Architecture Decision Record capturing context, the decision, and consequences

ai-agentsgo
0
3
Aesthetic DirectionA

Choose an intentional, non-templated visual direction and reference before building any UI

ai-agentsgo
0
3
Agent LoopA

Build a minimal agent loop that streams, calls tools, and repeats until done

ai-agentsgoapi
0
3
AlertingA

Define actionable alerts and SLOs that page on symptoms, not noisy causes

ai-agentsgo
0
3
Alpha CompositingA

Fix alpha blending, transparency, and premultiplied-alpha bugs — dark/white halos, wrong order, additive glow

ai-agentsgoaws
0
3
Android ComposeA

Build a Jetpack Compose screen with hoisted state and a ViewModel

ai-agentsgonode
0
3
Angular ModuleA

Scaffold an Angular feature module (or standalone feature) with lazy routing

ai-agentsgoangular
0
3
Ansible PlaybookA

Write an idempotent Ansible playbook with roles, variables, and handlers

ai-agentsgoshell
0
3
Api DocsA

Generate API reference docs from the code, grouped by module with signatures and examples

ai-agentsrustgo
0
3
App Store PrepA

Prepare a store listing and run the release-build checklist before submission

ai-agentsgo
0
3
Architecture DocA

Write a concise architecture overview of components, data flow, and key decisions

ai-agentsgoapi
0
3
Audit LogA

Add a tamper-evident audit log of security-relevant actions with who/what/when

ai-agentsrustgo
0
3
Authz ReviewA

Review authentication and authorization logic for missing or broken access checks

ai-agentsrustgo
0
3
Aws LambdaA

Scaffold an AWS Lambda with a least-privilege IAM role and a clean handler

ai-agentsgoaws
0
3
Bash ScriptA

Write a robust, safe bash script with strict mode, quoting, traps, and clear failure handling

ai-agentspythongo
0
3
BatchA

Batch requests/operations to cut per-call overhead and round-trips

ai-agentsgoapi
0
3
BisectA

Use git bisect to pinpoint the commit that introduced a regression

ai-agentsgogit
0
3
Bounding BoxA

Debug bounding-box bugs — xyxy vs xywh, normalized vs pixel, scaling after resize, axis order

ai-agentsgo
0
3
Branch CleanupA

Prune merged and stale local and remote branches safely

ai-agentsgogit
0
3
Bundle AnalyzeA

Analyze the production bundle to find the heaviest modules and shrink the shipped size

ai-agentsgo
0
3
CacheA

Add caching (memoize/LRU/HTTP) where it pays off, with correct keys and invalidation

ai-agentsgoperformance
0
3
Call GraphA

Map the callers and dependencies of a symbol to understand blast radius before changing it

ai-agentsgo
0
3
Canvas DebugA

Debug HTML5 canvas rendering bugs: missing draws, smearing, wrong coordinates, broken transforms or clipping

ai-agentsgorails
0
3
Cdn SetupA

Configure a CDN and cache layer in front of an origin for speed and offload

ai-agentsgo
0
3
ChangelogA

Maintain a CHANGELOG following keep-a-changelog with an Unreleased section and semver

ai-agentsgogit
0
3
Chart SvgA

Hand-author a dependency-free SVG chart, graph or plot — line, bar, scatter, area, histogram, donut — that works offline and embeds in any page.

ai-agentsgoexpress
0
3
ChartA

Chart, graph or plot data — pick the right visualization for the message (bar, line, pie, scatter, histogram, area, sankey, gantt) and render it inline, as mermaid, as SVG, or as a native slide/doc chart.

ai-agentsgoexpress
0
3
Cherry PickA

Backport a specific commit onto another branch with git cherry-pick

ai-agentsgogit
0
3
Ci SetupA

Add a CI workflow that builds, lints, and tests the project on every push and PR

ai-agentspythongo
0
3
CleanupA

Sweep repo hygiene — fix .gitignore gaps, remove dead files, and triage stray TODOs and debug cruft

ai-agentsgonode
0
3
Cli ToolA

Scaffold a command-line tool with subcommands, flags, and help using clap, commander, or argparse

ai-agentspythonrust
0
3
CloudformationA

Write a CloudFormation template with parameters, resources, and outputs

ai-agentsgoaws
0
3
Code ExamplesA

Add runnable, tested code examples to docs so snippets stay correct and never drift from the API.

ai-agentsgoapi
0
3
Code ReviewA

Review the current git diff for correctness bugs and quality/simplification issues.

ai-agentsrustgo
0
3
Color PaletteA

Craft an accessible on-brand palette with checked contrast, perceptual ramps, and semantic color roles

ai-agentsgo
0
3
Color SpaceA

Fix color-space and channel-order bugs — RGB vs BGR, gamma, premultiplied alpha, wrong colors

ai-agentsrustgo
0
3
Comment WhyA

Add why-comments to non-obvious code explaining intent, constraints, and gotchas

ai-agentsgoexpress
0
3
CommitA

Stage changes and write a clean Conventional Commits message, then commit.

ai-agentsgonode
0
3
Complexity AuditA

Flag over-engineering and complexity hotspots in the diff and propose simpler shapes

ai-agentsgo
0
3
ComponentA

Scaffold a reusable UI component with typed props, variants, and explicit loading/empty/error states

ai-agentsgofrontend
0
3
Connect GithubA

Connect ada to GitHub (issues, PRs, repos) via the GitHub MCP server.

ai-agentsrustgo
0
3
Connect McpA

Add an MCP connector to ada (catalog via `ada mcp add`, or a custom server in .ada/mcp.json).

ai-agentsrustgo
0
3
Connect PostgresA

Connect ada to a Postgres database (read-only SQL) via the Postgres MCP server.

ai-agentsrustgo
0
3
Connect RemoteA

Connect ada to a remote/hosted MCP server over HTTP (Streamable HTTP) instead of stdio.

ai-agentsrustgo
0
3
Connect SlackA

Connect ada to Slack (channels, messages) via the Slack MCP server.

ai-agentsrustgo
0
3
Contract AuditA

Audit a smart contract for security vulnerabilities and report findings by severity

ai-agentsrustgo
0
3
ContributingA

Add CONTRIBUTING and CODE_OF_CONDUCT files tailored to the repo's actual workflow

ai-agentsgogit
0
3