All authors
Dadmin88 avatar

Claude Skills by Dadmin88

github.com/Dadmin88
959 skillsA× 957B× 20 installs76 views
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Backup RecoveryA

Design and prove database backup recovery around consistency, recovery point/time objectives, encryption, retention, corruption/deletion scenarios, point-in-time recovery, and tested restoration.

ai-agentsdatabase
0
16
Concurrency ConsistencyA

Design and diagnose database concurrency using explicit invariants, transaction boundaries, isolation, locking or optimistic control, retries, deadlock handling, and consistency guarantees.

ai-agentsdatabase
0
16
IndexingA

Design and validate database indexes from real query predicates, joins, ordering, selectivity, data distribution, write cost, storage, maintenance, and engine-specific planner behavior.

ai-agentsexpressdatabase
0
16
Query OptimizationA

Optimize database queries by reproducing the workload, measuring latency and resource cost, reading the actual execution plan, fixing access strategy or data shape, and proving improvement without semantic regression.

ai-agentsexpressdatabase
0
16
Schema DesignA

Design transactional database schemas around domain invariants, access patterns, keys, constraints, relationships, lifecycle, engine semantics, and safe evolution without cargo-cult rules.

ai-agentsgodatabase
0
16
Schema MigrationA

Design and execute a database schema migration with compatibility, locking, data backfill, validation, rollback or forward recovery, and deployment sequencing.

ai-agentsdatabaseperformance
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Accessibility Design CheckA

Check design artifacts for accessibility requirements and implementation-ready semantics across hierarchy, controls, focus, keyboard, errors, contrast, motion, responsive adaptation, and non-text content.

ai-agents
0
16
Design Handoff ReviewA

Review a design handoff for implementation readiness by checking source artifacts, flows, states, responsive behavior, components, tokens, content, accessibility, assets, interaction details, and unresolved decisions.

ai-agents
0
16
Design ReviewA

Review product or visual design work for coherence, usability, consistency, accessibility, completeness, and implementation readiness.

ai-agentsgo
0
16
Interaction ConsistencyA

Review interaction patterns across a product for consistent control behavior, navigation, input, feedback, terminology, selection, destructive actions, loading, and recovery without forcing visual sameness where context differs.

ai-agentsgit
0
16
State CompletenessA

Review a design for complete user-visible states, transitions, permissions, loading, empty data, validation, failure, interruption, concurrency, success, and recovery so implementation does not invent missing product behavior.

ai-agentsgoapi
0
16
Visual VerifyA

Prove a visual or interaction change on the rendered product by capturing the real surface, comparing it with the intended reference and neighboring system, checking relevant states, and recording visible discrepancies before sign-off.

ai-agents
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Accessibility PatternsA

Codify reusable accessible interaction patterns with semantic intent, keyboard and focus behavior, state communication, content guidance, and implementation notes for recurring UI needs.

ai-agents
0
16
Contribution GovernanceA

Govern additions and changes to a design system through evidence of recurring need, ownership, review, compatibility, documentation, release, adoption, and deprecation.

ai-agentsgoapi
0
16
Design System ComponentA

Define or evolve a design-system component by reusing existing primitives and tokens first, then specifying semantics, variants, states, accessibility, responsive behavior, and implementation guidance only where a recurring gap truly exists.

ai-agentsexpressfrontend
0
16
Design TokensA

Design and govern semantic design tokens for color, typography, spacing, size, motion, elevation, and other reusable decisions with clear naming, themes, aliases, and implementation contracts.

ai-agentsgoexpress
0
16
Pattern LibraryA

Define reusable interaction and composition patterns with anatomy, behavior, states, accessibility, variants, content guidance, and selection criteria beyond individual components.

ai-agentsgogit
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Desktop App ArchitectureA

Design desktop application boundaries across shell, renderer/UI, background services, local state, privileged capabilities, IPC, and crash/restart lifecycle.

ai-agentsrustshell
0
16
Desktop Ipc SecurityA

Design and implement desktop IPC with narrow message schemas, capability boundaries, validation, authentication/context, error semantics, cancellation, and observability.

ai-agentsrustsecurity
0
16
Desktop Packaging SigningA

Build reproducible desktop packages with correct assets, native dependencies, permissions, signing/notarization inputs, architecture targets, and install/uninstall behavior.

ai-agents
0
16
Desktop Update Runtime DebuggingA

