Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add imachiever/my_genai_skills_and_agents --skill "engineering-practices"
Install specific skill from multi-skill repository
# Description
Reference material for prompt engineering and development standards. Use when designing agent prompts, choosing tooling, or needing specific templates. Complements prompt-engineer and standards agents.
# SKILL.md
name: engineering-practices
description: Reference material for prompt engineering and development standards. Use when designing agent prompts, choosing tooling, or needing specific templates. Complements prompt-engineer and standards agents.
Engineering Practices
On-demand references for the prompt-engineer and standards agents.
When to Load References
Load references/prompt-templates.md when:
- Designing new agent instructions
- Need proven prompt structures to adapt
Load references/tooling.md when:
- Setting up a new project
- Need current tooling recommendations with install commands
Quick Reference (No Need to Load Files)
Prompt Design Checklist
- Identity β Context β Task β Tools β Constraints β Output Format
- Include examples for ambiguous cases
- Add explicit "don't know" instructions
- Test with 10+ diverse inputs before deploying
Tooling Quick Picks
- Python:
uv+ruff+pytest - TypeScript:
bunorpnpm+biome+vitest - Containers: Alpine or distroless base images
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.