From luc
Update Luc dependencies by reinstalling all tools from dependencies.json. Runs install commands and verifies health checks pass after installation. For first-time setup, use /luc:init. For diagnostics, use /luc:doctor.
npx claudepluginhub aperrix/lucThis skill uses the workspace's default tool permissions.
Reinstall all Luc tools to their latest versions and verify they work.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Reinstall all Luc tools to their latest versions and verify they work.
python3 "${CLAUDE_SKILL_DIR}/scripts/update.py"
Parse the output. Display a results table:
| Tool | Install | Health | Version |
|---|---|---|---|
| muninndb-lite | ok / failed | pass / fail | >=0.1.0 |
| ... | ... | ... | ... |
If status is "ok", all tools are installed and healthy. Report success.
If status is "partial", some tools failed to install or are unhealthy. For each failure, show the error output and suggest running /luc:doctor for detailed diagnostics.