Skip to content

Latest commit

 

History

367 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claudefiles

My personal Claude Code configuration — skills, commands, agents, rules, and hooks that make Claude Code better at planning, reviewing, and shipping code. Built up and refined over daily use. The core is a complete define → plan → orchestrate → ship pipeline; optional bundles add frontend design, CLI tooling, memory, and engineering specialists.

Read ONBOARDING.md to understand what's here and decide what to try first.

Install

Requires uv.

git clone https://github.com/NodeJSmith/Claudefiles.git ~/Claudefiles
cd ~/Claudefiles
uv run install.py

The base bundle (full pipeline) always installs. The wizard asks about optional add-ons. Use --reconfigure to change selections, --uninstall to remove everything.

Requirements

  • Claude Code CLI
  • uv — used by the installer and for package management
  • The skills reference tools like gh (GitHub CLI), git, pytest, ruff, pyright — install what's relevant to your workflow

Local Development

For contributing to this repo, install the shell linting tools and mise:

  • shellcheck — shell script static analysis
  • shfmt — shell script formatter
  • mise — installs prek, the git hook runner, and runs the per-package test tasks

Then install the hooks:

mise install
mise exec -- prek install -t pre-commit -t pre-push

Run everything manually with prek run --all-files, or just the test suites with mise run 'test:*'.

License

MIT

About

Personal Claude Code configuration — skills, commands, agents, rules, and hooks

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages