Sub-skill of prompt-engineering: 1. Be Specific and Clear (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-be-specific-and-clear --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Be Specific And Clear?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-be-specific-and-clear)More formats (shields.io, HTML) on the badges page.
---
name: prompt-engineering-1-be-specific-and-clear
description: 'Sub-skill of prompt-engineering: 1. Be Specific and Clear (+1).'
version: 1.0.0
category: ai-prompting
type: reference
scripts_exempt: true
---
# 1. Be Specific and Clear (+1)
## 1. Be Specific and Clear
```python
# Bad
prompt = "Analyze this."
# Good
prompt = """
Analyze this mooring analysis report for safety compliance.
Check the following:
1. Safety factors meet API RP 2SK requirements (>=1.67 intact, >=1.25 damaged)
2. Fatigue life exceeds 3x design life
3. All load cases are covered
Report:
{report}
Provide findings in a table format.
"""
```
## 2. Use Consistent Formatting
```python
# Establish consistent patterns
STANDARD_SECTIONS = """
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!