From uberclaw
Inventory the user's Claude Code skills, agents, and commands into a Markdown profile UberClaw consumes. Use when the user runs /uberclaw:train to refresh the per-project profile at <project>/.claude/uberclaw/profile.md.
npx claudepluginhub humanassisted/uberclawThis skill uses the workspace's default tool permissions.
Refresh the UberClaw training profile from the user's Claude Code
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.
Refresh the UberClaw training profile from the user's Claude Code
installation. Reads only frontmatter from each *.md / SKILL.md —
never body content — so it is always safe to run.
bin/uberclaw-train
Writes to <project>/.claude/uberclaw/profile.md. The file is Markdown,
user-editable, and intended to be committed alongside the rest of
.claude/. Each project gets its own profile so a train run in project
A does not stomp on project B.
bin/uberclaw-train --global
Writes to ${HOME}/.claude/uberclaw/profile.md for skills/agents/commands the
user wants surfaced across every project.
The profile has two clearly-marked regions:
A <!-- BEGIN GENERATED -->…<!-- END GENERATED --> block. train
regenerates this block on every invocation.
A free-form ## User notes section. train preserves this section
byte-for-byte across runs. Hand-edit it freely:
priority: speed, skip the architecture pass."After invocation, this skill renders the helper's stdout summary back to the user — the resolved output path plus per-scope counts.