Agent skill
context-modes
Structured work modes for agent sessions. Set LACP_CONTEXT_MODE to activate: tdd (red-green-refactor), debugging (4-phase root cause), sprint (pre-agreed criteria), verification (evidence-before-claims), brainstorm (design first), think (pause-and-reflect), orchestrate (task decomposition). Each mode injects behavioral rules at session start.
Install this agent skill to your Project
npx add-skill https://github.com/0xNyk/lacp/tree/main/plugin/skills/context-modes
SKILL.md
Context Modes
Set LACP_CONTEXT_MODE environment variable to activate a mode:
| Mode | Purpose |
|---|---|
tdd |
Strict RED-GREEN-REFACTOR — no code without a failing test |
debugging |
4-phase systematic root cause investigation |
sprint |
Pre-agreed completion criteria evaluated at stop |
verification |
Evidence-before-claims discipline |
brainstorm |
Design exploration — no code until design approved |
think |
Pause-and-reflect before every action chain |
orchestrate |
Decompose into subtasks before executing |
implementation |
Focused implementation partner |
review |
Code review mode |
thinking-partner |
Challenge assumptions, surface blind spots |
handoff-resume |
Continue from previous session handoff |
Each mode is a markdown file that gets injected as system context at session start.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
quality-gate
Production quality gate for agent sessions. Activates on session stop to evaluate work quality using 4-dimension weighted scoring (completeness, honesty, deferral ratio, work evidence). Catches rationalization patterns, verifies test claims, and generates handoff artifacts for session continuity. Use sprint contracts to define done-criteria before building.
session-hardening
Production hardening for agent sessions. Includes pretool guards (blocks rm -rf, co-author injection, publishing without approval, data exfiltration), continuous QA (runs tests every N file writes), and session context injection (git state, focus brief, handoff artifacts). Activates automatically via hooks.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
Didn't find tool you were looking for?