{"id":29860349,"url":"https://github.com/data-goblin/claude-code-useful-slash-commands","last_synced_at":"2026-02-07T07:01:43.862Z","repository":{"id":304540551,"uuid":"1017474494","full_name":"data-goblin/claude-code-useful-slash-commands","owner":"data-goblin","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T15:32:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-09T21:29:24.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data-goblin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-10T15:31:58.000Z","updated_at":"2025-07-10T15:32:03.000Z","dependencies_parsed_at":"2025-07-13T19:57:47.351Z","dependency_job_id":null,"html_url":"https://github.com/data-goblin/claude-code-useful-slash-commands","commit_stats":null,"previous_names":["data-goblin/claude-code-useful-slash-commands"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/data-goblin/claude-code-useful-slash-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Fclaude-code-useful-slash-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Fclaude-code-useful-slash-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Fclaude-code-useful-slash-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Fclaude-code-useful-slash-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-goblin","download_url":"https://codeload.github.com/data-goblin/claude-code-useful-slash-commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-goblin%2Fclaude-code-useful-slash-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29188304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-07-30T03:19:17.266Z","updated_at":"2026-02-07T07:01:43.848Z","avatar_url":"https://github.com/data-goblin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Useful Slash Commands\n\nA collection of useful slash commands I use with [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Anthropic's AI-powered CLI tool.\n\n## What are Slash Commands?\n\nSlash commands are custom prompts defined as Markdown files that Claude Code can execute. They help automate common tasks and workflows by providing reusable command templates.\n\n## Quick Setup\n\n1. Clone this repository or copy individual command files\n2. Place commands in your project's `.claude/commands/` directory for project-specific use\n3. Or place in `~/.claude/commands/` for personal commands available across all projects\n4. Start a new Claude Code session to see the commands (they appear when you type `/`)\n\n**Important:** Slash commands only appear when you start a new Claude terminal/instance.\n\n## Available Commands\n\n- **[/add-mcp-server](add-mcp-server.md)** - Add MCP servers (local or remote) to Claude Code with authentication support\n- **[/analyze-git-history](analyze-git-history.md)** - Analyze repository history and development patterns\n- **[/create-pull-request](create-pull-request.md)** - Create GitHub pull requests with proper formatting\n- **[/explain-code](explain-code.md)** - Explain code from a file in simple terms (uses `@` prefix)\n- **[/review-recent-changes](review-recent-changes.md)** - Review and summarize recent git changes (uses `!` prefix)\n- **[/setup-github-repo](setup-github-repo.md)** - Initialize a GitHub repository for MCP server development with standard structure\n- **[/update-readme](update-readme.md)** - Update README with recent changes using beginner-friendly language\n- **[/visualize-code-flow](visualize-code-flow.md)** - Create Mermaid diagrams showing code structure and flow\n- **[/work-on-issue](work-on-issue.md)** - Analyze and work on GitHub issues systematically\n\n## Usage\n\nCommands support special features:\n- `$ARGUMENTS` - Pass parameters to commands (e.g., `/add-mcp-server \"microsoft-docs\"`)\n- `!` prefix - Execute bash commands and include output\n- `@` prefix - Reference and include file contents\n- Namespacing - Organize commands in subdirectories\n\nExample:\n```bash\n/add-mcp-server \"microsoft-docs\"\n/work-on-issue \"#123\"\n/create-pull-request\n/analyze-git-history\n/explain-code \"src/main.py\"\n/visualize-code-flow \"src/auth.py\"\n/review-recent-changes\n/update-readme\n/setup-github-repo\n```\n\n## Documentation\n\nFor more information about Claude Code and slash commands:\n- [Claude Code Overview](https://docs.anthropic.com/en/docs/claude-code/overview)\n- [Slash Commands Documentation](https://docs.anthropic.com/en/docs/claude-code/slash-commands)\n- [CLI Reference](https://docs.anthropic.com/en/docs/claude-code/cli-reference)\n\n## Community Resources\n\nFind more slash commands and examples:\n- [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) - Curated list of 88+ community commands\n- [Claude-Command-Suite](https://github.com/qdhenry/Claude-Command-Suite) - Professional workflows for development tasks\n- [claude-sessions](https://github.com/iannuttall/claude-sessions) - Session tracking commands\n- [slashcommands.cc](https://slashcommands.cc/) - Searchable database of community commands\n- [claudecode.io](https://www.claudecode.io/commands) - 60+ slash commands and workflows\n\n## Contributing\n\nFeel free to submit PRs with additional useful slash commands. Commands should be:\n- Well-documented with clear usage instructions\n- General-purpose and reusable\n- Follow the existing format with frontmatter metadata\n\n## License\n\nThis repository is a public resource for convenience. Commands are provided as-is for community use.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-goblin%2Fclaude-code-useful-slash-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-goblin%2Fclaude-code-useful-slash-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-goblin%2Fclaude-code-useful-slash-commands/lists"}