Sub-skill of prompt-engineering: 4. System Prompt Design.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 4-system-prompt-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 4 System Prompt Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-4-system-prompt-design-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: prompt-engineering-4-system-prompt-design
description: 'Sub-skill of prompt-engineering: 4. System Prompt Design.'
version: 1.0.0
category: ai-prompting
type: reference
scripts_exempt: true
---
# 4. System Prompt Design
## 4. System Prompt Design
**Role-Based System Prompt:**
```python
def create_role_system_prompt(
role: str,
expertise: list,
personality: str = "professional and helpful",
constraints: list = None
) -> str:
"""
Create a role-based system prompt.
"""
prompt = f"""You are a {role}.
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!