cheneeheng/agent-skills
πͺMarketplacecheneeheng/agent-skills
Add this Marketplace
/plugin marketplace add cheneeheng/agent-skillsStorage for agent skills used by coding agents
Plugins in this Marketplace
ceh-agent-coding-contract
agentCEH agent coding contract: autonomous execution mode and the five-step task workflow.
ceh-architecture
agentCEH architecture: stack-agnostic design moments β living architecture documentation (Mermaid diagrams + a Key Decisions log) and domain modeling.
ceh-blog
agentCEH 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-business-plan
agentCEH 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-dev-tools
agentCEH developer tools: repository exploration, mapping, and codebase orientation agents.
ceh-documentation
agentCEH 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-evaluation
agentCEH 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-git-workflow
agentCEH Git workflow: commits, branching, PRs (with definition-of-done gate), merging, releases, code review, and dependency management.
ceh-lessons-learned
agentCEH lessons learned: extract and record session retrospectives into LESSONS_LEARNED.md.
ceh-ops
agentCEH ops: incident response, rollback, deploy pipeline, and CI agents (GitHub Actions, GitLab CI).
ceh-orchestration
agentCEH 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-plan-build-review
agentCEH plan-build-review: the plan-driven development loop β plan a fullstack app (iteratively or all the way to MVP), implement from the plan, and review the implementation against it.
ceh-python-library
agentCEH Python library: packaging and publishing, public API surface discipline, semantic versioning, uv environment, and pytest testing standards for distributable libraries (no web dependencies).
ceh-python-service
agentCEH Python service: FastAPI, asyncpg, PostgreSQL schema, Alembic migrations, uv, testing (unit/integration/system), observability, and security standards for web services.
ceh-release-flow
agentCEH release flow: orchestrate an end-to-end project release in one pass β version bump, changelog, README, CLAUDE.md, PR, merge, tag, and GitHub release β by sequencing the skills that own each step. Includes a PR-less direct-release-flow variant that commits straight to main.
ceh-scaffolding
agentCEH 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-summarize-chat
agentCEH summarize chat: structured session summary for LLM handoff.
ceh-web-frontend
agentCEH web frontend: SvelteKit and React (Vite) conventions, Bun, TypeScript style, ESLint/Prettier, Vitest, Testing Library, Playwright, accessibility, and testing agents (unit/integration/system).