{"id":50412001,"url":"https://github.com/ryanbbrown/global-agent-context","last_synced_at":"2026-05-31T04:02:58.852Z","repository":{"id":326114344,"uuid":"1103520894","full_name":"ryanbbrown/global-agent-context","owner":"ryanbbrown","description":"Simple setup to easily manage and version global coding agent files","archived":false,"fork":false,"pushed_at":"2026-05-31T00:46:07.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T01:14:20.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ryanbbrown.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":null,"dco":null,"cla":null}},"created_at":"2025-11-25T01:29:43.000Z","updated_at":"2026-05-31T00:46:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa69a47d-1041-4da0-a9bb-614b2cf27ea5","html_url":"https://github.com/ryanbbrown/global-agent-context","commit_stats":null,"previous_names":["ryanbbrown/coding-agent-content","ryanbbrown/global-agent-context"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanbbrown/global-agent-context","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbbrown%2Fglobal-agent-context","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbbrown%2Fglobal-agent-context/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbbrown%2Fglobal-agent-context/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbbrown%2Fglobal-agent-context/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanbbrown","download_url":"https://codeload.github.com/ryanbbrown/global-agent-context/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbbrown%2Fglobal-agent-context/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2026-05-31T04:02:58.759Z","updated_at":"2026-05-31T04:02:58.837Z","avatar_url":"https://github.com/ryanbbrown.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ryan's Agent Context\n\nPersonal home base for how Ryan Brown uses coding agents across local side projects. This repo keeps global instructions, active skills, wrapped third-party skills, and repo bootstrapping scripts in one place, then links them into Claude Code and Codex.\n\nThe current workflow is intentionally small: start greenfield repos with the same agent-readable structure, let agents draft implementation plans in committed files, use generated HTML when a visual artifact is clearer than prose, and run multi-agent review when a plan or implementation needs outside pressure.\n\n## Daily Workflow\n\n### Start A Repo\n\nAdd this function to `~/.zshrc`:\n\n```bash\nunalias init-repo 2\u003e/dev/null\ninit-repo() { /Users/ryanbrown/code/global-agent-context/scripts/init-repo.sh \"$@\"; }\n```\n\nFrom an empty project directory:\n\n```bash\ninit-repo\n```\n\nThe script creates a greenfield side-project repo with:\n\n- `.plans/` for committed implementation plans, named in implementation order like `01-auth.md`, `02-billing.md`, `03-dashboard.md`\n- `.reviews/` for committed multi-agent review outputs when they capture useful decision context\n- `.html/` for committed generated HTML artifacts when visual explanation is useful\n- `CLAUDE.md` and `AGENTS.md` project instructions\n- a minimal `README.md`\n- an initial commit and GitHub remote via `gh repo create`\n\n### Plan Work\n\nPlans are regular markdown files in `.plans/`. They are committed because they explain implementation order and intent over time. The filename number is the order the work is expected to land, not a priority score.\n\nMost planning is free-form agent work rather than an explicit skill invocation. The generated project instructions carry the conventions that matter.\n\n### Review Work\n\nUse `personal:multi-review` when a plan or implementation needs read-only feedback from multiple agents. Review output goes under `.reviews/plans/\u003cfeature\u003e/` or `.reviews/implementations/\u003cfeature\u003e/`.\n\nUse `personal:interview` when the agent should ask questions and shape a plan/spec before writing.\n\n### Generate Visual Artifacts\n\nUse `html-artifacts:html-artifacts` when HTML would communicate better than markdown: diagrams, timelines, comparison matrices, design prototypes, data explorers, or visual reports. Generated files should usually live in `.html/`.\n\n## Active Skills\n\nPersonal skills currently kept active:\n\n- `personal:interview`\n- `personal:multi-review`\n\nWrapped third-party skills currently kept active:\n\n- `gstack:browse`\n- `html-artifacts:html-artifacts`\n- `mattpocock-skills:grill-with-docs`\n- `mattpocock-skills:improve-codebase-architecture`\n- `vercel:vercel-react-best-practices`\n\nOlder personal workflows are preserved in `archive/personal-skills/` but are not linked into Claude or Codex.\n\n## Layout\n\n- `CLAUDE.md` is the global instruction file linked into Claude Code and Codex.\n- `plugins/` is the active source tree for skills and plugin manifests.\n- `archive/` preserves retired personal skills.\n- `scripts/init-repo.sh` creates new side-project repositories.\n- `scripts/update-skill-sources.sh` updates third-party submodules, regenerates wrapped skills, reruns links, and can commit/push known source updates from cron.\n- `create-links.sh` links this repo into local Claude/Codex homes.\n\n## Setup\n\nRun from this repo:\n\n```bash\n./create-links.sh\n```\n\nThat links:\n\n- `CLAUDE.md` -\u003e `~/.claude/CLAUDE.md`\n- `CLAUDE.md` -\u003e `~/.codex/AGENTS.md`\n- `plugins/*` -\u003e `~/.claude/plugins/*`\n- `plugins/*/skills/*` -\u003e `~/.codex/skills/*`\n\nCodex's `.system` skills are preserved.\n\n## Third-Party Sources\n\nThe repo tracks selected external skill sources as submodules and wraps only the skills Ryan currently wants active. The daily cron runs:\n\n```bash\n/Users/ryanbrown/code/global-agent-context/scripts/update-skill-sources.sh --push\n```\n\nThis updates known submodules, regenerates `html-artifacts`, reruns `create-links.sh`, and commits only known submodule/generated source changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbbrown%2Fglobal-agent-context","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanbbrown%2Fglobal-agent-context","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbbrown%2Fglobal-agent-context/lists"}