Go to file
devops-engineer 20c127fd50
All checks were successful
CI / validate (push) Successful in 1m27s
CI / validate (pull_request) Successful in 1m8s
fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
The GitHub org Molecule-AI was suspended on 2026-05-06; canonical SCM
is now Gitea at https://git.moleculesai.app/molecule-ai/. Stale
github.com/Molecule-AI/... URLs return 404 and break tooling that
clones / pip-installs / curls them.

This bundles all non-Go-module URL fixes for this repo into a single PR.
Go module path references (in *.go, go.mod, go.sum) are out of scope
here -- tracked separately under Task #140.

Token-auth clone URLs also flip ${GITHUB_TOKEN} -> ${GITEA_TOKEN} since
the GitHub token does not auth against Gitea.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 13:03:25 -07:00
.github/workflows fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs 2026-05-07 00:59:07 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
adapters import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
rules import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
runbooks fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 13:03:25 -07:00
skills import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
.gitignore import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
AGENTS.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
CLAUDE.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
known-issues.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
plugin.yaml import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:20 -07:00

ECC — Claude Code Guardrails and Standards

Plugin for Claude Code (and Claude Code-compatible runtimes). Provides coding guardrails, development standards, and production API conventions — everything a Claude Code agent needs to write production-quality code without prompting.

What it provides

Skills (invoke via the Skill tool):

Skill What it does
ecc:api-design REST API design patterns — resource naming, HTTP methods, status codes, pagination, filtering, error responses
ecc:coding-standards Code quality standards — naming, modularity, error handling, testing conventions
ecc:deep-research Research methodology for technical investigations — how to gather context, validate assumptions, cite sources
ecc:security-review Security-first code review — common vulnerability patterns, injection vectors, secrets handling
ecc:tdd-workflow Test-driven development workflow — red-green-refactor cycle, what makes a good test

Rules (ambient — always active):

  • everything-claude-code-guardrails.md — platform-wide Claude Code guardrails
  • node.md — Node.js / TypeScript conventions
  • plugin-ecc-conventions.md — Molecule AI internal conventions

Prompt fragments:

  • AGENTS.md — injected into the agent's system prompt on startup

When to use it

Install on any Claude Code (or compatible) workspace. The skills are invoked on-demand via the Skill tool; the rules and prompt fragments activate automatically.

Installation

In org template (org.yaml)

plugins:
  - ecc

From URL (community install)

github://Molecule-AI/molecule-ai-plugin-ecc

License

Business Source License 1.1 — © Molecule AI.