lambda-curry/devagent
Skill Claude CodeCodexCursor
Create new slash commands for DevAgent workflows. Use when you need to create a new command file in .agents/commands/ and symlink it to .cursor/commands/ for Cursor IDE integration. This skill handles the complete command creation workflow including file generation, symlink creation, and structure validation.
lambda-curry/devagent
Skill Claude CodeCodexCursor
Work with git worktrees and workspaces for concurrent development. Use when: (1) Creating new workspaces with \git worktree add\, (2) Listing existing worktrees with \git worktree list\, (3) Removing worktrees with \git worktree remove\, (4) Pruning stale worktree metadata with \git worktree prune\, (5) Managing…
lambda-curry/devagent
Skill Claude CodeCodexCursor
Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, and workflows. Use when: (1) Reading PR details, diffs, or metadata, (2) Listing or filtering PRs and issues, (3) Creating PR comments or linking to issues, (4) Checking CI status or mergeability, (5) Extracting issue references from PR…
lambda-curry/devagent
Skill Claude CodeCodexCursor
Use Linear MCP server functions to interact with Linear issues, projects, teams, and comments. Use when: (1) Fetching issue requirements and acceptance criteria from Linear, (2) Validating PR changes against Linear issue requirements, (3) Creating or updating Linear issues and comments, (4) Checking issue status…
lambda-curry/devagent
Skill Claude CodeCodexCursor
Review pull requests by integrating GitHub operations with Linear issue tracking. Use when: (1) Validating PR changes against Linear issue requirements, (2) Checking if PR addresses all acceptance criteria from Linear issues, (3) Creating comprehensive PR reviews that link code changes to project requirements, (4)…
lambda-curry/devagent
Skill Claude CodeCodexCursor
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
lambda-curry/devagent
Skill Claude CodeCodexCursor
Post-checkout git hook for automatic worktree setup. Use when: (1) Setting up automatic configuration for new git worktrees, (2) Creating post-checkout hooks that detect new worktrees and run setup tasks, (3) Configuring worktrees to automatically copy env files and install dependencies.
lambda-curry/devagent
Skill Claude CodeCodex
Use ai-rules CLI to manage and synchronize AI coding rules across multiple AI assistants (Cursor, Claude Code, GitHub Copilot, Opencode, etc.). Use when: (1) Setting up ai-rules in a new project, (2) Updating AI coding guidelines and best practices, (3) Generating platform-specific rule files from source, (4) Checking…
lambda-curry/devagent
Skill Claude CodeCodex
Use CodeRabbit CLI to perform automated code review and iterative improvement in an AI agent workflow. Use when: (1) After generating non-trivial code (new features, refactors, algorithms), (2) Improving code quality, maintainability, or readability before submission, (3) Validating code changes against best…