Source

dawiddutoit/custom-claude

204 skills · 2.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
theme-factory Applies curated professional themes with coordinated color palettes and font pairings to presentations, documents, re…
dawiddutoit/custom-claude
8
2
uv-dependency-management Manages Python project dependencies with uv. Learn how to add, remove, and updates dependencies, organize them into g…
dawiddutoit/custom-claude
8
3
uv-project-setup Initialize and configure new Python projects with uv, including creating projects, setting up pyproject.toml, managin…
dawiddutoit/custom-claude
8
4
uv-python-version-management Manages Python versions with uv. Learn how to discover available Python versions, install specific versions, pin proj…
dawiddutoit/custom-claude
8
5
uv-tool-management Manages Python CLI tools with uv. Learn when to use uvx for temporary execution, uv tool install for persistent tools…
dawiddutoit/custom-claude
8
6
uv-troubleshooting Debugs and resolves common uv issues. Learn to diagnose dependency resolution failures, handle version conflicts, fix…
dawiddutoit/custom-claude
8
7
agent-sdk-python Implements production-ready AI agents using the official Python SDK for autonomous workflows. Use when implementing a…
dawiddutoit/custom-claude
7
8
algorithmic-art Creates algorithmic art philosophies and generative p5.js sketches using seeded randomness, noise fields, particle sy…
dawiddutoit/custom-claude
7
9
architecture-single-responsibility-principle Automated SRP validation using multi-dimensional detection. Use when reviewing code for SRP compliance, checking "is …
dawiddutoit/custom-claude
7
10
architecture-validate-architecture Automates architecture validation for Clean Architecture, Hexagonal, Layered, and MVC patterns. Detects layer boundar…
dawiddutoit/custom-claude
7
11
architecture-validate-layer-boundaries Validates Clean Architecture layer boundaries by detecting import violations across domain, application, infrastructu…
dawiddutoit/custom-claude
7
12
artifacts-creating-and-managing Creates and manages project artifacts (research, spikes, analysis, plans) using templated scripts. Use when asked to …
dawiddutoit/custom-claude
7
13
brand-guidelines Applies Anthropic's official brand identity including colors (Dark #141413, Light #faf9f5, Orange #d97757), typograph…
dawiddutoit/custom-claude
7
14
browser-layout-editor
dawiddutoit/custom-claude
7
15
build-jira-document-format Builds complex ADF (Atlassian Document Format) documents with advanced patterns, templates, and specialized builders.…
dawiddutoit/custom-claude
7
16
chrome-auth-recorder Records workflows in authenticated browser sessions and generates annotated GIF tutorials without handling credential…
dawiddutoit/custom-claude
7
17
clickhouse-materialized-views Guides for implementing real-time data aggregation and transformation pipelines using ClickHouse materialized views. …
dawiddutoit/custom-claude
7
18
cloudflare-access-add-user Adds new users to Cloudflare Access authentication by updating ACCESS_ALLOWED_EMAIL in .env and syncing policies to a…
dawiddutoit/custom-claude
7
19
cloudflare-access-setup Configures Cloudflare Access authentication with Google OAuth for protected services. Use when you need to set up aut…
dawiddutoit/custom-claude
7
20
cloudflare-access-troubleshoot Diagnoses and fixes Cloudflare Access authentication issues including Google OAuth errors, access denied after login,…
dawiddutoit/custom-claude
7
21
cloudflare-service-token-setup Creates and manages Cloudflare Access service tokens for automated infrastructure verification and non-human access. …
dawiddutoit/custom-claude
7
22
design-jira-state-analyzer Designs and implements state transition analysis systems for tracking time spent in different states. Use when analyz…
dawiddutoit/custom-claude
7
23
doc-coauthoring Guides users through structured three-stage collaborative documentation workflow including context gathering, iterati…
dawiddutoit/custom-claude
7
24
docx Comprehensive Word document creation, editing, and analysis using OOXML manipulation including tracked changes, comme…
dawiddutoit/custom-claude
7
25
export-and-analyze-jira-data Exports Jira issues with flexible filtering and analyzes data using multiple formats (JSON, CSV, JSONL). Use when ask…
dawiddutoit/custom-claude
7
26
frontend-design Creates distinctive production-grade web interfaces with bold aesthetic direction, custom typography, and memorable v…
dawiddutoit/custom-claude
7
27
gcp-gke-cluster-setup Sets up and configures Google Kubernetes Engine (GKE) clusters for production use. Use when creating new GKE clusters…
dawiddutoit/custom-claude
7
28
gcp-gke-deployment-strategies Implements zero-downtime deployments on GKE using rolling updates, blue-green strategies, and health checks. Use when…
dawiddutoit/custom-claude
7
29
gcp-gke-monitoring-observability Configures comprehensive logging, metrics, distributed tracing, and alerting for GKE applications. Use when setting u…
dawiddutoit/custom-claude
7
30
gcp-pubsub Implements Google Cloud Pub/Sub integration in Python by configuring topics, subscriptions, publishing/subscribing, d…
dawiddutoit/custom-claude
7
31
github-webhook-setup Configures GitHub webhooks for auto-deployment by verifying secrets, checking endpoint accessibility, and guiding con…
dawiddutoit/custom-claude
7
32
gradle-ci-cd-integration Configures Gradle builds for CI/CD platforms including GitHub Actions, GitLab CI, Jenkins, and CircleCI. Use when set…
dawiddutoit/custom-claude
7
33
gradle-testing-setup Configures comprehensive testing in Gradle including JUnit 5, TestContainers, test separation (unit vs integration), …
dawiddutoit/custom-claude
7
34
ha-button-cards Creates and configures Home Assistant button cards with actions (tap, hold, double-tap), service calls, navigation, a…
dawiddutoit/custom-claude
7
35
ha-conditional-cards Implements conditional visibility for Home Assistant dashboard cards using state, numeric_state, screen, user, time, …
dawiddutoit/custom-claude
7
36
ha-custom-cards Configures HACS custom cards (ApexCharts, modern-circular-gauge, bubble-card, mini-graph-card, mushroom) for Home Ass…
dawiddutoit/custom-claude
7
37
ha-dashboard-cards Creates Home Assistant dashboard cards programmatically using ha_card_utils.py utilities for static titles (fixes dyn…
dawiddutoit/custom-claude
7
38
ha-dashboard-create Creates and updates Home Assistant Lovelace dashboards programmatically via WebSocket API with dashboard structure, v…
dawiddutoit/custom-claude
7
39
ha-error-checking Debugs and validates Home Assistant dashboards by checking system logs, verifying entity IDs, validating HACS card in…
dawiddutoit/custom-claude
7
40
ha-graphs-visualization Creates and configures Home Assistant graph visualizations using history-graph, statistics-graph, mini-graph-card, an…
dawiddutoit/custom-claude
7
41
ha-mushroom-cards Creates minimalist, mobile-first Home Assistant dashboards using Mushroom cards (13+ types) including entity, light, …
dawiddutoit/custom-claude
7
42
ha-rest-api Provides methods to interact with Home Assistant REST API for entity discovery, state retrieval, and service calls in…
dawiddutoit/custom-claude
7
43
ha-sunsynk-integration Provides integration setup and configuration for Sunsynk/Deye solar inverters with Home Assistant using the SolarSynk…
dawiddutoit/custom-claude
7
44
ha-validate-dashboards Provides 3-tier validation approach for Home Assistant dashboards including pre-publish validation (entity checks, co…
dawiddutoit/custom-claude
7
45
implement-cqrs-handler Provides step-by-step implementation guide for creating CQRS command or query handlers following project patterns wit…
dawiddutoit/custom-claude
7
46
implement-dependency-injection Provides comprehensive guide for adding services to dependency injection Container using dependency-injector library …
dawiddutoit/custom-claude
7
47
implement-feature-complete Manages complete feature implementation lifecycle through 10 stages: planning, TDD, naming, DRY, implementation, refa…
dawiddutoit/custom-claude
7
48
implement-retry-logic Implements retry logic with exponential backoff and jitter for async operations. Use when implementing external servi…
dawiddutoit/custom-claude
7
49
implement-value-object Creates immutable domain value objects using frozen dataclass pattern with validation. Use when implementing domain v…
dawiddutoit/custom-claude
7
50
infrastructure-monitoring-setup Configures automated infrastructure monitoring with mobile alerts (ntfy.sh and Home Assistant) and implements auto-re…
dawiddutoit/custom-claude
7
Page 3 · 204 total Previous Next