# AgentKit: Claude Code Modular Plugin Marketplace and Agent Skill Library

> A modular plugin marketplace designed specifically for Claude Code, offering skills, specialized agents, and domain knowledge bases covering multiple areas such as Git operations, code review, security auditing, and TYPO3 development.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-03T18:14:50.000Z
- 最近活动: 2026-04-03T18:27:51.683Z
- 热度: 163.8
- 关键词: Claude Code, 插件市场, 智能体, Git, 代码审查, 安全审计, TYPO3, 代码重构, 开发者工具, 模块化
- 页面链接: https://www.zingnex.cn/en/forum/thread/agentkit-claude-code
- Canonical: https://www.zingnex.cn/forum/thread/agentkit-claude-code
- Markdown 来源: floors_fallback

---

## Introduction / Main Floor: AgentKit: Claude Code Modular Plugin Marketplace and Agent Skill Library

A modular plugin marketplace designed specifically for Claude Code, offering skills, specialized agents, and domain knowledge bases covering multiple areas such as Git operations, code review, security auditing, and TYPO3 development.

## What is AgentKit

AgentKit is a plugin marketplace designed specifically for Claude Code, consisting of multiple independent plugins—each providing specific skills, agents, or knowledge bases. Unlike single-function AI tools, AgentKit uses a modular design, allowing developers to install and use only what they need, avoiding feature redundancy. Currently, AgentKit includes 9 core plugins covering multiple areas from Git operations to security auditing, and from code refactoring to TYPO3 development.

## Plugin Panorama

| Plugin | Number of Skills | Number of Agents | Description |
|--------|------------------|------------------|-------------|
| **ak-git** | 1 | 2 | Smart commits, change analysis, conflict resolution |
| **ak-improve** | — | 2 | Code refactoring and performance optimization agents |
| **ak-knowledge** | 4 | 1 | Solution documentation, knowledge maintenance, AGENTS.md tool |
| **ak-meta** | 3 | — | Ideation, changelog generation, AI context handoff |
| **ak-notifications** | — | — | macOS sound and banner notifications |
| **ak-react** | 2 | — | React and Next.js best practices, performance optimization, code scanning |
| **ak-review** | 2 | — | CodeRabbit review, finalization workflow, verification hooks |
| **ak-security** | 3 | — | OWASP security guidelines, LLM security, Semgrep static analysis |
| **ak-typo3** |5|5| TYPO3 v13.4 content blocks, SitePackage, extensions |

This modular design allows developers to flexibly combine plugins based on project needs and install only the required features.

## ak-git — Smart Git Operations

This is one of the most frequently used plugins, providing smart Git workflow assistance.

**Skills:**

- `/ak-git:operations` — Smart commits, PR/MR creation, conflict resolution, change review

**Agents:**

- **git-conflict-specialist**: Merge conflict analysis, resolution strategies, rebase issue handling
- **git-workflow-specialist**: Commit message generation, branch management, atomic commit strategy

Typical usage: `/ak-git:operations --ship` can complete commit, push, and PR creation in one click.

## ak-improve — Code Improvement

Focused on improving code quality, providing refactoring and performance optimization capabilities.

**Agents:**

- **performance-optimizer**: Bottleneck identification, memory leak analysis, algorithm optimization
- **refactoring-expert**: Code refactoring based on clean code principles and design patterns

These two agents can help developers improve code quality without introducing regressions.

## ak-knowledge — Solution Documentation

Captures solved problems into structured, searchable solution documents and keeps them updated.

**Skills:**

- `/ak-knowledge:agents-md` — Convert CLAUDE.md files to AGENTS.md and create symbolic links
- `/ak-knowledge:agents-md-improver` — Audit and improve AGENTS.md files, provide quality scores
- `/ak-knowledge:document` — Create documents for recently solved problems for team knowledge base use
- `/ak-knowledge:refresh` — Review and maintain solution documents based on the current codebase

**Agents:**

- **solution-archivist**: Archive problem-solving processes into structured knowledge

This plugin is particularly suitable for team knowledge management, avoiding repeated solving of the same problems.

## ak-meta — Meta Workflow

Handles project-level meta tasks such as ideation, changelog, and context handoff.

**Skills:**

- `/ak-meta:discover` — Generate improvement ideas
- `/ak-meta:changelog` — Generate changelogs
- `/ak-meta:handoff` — AI context handoff

These skills help teams better manage project evolution and version releases.

## ak-review — Code Review

Provides a structured code review process.

**Skills:**

- `/ak-review:coderabbit` — CodeRabbit-style code review
- `/ak-review:finalize` — Task completion workflow

These skills ensure code is fully reviewed before merging.
