From lobu-ai-lobu
Guides Lobu-managed agents on repo dev workflow (pnpm dev:all for docker compose + watch), validation (pnpm typecheck/lint/vitest), docker builds, and constraints.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-agent-framework --plugin lobu-ai-lobuThis skill uses the workspace's default tool permissions.
For external coding-agent orientation, see `CLAUDE.md`.
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.
For external coding-agent orientation, see CLAUDE.md.
lobu.toml for workspace configuration.Do not assume the repo layout. Inspect it.
pnpm dev:all # docker compose up + watch
Do not start services individually unless debugging.
pnpm typecheckpnpm lintSKIP_TEST_DB_SETUP=1 pnpm vitest rundocker compose -f docker-compose.dev.yml build app (if Dockerfile/deps changed)Package manager: pnpm (not npm, yarn, or bun). Ignore dist/ directories — work from source.
CLAUDE.md apply.