Design update/rollback behavior and diagnose failures that occur only in installed/packaged desktop builds.

ai-agentsdebugging
0
16
Native Os IntegrationA

Implement native desktop integrations such as tray/menu, notifications, clipboard, file associations, deep links, startup behavior, file pickers, and platform permissions.

ai-agentsapi
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Developer Adoption ProgramA

Plan and measure a developer adoption initiative using target personas, activation behavior, enablement assets, channels, feedback, and downstream usage.

ai-agents
0
16
Developer Feedback LoopA

Turn developer conversations, support patterns, sample failures, and community questions into prioritized product and documentation feedback.

ai-agentsdocumentation
0
16
Developer Quickstart DemoA

Create an executable developer quickstart or demo that reaches first value quickly while remaining technically honest and reproducible.

ai-agentsgoapi
0
16
Sample App ProductionA

Build and maintain a small sample application that demonstrates recommended integration patterns without becoming an unofficial framework or stale toy.

ai-agentsapi
0
16
Technical Talk WorkshopA

Design a developer talk or workshop around one learnable technical outcome with executable exercises, timing, checkpoints, and recovery paths.

ai-agents
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Build ReproducibilityA

Make builds traceable and reproducible by controlling inputs, dependency resolution, toolchains, generated state, environment influence, artifact identity, and verification across clean builders.

ai-agentsnode
0
16
Ci Cd PipelineA

Design or improve CI/CD so changes are reproducibly built, tested, secured, promoted, deployed, observed, and recoverable.

ai-agentsrustci/cd
0
16
Deployment AutomationA

Automate deployment from an immutable release artifact through environment targeting, concurrency control, health validation, progressive rollout, failure handling, and auditable completion.

ai-agentsrustshell
0
16
Environment ManagementA

Manage delivery environments through explicit configuration, controlled secrets, reproducible differences, drift detection, lifecycle policy, and parity focused on behavior rather than identical infrastructure.

ai-agentsrustnode
0
16
Release ObservabilityA

Observe software delivery from commit through build, artifact, promotion, deployment, health, rollback, and post-release behavior so release state and failures are traceable to exact revisions.

ai-agentsnodeperformance
0
16
Rollback StrategyA

Design rollback and forward-recovery for releases by identifying reversible surfaces, data/schema constraints, compatibility windows, triggers, decision authority, and post-recovery validation.

ai-agentsgodatabase
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Branching DialogueA

Design branching dialogue around player intent, character goals, state conditions, choice meaning, convergence, consequences, memory, and implementation identifiers without creating combinatorial branches that add no meaningful agency.

ai-agentsgonode
0
16
Character VoiceA

Define and preserve a character's dialogue voice through worldview, goals, status, vocabulary, rhythm, syntax, humor, avoidance patterns, relationships, and situational variation without reducing voice to catchphrases.

ai-agentsrustgo
0
16
Dialogue EditA

Edit dialogue for character voice, intention, subtext, rhythm, redundancy, exposition, continuity, speakability, pacing, and scene function while preserving the writer's dramatic intent.

ai-agentsgoperformance
0
16
Dialogue WritingA

Write character dialogue that serves voice, relationship, subtext, pacing, and scene purpose without exposition-heavy speech.

ai-agents
0
16
Localization Ready DialogueA

Prepare dialogue for localization by preserving meaning, context, speaker metadata, variables, gender or plurality constraints, line relationships, timing, and cultural clarity while avoiding source-language wordplay that cannot travel without annotation.

ai-agents
0
16
Academy Continuing EducationA

MUST load first for Academy learning or go-learn requests.

ai-agentsgoapi
0
16
Delivery SemanticsA

Design and implement message delivery semantics for retries, duplicates, reordering, acknowledgement, deadlines, and uncertain outcomes.

ai-agents
0
16
Distributed Fault TestingA

Prove distributed behavior with deterministic and stochastic tests for delay, loss, duplication, reorder, partition, crash, restart, and clock-sensitive edges.

ai-agentstesting
0
16
Distributed State MachineA

Implement a distributed state machine with explicit commands, invariants, authority, transitions, persistence, replay, and recovery semantics.

ai-agents
0
16
Membership CoordinationA

Implement node membership, discovery, leases, leadership or coordination without allowing stale identity or split authority to silently corrupt state.

ai-agentsnode
0
16