Skip to content

jsmeltzer/claude-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Skills & Resources

A collection of custom Claude skills, useful prompts, and AI workflow tools.

πŸ“ Repository Structure

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

🎯 What's Inside

Skills

learn-tech

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

View skill documentation β†’

Installation:

cd skills/learn-tech
zip -r learn-tech.zip learn-tech/
# Upload to Claude.ai β†’ Settings β†’ Capabilities β†’ Skills

πŸš€ Usage

Using a Skill

Once installed in Claude, reference it in any chat:

Use learn-tech to create a learning program for [topic]

Adding New Skills

  1. Create new folder in skills/
  2. Add SKILL.md and supporting files
  3. Update this README
  4. Commit and push

πŸ“ Future Additions

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

πŸ”§ Maintenance

Updating a Skill

  1. Edit files in skills/[skill-name]/
  2. Re-zip if needed
  3. Re-upload to Claude
  4. Commit changes

Version Control

  • Each skill should maintain its own version info
  • Use semantic versioning (v1.0.0, v1.1.0, etc.)
  • Document changes in skill's README

πŸ“š Resources

πŸ‘€ Author

J Smeltzer

  • Frontend Engineer
  • Expanding my tech stack

πŸ“„ License

Personal use. Individual skills may have their own licenses.


Last Updated: November 2025

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published