{"id":49642774,"url":"https://github.com/alexprogrammerde/ai-env","last_synced_at":"2026-05-05T20:04:38.890Z","repository":{"id":350459236,"uuid":"1206868218","full_name":"AlexProgrammerDE/ai-env","owner":"AlexProgrammerDE","description":"🧠 Configuration for my AI tools/Computers","archived":false,"fork":false,"pushed_at":"2026-05-01T07:10:42.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T09:15:55.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/AlexProgrammerDE.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":"2026-04-10T10:30:58.000Z","updated_at":"2026-05-01T07:10:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AlexProgrammerDE/ai-env","commit_stats":null,"previous_names":["alexprogrammerde/ai-env"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexProgrammerDE/ai-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2Fai-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2Fai-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2Fai-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2Fai-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexProgrammerDE","download_url":"https://codeload.github.com/AlexProgrammerDE/ai-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2Fai-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32665683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":[],"created_at":"2026-05-05T20:04:37.147Z","updated_at":"2026-05-05T20:04:38.886Z","avatar_url":"https://github.com/AlexProgrammerDE.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-env\n🧠 Configuration for my AI tools\n\n## Setup command\n\n### Linux/macOS\n\n```bash\ncurl -fsSL https://claude.ai/install.sh | bash\nbrew install codex\ncurl -fsSL https://bun.sh/install | bash\ncurl -fsSL https://get.pnpm.io/install.sh | sh -\n```\n\n### Windows\n\n```powershell\npowershell -c \"irm bun.sh/install.ps1 | iex\"\nInvoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression\nAdd-MpPreference -ExclusionPath $(pnpm store path)\n```\n\n## Aliases\n\n```bash\ncat \u003c\u003c EOF \u003e\u003e ~/.bashrc\n# AI aliases\nalias claudeo=\"claude --dangerously-skip-permissions\"\nalias codexo=\"codex --dangerously-bypass-approvals-and-sandbox --search\"\n\n# quick open ptyxis\nalias console=\"setsid -f ptyxis --tab -d $PWD \u003e/dev/null 2\u003e\u00261\"\nEOF\n```\n\n## AGENTS.md global config\n\n```bash\nwget -O ~/.codex/AGENTS.md https://raw.githubusercontent.com/AlexProgrammerDE/ai-env/refs/heads/main/GLOBAL_AGENTS.md\nwget -O ~/.claude/CLAUDE.md https://raw.githubusercontent.com/AlexProgrammerDE/ai-env/refs/heads/main/GLOBAL_AGENTS.md\n```\n\n## Skills\n\n```bash\nbunx skills add https://github.com/vercel-labs/skills --skill find-skills --global --yes\nbunx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices --global --yes\nbunx skills add https://github.com/anthropics/skills --skill frontend-design --global --yes\nbunx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines --global --yes\nbunx skills add https://github.com/remotion-dev/skills --skill remotion-best-practices --global --yes\nbunx skills add https://github.com/vercel-labs/agent-skills --skill vercel-composition-patterns --global --yes\nbunx skills add https://github.com/shadcn/ui --skill shadcn --global --yes\nbunx skills add https://github.com/github/awesome-copilot --skill documentation-writer --global --yes\nbunx skills add https://github.com/cyxzdev/uncodixfy --skill uncodixfy --global --yes\n```\n\n## MCP\n\n```bash\ncodex mcp add playwright bunx \"@playwright/mcp@latest\"\nclaude mcp add playwright bunx @playwright/mcp@latest\n\ncodex mcp add shadcn bunx \"shadcn@latest\" \"mcp\"\nclaude mcp add shadcn bunx shadcn@latest mcp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprogrammerde%2Fai-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexprogrammerde%2Fai-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprogrammerde%2Fai-env/lists"}