getty104
01getty104/claude-code-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: base-tools.
getty104/claude-code-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: base-tools.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A step-by-step helper for increasing a plugin's patch version, the last number in a version such as 1.2.3.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Create a new sub-agent definition file (agents/.md) for the Claude Code plugin. Use this skill when the user wants to add a new specialized agent, define a new agent type, or create an agent that handles a specific domain of tasks. Trigger whenever the user mentions creating, adding, or defining a new agent or…
getty104/claude-code-marketplace
Instructions file
Project instructions for maintaining and testing the claude-code-marketplace repository, which lists Claude Code plugins.
getty104/claude-code-marketplace
Plugin Claude Code
This is a getty104's base tool set.
getty104/claude-code-marketplace
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
getty104/claude-code-marketplace
MCP server Claude CodeCodexCursor +2
Next.js development tools MCP server with stdio transport. Runs locally from the next-devtools-mcp npm package.
getty104/claude-code-marketplace
MCP server Claude CodeCodexCursor +2
Add components to your apps. Runs locally from the shadcn npm package.
getty104/claude-code-marketplace
Agent
An agent for implementing front-end interfaces from designs using an existing design system and its components. A front end is the part of an application that users see and interact with.
getty104/claude-code-marketplace
Agent
Use this agent when the user has a general request that doesn't fit into a specific specialized agent's domain, or when the task requires broad problem-solving capabilities across multiple areas. This agent should be used as a fallback for diverse tasks including:\n\n \nContext: User needs help with a task that…
getty104/claude-code-marketplace
Agent
Use this agent for simple, well-defined, single-step tasks where speed and cost-efficiency matter more than deep reasoning. Ideal for mechanical operations like file lookups, simple text transformations, straightforward code reads, or quick answers that don't require multi-step planning or complex judgment. This is…
getty104/claude-code-marketplace
Agent
An agent for editing Pencil .pen design files from written instructions. Pencil is a design tool that stores editable interface layouts in .pen files.
getty104/claude-code-marketplace
Agent
An agent for breaking tasks, feature requests, or vague ideas into clear requirements and TODO items with dependencies.
getty104/claude-code-marketplace
Hook
Runs when a session starts, executing setup-worktree.sh with --prune (2 commands). From getty104/claude-code-marketplace.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A skill for answering questions about GitHub issues. A GitHub issue is a project record used to discuss a bug, task, or question.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A skill for turning a request into requirements and a TODO list, then creating each task as a GitHub issue.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A skill for checking Dependabot pull requests. Dependabot is a service that proposes dependency updates, and a pull request is a reviewable code change.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool for checking current information and usage guidance for software libraries such as Next.js and shadcn. A software library is reusable code that helps build an application.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool for committing code changes to Git and sending them to a remote repository. Git records code history, while a remote repository is the shared copy hosted elsewhere.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Create an aggregated Epic PR from a cc-epic- branch to the default branch. Takes the Epic Issue number as argument, assumes sub-PRs have already been merged into the epic branch, and automatically generates the PR title and description from the commit log against the base branch (including sub-PR / sub-Issue…
getty104/claude-code-marketplace
Skill Claude CodeCodex
Re-analyze an existing GitHub Issue using its current title and body as input, refresh the implementation plan against the latest code state, and update the Issue in place. Use this when the user provides an Issue number (numeric, #-prefixed, or Issue URL) and wants to regenerate the Explore-based analysis. For…
getty104/claude-code-marketplace
Skill Claude CodeCodex
Create an implementation plan and a GitHub Issue based on the task description provided as an argument. Use this when the user supplies a natural-language task description (not an issue number) and wants a new implementation-ready Issue. If the input is an existing issue number, use create-issue-from-issue-number…
getty104/claude-code-marketplace
Skill Claude CodeCodex
A workflow for creating a GitHub pull request from completed code changes. A pull request is a proposal to merge one branch's changes into another branch for review.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A workflow for planning how to resolve code-review feedback, including initial checks and information gathering. Code-review feedback consists of requested changes or questions about a pull request.