From context-engine
PostgreSQL database operations via MCP - schema inspection, live queries, EXPLAIN analysis. Use when you need to inspect the actual database state, verify migrations, or analyze query performance.
npx claudepluginhub littlelingo/context-engine --plugin context-engineThis skill uses the workspace's default tool permissions.
Query and inspect your PostgreSQL database directly from Claude Code.
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.
Query and inspect your PostgreSQL database directly from Claude Code.
EXPLAIN ANALYZE on queries you're writingLIMIT clauses in exploratory queries (default LIMIT 20)\d tablename not \dt *EXPLAIN (without ANALYZE) first; only add ANALYZE when you need actual timing dataFor available tools and MCP configuration options, read REFERENCE.md in this directory.