
Agentic Skills by ManuelKugelmann
check-bash
by ManuelKugelmann
Check bash script syntax without executing. Use before committing bash scripts or when verifying syntax correctness.
claude-allow-stop
by ManuelKugelmann
Return to normal stop behavior. Use PROACTIVELY after completing all tasks in continuous work mode, when work is committed and tests pass, or when ...
claude-do-not-stop
by ManuelKugelmann
Enable continuous work mode. Use PROACTIVELY when user says "keep working", "don't stop", "finish everything", "complete all tasks". Automatically ...
claude-get-session-info
by ManuelKugelmann
Shared utility script for getting Claude PID and Session ID. Source this in other scripts to access CLAUDE_PID and SESSION_ID variables.
claude-restart
by ManuelKugelmann
Restart Claude Code session to reload new skills, manage context, or start fresh. Use this skill when skills have been added/modified, when needing...
claude-restart-clear
by ManuelKugelmann
Start fresh with cleared history after task completion. Use PROACTIVELY when user says "done"/"finished", all tasks complete, or starting new unrel...
claude-restart-compact
by ManuelKugelmann
Compact context at natural breakpoints to free tokens and continue working. Use PROACTIVELY at phase boundaries, after commits, or when token usage...
claude-restart-resume
by ManuelKugelmann
Quick restart to reload configuration changes (skills, settings, hooks, MCP services). Use PROACTIVELY after modifying .claude/ files. Preserves co...
claude-skill-creator
by ManuelKugelmann
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Cla...
devcontainer-help
by ManuelKugelmann
Help users customize devcontainers by adding packages, extensions, features, and settings. Use when users ask about adding tools, languages, or con...
fix-line-endings
by ManuelKugelmann
Fix CRLF (Windows) to LF (Unix) line endings in files. Use when encountering `/bin/bash: line 1: $'\r': command not found` errors.
fix-line-endings-check-bash
by ManuelKugelmann
Fix line endings AND check bash syntax in one step (recommended). Use after creating or editing bash scripts.
run-with-timeout
by ManuelKugelmann
Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
test-workflow
by ManuelKugelmann
Run BitBot's iterative test workflow (implement → test → fix → commit → push). Use PROACTIVELY during development to ensure quality before committing.
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.