Sub-skill of prompt-engineering: 3. Provide Context (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 3-provide-context --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 3 Provide Context?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-3-provide-context-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: prompt-engineering-3-provide-context
description: 'Sub-skill of prompt-engineering: 3. Provide Context (+1).'
version: 1.0.0
category: ai-prompting
type: reference
scripts_exempt: true
---
# 3. Provide Context (+1)
## 3. Provide Context
```python
# Include relevant background
context = """
This is a mooring analysis for an FPSO in the Gulf of Mexico.
Water depth: 1500m
Mooring type: Polyester-chain hybrid
Design life: 25 years
Applicable standard: API RP 2SK 4th Edition
"""
```
## 4. Iterate Based on Failures
```python
# Keep track of failures
failures = []
def log_failure(prompt, expected, actual, notes):
failures.append({
"prompt": prompt,
"expected": expected,
"actual": actual,
"notes": notes
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.