{"id":51820507,"url":"https://github.com/itsdishant/senior-angular-architect","last_synced_at":"2026-07-24T14:00:36.592Z","repository":{"id":371580744,"uuid":"1296687569","full_name":"itsdishant/senior-angular-architect","owner":"itsdishant","description":"Senior Angular Architect","archived":false,"fork":false,"pushed_at":"2026-07-15T18:07:46.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-15T19:13:42.463Z","etag":null,"topics":["agent-skill"],"latest_commit_sha":null,"homepage":"","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/itsdishant.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":"2026-07-10T16:18:14.000Z","updated_at":"2026-07-15T18:08:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/itsdishant/senior-angular-architect","commit_stats":null,"previous_names":["itsdishant/senior-angular-architect"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/itsdishant/senior-angular-architect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdishant%2Fsenior-angular-architect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdishant%2Fsenior-angular-architect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdishant%2Fsenior-angular-architect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdishant%2Fsenior-angular-architect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdishant","download_url":"https://codeload.github.com/itsdishant/senior-angular-architect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdishant%2Fsenior-angular-architect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35844578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"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":["agent-skill"],"created_at":"2026-07-22T05:00:25.532Z","updated_at":"2026-07-24T14:00:36.570Z","avatar_url":"https://github.com/itsdishant.png","language":null,"funding_links":[],"categories":["Development Utilities"],"sub_categories":["AI"],"readme":"# Senior Angular Architect\n\nA set of documents for agents that answer senior Angular architecture questions. It covers app structure, performance, security, state, testing, migration, and team practices.\n\n## Purpose\n\nThis repo captures the guidance a senior Angular architect would use when reviewing or advising on enterprise Angular work.\n\nIt covers:\n\n- **Architecture design**: feature boundaries, shared libraries, app layers\n- **Performance**: change detection, bundle size, large forms, runtime cost\n- **Security**: auth, authorization, CSP, XSS, CSRF, secure storage\n- **State**: Signals, RxJS, NgRx, ComponentStore, service-driven patterns\n- **Testing**: unit tests, integration tests, coverage, CI gates\n- **Modern Angular**: standalone components, typed forms, control flow, SSR, hydration, zoneless-ready design\n- **Migration**: Angular upgrades, legacy modernization, technical debt\n- **Team practices**: code review standards, onboarding, conventions\n\n## Repository structure\n\n```text\nsenior-angular-architect/\n├── SKILL.md\n└── references/\n    ├── architecture.md\n    ├── code-review.md\n    ├── design-patterns.md\n    ├── eslint-config.md\n    ├── migration.md\n    ├── performance.md\n    ├── project-structure.md\n    ├── rxjs.md\n    ├── security.md\n    └── testing.md\n```\n\n## How agents should use it\n\nStart with `SKILL.md` for the agent behavior and routing rules. Then open the specific reference for the task.\n\n- `references/architecture.md`: app structure, feature boundaries, standalone components, shared libraries\n- `references/performance.md`: rendering, bundles, large lists and forms, memory, SSR/hydration\n- `references/security.md`: auth, RBAC, CSP, XSS, CSRF, secure storage\n- `references/testing.md`: unit testing, integration testing, test strategy, CI gates\n- `references/rxjs.md`: observables, operator choice, cancellation, async error handling\n- `references/migration.md`: version upgrades, modernization, migration planning\n- `references/design-patterns.md`: architecture and boundary patterns\n- `references/code-review.md`: review heuristics and common issues\n- `references/eslint-config.md`: lint rules and Angular ESLint setup\n- `references/project-structure.md`: recommended project layout\n\n## Standards\n\n- Keep `SKILL.md` focused and point agents to the right reference file.\n- Keep supporting material in `references/`.\n- Put examples in the file where they belong.\n- Avoid duplicate documentation unless it helps clarity.\n- Keep the language practical and neutral.\n\n## Validation\n\nBefore publishing:\n\n- Check `SKILL.md` has valid YAML frontmatter with `name`, `description`, and `metadata`.\n- Confirm metadata includes category and stack values.\n- Verify referenced files exist.\n- Make sure the repo exposes only one reference folder.\n- Keep examples close to their guidance and avoid repeated content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdishant%2Fsenior-angular-architect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdishant%2Fsenior-angular-architect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdishant%2Fsenior-angular-architect/lists"}