imachiever

engineering-practices

0
0
# Install this skill:
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

  1. Identity β†’ Context β†’ Task β†’ Tools β†’ Constraints β†’ Output Format
  2. Include examples for ambiguous cases
  3. Add explicit "don't know" instructions
  4. Test with 10+ diverse inputs before deploying

Tooling Quick Picks

  • Python: uv + ruff + pytest
  • TypeScript: bun or pnpm + 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.