All authors
laurigates avatar

Claude Skills by laurigates

github.com/laurigates
189 skillsA× 166B× 15C× 5D× 32 installs88 views
Configure Ux TestingA

Check and configure UX testing infrastructure (Playwright, accessibility, visual regression)

toolstypescriptgo
0
7
Configure WorkflowsA

Check and configure GitHub Actions CI/CD workflows (container builds, tests, releases)

devopspythongo
0
7
Go Feature FlagB

GO Feature Flag (GOFF) self-hosted feature flag solution with OpenFeature integration. Covers flag configuration, relay proxy, targeting rules, rollouts. Use when user mentions GO Feature Flag, GOFF, gofeatureflag, self-hosted feature flags, or flags.goff.yaml configuration.

devopstypescriptgo
0
7
OpenfeatureA

OpenFeature vendor-agnostic feature flag SDK with standardized API across languages. Covers SDK installation, flag evaluation, providers, and hooks. Use when implementing feature flags, A/B testing, canary releases, or when user mentions OpenFeature, feature toggles, or progressive rollouts.

developmenttypescriptpython
0
7
Pre Commit StandardsA

Pre-commit hook standards and configuration. Use when configuring pre-commit hooks in repositories, checking hook compliance, or when the user mentions pre-commit, conventional commits, or hook configuration.

devopspythongo
0
7
Readme StandardsB

README.md templates and standards. Use when generating or improving README files, checking README compliance, or when the user mentions README best practices or documentation.

developmentjavascripttypescript
0
7
Release Please StandardsA

Release-please standards and configuration. Use when configuring release-please workflows, checking release automation compliance, or when the user mentions release-please, automated releases, or version management.

developmentpythongo
0
7
Skaffold StandardsD

Skaffold configuration standards for local Kubernetes development with OrbStack and dotenvx. Use when configuring Skaffold, setting up local K8s development, or when the user mentions Skaffold, local development, Kubernetes profiles, or dotenvx secrets.

devopsbashsql
0
7
Container DevelopmentA

Container development with Docker, Dockerfiles, 12-factor principles, multi-stage builds, and Skaffold workflows. Enforces MANDATORY non-root users, minimal Alpine/slim base images, and security hardening. Covers containerization, orchestration, and secure image construction. Use when user mentions Docker, Dockerfile, containers, docker-compose, multi-stage builds, container images, container security, or 12-factor app principles.

devopspythonrust
0
7
Deploy HandoffA

Generate deployment handoff documentation

documentationbashgit
0
7
Deploy ReleaseA

Create and publish a new release

toolsbashgit
0
7
Go ContainersA

Go-specific container optimization patterns including static binary compilation, scratch/distroless base images, CGO handling, and systematic optimization journey from 846MB to 2.5MB (99.7% reduction). Covers ldflags, trimpath, and build flag optimizations specific to Go applications. Use when working with Go containers, Dockerfiles for Go apps, or optimizing Go image sizes.

developmentpythongo
0
7
Nodejs ContainersB

Node.js-specific container optimization patterns including Alpine variants, multi-stage builds, node_modules caching, production dependency separation, and optimization from ~900MB to ~50-100MB. Covers npm/yarn/pnpm patterns, BuildKit cache mounts, and non-root user configuration. Use when working with Node.js containers, Dockerfiles for Node apps, or optimizing Node image sizes.

developmenttypescriptpython
0
7
Python ContainersB

Python-specific container optimization patterns including slim base images (NOT Alpine), virtual environment handling, multi-stage builds with pip/poetry/uv, and optimization from ~1GB to ~80-120MB. Covers musl libc issues, wheel building, and Python-specific dependency management patterns. Use when working with Python containers, Dockerfiles for Python apps, or optimizing Python image sizes.

developmentpythongo
0
7
Skaffold FilesyncA

Fast iterative development with Skaffold file sync - copy changed files to running containers without rebuilding images. Use when optimizing the development loop, configuring sync rules, or when the user mentions file sync, hot reload, live reload, or fast iteration.

developmentpythongo
0
7
Skaffold OrbstackC

OrbStack-optimized Skaffold workflows for local Kubernetes development without port-forward. Use when configuring Skaffold with OrbStack, accessing services via LoadBalancer or Ingress, or when the user mentions OrbStack, k8s.orb.local, service access, or eliminating port-forward.

devopsrustbash
0
7
Skaffold TestingD

Container image validation with Skaffold test and verify stages. Covers container-structure-tests for image hygiene, custom tests for security scanning, and post-deployment verification. Use when configuring pre-deploy tests, security scans, or integration tests in Skaffold pipelines.

devopspythongo
0
7
Claude Blog SourcesA

Access Claude Blog for latest Claude Code improvements, usage patterns, and best practices. Use when researching Claude Code features, CLAUDE.md optimization, or staying current with Claude capabilities. Checks recent articles for relevant updates and patterns.

developmentgogit
0
7
Docs DecommissionA

Generate comprehensive service decommission documentation

devopsbashapi
0
7
Docs GenerateA

Update project documentation from code annotations

documentationpythongo
0
7
Docs Knowledge GraphA

Build comprehensive knowledge graph from Obsidian vault documentation

documentationbashdevops
0
7
Docs LatexA

Convert Markdown documents to professional LaTeX with TikZ visualizations and compile to PDF. Use when the user wants to create a presentation-quality PDF from a Markdown document, generate a professional report with diagrams, or convert documentation to print-ready format.

documentationgobash
0
7
Docs SyncA

Synchronize documentation with actual skills, commands, and agents in the codebase

developmentjavascripttypescript
0
7
Finops CachesA

Analyze cache usage - size, breakdown by prefix/branch, stale cache detection

