Agent skill
workflow
Enforces development phases. Triggers on implement, build, create, fix, refactor.
Install this agent skill to your Project
npx add-skill https://github.com/sbusso/claude-system/tree/main/skills/workflow
SKILL.md
Required Workflow
Phase 1: ANALYSIS
- What is being asked?
- Search codebase for related files (Read, Glob, Grep)
- Identify dependencies and existing patterns
Output: Findings summary Gate: Wait for acknowledgment
Phase 2: PLANNING
- Break into 2-3 atomic tasks
- Create
.planning/PLAN-{feature}.md - Define verification criteria
Output: Plan document Gate: Wait for approval
Phase 3: IMPLEMENTATION
- Follow plan exactly
- Run tests after each change
- Deviation rules:
- Bugs/blockers: fix immediately, document
- Architecture changes: STOP and ask
- Enhancements: log to ISSUES.md, continue
Output: Working code with tests
Phase 4: VALIDATION
- Run tests
- Type check
- Lint
- Manual verification
Gate: All checks pass
Context Management
- 50%+ used: mention it
- 70%+ used: create handoff document
- Never start large tasks below 15%
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
debug
Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot.
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.
qdrant-vector-search
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
Didn't find tool you were looking for?