Zing Forum

Reading

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.

Claude Code插件市场智能体Git代码审查安全审计TYPO3代码重构开发者工具模块化
Published 2026-04-04 02:14Recent activity 2026-04-04 02:27Estimated read 7 min
AgentKit: Claude Code Modular Plugin Marketplace and Agent Skill Library
1

Section 01

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.

2

Section 02

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.

3

Section 03

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.

4

Section 04

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.

5

Section 05

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.

6

Section 06

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.

7

Section 07

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.

8

Section 08

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.