Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dotclaude

dotclaude contains 27 collected skills from Jerry0022, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
27
Stars
4
updated
2026-07-20
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

devops-claude-extend-skill
software-developers

Interactively scaffold or adapt a project-level extension for any plugin skill. Lists available skills, checks for existing extensions, and creates or opens the correct files. Triggers on: "extend skill", "customize skill", "skill extension".

2026-07-20
devops-claude-lint
software-developers

Audit CLAUDE.md files for size, structure, and token efficiency. Checks both project-level and global CLAUDE.md. Warns when files exceed 25 lines (the recommended maximum for index-style CLAUDE.md). Suggests creating one if missing. Triggers on: "lint claude md", "claude md check", "check claude md", "CLAUDE.md zu lang", "audit claude md", "claude md audit". Do NOT auto-trigger from user phrasing for editing CLAUDE.md content or for /devops-setup-project. MAY be invoked explicitly via the Skill tool by other skills (devops-learn, devops-setup-project) as a post-edit gate.

2026-07-20
devops-concept
web-developers

Generate an interactive HTML page for analysis, plans, concepts, prototypes, comparisons, or creative work — open it in the browser and monitor user decisions (toggles, selections, comments) to feed them back into the workflow. Triggers on: "concept", "concept page", "interactive plan", "show me this as a page", "visualize this". Also auto-suggest when Claude completes analysis, planning, comparison, or concept work that would benefit from interactive decision-making. Do NOT trigger for: simple code explanations, debugging (use /devops-fix), or static documentation (use /devops-setup-readme).

2026-07-20
devops-fix
software-developers

Read session logs, runtime errors, and crash output to diagnose and fix the current issue — root-cause analysis first. Use when something is broken or behaving unexpectedly. Triggers on: "debug", "this is broken", "doesn't work", "error", "crash", "blank screen", "warum geht das nicht", "funktioniert nicht". Also triggers on pasted error/stack traces or when post.flow.debug hook detects repeated Bash failures. Do NOT trigger for general code questions.

2026-07-20
devops-learn
computer-occupations-all-other

Capture a long-term learning/correction and route it to the correct project- specific instructions (skill, skill-extension, deep-knowledge, or as a last resort CLAUDE.md) — NOT to personal feedback memory. Also prunes now-duplicate `feedback_*.md` entries with confirmation. Routing details live in the skill body (Step 5 table). Triggers ONLY on explicit invocation: "/devops-learn", "lerne das", "merk dir das fürs Projekt", "remember this for the project", "capture learning". Do NOT trigger for one-off conversational corrections or for personal feedback memory.

2026-07-20
devops-plugin-update
software-developers

Manually update the devops plugin to latest from GitHub. Delegates to ss.plugin.update hook (pull + cache + registry), then adds changelog and verification report. Triggers on: "update plugin", "plugin updaten", "self update", "devops update", "neue version". Explicit user request only.

2026-07-20
devops-repo-health
software-developers

Analyze repository branch hygiene: unmerged branches, stale locals with deleted remotes, active sessions (worktrees), verify work landed in main. Results: interactive concept page with filters, 2-state delete controls, inline detail expand, and an Apply-Manifest + Dry-Run-Confirm before executing cleanup. Triggers on: "repo health", "branch cleanup", "branch hygiene". Explicit user request only.

2026-07-20
devops-run-agents
computer-occupations-all-other

Evaluate which agents are useful for a task and orchestrate their parallel or sequential execution. Use when the user explicitly wants orchestrated agent work instead of inline execution, or when a task clearly benefits from multi-agent collaboration. Triggers on: "agents", "run agents", "orchestrate", "use agents", "parallel agents", "multi-agent", "delegate to agents", "agent workflow". Do NOT trigger for: simple single-file edits, quick fixes, explanations, or research-only tasks (use the deep-research skill).

2026-07-20
devops-run-autonomous
computer-occupations-all-other

Fully autonomous agent orchestration for when the user is away from the PC. Runs agents without supervision (implementation, desktop interaction, live browser/app tests) and can OPTIONALLY SHUT DOWN THE PC after completion. Triggers: "autonomous", "run autonomous", "run this while I'm away", "afk mode", "autopilot". Do NOT trigger when the user stays present — use /devops-run-agents instead.

