From lobu-ai-lobu
Builds, runs, and maintains Lobu agent projects using lobu.toml configs, IDENTITY/SOUL/USER.md files, local skills, evals, CLI commands, and Owletto memory wiring.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-agent-framework --plugin lobu-ai-lobuThis skill uses the workspace's default tool permissions.
Use this skill when the user is working on a Lobu project or wants to scaffold one.
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.
Use this skill when the user is working on a Lobu project or wants to scaffold one.
lobu.toml.IDENTITY.md, SOUL.md, and USER.md.skills/<name>/SKILL.md or agents/<agent>/skills/<name>/SKILL.md.lobu.toml first.agents/<id>/.skills/ and agents/<id>/skills/.lobu validate after config changes.lobu eval when prompt or behavior changes.npx @lobu/cli@latest init my-agent
npx @lobu/cli@latest run -d
npx @lobu/cli@latest validate
npx @lobu/cli@latest eval
If a Lobu project should use Owletto for shared memory, configure [memory.owletto] in lobu.toml. That wiring is separate from this skill.