{
  "markdown": "# Nucleus360 — Claude Code Plugins\n\nProduction-grade engineering standards and release protocols for Claude Code. Built for teams where code quality is non-negotiable.\n\n## Plugins\n\n| Plugin | Description | Install |\n|--------|-------------|---------|\n| **[n360-engineering](plugins/n360-engineering/)** | Zero-defect engineering standard. Session discipline, TDD, investigation protocol, circuit breakers, security baselines, performance targets, rollback playbooks. | `/plugin install n360-engineering@n360-marketplace` |\n| **[n360-app-release](plugins/n360-app-release/)** | 19-phase mobile app release testing protocol with priority classification, failure protocols, and post-deploy verification. | `/plugin install n360-app-release@n360-marketplace` |\n\n## Quick Start\n\n```bash\n# In Claude Code, add the marketplace\n/plugin marketplace add JPVT1977/n360-marketplace\n\n# Install one or both plugins\n/plugin install n360-engineering@n360-marketplace\n/plugin install n360-app-release@n360-marketplace\n\n# Restart Claude Code — plugins activate automatically\n```\n\n## Why These Exist\n\nAI coding agents are fast but undisciplined. They skip tests, ignore errors, commit broken code, and lose context mid-session. These plugins fix that by enforcing the practices that experienced engineers follow instinctively.\n\nThe engineering standard was born from building platforms that protect people in emergencies. The release protocol was born from the reality that App Store rejections and production crashes are preventable — if you run the right checks in the right order.\n\n## Philosophy\n\n- **Rules, not suggestions.** If something matters, it's enforced, not recommended.\n- **Evidence over claims.** \"It should work\" is not acceptable. Prove it works.\n- **No wasted tokens.** Circuit breakers stop spinning. Handoffs preserve context. Sessions start where the last one left off.\n- **Test before code.** TDD enforcement with built-in rebuttals for every excuse to skip it.\n- **Designed for solo developers and small teams.** One person running multiple projects needs consistency more than anyone.\n\n## Built By\n\n[Nucleus360](https://nucleus360.com.au) — Engineering consultancy based in Melbourne, Australia. We build safety-critical platforms, mobile applications, and the tooling that keeps them reliable.\n\n## License\n\nMIT — Use it, fork it, adapt it. If it saves you from a production incident, that's reward enough.\n\n## Contributing\n\nIssues and PRs welcome. If you've found a gap in the standard or a check that should be in the release protocol, open an issue.\n",
  "bytes": 2558,
  "sha": "ca61e76aa41644e1810107f693b5bce461f8f77257bcf3c0734270a87f8ebc39",
  "repo_slug": "jpvt1977/n360-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jpvt1977_n360_marketplace_n360_engineeri_3b7c79c8/readme"
}