From restruct
Manually refine the current prompt through the local LLM meta-prompt pipeline.
npx claudepluginhub thejustinwalsh/claude-plugins --plugin restructThis skill uses the workspace's default tool permissions.
Manually refine the current prompt through the local LLM meta-prompt pipeline.
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.
Manually refine the current prompt through the local LLM meta-prompt pipeline.
This skill transforms a casual developer request into a structured, rules-aware prompt using a local Ollama model. It reads project rules from agents.md/CLAUDE.md, gathers git context, and produces XML-structured output with objective, constraints, workflow, uncertainty protocol, and anti-patterns.
The binary is bundled in this plugin — always use the full path:
${CLAUDE_PLUGIN_ROOT}/bin/restruct refine
Usage:
echo '{"prompt":"your prompt here"}' | ${CLAUDE_PLUGIN_ROOT}/bin/restruct refine to refine a prompt--dry-run to preview the refined prompt to stderr without replacingThe refinement pipeline runs entirely locally — no data leaves your machine.