πŸ”Œ

ceh-evaluation

πŸ”ŒPlugin

cheneeheng/agent-skills

Installation

Add marketplace in Claude Code:
$/plugin marketplace add cheneeheng/agent-skills
Step 2. Install plugin:
$/plugin install ceh-evaluation@ceh-plugins --scope user
VibeIndex|
What it does
|

CEH evaluation: evaluate a Claude Code skill or plugin you just wrote against derived, evidence-based criteria β€” structural integrity, triggering accuracy, content quality, and behavioral lift β€” then loop fix/re-run until a readiness gate passes. Includes a lite dev-loop variant that skips behavioral lift for a cheap sanity check. Self-contained; treats skill-creator and plugin-dev as optional cross-checks, not authorities.

πŸͺ

Part of

cheneeheng/agent-skills

agentevaluationskillpluginquality-gate
0
-
AddedJun 29, 2026

More from this repository10

πŸ”Œ
ceh-architectureπŸ”ŒPlugin

CEH architecture: stack-agnostic design moments β€” living architecture documentation (Mermaid diagrams + a Key Decisions log) and domain modeling.

πŸ”Œ
ceh-web-frontendπŸ”ŒPlugin

CEH web frontend: SvelteKit and React (Vite) conventions, Bun, TypeScript style, ESLint/Prettier, Vitest, Testing Library, Playwright, accessibility, and testing agents (unit/integration/system).

πŸ”Œ
ceh-summarize-chatπŸ”ŒPlugin

CEH summarize chat: structured session summary for LLM handoff.

πŸ”Œ
ceh-python-serviceπŸ”ŒPlugin

CEH Python service: FastAPI, asyncpg, PostgreSQL schema, Alembic migrations, uv, testing (unit/integration/system), observability, and security standards for web services.

πŸ”Œ
ceh-python-libraryπŸ”ŒPlugin

CEH Python library: packaging and publishing, public API surface discipline, semantic versioning, uv environment, and pytest testing standards for distributable libraries (no web dependencies).

πŸ”Œ
ceh-git-workflowπŸ”ŒPlugin

CEH Git workflow: commits, branching, PRs (with definition-of-done gate), merging, releases, code review, and dependency management.

πŸ”Œ
ceh-dev-toolsπŸ”ŒPlugin

CEH developer tools: repository exploration, mapping, and codebase orientation agents.

πŸ”Œ
ceh-opsπŸ”ŒPlugin

CEH ops: incident response, rollback, deploy pipeline, and CI agents (GitHub Actions, GitLab CI).

πŸ”Œ
ceh-business-planπŸ”ŒPlugin

CEH business plan: turn a product idea or an existing app plan into a validated business plan via a rigorous product-market-fit interview loop β€” draft, interrogate the weakest assumption, revise, repeat until a PMF readiness gate passes.

πŸ”Œ
ceh-scaffoldingπŸ”ŒPlugin

CEH scaffolding: per-project-type project setup β€” directory layout, initial config, and required .gitignore entries for Python libraries, Python services, web frontends, and fullstack web apps.