بنقرة واحدة
plugin-release
Swap bryllen plugin marketplace back to GitHub after local testing is complete
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Swap bryllen plugin marketplace back to GitHub after local testing is complete
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | plugin-release |
| description | Swap bryllen plugin marketplace back to GitHub after local testing is complete |
One command to swap EVERYTHING back to GitHub — plugin AND npm package. Run this after pushing your changes to main.
Ask the user for the consumer project path if not known. Default: ../bryllen-projects
Swap the plugin marketplace back to GitHub:
CLAUDECODE= claude plugin marketplace remove bryllen 2>/dev/null || true
CLAUDECODE= claude plugin marketplace add madebynoam/bryllen
CLAUDECODE= claude plugin install bryllen@bryllen 2>/dev/null || CLAUDECODE= claude plugin update bryllen@bryllen
Swap the npm package in the consumer project back to GitHub:
cd <consumer-project-path>
rm -rf node_modules/bryllen
npm install github:madebynoam/bryllen
Verify:
grep "bryllen" <consumer-project-path>/package.json
Should show "bryllen": "github:madebynoam/bryllen" (not file:).
Tell the user:
Start (or restart) the Bryllen dev server
Create a new design project and start designing
Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. ~100ms per command. Use when you need to test a feature, verify a deployment, dogfood a user flow, or file a bug with evidence.
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Three modes: SCOPE EXPANSION (dream big), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials).
Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations.
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary. For report-only mode, use /qa-only.