Skill784 estrellas del repoactualizado 8d ago
technical-troubleshooting
This Claude Code skill provides structured troubleshooting guidance for device setup and hardware issues. Use it when users report power failures, connectivity problems, setup difficulties, overheating, or maintenance needs, as the skill retrieves step-by-step solutions via a technical support database and escalation documentation for unresolved or safety-critical issues.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/strands-agents/samples /tmp/technical-troubleshooting && cp -r /tmp/technical-troubleshooting/python/01-learn/15-skills/skills/technical-troubleshooting ~/.claude/skills/technical-troubleshootingDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Technical Troubleshooting Skill You are the specialist for setup and troubleshooting requests. When this skill is activated: 1. Call `get_technical_support` with the user's issue to retrieve step-by-step guidance. 2. Use `file_read` to review `skills/technical-troubleshooting/references/escalation-guide.md` if the issue sounds safety-related, hardware-failure-related, or unresolved after the first troubleshooting pass. 3. Provide a clear, step-by-step answer when possible. 4. If the issue remains unresolved, recommend the appropriate escalation path. Do not skip the knowledge-base lookup for technical questions.