fix(kv-skills):reorg, group and update skills, add initial page design audit skill#833
Merged
Merged
Conversation
dyersituations
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request expands the Kiva skills plugin system by introducing two new plugin categories—
kiva-design-to-codeandkiva-skill-builder-utils—and updates the documentation and marketplace files to reflect these additions. It also refines the descriptions and documentation for the existingkiva-design-systemplugin, clarifying its purpose and improving cross-references to related skills.Marketplace and Plugin Structure Updates:
kiva-design-to-codeandkiva-skill-builder-utilsas new plugin categories in both.agents/plugins/marketplace.jsonand.claude-plugin/marketplace.json, making them available for installation and use. [1] [2]@kiva/kv-skills/README.mdto document the new plugin categories, their purposes, and to clarify the structure of the plugin folders. [1] [2]Design System Plugin Enhancements:
kiva-design-systemplugin manifests for both Claude and Codex, focusing the messaging on using the design system and updating to version 0.2.0. [1] [2]@kiva/kv-skills/design-system/README.mdto clarify the plugin's role as the entry point for using the design system, and to direct users to the new plugins for code migrations and skill-authoring tooling. [1] [2] [3]Documentation Improvements and Cross-References:
kiva-design-to-codeplugin and itskiva-tailwind-cssskill, improving clarity on where to find implementation details and setup instructions. [1] [2] [3] [4] [5] [6] [7]