Ethic-Latex
Model and measure moral judgment errors in decision systems
All Skills in This Repository (109)
Pure Emerald Level IndicatorsTanStack Table
Create server-side data tables with TanStack Table v8 and Cloudflare Workers.
flask
Create Flask web applications with application factory, blueprints, SQLAlchemy, and Login.
cloudflare-d1
Manage Cloudflare D1 databases, migrations, and type-safe queries from Workers.
docs-workflow
Initialize, update, and audit CLAUDE.md, README.md, and docs/ files.
using-git-worktrees
Create isolated Git worktrees with automated setup and baseline tests.
openai-api
Integrate OpenAI stateless APIs for chat, embeddings, images, audio, and moderation.
azure-auth
Implement Microsoft Entra ID authentication in React SPAs with MSAL.js and JWT validation for Cloudflare Workers.
sveltia-cms
Set up Sveltia CMS for static sites with Hugo, Jekyll, 11ty, and Astro.
cloudflare-browser-rendering
Automate headless Chrome with Puppeteer and Playwright on Cloudflare Workers.
cloudflare-kv
Manage Cloudflare Workers KV namespaces and perform CRUD operations.
image-gen
Generate and edit website images using Gemini Native Image Generation models.
cloudflare-worker-base
Automate Cloudflare Workers project setup with Hono, Vite, and Wrangler.
Frequently Asked Questions
FAQPage SchemaHow to install Ethic-Latex?▼
Run `npx skills add dennislee928/Ethic-Latex --all -g -y` in your terminal to install all skills in this repository globally.
What is the Ethical Riemann Hypothesis?▼
It is a research framework that models critical misjudgments in decision systems like prime numbers, then checks whether prediction errors stay within a healthy square-root growth bound. Systems whose errors grow faster are flagged as systematically failing.
How to check if an LLM's answers are ethically reliable?▼
Use the ERH evaluation engine to score model responses on a 0-100 ethical-degree scale and get a health verdict. It works offline via the desktop app or through the REST and gRPC evaluation service.
Can ERH detect security risks in cloud systems?▼
Yes. It audits IAM permission grants for least-privilege divergence with MITRE ATT&CK tags, and evaluates user behavior analytics data to flag insider-threat drift.
Do I need to know the math to use this?▼
No. The engine, SDKs, and dashboards handle the calculations; you provide judgment data or model outputs and read the health score and error-growth verdict.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides