{"id":29656262,"url":"https://github.com/averycrespi/claudefiles","last_synced_at":"2025-10-12T19:08:31.321Z","repository":{"id":305240093,"uuid":"1022342066","full_name":"averycrespi/claudefiles","owner":"averycrespi","description":"My opinionated resources for working with Claude Code","archived":false,"fork":false,"pushed_at":"2025-09-02T20:52:15.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T22:21:38.532Z","etag":null,"topics":["claude-code"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/averycrespi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T22:05:54.000Z","updated_at":"2025-09-02T20:52:18.000Z","dependencies_parsed_at":"2025-09-02T22:15:34.240Z","dependency_job_id":"69faaf28-c28c-424f-8a4b-7ec90c070815","html_url":"https://github.com/averycrespi/claudefiles","commit_stats":null,"previous_names":["averycrespi/claudefiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/averycrespi/claudefiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averycrespi%2Fclaudefiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averycrespi%2Fclaudefiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averycrespi%2Fclaudefiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averycrespi%2Fclaudefiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/averycrespi","download_url":"https://codeload.github.com/averycrespi/claudefiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averycrespi%2Fclaudefiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012639,"owners_count":26085158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code"],"created_at":"2025-07-22T08:34:22.215Z","updated_at":"2025-10-12T19:08:31.317Z","avatar_url":"https://github.com/averycrespi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claudefiles\n\nMy opinionated resources for working with [Claude Code](https://www.anthropic.com/claude-code).\n\n## Features\n\n- 🤖 **Agents** for research, code review, security analysis, etc.\n- ⚡ **Slash commands** for task completion, prompt refinement, and more\n- 🔒 **Reasonable permissions** for balancing agent autonomy with security\n- 🔔 **Notification hooks** to alert you when Claude needs attention\n- 🛡️ **Safe wrapper scripts** for granting Claude access to dangerous commands\n- 🌳 **Worktree management scripts** for building ergonomic workflows\n- 📊 **Status line** showing the current model and session information\n- 📖 **Instructions** telling Claude how to use the resources in this repository\n\n## Requirements\n\n- **Claude Code** to make use of these resources\n- **macOS** is assumed, but can be adapted for Linux\n- **Homebrew** for macOS dependency management\n- **Python 3** for the `safe-find` script\n- **Bun** for the status line\n\n## Quickstart\n\n```sh\ngit clone git@github.com:averycrespi/claudefiles.git\ncd claudefiles\n./setup.sh\n```\n\nThe setup script will:\n- Install dependencies via Homebrew\n- Symlink configuration files to `~/.claude/`\n- Configure MCP servers in Claude Code\n- Add the scripts directory to your `PATH`\n\n## Usage\n\n### Agents\n\n- Use the `code-reviewer` agent for detailed code reviews\n- Use the `research-assistant` agent for in-depth research and analysis\n- Use the `security-analyst` agent to find vulnerabilities\n\n### Slash Commands\n\n#### Prompt Engineering\n\n- Use `/prompt:refine prompt-file` to improve your existing Claude prompts\n- Use `/prompt:suggest` to analyze your Claude usage history and suggest custom commands\n\n#### Task Lifecycle\n\n\u003e Recommendation: Wipe the context with `/clear` between each step. This prevents thought leakage \u0026 context bloat.\n\n- Use `/task:specify requirements` to generate a spec through Socratic questioning, written to `SPEC.md`\n- Use `/task:plan [spec-file]` to transform a spec into a detailed execution plan, written to `PLAN.md`\n- Use `/task:execute [plan-file]` to execute a plan from a file, with progress logged to `EXECUTION.md`\n- Use `/task:verify [spec-file]` to validate the final state against a spec, reporting to `VERIFICATION.md`\n\n#### Utilities\n\n- Use `/docs:update` to analyze recent code changes and update documentation automatically\n- Use `/git:commit` to analyze staged changes and create smart commits with auto-generated messages\n- Use `/git:review github-pr-url` to generate AI-assisted GitHub PR review analysis to augment human reviewers\n\n### Safe Wrapper Scripts\n\n- Claude has been [instructed](./claude/CLAUDE.md) how to use these scripts\n- The [permissions](./claude/settings.json) prevents Claude from using the unsafe versions\n\n### Worktree Management Scripts\n\n- Use `worktree-add` to create a new worktree and tmux window for a branch\n  -  Under the hood, `worktree-init` is called to start a new tmux session\n- Use `worktree-rm` to destroy a worktree and its associated tmux window\n- The Claude [hooks](./claude/settings.json) call `worktree-notify` when Claude is done or needs attention\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverycrespi%2Fclaudefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faverycrespi%2Fclaudefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverycrespi%2Fclaudefiles/lists"}