A collection of custom Claude skills, useful prompts, and AI workflow tools.
claude-resources/
βββ skills/ # Custom Claude skills
β βββ learn-tech/ # Tech learning program creator
βββ prompts/ # Useful prompts (future)
βββ workflows/ # Common AI workflows (future)
βββ README.md # This file
A comprehensive skill for creating and teaching structured software engineering learning programs.
Features:
- Token-efficient documentation (~85% reduction in overhead)
- Break-friendly 1-2 hour modules
- Code-first teaching with challenges
- Design principles integrated naturally
- Production-quality outcomes
Installation:
cd skills/learn-tech
zip -r learn-tech.zip learn-tech/
# Upload to Claude.ai β Settings β Capabilities β SkillsOnce installed in Claude, reference it in any chat:
Use learn-tech to create a learning program for [topic]
- Create new folder in
skills/ - Add SKILL.md and supporting files
- Update this README
- Commit and push
Planned Skills:
- code-review (structured code review workflow)
- doc-generator (technical documentation creator)
- test-strategy (test planning and generation)
Planned Prompts:
- Architecture review prompts
- PR description templates
- Debugging workflow prompts
- Edit files in
skills/[skill-name]/ - Re-zip if needed
- Re-upload to Claude
- Commit changes
- Each skill should maintain its own version info
- Use semantic versioning (v1.0.0, v1.1.0, etc.)
- Document changes in skill's README
J Smeltzer
- Frontend Engineer
- Expanding my tech stack
Personal use. Individual skills may have their own licenses.
Last Updated: November 2025