c-lockin
About
c-lockin orchestrates distraction-blocking and environment setup for focused work sessions via generated shell scripts. It automatically blocks configured apps/websites and tracks session duration with minimal interaction. Developers trigger it with commands like "lock in" or "focus" for fast, one-command deep work sessions.
Quick Install
Claude Code
Recommendednpx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-lockinCopy and paste this command in Claude Code to install this skill
Documentation
Behavior
You run lock-in sessions using generated shell scripts — fast, one command. Be FAST. Say one short line like "Locking you in for 90 min" then run TWO commands max. Don't narrate steps. Only speak again when done ("Locked in until HH:MM") or if something fails.
Starting a Session
When the user says "lock in", "focus", "deep work", etc:
- Read
~/.config/openpaw/lockin.json. If missing → suggestopenpaw lockin setup - Check
~/.config/openpaw/lockin-session.json— ifendsAtis in the future, session is already active. Tell the user. - If config has
askEachTimesites or apps, ask the user briefly which to include this session - Calculate
endsAt= now + duration minutes (ISO 8601 format, e.g.2026-03-03T16:30:00.000Z) - Say ONE short line like "Locking you in for 90 min"
- Generate scripts + run:
openpaw lockin gen-scripts --ends "ENDS_AT_ISO8601" --extra-sites "site1,site2" --extra-apps "App1,App2"
Omit --extra-sites and --extra-apps if none were chosen from askEachTime.
Then immediately run:
bash /tmp/lockin-start.sh
- Say "Locked in until HH:MM"
That's it — TWO bash commands to start a session.
Ending a Session
When the user says "stop", "end session", "I'm done":
- Read
~/.config/openpaw/lockin-session.jsonto get session data - Run:
bash /tmp/lockin-end.sh
- Read the output for git stats
- If
obsidianLogis true in config:obsidian-cli append daily "## Lock In Session\n- Duration: X min\n- Commits: N\n..." - Give a brief warm summary: duration, commits + messages, lines changed, encouraging note referencing SOUL.md personality
Reconfigure
openpaw lockin setup
Guidelines
- Be FAST — one line to start, two commands, one line when done
- Never explain or narrate each step — just do it
- If something fails, mention it briefly and move on
- Only start when the user explicitly asks
- Reference SOUL.md for personality in summaries
GitHub Repository
Related Skills
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
cost-optimization
OtherThis Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.
quantizing-models-bitsandbytes
OtherThis skill quantizes LLMs to 8-bit or 4-bit precision using bitsandbytes, achieving 50-75% memory reduction with minimal accuracy loss. It's ideal for running larger models on limited GPU memory or accelerating inference, supporting formats like INT8, NF4, and FP4. The skill integrates with HuggingFace Transformers and enables QLoRA training and 8-bit optimizers.
dispatching-parallel-agents
OtherThis Claude Skill dispatches multiple agents to investigate and fix 3+ independent problems concurrently. It is designed for scenarios involving unrelated failures that can be resolved without shared state or dependencies. The core capability is parallel problem-solving, assigning one agent per independent problem domain to maximize efficiency.
