Find the perfect skill
Reference Architectures for Lindy AI Agents
Development
Reference architectures for integrating Lindy AI agents into applications. Covers webhooks, event-driven pipelines, and multi-agent patterns.
Create an Agent Skill
Development
Guide to create a new Agent Skill for coding agents, covering structure, format, and design principles.
Before/After Screenshot Capture
Development
Captures before/after screenshots of web pages or elements for visual comparison. Use for PR screenshots, visual diffs, or documenting UI changes.
Create Signed Commit
Development
Creates a signed commit in a local Git repository, automatically creating a new branch if on main or master. Automatically stages all changes and generates a descriptive commit message based on the types of files modified (e.g., skills, documentation, workflows). Requires GPG signing to be configured and will fail if not.
Create git worktree in worktree/ subdirectory
Development
Creates a git worktree in the worktree/ subdirectory for a new branch, pulls latest master, and initializes submodules.
Pulumi Registry Tools
Development
Lists all available Claude Code commands for the Pulumi Registry, grouped by category.
Worktree Setup
Development
Automatically set up data directory structure after creating a new git worktree. Creates shared symlink and local directory.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by analyzing and fixing type issues, looping until zero errors or stagnation.
Fix broken links
Development
Fixes broken links reported by the daily link checker. Reads .broken-links.json, triages each link to a fix strategy (alias, S3 redirect, source edit, exclusion, or out-of-scope issue), and opens an auditable PR.
Angular Spec Auditor
Development
Independently audit Angular component spec files against project migration guidelines, enforcing type safety, DOM query best practices, and proper test structure.
Pull Request Creation
Development
Creates a pull request after full verification: rebase, push, and PR generation with summary and test plan.
Review Skill
Development
Review a skill under .ai/skills/ for clarity, trigger quality, and maintainability.