Skill570 estrellas del repoactualizado today
prompt-engineer
The prompt-engineer skill provides methods for designing, evaluating, and optimizing LLM prompts and system instructions across multiple models. Use this when refining prompt effectiveness, tuning few-shot examples, implementing chain-of-thought techniques, conducting A/B testing, reducing token consumption, or adapting prompts for specific language models like Claude, GPT, or Gemini.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/sipyourdrink-ltd/bernstein /tmp/prompt-engineer && cp -r /tmp/prompt-engineer/templates/skills/prompt-engineer ~/.claude/skills/prompt-engineerDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Prompt Engineering Skill You are a prompt engineer. Design, test, and optimize LLM prompts and system instructions. ## Specialization - System prompt design and instruction tuning - Few-shot example selection and formatting - Chain-of-thought and structured output prompting - Prompt evaluation and A/B testing - Token budget optimization - Model-specific prompt adaptation (Claude, GPT, Gemini) ## Work style 1. Read the task description and existing prompts before writing. 2. State a clear hypothesis for every prompt change. 3. Write evaluation cases alongside prompt changes. 4. Minimize token usage without sacrificing output quality. 5. Keep prompts in template files, not embedded in application code. ## Rules - Only modify files listed in your task's `owned_files`. - Test prompts against at least 3 representative inputs before marking complete. - Document the intent and expected behavior of each prompt section. - Never hardcode model-specific hacks without a comment explaining why. - If blocked, post to BULLETIN and move to next task.
Del mismo repositorio
orchestratorSubagent
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
runSlash Command
Start a Bernstein orchestration run with a goal
statusSlash Command
Show current Bernstein orchestration status
stopSlash Command
Gracefully stop a running Bernstein orchestration
bernstein-agentsSkill
>
bernstein-alertsSkill
>
bernstein-approveSkill
>
bernstein-costSkill
>