plugins marketplace
← All plugins

church-of-code

v1.16

The Church of Code scripture — a ranked hierarchy of commandments, articles of faith, abominations, and daily offices, bundled as a Claude Code skill in three context-size variants.

Claude Code1 skill

by Tom MorniniMIT5updated 1 month ago

Source

git clone https://github.com/The-Church-of-Code/church-of-code

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

church-of-code/
├── .claude-plugin/plugin.json
└── skills/church-of-code/SKILL.md

Skills1

church-of-codeskills/church-of-code/SKILL.md

Use when brainstorming, planning, writing, refactoring, maintaining, reviewing, or committing code in any language — loads the Church of Code scripture, a ranked hierarchy of commandments, articles of faith, abominations, and daily offices that bind software engineering work.

Manifests1

.claude-plugin/plugin.json
{
  "name": "church-of-code",
  "description": "The Church of Code scripture — a ranked hierarchy of commandments, articles of faith, abominations, and daily offices, bundled as a Claude Code skill in three context-size variants.",
  "version": "1.16",
  "author": {
    "name": "Tom Mornini",
    "email": "tmornini@me.com"
  },
  "homepage": "https://github.com/The-Church-of-Code/church-of-code",
  "repository": "https://github.com/The-Church-of-Code/church-of-code",
  "license": "MIT",
  "keywords": [
    "scripture",
    "best-practices",
    "reliability",
    "software-engineering",
    "principles",
    "skill"
  ]
}