{"id":48470415,"url":"https://github.com/im5tu/claude","last_synced_at":"2026-04-07T06:03:53.349Z","repository":{"id":336453028,"uuid":"1038096144","full_name":"Im5tu/claude","owner":"Im5tu","description":"Personal Claude Code configuration: agents, commands, skills, and global settings.","archived":false,"fork":false,"pushed_at":"2026-02-04T13:14:53.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T00:46:19.143Z","etag":null,"topics":["agents","claude","claude-code"],"latest_commit_sha":null,"homepage":"https://codewithstu.tv","language":null,"has_issues":false,"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/Im5tu.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-08-14T16:01:07.000Z","updated_at":"2026-02-04T13:16:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Im5tu/claude","commit_stats":null,"previous_names":["im5tu/claude"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Im5tu/claude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im5tu%2Fclaude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im5tu%2Fclaude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im5tu%2Fclaude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im5tu%2Fclaude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im5tu","download_url":"https://codeload.github.com/Im5tu/claude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im5tu%2Fclaude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31501903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["agents","claude","claude-code"],"created_at":"2026-04-07T06:03:50.213Z","updated_at":"2026-04-07T06:03:53.328Z","avatar_url":"https://github.com/Im5tu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Configuration\n\nPersonal global configuration for [Claude Code](https://claude.ai/claude-code).\n\n## Structure\n\n```\n.claude/\n├── CLAUDE.md           # Global instructions (orchestrator behavior, style, constraints)\n├── settings.json       # Permissions, plugins, and Claude Code settings\n├── mcp-servers.json    # MCP server definitions (copy to ~/.claude.json)\n├── agents/             # Specialized sub-agent definitions\n├── commands/           # Slash command definitions (/command-name)\n└── skills/             # Auto-triggered skills based on context\n```\n\n## Components\n\n### CLAUDE.md\n\nGlobal instructions that apply to all Claude Code sessions. Defines:\n- Orchestrator role and behavior\n- Decision-making constraints\n- Interaction style\n- Project-specific notes\n\n### Agents\n\nSpecialized sub-agents invoked via the Task tool for domain-specific work:\n\n| Agent | Purpose |\n|-------|---------|\n| `dotnet` | .NET 10 backend, Goa framework, Lambda-first, vertical slices |\n| `iac` | AWS infrastructure, OpenTofu, IAM, security |\n| `web` | Next.js App Router, Tailwind, accessibility |\n| `uiux` | UX critique, interaction design, cognitive load |\n| `copywriting` | Headlines, landing pages, developer messaging |\n\n### Commands\n\nSlash commands triggered by `/command-name`:\n\n| Command | Description |\n|---------|-------------|\n| `/commit-all` | Review and commit all changes in logical groups |\n\n### Skills\n\nContext-aware capabilities auto-triggered when relevant:\n\n| Skill | Purpose |\n|-------|---------|\n| `dotnet-aot-analysis` | Analyzes AOT compatibility |\n| `dotnet-centralise-packages` | Central Package Management |\n| `dotnet-enable-autocomplete` | CLI tab autocomplete |\n| `dotnet-enable-testing-platform` | New testing platform |\n| `dotnet-json-polymorphic` | Polymorphic JSON serialization |\n| `dotnet-source-gen-json` | JSON source generation |\n| `dotnet-source-gen-logging` | LoggerMessage source gen |\n| `dotnet-source-gen-options-validation` | Options validation source gen |\n| `dotnet-source-gen-regex` | Regex source generation |\n| `dotnet-update-packages` | NuGet package updates |\n\nMany skills from:\n- https://skills.sh/\n- https://github.com/Im5tu/dotnet-skills\n\n## Setup\n\n### MCP Servers\n\nThe `mcp-servers.json` file contains MCP server definitions that need to be merged into your `~/.claude.json`. To install them, run each server via the Claude CLI:\n\n```cmd\nclaude mcp add-json -s user sequential-thinking \"{\\\"command\\\":\\\"cmd\\\",\\\"args\\\":[\\\"/c\\\",\\\"npx\\\",\\\"-y\\\",\\\"@modelcontextprotocol/server-sequential-thinking\\\"]}\"\nclaude mcp add-json -s user playwright \"{\\\"command\\\":\\\"cmd\\\",\\\"args\\\":[\\\"/c\\\",\\\"npx\\\",\\\"-y\\\",\\\"@playwright/mcp@latest\\\"]}\"\nclaude mcp add-json -s user aws-knowledge-mcp-server \"{\\\"type\\\":\\\"http\\\",\\\"url\\\":\\\"https://knowledge-mcp.global.api.aws\\\"}\"\nclaude mcp add-json -s user aws-documentation-mcp-server \"{\\\"command\\\":\\\"cmd\\\",\\\"args\\\":[\\\"/c\\\",\\\"uvx\\\",\\\"awslabs.aws-documentation-mcp-server@latest\\\"],\\\"env\\\":{\\\"FASTMCP_LOG_LEVEL\\\":\\\"ERROR\\\",\\\"AWS_DOCUMENTATION_PARTITION\\\":\\\"aws\\\"}}\"\n```\n\nPrerequisites:\n- Node.js / npm (for `npx`-based servers)\n- Python 3.10+ / uv (for `uvx`-based servers)\n\nVerify with:\n\n```cmd\nclaude mcp list\n```\n\n## Usage\n\nThis configuration is loaded automatically by Claude Code from `%USERPROFILE%\\.claude\\`.\n\nFiles are applied globally across all projects unless overridden by project-specific CLAUDE.md files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim5tu%2Fclaude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim5tu%2Fclaude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim5tu%2Fclaude/lists"}