Restructure as single Claude Code plugin (v2.2.0)#1
Merged
laird merged 1 commit intoOct 25, 2025
Merged
Conversation
Major restructuring to comply with Claude Code plugin schema: ## Changes ### Plugin Structure - Consolidated 6 separate plugins into single `agent-protocols` plugin - Added proper schema references ($schema fields) - Created unified plugin.json at .claude-plugin/ - Updated marketplace.json for single plugin distribution ### Commands (10 protocols) - Converted all protocols/ markdown files to commands/ with frontmatter - Added name and description fields to each command - Commands now available as slash commands in Claude Code ### Agents (6 specialists) - Converted YAML agent definitions to markdown format - Created agents_md/ directory with proper frontmatter - Preserved full YAML content in markdown code blocks - Agents: tester, coder, architect, security, documentation, coordinator ### Documentation - Updated README with new structure and installation instructions - Clarified plugin vs. git clone usage methods - Added v2.2.0 to version history - Maintained backward compatibility with original YAML files ### Compatibility - Now compatible with Claude Code plugin system - Proper directory structure: commands/, agents_md/, .claude-plugin/ - Schema-compliant plugin.json and marketplace.json - Removed obsolete plugin subdirectories ## Installation ```bash claude plugin marketplace add "https://raw.githubusercontent.com/laird/agents/main/.claude-plugin/marketplace.json" claude plugin install agent-protocols@agent-protocols-marketplace ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Major restructuring to comply with Claude Code plugin schema:
Changes
Plugin Structure
agent-protocolspluginCommands (10 protocols)
Agents (6 specialists)
Documentation
Compatibility
Installation
claude plugin marketplace add "https://raw.githubusercontent.com/laird/agents/main/.claude-plugin/marketplace.json" claude plugin install agent-protocols@agent-protocols-marketplace🤖 Generated with Claude Code