Plan: Bundle Claude skills as distributable plugin#7
Open
brian-lai wants to merge 5 commits into
Open
Conversation
This commit initializes the execution phase for bundling the PARA-Programming Claude skills as a distributable plugin. The plan includes: - Creating a separate para-programming-plugin repository - Converting claude-skill/ to official Claude Code plugin format - Enabling installation via claude plugin install - Maintaining consistency with main documentation repo Plan details at context/plans/2025-12-18-claude-skill-plugin.md Branch: para/claude-skill-plugin 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update main documentation to highlight the new plugin: - Add plugin installation to quick start - Update platform comparison table - Add deprecation notice to claude-skill directory - Create DEPRECATED.md migration guide - Update README.md recommendations The plugin provides: - One-command installation - Automatic updates - Official Claude Code plugin structure - Better discoverability Migration guide available at claude-skill/DEPRECATED.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Major progress on plugin bundling: - Repository created and structured - Plugin manifest and hooks configured - v1.0.0 release published - Documentation updated and deprecation notices added Remaining: testing, CI/CD, and announcement 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updates: - Fix README.md quick start with correct /plugin commands - Update claude-skill/README.md with correct syntax - Update claude-skill/DEPRECATED.md migration guide - Change from 'claude plugin' to '/plugin' CLI syntax - Fix marketplace identifier to include full repo path Correct installation: /plugin marketplace add brian-lai/para-programming-plugin /plugin install para-programming@brian-lai/para-programming-plugin 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Changes: - Update plugin name from 'para-programming' to 'para-program' - Simplify command references throughout documentation - Update installation examples New installation: /plugin install para-program@brian-lai/para-programming-plugin New command pattern: /para-program:init, /para-program:plan, /para-program:execute, etc. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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.
Summary
This PR introduces a comprehensive plan to bundle the PARA-Programming Claude skills as a distributable plugin in a separate repository.
Key Changes
context/plans/2025-12-18-claude-skill-plugin.mdWhat This Plan Proposes
New Repository:
para-programming-plugin(separate from main docs)Plugin Structure:
Installation Flow:
Implementation Steps
The plan is organized into 8 phases:
claude-skill/to plugin formatBenefits
Open Questions
/para-install-globalcommand) recommendedpara-programming-pluginproposedNext Steps
Upon approval:
para-programming-pluginrepositoryTest plan
🤖 Generated with Claude Code