From code
Provides ClosedLoop environment paths (CLOSEDLOOP_WORKDIR, CLAUDE_PLUGIN_ROOT) for agents accessing run directories, plugin schemas, PRD files, and learnings.
npx claudepluginhub closedloop-ai/claude-plugins --plugin codeThis skill uses the workspace's default tool permissions.
This skill provides access to ClosedLoop environment variables needed for file operations.
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.
This skill provides access to ClosedLoop environment variables needed for file operations.
Read the base environment file:
.closedloop-ai/env
The file contains KEY=VALUE pairs:
CLOSEDLOOP_WORKDIR - The run directory for this sessionCLAUDE_PLUGIN_ROOT - The plugin installation directoryCLOSEDLOOP_PRD_FILE - Path to the PRD fileCLOSEDLOOP_MAX_ITERATIONS - Maximum loop iterationsAfter reading the env file, construct paths like:
{CLAUDE_PLUGIN_ROOT}/schemas/plan-schema.json{CLOSEDLOOP_WORKDIR}/plan.jsonAlso read your agent-specific learnings file if it exists:
.closedloop-ai/learnings-{your-agent-name}
Where {your-agent-name} is your name: from your frontmatter in lowercase (e.g., plan-validator).
The learnings file contains an <organization-learnings> block with patterns from previous runs. These learnings capture what worked well and should be applied to improve your performance.
When learnings are present: