Custom skills for Claude AI - synced across Claude.ai and VS Code environments.
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
Clone this repo to your Claude skills directory:
git clone https://github.com/HerbHall/claude-skills.git "C:\Users\Herb\.claude\Skills"At the start of a session, ask Claude to pull the latest skills:
Pull my skills from https://github.com/HerbHall/claude-skills
When you make changes:
- Edit files locally or in Claude.ai
- Commit and push to GitHub
- Pull changes to your other environment
cd "C:\Users\Herb\.claude\Skills"
git add .
git commit -m "Update skill"
git pushAsk Claude to push changes back to the repo after editing.
Personal use.