技能 senior-prompt-engineer
🧠

senior-prompt-engineer

安全 ⚡ 包含脚本

ClaudeとGPT-4のためのLLMプロンプト最適化

也可从以下获取: davila7

汎用的なプロンプトはAIの応答の一貫性を欠きます。このスキルは本番環境レベルのLLM対話のための実証済みのパターンと最適化ツールを提供します。チェーン・オブ・ソート、ファッシュショット学習、構造化されたプロンプト技術を使用して、曖昧な要求を正確で信頼性の高い出力に変換します。

支持: Claude Codex Code(CC)
🥈 77 白银
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“senior-prompt-engineer”。 Write a prompt for summarizing customer feedback into categories

预期结果:

  • Category labels: Bug Report, Feature Request, Compliment, Complaint, Question
  • Each summary includes sentiment (positive/negative/neutral)
  • Priority level assigned based on severity
  • Direct quotes included for context

正在使用“senior-prompt-engineer”。 Create a system prompt for a coding assistant

预期结果:

  • Language: Python (primary), JavaScript, TypeScript, Go, Rust
  • Response format: Explanation first, then code block
  • Code includes comments explaining complex logic
  • Tests provided for critical functions
  • Security considerations noted

正在使用“senior-prompt-engineer”。 Design prompts for a customer support AI agent

预期结果:

  • Escalation rules for complex issues to human agents
  • Response tone: empathetic, professional, solution-focused
  • Knowledge base references included in responses
  • Satisfaction follow-up questions after resolution

安全审计

安全
v3 • 1/16/2026

All 108 static findings are FALSE POSITIVES caused by scanner misinterpretation. The scanner flagged the word 'algorithm' in documentation as cryptographic code (no crypto exists), markdown code blocks as shell execution (documentation only), and standard software terms as reconnaissance (legitimate engineering content). The skill contains benign documentation and Python CLI tools using standard libraries with no network operations, cryptographic functions, or dangerous patterns.

9
已扫描文件
1,430
分析行数
1
发现项
3
审计总数
审计者: claude 查看审计历史 →

质量评分

68
架构
100
可维护性
87
内容
23
社区
100
安全
91
规范符合性

你能构建什么

本番用AIシステムを構築する

評価フレームワーク、エージェントパターン、構造化された出力を使用して信頼性の高いAI製品を設計・展開する。

LLMパフォーマンスを最適化する

プロンプトエンジニアリング、ファッシュショットの例、チェーン・オブ・ソート技術を通じてモデル出力を改善する。

AI搭載機能を作成する

ビジネス要件を効果的なAIプロンプトとエージェントワークフローに変換して、製品に実装する。

试试这些提示

チェーン・オブ・ソート・プロンプト
Solve this problem step by step. First, identify the key information. Second, break it into smaller parts. Third, analyze each part. Fourth, combine findings into a final answer.
ファッシュショット例
Classify the sentiment: "Great product" → Positive. "Poor service" → Negative. "Decent experience" → Neutral. "Amazing quality" →
構造化された出力リクエスト
Extract data in JSON format: {"name": "", "category": "", "sentiment": "", "confidence": 0.0}. Return only valid JSON with no additional text.
RAGクエリパターン
Use the following context to answer. If the context contains the answer, cite sources. If not, say "I don't have enough information." Context: {retrieved_docs}. Question: {user_query}

最佳实践

  • 明確で具体的な指示から始めて、テスト結果に基づいて制約を段階的に追加する
  • 一貫したフォーマットと区切り文字を使用して、指示と例とデータを分離する
  • 本番デプロイ前に、多様なエッジケースと敵対的入力でプロンプトをテストする

避免

  • 「有帮助」のような曖昧な指示は避け、代わりに具体的な行動制約を使用する
  • プロンプトテンプレートに機密情報、認証情報、個人識別情報(PII)を含めない
  • システムプロンプトへの過度な依存は避け、ガードレールと入力検証を別途実装する

常见问题

このスキルはどのLLMプロバイダーをサポートしていますか?
これらのパターンは、Claude、GPT-4、Gemini、オープンソースモデルを含む調整されたあらゆるLLMで動作します。
このスキルを使用するためにコーディング経験は必要ですか?
プロンプトエンジニアリングの基本的な理解があれば役立ちます。Pythonスクリプトはコマンドラインから実行できます。
このスキルはプロンプトライブラリ有什么区别?
フレームワークと方法論を提供し、単なるテンプレートではありません。本番システムの構築に焦点を当てています。
これらのプロンプトを商用製品で使用できますか?
はい。すべてのパターンは汎用的な技術です。特定のユースケースとモデルに適応させることができます。
プロンプトの効果をどのように評価すればよいですか?
評価フレームワークを使用して、テストスイートで一貫性、正確性、エッジケース処理のテストを行います。
どのようなトークン最適化技術が含まれていますか?
テンプレートは簡潔な指示の言葉遣い、効率的なファッシュショットの例、コンテキスト圧縮に焦点を当てています。