JensAstrup/claude-plugin-marketplace
Plugin Claude Code
A collection of plugins for Jens' projects.
JensAstrup/claude-plugin-marketplace
Plugin Claude Code
A collection of plugins for Jens' projects.
JensAstrup/claude-plugin-marketplace
Instructions file
Claude Code instructions for JensAstrup/claude-plugin-marketplace, covering claude.md, project overview, repository structure, plugin versioning and skills.
JensAstrup/claude-plugin-marketplace
Plugin Claude Code
Run linter and write or update tests for staged/unstaged changes or branch changes.
JensAstrup/claude-plugin-marketplace
Skill Claude CodeCodex
Run linter on all staged and unstaged changes and fix all warnings/errors. Use when the user asks to lint their changes, run the linter and fix errors, fix lint issues in staged files, or check changes for lint warnings.
JensAstrup/claude-plugin-marketplace
Skill Claude CodeCodex
Create or update tests to reflect code changes. Use when the user asks to write tests for their changes, generate tests for a branch, ensure test coverage before merging a PR, or update existing tests to match code modifications.
JensAstrup/claude-plugin-marketplace
Plugin Claude Code
Specialized agents for exploring and understanding codebases - analyze implementations, locate files, and find patterns.
JensAstrup/claude-plugin-marketplace
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
JensAstrup/claude-plugin-marketplace
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
JensAstrup/claude-plugin-marketplace
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
JensAstrup/claude-plugin-marketplace
Plugin Claude Code
Resolve PR review comments by implementing requested changes.
JensAstrup/claude-plugin-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "address PR comments", "fix review feedback", "resolve PR review comments", "handle code review suggestions", or "implement reviewer-requested changes". Examples: "Address the PR review comments", "Fix the review feedback on my PR", "Resolve the comments on my pull…