Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.89 KB

File metadata and controls

68 lines (48 loc) · 1.89 KB

Quick Start: Publish Your Plugin in 5 Minutes

TL;DR

# 1. Create GitHub repo at: https://github.com/new
# Name: edmunds-claude-code
# Visibility: Public

# 2. Push your code
cd ~/Documents/GitHub/edmunds-claude-code
git remote add origin https://github.com/edmund-io/edmunds-claude-code.git
git push -u origin main

# 3. Share with others
# Installation commands:
# /plugin marketplace add edmund-io/edmunds-claude-code
# /plugin install edmunds-claude-code

What You Have

14 Slash Commands

  • Development: /new-task, /code-explain, /code-optimize, /code-cleanup, /feature-plan, /lint, /docs-generate
  • API: /api-new, /api-test, /api-protect
  • UI: /component-new, /page-new
  • Supabase: /types-gen, /edge-function-new

11 AI Agents

  • Architecture: tech-stack-researcher, system-architect, backend-architect, frontend-architect, requirements-analyst
  • Code Quality: refactoring-expert, performance-engineer, security-engineer
  • Documentation: technical-writer, learning-guide, deep-research-agent

Repository Location

~/Documents/GitHub/edmunds-claude-code/

Next Steps

  1. Read PUBLISHING.md - Full step-by-step guide
  2. Create GitHub Repo - https://github.com/new
  3. Push Code - See commands above
  4. Test Installation - /plugin install edmund-io/edmunds-claude-code
  5. Share - Post on social media, submit to marketplaces

Installation Commands (for users)

# Step 1: Add marketplace
/plugin marketplace add edmund-io/edmunds-claude-code

# Step 2: Install plugin
/plugin install edmunds-claude-code

Your Plugin URL (after publishing)

https://github.com/edmund-io/edmunds-claude-code

Need Help?


You're ready to publish! 🚀