← all publishers

laurigates

@laurigates source repo

445 published skills · page 3 of 5

  1. Helm Release Management · laurigates bundle
    Manage Helm releases — install, upgrade, uninstall, list, inspect, history. Use when the user mentions deploying Helm charts, upgrading releases, or managing Kubernetes deployments.
    1
    install
  2. Eslint To Biome · laurigates
    Migrate JS/TS linting from ESLint+Prettier to Biome. Use when .eslintrc* or eslint.config.* exists and no biome.json is present.
    0
    installs
  3. Design By Contract · laurigates
    Design with explicit contracts — preconditions, postconditions, invariants, guard clauses. Use when designing a function/class, hardening a boundary, or adding assertions.
    0
    installs
  4. Infrastructure Terraform · laurigates bundle
    Terraform IaC: HCL, state management, modules, plan-apply workflows. Use when the user mentions Terraform, HCL, terraform plan/apply, tfstate, or IaC provisioning.
    1
    install
  5. MCP Server Authoring · laurigates bundle
    FastMCP authoring for Python MCP servers — tools, resources, prompts, TDD, release-please. Use when building or extending an MCP server, adding a tool/resource, or scaffolding a new server.
    1
    install
  6. Blueprint Autonomy Level3 · laurigates bundle
    Install blueprint autonomy level 3 (ADR-0020): scheduled-autorun + approved-work-order-execution GitHub workflows. Use when enabling out-of-band blueprint automation in a repo.
    1
    install
  7. Blueprint Story Reconcile · laurigates bundle
    Reconcile PRD requirements with a story-audit drift report. Use when marking PRD entries implemented/partial/missing, or promoting code-only stories into the PRD.
    1
    install
  8. Code Scaffold Backport · laurigates
    Back-port an instance fix into the generator that produced it — cookiecutter, scaffold, `new-*` recipe. Use when fixing, reviewing, or auditing a generated file.
    1
    install
  9. Comfyui Screenshot Pipeline · laurigates bundle
    Containerized README-screenshot pipeline (Docker + Playwright) for ComfyUI custom-node packs. Use when generating pack screenshots, adding `just screenshots`, or capturing modal/gesture node UI.
    1
    install
  10. Configure Instrumentation · laurigates bundle
    Observability instrumentation: OpenTelemetry traces/metrics, structured logging, Sentry. Use when wiring telemetry, tracing, or logging into a repo.
    1
    install
  11. Configure Worktreeinclude · laurigates
    Generate a .worktreeinclude so Claude Code copies gitignored env/secret/config files into new worktrees. Use when worktrees miss .env or local config.
    0
    installs
  12. Hooks Permission Request Hook · laurigates bundle
    Generate a PermissionRequest hook with auto-approve/deny rules. Use when needing a safer alternative to --dangerouslySkipPermissions tailored to your project stack.
    1
    install
  13. Design Deep Modules · laurigates
    Judge interface depth — deep modules hide complexity behind small interfaces. Use when designing a module/API, reviewing a class boundary, or reducing complexity.
    0
    installs
  14. Design Legacy Seams · laurigates
    Get legacy code under test before changing it — find seams, write characterization tests. Use when changing untested code, breaking dependencies, or taming legacy.
    0
    installs
  15. Attributes Route · laurigates
    Route to specialized agents (security, test, refactor, docs) based on codebase health attributes by severity. Use when the user has attribute data and wants automated remediation.
    1
    install
  16. Google Chat Formatting · laurigates bundle
    Convert Markdown to Google Chat formatting. Use when formatting messages for Google Chat or converting Markdown documents to Google Chat syntax.
    1
    install
  17. Configure Argocd Automerge · laurigates
    ArgoCD auto-merge: configure GitHub Actions for image-updater-** branches. Use when setting up argocd-automerge.yml or verifying PAT permissions.
    1
    install
  18. Configure Memory Profiling · laurigates
    Memory profiling with pytest-memray for Python. Use when setting up memory profiling, adding CI memory regression detection, or setting memory thresholds.
    1
    install
  19. Github Social Preview · laurigates
    Generate 1280x640 PNG social preview images for GitHub repos using nano-banana-pro. Use when asked for social preview, Open Graph image, or repo images for social media.
    1
    install
  20. Multi Model Delegation · laurigates bundle
    Multi-model design consults via PAL (kimi, glm, gemini, gpt). Use when asking other models to brainstorm a design or reconciling their split answers.
    1
    install
  21. Configure Integration Tests · laurigates bundle
    Integration testing: Supertest, pytest, Testcontainers. Use when setting up integration tests, creating docker-compose.test.yml, or separating from unit tests.
    1
    install
  22. Evaluate Context Engineering · laurigates bundle
    Context-engineering audit (C1-C6) of skills and always-loaded rules. Use when trimming context bloat, auditing a plugin, or after a new Claude model ships.
    0
    installs
  23. Foundryvtt Module Scaffold · laurigates bundle
    Scaffold a new FoundryVTT v13 module repo (Vite + TS + bun + biome, CI, release-please) with basic/app/libwrapper variants. Use when bootstrapping or init-ing a foundry module.
    1
    install
  24. Exclusive Lock Dispatch · laurigates
    Pre-dump-then-dispatch for tools holding an exclusive lock (Ghidra, migrations, single-writer caches). Use when fanning out parallel agents needing a non-concurrent resource.
    0
    installs
  25. Parallel Agent Dispatch · laurigates bundle
    Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or authoring a lead prompt.
    1
    install
  26. Attributes Collect · laurigates
    Collect codebase health attributes as structured JSON. Use when assessing project health before routing to specialized agents via attributes-route.
    1
    install
  27. Configure Package Management · laurigates bundle
    Package managers: uv (Python), bun (TypeScript). Use when setting up uv or bun, migrating from pip/npm/yarn/poetry/pipenv, or resolving lockfile conflicts.
    1
    install
  28. Configure Reusable Workflows · laurigates bundle
    Reusable GitHub Actions workflows for security, quality, accessibility. Use when adding OWASP/secret/code-smell scans or WCAG checks to PR pipelines.
    1
    install
  29. Custom Agent Definitions · laurigates bundle
    Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or configuring agent tools.
    0
    installs
  30. Docs Verify Machine Facts · laurigates
    Verify machine-read values (scutil, route, ifconfig, local config) against the authoritative IaC before publishing. Use when org docs quote DNS names, IPs, endpoints, or versions read off this host.
    0
    installs
  31. Github Workflow Auto Fix · laurigates bundle
    Set up automated CI fixing with Claude Code. Use when adding a workflow that analyzes failures, applies fixes, and files issues; pass --reusable for a multi-repo workflow_call template.
    1
    install
  32. Black To Ruff Format · laurigates
    Migrate Python formatting from black to ruff-format. Use when psf/black is in .pre-commit-config.yaml or [tool.black] exists in pyproject.toml.
    1
    install
  33. Agent CLI Worktree Safety · laurigates
    Data-loss invariants for a CLI that runs an agent SDK in a git worktree then force-removes it. Use when building or reviewing such a CLI, or when an agent run reports "no changes" after writing files.
    1
    install
  34. Execution Grounded Review · laurigates
    Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.
    0
    installs
  35. Blueprint Feature Tracker Sync · laurigates bundle
    Sync feature tracker with TODO.md, taskwarrior sidecars, and PRDs. Use when reconciling TODO.md vs tracker, draining WO entries, or recalculating stats.
    1
    install
  36. Attributes Dashboard · laurigates
    Codebase health dashboard with scores and severity for docs, testing, security, and CI/CD. Use when wanting a health overview or terminal-style summary with action suggestions.
    1
    install
  37. Ticket Drafting Guidelines · laurigates
    What/Why/How prose structure and neutral, positive register for issues, PR descriptions, and tickets. Use when wording a ticket body, tightening prose, or applying house tone.
    1
    install
  38. Version Badge Pattern · laurigates bundle
    Version badge UI showing build version, git commit, and changelog in a tooltip. Use when adding version visibility for support or debugging. Works with React, Vue, Svelte, and JS.
    1
    install
  39. Github Actions Cache Optimization · laurigates
    GitHub Actions cache analysis and optimization. Use when investigating cache bloat, finding stale caches, optimizing keys, or comparing cache usage across repos.
    1
    install
  40. Github Actions Inspection · laurigates bundle
    Failing step, stack trace, and test output from a completed GitHub Actions run; rerun failed jobs. Use when a CI check finished red and you need the error extracted from its log.
    1
    install
  41. Github Actions MCP Config · laurigates
    MCP server config for GitHub Actions — tool permissions, env vars, multi-server setups. Use when configuring MCP servers in GitHub Actions workflows.
    1
    install
  42. Design Diy Vs Dependency · laurigates
    Evaluate a transparent DIY reimplementation before depending on a heavy single-purpose tool — GUI wrapper, bundled runtime, unaudited or non-cross-platform binary. Use when a task is about to install such a tool, or when auditing an existing dependency for removal.
    0
    installs
  43. Workflow Preflight · laurigates bundle
    Pre-work validation before implementation. Use when starting an issue or fix to verify remote state, check for existing PRs, and detect branch conflicts before coding.
    1
    install
  44. Accessibility Implementation · laurigates bundle
    WCAG 2.1/2.2 compliance, ARIA patterns, keyboard nav, focus management, a11y testing. Use when implementing accessible components or user mentions WCAG/ARIA/screen readers.
    1
    install
  45. Blueprint Feature Tracker Status · laurigates
    Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start work.
    1
    install
  46. Components Version Badge · laurigates
    Version badge with build-info tooltip (version, commit, changelog). Use when adding version display to app header/footer for Next.js, Nuxt, SvelteKit, Vite, React, Vue, or Svelte.
    1
    install
  47. Claude Code Github Workflows · laurigates
    Claude Code GitHub Actions workflow patterns — PR reviews, issue triage, CI/CD integration. Use when creating or modifying workflows that integrate Claude Code.
    1
    install
  48. Github Actions Auth Security · laurigates bundle
    GitHub Actions auth and security for Claude Code — OIDC, AWS Bedrock, Vertex AI, secrets, permission scoping. Use when setting up workflow authentication or security.
    1
    install
  49. Workflow Wave Dispatch · laurigates
    Sequential-wave dispatch for multi-agent work with cross-task dependencies. Use when planning multi-step work, fixing parallel-dispatch order, or gating waves on verification.
    1
    install
  50. Workflow Checkpoint Refactor · laurigates
    Multi-phase refactoring with checkpoint files that survive context limits. Use when refactoring spans 10+ files, needs phased rollout, or risks running out of context mid-session.
    1
    install
  51. Workflow Verify Before Filing · laurigates bundle
    Verify accumulated bug claims at upstream HEAD and dedup against trackers before filing issues. Use when filing upstream reports from backlogs, audit docs, or git-history findings.
    1
    install
  52. Ground Response · laurigates
    Citation-backed responses with direct quotes from source documents. Use when analyzing long docs, answering codebase/spec questions, or when response accuracy is critical.
    1
    install
  53. Vault Wikilinks · laurigates
    Broken Obsidian wikilink detection and repair. Use when fixing `[[Target]]` links, rewriting renamed-note refs, or resolving Zettelkasten/work-namespace paths.
    1
    install
  54. Changelog Review · laurigates bundle
    Claude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.
    1
    install
  55. Project Continue · laurigates
    Next task from the feature tracker and PRDs, then implement it. Use when resuming coding in a blueprint project, picking the next tracker task, or resuming a TDD cycle after a break.
    1
    install
  56. Vulture Dead Code · laurigates bundle
    Vulture and deadcode tools for detecting unused Python code (functions, classes, imports). Use when cleaning up codebases or removing dead code. Triggers vulture, deadcode.
    1
    install
  57. Task Release · laurigates
    Release a taskwarrior task without closing it — stops +ACTIVE clock and annotates state for handoff. Use when pausing mid-task, handing off to another agent, or aborting cleanly.
    1
    install
  58. Tfc Run Status · laurigates
    Terraform Cloud run status with resource counts and actions. Use when polling a run, checking pass/fail, or seeing if it can be applied or canceled. Requires TFE_TOKEN.
    1
    install
  59. Mutation Testing · laurigates bundle
    Mutation testing with Stryker (TS/JS) and mutmut (Python). Use when finding weak tests that pass on mutated code, or improving test quality through mutation analysis.
    1
    install
  60. Jq JSON Processing · laurigates
    jq JSON processing: query, filter, transform JSON. Use when parsing JSON files, filtering arrays/objects, transforming structures, or extracting fields from JSON.
    1
    install
  61. Yq YAML Processing · laurigates bundle
    yq YAML processing: query, filter, transform YAML. Use when parsing configs, modifying Kubernetes manifests or GitHub Actions workflows, or transforming YAML.
    1
    install
  62. Biome Tooling · laurigates bundle
    Biome all-in-one JS/TS formatter and linter, 15-20x faster than ESLint/Prettier. Use when setting up formatting/linting or migrating from ESLint+Prettier.
    1
    install
  63. Meta Audit · laurigates
    Audit Claude subagent configs for completeness, security, and best practices. Use when reviewing agents/ for missing frontmatter, overprivileged tools, or bad model choices.
    1
    install
  64. Blueprint Rules · laurigates
    Manage modular rules in .claude/rules/ with path-specific globs. Use when adding or listing rules, syncing with CLAUDE.md, or validating path frontmatter.
    1
    install
  65. Comfy Image Utils · laurigates
    ComfyUI non-inference image ops: resize/crop/pad/tile/batch/mask utilities, plus image-to-text captioners (Florence-2, WD14, BLIP, DeepDanbooru). Use when manipulating images or generating captions/tags in a workflow.
    1
    install
  66. Configure Tests · laurigates bundle
    Test frameworks: Vitest, Jest, pytest, cargo-nextest. Use when setting up test infrastructure, migrating to a modern framework, or validating coverage config.
    0
    installs
  67. Go Feature Flag · laurigates bundle
    GO Feature Flag (GOFF) self-hosted feature flags with OpenFeature integration — config, relay proxy, targeting, rollouts. Use when working with GOFF or flags.goff.yaml.
    1
    install
  68. Evaluate Improve · laurigates bundle
    Suggest improvements to SKILL.md content, descriptions, or tool config from eval results. Use when raising pass rates, fixing triggering, or iterating on a skill after evaluation.
    0
    installs
  69. Feedback Session · laurigates
    Analyze session for skill feedback and create GitHub issues. Use when a skill gave wrong guidance, a command failed, you found a better pattern, or a skill worked well.
    0
    installs
  70. Git Repo Delete Check · laurigates
    Verify a repo's work survives deletion — remote, unpushed commits, stashes — then offer a push or tar backup. Use when asked to rm -rf, delete, or prune a git checkout.
    1
    install
  71. Health Skill Audit · laurigates bundle
    Audit skill tree for overlap, split-pressure, and consolidation candidates. Use when finding confusing skill clusters or surfacing REFERENCE.md extraction candidates.
    1
    install
  72. Hooks Configuration · laurigates bundle
    Claude Code hooks configuration and development. Use when the user mentions hooks, PreToolUse, PostToolUse, SessionStart, SubagentStart, PermissionRequest, or TaskCompleted.
    1
    install
  73. Helm Debugging · laurigates bundle
    Debug Helm failures — template errors, dry-run, YAML parse errors, value type errors, resource conflicts. Use when the user mentions Helm errors or template rendering issues.
    1
    install
  74. Search Discovery · laurigates
    Obsidian vault search: full-text/grep, tag listing, link traversal, outline, orphan/dead-end detection, broken wikilink audit. Use when exploring backlinks.
    1
    install
  75. Vault Management · laurigates
    Obsidian vault inspection and cross-vault routing via `vault=` prefix. Use when checking vault info (path, size, file count) or targeting a non-active vault.
    1
    install
  76. Project Discovery · laurigates bundle
    Project orientation for unfamiliar codebases. Use when entering a new project, exploring unknown repos, or working on shaky assumptions about build, test, lint, or CI setup.
    1
    install
  77. Project Test Loop · laurigates bundle
    Test-fix-refactor loop that edits code between runs until the suite is green, bounded by --max-cycles. Use when asked to make failing tests pass or drive a TDD RED/GREEN/REFACTOR cycle.
    1
    install
  78. Python Development · laurigates bundle
    Core Python development idioms and language features (3.10+). Use when mentioning Python, type hints, or async. For scripts see uv-run; for project setup see uv-project-management.
    1
    install
  79. Uv Python Versions · laurigates bundle
    Install and manage Python interpreter versions with uv. Use when the user mentions installing Python versions, .python-version, uv python, or managing CPython/PyPy.
    1
    install
  80. Uv Tool Management · laurigates bundle
    Install and manage global Python CLI tools with uv (pipx alternative). Use when the user mentions uv tool, uvx, installing CLI tools globally, or pipx replacement.
    1
    install
  81. Mockito HTTP Mocking · laurigates
    mockito HTTP mocking for Rust integration tests: expectation semantics, mock matching order, and taming polling clients against instant mock servers. Use when mocking an HTTP API in Rust tests, when a wait-until-matched loop hangs, or when tests pass alone but hang under concurrent load.
    1
    install
  82. Task Bulk Ops · laurigates
    Batch taskwarrior operations without the ID-renumbering and stdin foot-guns. Use when closing/triaging/modifying many tasks in one pass, bulk `task done` loops, or scripting task queries.
    1
    install
  83. Bun Publishing · laurigates
    Publish npm packages built with Bun: package.json config, CLI tool packaging, provenance signing, release automation. Use when setting up `publishConfig`/`files`/`bin`, packaging a CLI, enabling `--provenance`, or wiring release-please.
    1
    install
  84. Knip Dead Code · laurigates bundle
    Knip dead-code detector for JS/TS: unused files, deps, exports, types. Use when cleaning up codebases, finding dead exports, or enforcing dependency hygiene in CI.
    1
    install
  85. Agent Teams · laurigates bundle
    Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.
    1
    install
  86. Blueprint Status · laurigates
    Show blueprint version, config, PRD/ADR/PRP counts, and feature tracker progress. Use when auditing traceability, orphan docs, or stale generated content.
    1
    install
  87. Document Linking · laurigates
    Unified ID system for PRDs, ADRs, PRPs, and GitHub issues with bidirectional links. Use when linking docs, finding orphans, auto-assigning IDs, or validating cross-doc references.
    0
    installs
  88. Code Refactor · laurigates
    Refactor toward pure functions, immutability, composition. Use when extracting pure functions, removing side effects, replacing loops with map/filter/reduce, or separating I/O.
    1
    install
  89. Comfy Conditionals · laurigates
    ComfyUI predicate/boolean nodes: compare, AND/OR/XOR/NOT, ternary, null/empty/type probes, ExecutionBlocker. Use when forming the boolean that drives a workflow switch or blocker.
    1
    install
  90. Comfy Flow Control · laurigates
    ComfyUI routing nodes: typed switches, index switches, broadcast (Anything Everywhere), pipe/context bundles, for/while loops, ExecutionBlocker gates. Use when wiring where a signal routes in a workflow.
    1
    install
  91. Comfy Math Strings · laurigates
    ComfyUI compute/string nodes: constants, sliders, math expressions, string concat/split/replace/regex, type conversion, JSON/list utilities. Use when computing a value or assembling a string in a workflow.
    1
    install
  92. Blog Post · laurigates
    Create a blog post via guided prompts with git context auto-populated. Use when writing a quick update, retrospective, tutorial, deep dive, or devlog entry.
    1
    install
  93. Deadbranch · laurigates
    deadbranch CLI for stale-branch cleanup — dry-run preview, TUI or non-interactive delete, protects main/develop/WIP. Use when asked to clean up branches, prune branches, or remove stale branches.
    0
    installs
  94. Git API Pr · laurigates
    GitHub API PR creation without local git. Use when submitting file changes as a PR without local commits — quick fixes, typos, config updates, or bypassing local git state.
    1
    install
  95. Git Commit · laurigates bundle
    Create commits with conventional messages and issue references. Use when user says "commit", "save changes", or "stage and commit". Local commits only — see git-push for remote.
    1
    install
  96. Git Fix Pr · laurigates
    Failing PR checks — reproduce locally, patch the code, push the fix. Use when asked to fix a PR, resolve red CI, or auto-fix lint/test failures.
    1
    install
  97. Git Triage · laurigates bundle
    Backlog sweep over open issues and PRs — staleness, cross-links, close/merge recommendations, no code changes. Use when grooming the backlog, deciding what to close, or pre-release cleanup.
    1
    install
  98. Bases · laurigates
    Obsidian Bases (database-over-notes): list base files/views, create items, run view queries with json/csv/tsv/md output. Use when user mentions Bases or .base files.
    1
    install
  99. Tasks · laurigates
    Obsidian tasks via CLI: list open tasks, create tasks, mark complete. Use when user mentions Obsidian tasks, todos, checklists, or completion.
    1
    install
  100. API Testing · laurigates bundle
    HTTP API testing with Supertest (TS) and httpx/pytest (Python). Use when the user mentions API testing, Supertest, httpx, REST/GraphQL validation, or HTTP response errors.
    1
    install