From context-engine
Deployment and CI/CD patterns - Docker, GitHub Actions, pipelines, infrastructure. Auto-loaded when working with deployment configs, workflows, or container files.
npx claudepluginhub littlelingo/context-engine --plugin context-engineThis skill uses the workspace's default tool permissions.
- Multi-stage builds to minimize image size
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Share bugs, ideas, or general feedback.
node:20.11-bookworm, not node:latest).dockerignore mirrors .gitignore plus node_modules, .git, .envactions/cache) to speed up buildsactions/checkout@v4 -> SHA)lint -> type-check -> unit-tests -> build -> integration-tests -> deploy
npm install instead of npm ci in CI.dockerignore - copying node_modules into build context