Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Claude Skills

Custom skills for Claude AI - synced across Claude.ai and VS Code environments.

Available Skills

requirements_generator

Creates and maintains requirements.md files for programming projects using industry-standard practices. Optionally generates REQUIREMENTS_QUESTIONS.md to capture open decisions and trade-offs using ADR/RFC patterns.

Use when:

  • Starting a new project
  • Updating requirements as scope changes
  • Reviewing existing requirements documents

Setup

For VS Code (Claude Code Extension)

Clone this repo to your Claude skills directory:

git clone https://github.com/HerbHall/claude-skills.git "C:\Users\Herb\.claude\Skills"

For Claude.ai Web/App

At the start of a session, ask Claude to pull the latest skills:

Pull my skills from https://github.com/HerbHall/claude-skills

Updating Skills

When you make changes:

  1. Edit files locally or in Claude.ai
  2. Commit and push to GitHub
  3. Pull changes to your other environment

From VS Code/Local:

cd "C:\Users\Herb\.claude\Skills"
git add .
git commit -m "Update skill"
git push

From Claude.ai:

Ask Claude to push changes back to the repo after editing.

License

Personal use.

About

Custom skills for Claude AI - synced across Claude.ai and VS Code environments

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors