{"id":49105040,"url":"https://github.com/whchi/agentic-coding","last_synced_at":"2026-04-21T01:09:31.398Z","repository":{"id":343361655,"uuid":"1176591622","full_name":"whchi/agentic-coding","owner":"whchi","description":"assets of agentic coding","archived":false,"fork":false,"pushed_at":"2026-04-19T14:40:29.000Z","size":234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T16:30:44.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/whchi.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-09T07:09:20.000Z","updated_at":"2026-04-19T14:40:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/whchi/agentic-coding","commit_stats":null,"previous_names":["whchi/agentic-coding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whchi/agentic-coding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whchi%2Fagentic-coding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whchi%2Fagentic-coding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whchi%2Fagentic-coding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whchi%2Fagentic-coding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whchi","download_url":"https://codeload.github.com/whchi/agentic-coding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whchi%2Fagentic-coding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"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":"2026-04-21T01:09:30.802Z","updated_at":"2026-04-21T01:09:31.374Z","avatar_url":"https://github.com/whchi.png","language":"Python","funding_links":[],"categories":["Skills"],"sub_categories":[],"readme":"# agentic-coding\n\nMy agentic coding assets — skills, commands, and references.\n\n## Quick Install\n\n```bash\n# Clone this repo\ngit clone --depth 1 git@github.com:whchi/agentic-coding.git ~/agentic-coding\ncd ~/agentic-coding\n\n# Install all global skills + commands\n./install.sh all --global\n\n# Install project skills + commands into current project\n./install.sh all --project\n\n# Or pick individual items\n./install.sh skills --global api-design\n./install.sh skills --project frontend-patterns\n./install.sh commands --global tdd\n```\n\n## Structure\n\n| Directory | Target | Description |\n|---|---|---|\n| `global-skills/` | `~/.config/opencode/skills/` | Cross-project reusable skills |\n| `project-skills/` | `.opencode/skills/` | Stack-specific skills |\n| `commands/` | `~/.config/opencode/commands/` or `.opencode/commands/` | Reusable command templates |\n\n### Global Skills\n\n| Skill | Description |\n|---|---|\n| `api-design` | REST API design and review guidance |\n| `better-test-driven-development` | Strict TDD workflow with 80%+ coverage |\n| `content-engine` | Multi-platform content creation and repurposing |\n| `docker-patterns` | Docker / Compose architecture and troubleshooting |\n| `edit-article` | Article restructuring and editing workflow |\n| `grill-me` | Plan/design stress-testing via questioning |\n| `iterative-retrieval` | Progressive context retrieval for large codebases |\n| `write-a-prd` | PRD / spec writing workflow |\n\n### Project Skills\n\n| Skill | Description |\n|---|---|\n| `better-useeffect` | React / Next.js `useEffect` refactoring patterns |\n| `database-migrations` | Production-safe schema migration guidance |\n| `frontend-patterns` | React / Next.js component, state, performance, a11y |\n| `frontend-slides` | HTML slide deck / PPTX conversion workflow |\n| `js-ts-coding-standards` | JS / TS / React / Node coding standards |\n| `pure-function-pattern` | Pure business logic extraction (TS-first) |\n| `skill-creator` | Skill authoring, evaluation, and benchmarking |\n\n### Commands\n\n| Command | Description |\n|---|---|\n| `anthropic-skill-review` | Anthropic-style skill review |\n| `build-fix` | Build failure diagnosis and fix |\n| `code-review` | Code review workflow |\n| `learn` | Learning / exploration workflow |\n| `tdd` | TDD workflow |\n| `update-codemaps` | Code map update workflow |\n\n## References\n### skills\n- https://github.com/othmanadi/planning-with-files\n- https://github.com/muyen/meihua-yishu 梅花易數\n- https://github.com/jinchenma94/bazi-skill 算命\n- https://github.com/affaan-m/everything-claude-code\n- https://github.com/code-yeongyu/oh-my-openagent\n- https://github.com/obra/superpowers\n- https://github.com/garrytan/gstack 產品決策 -\u003e 架構把關\n\n`/office-hours` -\u003e `/plan-ceo-review` -\u003e `/plan-eng-review`\n```bash\ncd /path/to/project\n\ngit clone --single-branch --depth 1 https://github.com/garrytan/gstack.git .agents/skills/gstack\ncd .agents/skills/gstack \u0026\u0026 ./setup --host auto --local\n```\n- https://github.com/EveryInc/compound-engineering-plugin 深度規劃、執行修正、專家審查、重複疊代\n\n`/ce:plan` -\u003e `/ce:work` -\u003e `/ce:review` -\u003e `/ce:compound`\n```bash\ncd /path/to/project\n\nbunx @every-env/compound-plugin install compound-engineering --to opencode\n```\n- https://github.com/whchi/prompt2eng\n- https://github.com/mattpocock/skills\n\n#### UI/UX\n- https://github.com/pbakaus/impeccable\n- https://github.com/Leonxlnx/taste-skill\n- https://github.com/nextlevelbuilder/ui-ux-pro-max-skill\n\n### Commands\n- https://github.com/gsd-build/get-shit-done\n- https://x.com/alvinsng/status/2033969062834045089\n- https://x.com/trq212/status/2033949937936085378\n\n### MCPs\n- https://github.com/mksglu/context-mode\n- https://github.com/upstash/context7\n- https://github.com/github/github-mcp-server\n- https://docs.devin.ai/work-with-devin/deepwiki-mcp\n- https://github.com/ChromeDevTools/chrome-devtools-mcp\n\n### Others\n- https://x.com/hylarucoder/status/2043202352447189368?s=20\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhchi%2Fagentic-coding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhchi%2Fagentic-coding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhchi%2Fagentic-coding/lists"}