2026-07-20
devops-run-backlog
computer-occupations-all-other

Milestone-centric backlog runner. Picks open GitHub milestones (or loose issues when there are none), then works the selected items off end-to-end — refine, implement, test/QA, and ship each one — unsupervised while the user is away or asleep, closing each issue and its milestone as it lands. Use when the user wants to work off the planned backlog / milestones without babysitting, or "let old ideas and fixes get worked off while I'm gone". Triggers: "backlog abarbeiten", "arbeite den backlog ab", "backlog runner", "run the backlog", "milestones abarbeiten", "arbeite die milestones ab", "arbeite den milestone ab". Do NOT trigger for maximizing token budget (that is /devops-run-burn, explicit-only), nor for a generic single ad-hoc AFK task (that is /devops-run-autonomous).

2026-07-20
devops-run-burn
computer-occupations-all-other

High-throughput autonomous task runner with aggressive parallelization. EXPLICIT INVOCATION ONLY — the user must type /devops-run-burn to activate. Do NOT trigger on any phrasing, keyword, or intent — not on "burn", "budget", "limit", "aufbrauchen", "maximize", "alles verbrauchen", "token", or ANY other wording. Only the literal /devops-run-burn command.

2026-07-20
devops-setup-issue
software-developers

Create GitHub issues with enforced title format, labels, and optional milestone and project board integration. Also handles milestone creation and naming. Use when the user wants to create a GitHub issue, plan a milestone, or manage issue lifecycle. Triggers on: "neues Issue", "create issue", "Issue erstellen", "mach ein Issue", "new issue", "milestone planen", "plan a milestone". Do NOT trigger for: PR creation (use /devops-ship), commit operations (use /devops-commit), or code implementation.

2026-07-20
devops-setup-project
software-developers

Audit or initialize a project's repository hygiene: .gitignore, LICENSE, README, .editorconfig, .gitattributes, and AI tooling config. Also scaffolds plugin skill extensions for the project. Triggers on: "set up this project", "init repo", "audit gitignore", "add license", "fix gitignore", "repo hygiene". Do NOT trigger for README generation (/devops-setup-readme), CLAUDE.md edits, or source code changes.

2026-07-20
devops-setup-readme
software-developers

Generate a polished, modern README.md for any project. Use when the user explicitly calls /devops-setup-readme, AND when Claude is about to create, rewrite, or substantially update a README.md. Triggers on: "create a readme", "update the readme", "improve the readme", "README erstellen", "README aktualisieren". Do NOT trigger for minor one-line edits like bumping a version number.

2026-07-20
devops-ship
software-developers

Full end-to-end shipping pipeline using MCP tools: ship_preflight, ship_build, ship_version_bump, ship_release, ship_cleanup, render_completion_card, then silent memory consolidation. Supports hierarchical merges (sub-branch → feature → main). Use when work is ready to land. Triggers on: "ship it", "push and merge". Do NOT trigger during coding/debugging or for commits without shipping.

2026-07-20
devops-tune-harden
software-developers

Stabilization pass: run the full test suite, fix bugs autonomously, identify architecture smells, write regression + missing-coverage tests, apply consistency fixes (spacing, tokens, typography, icons, colors, state-visuals) across the codebase. Does NOT introduce new UI elements, new buttons, re-arrangements, or substantial position changes — those belong to /devops-tune-polish. Triggers on: "harden", "stabilize", "härten", "stabilisieren", "bug pass", "consistency pass", "lint und fix". Skips all confirmations when invoked with --autonomous. Do NOT trigger for: feature work, new UI structure, theme changes.

2026-07-20
devops-tune-polish
software-developers

UI refinement pass: visual consistency (spacing, tokens, typography, icons, colors), state-visuals (hover/focus/disabled/loading/empty/error), UI-side functionality verification (clicks react, forms validate, loading shows), and small backend fixes when they are demonstrably UI-related (lag, missing field, broken contract). May introduce structural UI changes (new buttons, repositions, re-arrangements) but ALWAYS with user approval. Triggers on: "polish", "ui polish", "ui angleichen", "design konsistenz", "feinschliff", "visuell aufräumen", "design pass". Skips approval prompts when invoked with --autonomous (still respects the "structural changes flagged not applied" rule). Do NOT trigger for: backend-only work, feature implementation, theme/style overhaul.

