kyosei
v3.6.0Code review for PRs or local changes. Covers code quality, dependency updates, performance, test coverage, documentation accuracy, and security.
By ncaqLicense: Apache-2.03 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kyosei@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ncaq/konokaClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kyosei/.
Plugin files
├── .claude-plugin/plugin.json├── skills/code-quality-reviewer/SKILL.md├── skills/dependency-reviewer/SKILL.md├── skills/documentation-reviewer/SKILL.md├── skills/kyosei/SKILL.md├── skills/performance-reviewer/SKILL.md├── skills/security-reviewer/SKILL.md└── skills/test-reviewer/SKILL.md
Included Skills7
Use when you need to review code for quality, maintainability, and adherence to best practices. Examples: - After implementing a new feature or function - When refactoring existing code - Before committing significant changes - When uncertain about code quality
Review dependency changes and impact. Use when analyzing PR dependency additions, removals, and version changes.
Use when you need to verify that code documentation is accurate, complete, and up-to-date. Use this skill after: - Implementing new features that require documentation updates - Modifying existing APIs or functions - Completing a logical chunk of code that needs documentation review - Preparing code for review/release
Code review for PRs or local changes. Covers code quality, dependency updates, performance, test coverage, documentation accuracy, and security. Use when reviewing PRs, checking code quality, or running comprehensive code reviews.
Use when you need to analyze code for performance issues, bottlenecks, and resource efficiency. Examples: - After implementing database queries or API calls - When optimizing existing features - After writing data processing logic - When investigating slow application behavior - When completing code that involves loops, network requests, or memory-intensive operations
Use when you need to review code for security vulnerabilities, input validation issues, or authentication/authorization flaws. Examples: - After implementing authentication logic - When adding user input handling - After writing API endpoints that process external data - When integrating third-party libraries The skill should be invoked proactively after completing security-sensitive code sections like login systems, data validation layers, or permission checks.
Use when you need to review testing implementation and coverage. Examples: After writing a new feature implementation, use this skill to verify test coverage. When refactoring code, use this skill to ensure tests still adequately cover all scenarios. After completing a module, use this skill to identify missing test cases and edge conditions.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "kyosei",
"version": "3.6.0",
"description": "Code review for PRs or local changes. Covers code quality, dependency updates, performance, test coverage, documentation accuracy, and security.",
"dependencies": [
"research"
],
"author": {
"name": "ncaq",
"email": "[email protected]",
"url": "https://github.com/ncaq"
},
"homepage": "https://github.com/ncaq/konoka/tree/master/plugins/kyosei",
"repository": "https://github.com/ncaq/konoka",
"license": "Apache-2.0",
"keywords": [
"dependencies",
"documentation",
"performance",
"quality",
"review",
"security",
"test"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kyosei on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kyosei)