πŸ”Œ

ceh-python-service

πŸ”ŒPlugin

cheneeheng/agent-skills

Installation

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

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

πŸͺ

Part of

cheneeheng/agent-skills

agentpythonfastapiasyncpgpostgresql
0
-
AddedJun 29, 2026

More from this repository10

πŸ”Œ
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.

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

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

πŸ”Œ
ceh-orchestrationπŸ”ŒPlugin

CEH orchestration: thin-orchestrator mode for cost-optimized multi-step work β€” the main session plans and delegates while cheap isolated subagents (the built-in Explore agent plus executor/verifier workers) absorb the volume.

πŸ”Œ
ceh-documentationπŸ”ŒPlugin

CEH documentation: write end-user and operator-facing documentation β€” user guides, getting-started guides, how-to manuals, operator runbooks, installation/configuration guides, administration manuals, and troubleshooting references; plus changelog and README maintenance.

πŸ”Œ
ceh-blogπŸ”ŒPlugin

CEH blog: interview-driven blog post writing β€” from rough idea to publication-ready draft; repurpose finished posts for Twitter/X, LinkedIn, TL;DR, and newsletters.

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

CEH summarize chat: structured session summary for LLM handoff.

πŸ”Œ
ceh-evaluationπŸ”ŒPlugin

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.

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

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

πŸ”Œ
ceh-agent-coding-contractπŸ”ŒPlugin

CEH agent coding contract: autonomous execution mode and the five-step task workflow.

πŸ”Œ
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).