2026-07-20
devops-tune-rethink
software-developers

Strategic reset for stuck development: iterations circle without reaching the goal, or a named part of the app (or the whole app) is functionally and visually not where it should be and incremental fixes stopped helping. Re-derives the original goals from repo + live-app evidence, validates them in a short question round (incl. jointly calibrating how much may be torn down), generates genuinely fresh approaches via code-blind lens agents, reconciles them against the codebase, lets the user decide on a devops-concept page, then hands the chosen approach to devops-run-autonomous for implementation with test-plan verification (deep-knowledge/test-plan.md). Triggers on: "festgefahren", "stuck", "unstuck", "wir drehen uns im Kreis", "neu denken", "rethink", "frischer Ansatz", "fresh approach", "komplett neu denken", "das führt zu nichts". Do NOT trigger for: debugging/errors (use /devops-fix), incremental consistency or UI passes (/devops-tune-harden, /devops-tune-polish), or normal feature work.

2026-07-20
mcp-reap
software-developers

Reclaims orphaned Claude Desktop MCP server processes leaked by previously-closed sessions, in the background, without a restart.

2026-07-20
ship
software-developers

Project ship extension for the dotclaude plugin-source repo. After a successful ship to main, syncs the locally-installed devops plugin to the just-shipped version so this Claude Code instance doesn't end up on a stale install.

2026-07-19
devops-graph
software-developers

Codebase knowledge graph via the external graphify CLI, default-on and opt-out. Detects graphify, auto-installs it in the background if missing, keeps the graph fresh with a key-less `graphify update .`, and answers codebase questions with `graphify query`. Enabled automatically in every project unless `.claude/graphify.json` (or the global `~/.claude/graphify.json`) has `{"consent":false}`. Once enabled, the graph is kept fresh windowlessly (SessionStart refresh + PreToolUse self-heal — graphify's own git hooks are removed, not installed) and broad raw-file searches are hard-gated toward the graph. Deliberately does NOT install graphify's own PreToolUse hook (would collide with the devops token-guard); the enforcement is devops-owned. Triggers: "knowledge graph", "graphify", "code graph", "/devops-graph". Do NOT trigger for simple single-file lookups.

2026-07-12
devops-release
software-developers

Deliberate channel promotion for the ring model: move an already-shipped version alpha→beta→stable (or fast-track alpha→stable) by re-tagging the SAME commit via the ship_promote MCP tool. Never rebuilds, never bumps versions, never runs autonomously — promotion is always a user decision. Triggers on: "release", "promote", "promotion", "channel release", "auf stable heben", "promote to beta", "promote to stable". Do NOT trigger for shipping new work (use /devops-ship) or plugin updates (/devops-plugin-update).

2026-07-11
devops-refresh-usage
software-developers

Fetch live token usage for completion card battery line. Reads the native statusLine-written usage file first (no scrape), falls back to the Edge CDP scraper or cached data. Run silently pre-card, or manually: "refresh usage", "wie viel hab ich verbraucht", "token budget".

2026-07-04
local-llm-setup
software-developers

Interactive setup for the local-llm plugin — ask the user for their AnythingLLM API key, save it user-globally, and verify the connection. Use when the SessionStart hook reports `phase: needs_api_key`, `auth_failed`, or when the user explicitly asks to configure or reconfigure the local LLM. Triggers on "local llm setup", "anythingllm key", "local-llm configure".

2026-06-21
devops-commit
software-developers

Create a conventional commit for staged/changed files — enforces type, scope, co-author footer. Handles amend for "update/fix last commit". Do NOT trigger for push, PR, or ship operations.

2026-05-13
self-calibration
software-developers

Stop-hook self-audit and learning loop — review feedback, internalize skills, calibrate behavior.

2026-04-28
stale-changes-check
software-developers

Session-start hook that checks for uncommitted/unpushed changes and warns the user only when issues exist.

2026-04-07