toolsgobash
0
7
Finops CompareA

Compare FinOps metrics across multiple repositories in an organization

researchbashgit
0
7
Finops OverviewA

Quick FinOps summary - org billing and current repo workflow/cache stats

toolsbashgit
0
7
Finops WasteA

Identify workflow waste patterns and suggest fixes - skipped runs, bot triggers, missing concurrency

toolsbashtesting
0
7
Finops WorkflowsA

Analyze workflow runs - frequency, duration, success rates, and efficiency

toolsbashgit
0
7
Github Actions Cache OptimizationA

Analyze and optimize GitHub Actions cache usage. Use when investigating cache bloat, identifying stale caches, optimizing cache keys, or comparing cache usage across repositories.

toolsgobash
0
7
Github Actions FinopsA

Analyze GitHub Actions billing, workflow efficiency, and waste patterns. Use when investigating CI/CD costs, identifying wasted runs, or optimizing workflow triggers. Covers org-level billing, per-repo workflow analysis, and waste pattern detection.

toolsgobash
0
7
Gh Cli AgenticA

GitHub CLI commands optimized for AI agent workflows with JSON output and deterministic execution patterns.

documentationbashexpress
0
7
Gh Workflow MonitoringA

Monitor GitHub Actions workflow runs using blocking watch commands instead of polling with timeouts.

devopsbashexpress
0
7
Git Branch NamingA

Git branch naming conventions for consistent, traceable branches. Use when creating new branches, discussing branch naming standards, or setting up repository conventions. Covers type prefixes (feat, fix, chore), issue linking, and kebab-case formatting.

documentationgobash
0
7
Git Branch Pr WorkflowA

Branch management, pull request workflows, and GitHub integration. Main-branch development pattern (push main to remote feature branches), modern Git commands (switch, restore), and GitHub MCP tools. Use when user mentions creating branches, opening PRs, git switch, git restore, feature branches, pull requests, or GitHub PR workflows. For naming conventions see git-branch-naming, for rebase patterns see git-rebase-patterns.

toolspythongo
0
7
Git Cli AgenticA

Git commands optimized for AI agent workflows with porcelain output and deterministic execution patterns.

developmentgobash
0
7
Git Commit Push PrA

Complete workflow from changes to PR - auto-detect related issues, create logical commits with proper issue linkage, push to remote feature branch, and optionally create pull request

toolsgobash
0
7
Git Commit WorkflowA

Commit message conventions, staging practices, and commit best practices. Covers conventional commits, explicit staging workflow, logical change grouping, humble fact-based communication style, and automatic issue detection. Use when user mentions committing changes, writing commit messages, git add, git commit, staging files, or conventional commit format.

developmentgobash
0
7
Git CommitA

Create commits with conventional messages and issue references. Handles staging, pre-commit hooks, and automatic issue detection. Use when user says "commit", "commit locally", "save changes", "stage and commit", or similar. This skill creates local commits only - see git-push for remote operations.

toolsbashgit
0
7
Git Derive DocsA

Analyze git history to derive undocumented rules, PRDs, ADRs, and PRPs

documentationgobash
0
7
Git Fix PrA

Analyze and fix failing PR checks

toolsjavascripttypescript
0
7
Git IssueA

Process GitHub issues with interactive selection, conflict detection, and parallel work support

developmentbashgit
0
7
Git Log DocumentationA

Analyze git commit history to derive undocumented rules, PRDs, ADRs, and PRPs. Detects missing documentation from commit patterns: conventions that became rules, features built without requirements, architecture decisions made implicitly, and plan refinements visible only in commit evolution.

databasesgobash
0
7
Git MaintainA

Perform repository maintenance and cleanup

toolsbashgit
0
7
Git Pr FeedbackA

Review PR workflow results and comments, then address substantive feedback and suggestions from reviewers

toolsgobash
0
7
Git PrA

Create pull requests with proper descriptions, labels, and issue references. Handles draft mode, reviewers, and base branch selection. Use when user says "create PR", "open pull request", "submit for review", or similar. This skill creates PRs from pushed branches - see git-commit for commits and git-push for pushing.

documentationbashgit
0
7
Git PushA

Push local commits to remote repositories. Handles branch tracking, upstream setup, and safe push patterns. Use when user says "push", "push changes", "send to remote", "update remote", or similar. This skill pushes existing commits - see git-commit for creating commits and git-pr for pull request creation.

toolsbashgit
0
7
Git Rebase PatternsA

Advanced git rebase patterns for linear history, stacked PRs, and clean commit management. Use when rebasing branches, cleaning up commit history, managing PR stacks, or converting merge-heavy branches to linear history. Covers --reapply-cherry-picks, --update-refs, --onto, and interactive rebase workflows.

toolsrustgo
0
7
Git Repo DetectionB

Detect GitHub repository name and owner from git remotes. Use when needing repo identifier for GitHub CLI, API calls, or when working with multiple repositories. Automatically extracts owner/repo format.

toolspythonshell
0
7
Git Security ChecksB

Pre-commit security validation and secret detection. Runs detect-secrets scan and audit workflow, validates secrets baseline, and integrates with pre-commit hooks to prevent credential leaks. Use when user mentions scanning for secrets, detect-secrets, secret detection, credential scanning, pre-commit security, or .secrets.baseline.

securitypythonbash
0
7
Git Worktree Agent WorkflowB

Parallel agent workflows using git worktrees for isolated, concurrent issue work. Use when multiple issues get mixed into a single branch (contamination), when you need parallel work on independent issues, or when separating mixed commits into clean single-purpose PRs. Enables launching subagents with isolated working directories that can work simultaneously without conflicts.

ai-agentsbashgit
0
7