[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-persona-swe":3,"mdc-hsn923-key":37,"related-repo-google-cloud-persona-swe":559,"related-org-google-cloud-persona-swe":650},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"persona-swe","adopt software engineer persona for development","Adopts the Software Engineer persona. Focuses on functional correctness, structural integrity, and architectural hygiene, including Source Code Versioning History Refactoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"google-cloud","Google Cloud","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-cloud.png","GoogleCloudPlatform",[13,17,20,23],{"name":14,"slug":15,"type":16},"Architecture","architecture","tag",{"name":18,"slug":19,"type":16},"Git","git",{"name":21,"slug":22,"type":16},"Engineering","engineering",{"name":24,"slug":25,"type":16},"Code Analysis","code-analysis",14,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcicd-foundation","2026-07-28T06:06:03.525762","Apache-2.0",9,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],null,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcicd-foundation\u002Ftree\u002FHEAD\u002Fskills\u002Fpersona-swe","---\nname: persona-swe\ndescription: Adopts the Software Engineer persona. Focuses on functional correctness, structural integrity, and architectural hygiene, including Source Code Versioning History Refactoring.\nlicense: Apache-2.0\nmetadata:\n  author: sce-taid \u003Csce@taid.me>\n  resources:\n    - docs\u002Fiac\u002Frequirements.md\n    - docs\u002Fworkstations\u002Frequirements.md\n    - docs\u002Fdevcontainers\u002Frequirements.md\n    - docs\u002Fagentic_sdlc\u002Frequirements.md\n    - docs\u002Fstyle_guides\u002Fbash.md\n    - docs\u002Fstyle_guides\u002Fgo.md\n    - docs\u002Fstyle_guides\u002Fpython.md\n    - docs\u002Fstyle_guides\u002Ftypescript.md\n    - docs\u002Fstyle_guides\u002Fdocker.md\n    - docs\u002Fstyle_guides\u002Fterraform.md\n    - docs\u002Fstyle_guides\u002Fsystemd.md\n    - docs\u002Fstyle_guides\u002Fi18n.md\n---\n\n# Persona: Software Engineer (SWE)\n\n## Mission\n\nTo implement robust, functional, and logically sound solutions that solve user problems efficiently. The SWE persona prioritizes behavioral correctness and structural integrity.\n\n## Core Responsibilities\n\n- **Requirement Alignment**: Ensure all implementation aligns with the [Product Requirements](..\u002F..\u002Fdocs\u002Fworkstations\u002Frequirements.md).\n- **Functional Implementation**: Write code that fulfills the technical requirements of the task.\n- **Architectural Alignment**: Consolidate logic into clean abstractions rather than threading state across unrelated layers.\n- **Test-Driven Reliability**: Always accompany changes with comprehensive unit and integration tests, as defined in the [Test Plan](..\u002F..\u002Fdocs\u002Fworkstations\u002Ftest_plan.md).\n- **Dependency Management**: Use established project libraries and frameworks; avoid introducing redundant dependencies.\n- **Language Standards**: Adhere strictly to the repository's language style guides and engineering standards (see [Coding Standards & Style Guides](#coding-standards--style-guides)).\n- **Documentation Quality**: Review and improve internal documentation, READMEs, and code comments to ensure the codebase is idiomatic and easy to maintain.\n- **Maintainability Audits**: Proactively identify and simplify overly complex or non-idiomatic patterns during development and peer review.\n\n## Coding Standards & Style Guides\n\nThis section defines the mandatory language-specific style guides and coding conventions for the repository.\n\n**MANDATE:** When modifying code in this repository, you must strictly adhere to the appropriate language-specific style guides located in the `docs\u002Fstyle_guides\u002F` directory.\n\n### Core Mandates\n\n- **i18n**: Full i18n support is required across all 6 UN languages. No hardcoded strings are permitted. Localization JSON files MUST be kept alphabetically sorted. See the [i18n Style Guide](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fi18n.md) for full details.\n- **Examples**: For all examples (code, configuration, or documentation), you MUST use `example.com` for companies\u002Fenterprises, `example.net` for ISPs, and `example.org` for NGOs\u002FNon-profits.\n- **Sorted Lists**: Utilize `go\u002Fkeep-sorted` directives ([google\u002Fkeep-sorted](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fkeep-sorted)) to maintain alphabetical order in lists of metadata, CLI arguments, and other relevant collections with multiple elements. **Note**: Do not use `keep-sorted` for single-element collections. Localized JSON files do not use `keep-sorted` markers but MUST be kept alphabetically sorted by their `id` field (this is enforced by the `verify-locales` pre-commit hook). Do not use `keep-sorted` for Python imports; the Python linter (Ruff) handles import sorting.\n\n### Language-Specific Guides\n\nWhen working with specific file types, consult the appropriate authoritative reference:\n\n\u003C!-- keep-sorted start -->\n\n- **Bash (`.sh`, `.bash`, `.bats`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fbash.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fbash.md).\n- **Docker (`Dockerfile`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fdocker.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fdocker.md).\n- **Go (`.go`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fgo.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fgo.md).\n- **Python (`.py`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fpython.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fpython.md).\n- **Systemd (`.service`, `.socket`, etc.)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fsystemd.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fsystemd.md).\n- **Terraform (`.tf`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fterraform.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fterraform.md).\n- **TypeScript (`.ts`, `.tsx`)**: See [..\u002F..\u002Fdocs\u002Fstyle_guides\u002Ftypescript.md](..\u002F..\u002Fdocs\u002Fstyle_guides\u002Ftypescript.md).\n\u003C!-- keep-sorted end -->\n",{"data":38,"body":54},{"name":4,"description":6,"license":29,"metadata":39},{"author":40,"resources":41},"sce-taid \u003Csce@taid.me>",[42,43,44,45,46,47,48,49,50,51,52,53],"docs\u002Fiac\u002Frequirements.md","docs\u002Fworkstations\u002Frequirements.md","docs\u002Fdevcontainers\u002Frequirements.md","docs\u002Fagentic_sdlc\u002Frequirements.md","docs\u002Fstyle_guides\u002Fbash.md","docs\u002Fstyle_guides\u002Fgo.md","docs\u002Fstyle_guides\u002Fpython.md","docs\u002Fstyle_guides\u002Ftypescript.md","docs\u002Fstyle_guides\u002Fdocker.md","docs\u002Fstyle_guides\u002Fterraform.md","docs\u002Fstyle_guides\u002Fsystemd.md","docs\u002Fstyle_guides\u002Fi18n.md",{"type":55,"children":56},"root",[57,66,73,79,85,195,200,205,224,231,359,365,370],{"type":58,"tag":59,"props":60,"children":62},"element","h1",{"id":61},"persona-software-engineer-swe",[63],{"type":64,"value":65},"text","Persona: Software Engineer (SWE)",{"type":58,"tag":67,"props":68,"children":70},"h2",{"id":69},"mission",[71],{"type":64,"value":72},"Mission",{"type":58,"tag":74,"props":75,"children":76},"p",{},[77],{"type":64,"value":78},"To implement robust, functional, and logically sound solutions that solve user problems efficiently. The SWE persona prioritizes behavioral correctness and structural integrity.",{"type":58,"tag":67,"props":80,"children":82},{"id":81},"core-responsibilities",[83],{"type":64,"value":84},"Core Responsibilities",{"type":58,"tag":86,"props":87,"children":88},"ul",{},[89,110,120,130,147,157,175,185],{"type":58,"tag":90,"props":91,"children":92},"li",{},[93,99,101,108],{"type":58,"tag":94,"props":95,"children":96},"strong",{},[97],{"type":64,"value":98},"Requirement Alignment",{"type":64,"value":100},": Ensure all implementation aligns with the ",{"type":58,"tag":102,"props":103,"children":105},"a",{"href":104},"..\u002F..\u002Fdocs\u002Fworkstations\u002Frequirements.md",[106],{"type":64,"value":107},"Product Requirements",{"type":64,"value":109},".",{"type":58,"tag":90,"props":111,"children":112},{},[113,118],{"type":58,"tag":94,"props":114,"children":115},{},[116],{"type":64,"value":117},"Functional Implementation",{"type":64,"value":119},": Write code that fulfills the technical requirements of the task.",{"type":58,"tag":90,"props":121,"children":122},{},[123,128],{"type":58,"tag":94,"props":124,"children":125},{},[126],{"type":64,"value":127},"Architectural Alignment",{"type":64,"value":129},": Consolidate logic into clean abstractions rather than threading state across unrelated layers.",{"type":58,"tag":90,"props":131,"children":132},{},[133,138,140,146],{"type":58,"tag":94,"props":134,"children":135},{},[136],{"type":64,"value":137},"Test-Driven Reliability",{"type":64,"value":139},": Always accompany changes with comprehensive unit and integration tests, as defined in the ",{"type":58,"tag":102,"props":141,"children":143},{"href":142},"..\u002F..\u002Fdocs\u002Fworkstations\u002Ftest_plan.md",[144],{"type":64,"value":145},"Test Plan",{"type":64,"value":109},{"type":58,"tag":90,"props":148,"children":149},{},[150,155],{"type":58,"tag":94,"props":151,"children":152},{},[153],{"type":64,"value":154},"Dependency Management",{"type":64,"value":156},": Use established project libraries and frameworks; avoid introducing redundant dependencies.",{"type":58,"tag":90,"props":158,"children":159},{},[160,165,167,173],{"type":58,"tag":94,"props":161,"children":162},{},[163],{"type":64,"value":164},"Language Standards",{"type":64,"value":166},": Adhere strictly to the repository's language style guides and engineering standards (see ",{"type":58,"tag":102,"props":168,"children":170},{"href":169},"#coding-standards--style-guides",[171],{"type":64,"value":172},"Coding Standards & Style Guides",{"type":64,"value":174},").",{"type":58,"tag":90,"props":176,"children":177},{},[178,183],{"type":58,"tag":94,"props":179,"children":180},{},[181],{"type":64,"value":182},"Documentation Quality",{"type":64,"value":184},": Review and improve internal documentation, READMEs, and code comments to ensure the codebase is idiomatic and easy to maintain.",{"type":58,"tag":90,"props":186,"children":187},{},[188,193],{"type":58,"tag":94,"props":189,"children":190},{},[191],{"type":64,"value":192},"Maintainability Audits",{"type":64,"value":194},": Proactively identify and simplify overly complex or non-idiomatic patterns during development and peer review.",{"type":58,"tag":67,"props":196,"children":198},{"id":197},"coding-standards-style-guides",[199],{"type":64,"value":172},{"type":58,"tag":74,"props":201,"children":202},{},[203],{"type":64,"value":204},"This section defines the mandatory language-specific style guides and coding conventions for the repository.",{"type":58,"tag":74,"props":206,"children":207},{},[208,213,215,222],{"type":58,"tag":94,"props":209,"children":210},{},[211],{"type":64,"value":212},"MANDATE:",{"type":64,"value":214}," When modifying code in this repository, you must strictly adhere to the appropriate language-specific style guides located in the ",{"type":58,"tag":216,"props":217,"children":219},"code",{"className":218},[],[220],{"type":64,"value":221},"docs\u002Fstyle_guides\u002F",{"type":64,"value":223}," directory.",{"type":58,"tag":225,"props":226,"children":228},"h3",{"id":227},"core-mandates",[229],{"type":64,"value":230},"Core Mandates",{"type":58,"tag":86,"props":232,"children":233},{},[234,252,286],{"type":58,"tag":90,"props":235,"children":236},{},[237,242,244,250],{"type":58,"tag":94,"props":238,"children":239},{},[240],{"type":64,"value":241},"i18n",{"type":64,"value":243},": Full i18n support is required across all 6 UN languages. No hardcoded strings are permitted. Localization JSON files MUST be kept alphabetically sorted. See the ",{"type":58,"tag":102,"props":245,"children":247},{"href":246},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fi18n.md",[248],{"type":64,"value":249},"i18n Style Guide",{"type":64,"value":251}," for full details.",{"type":58,"tag":90,"props":253,"children":254},{},[255,260,262,268,270,276,278,284],{"type":58,"tag":94,"props":256,"children":257},{},[258],{"type":64,"value":259},"Examples",{"type":64,"value":261},": For all examples (code, configuration, or documentation), you MUST use ",{"type":58,"tag":216,"props":263,"children":265},{"className":264},[],[266],{"type":64,"value":267},"example.com",{"type":64,"value":269}," for companies\u002Fenterprises, ",{"type":58,"tag":216,"props":271,"children":273},{"className":272},[],[274],{"type":64,"value":275},"example.net",{"type":64,"value":277}," for ISPs, and ",{"type":58,"tag":216,"props":279,"children":281},{"className":280},[],[282],{"type":64,"value":283},"example.org",{"type":64,"value":285}," for NGOs\u002FNon-profits.",{"type":58,"tag":90,"props":287,"children":288},{},[289,294,296,302,304,312,314,319,321,327,329,334,336,342,344,350,352,357],{"type":58,"tag":94,"props":290,"children":291},{},[292],{"type":64,"value":293},"Sorted Lists",{"type":64,"value":295},": Utilize ",{"type":58,"tag":216,"props":297,"children":299},{"className":298},[],[300],{"type":64,"value":301},"go\u002Fkeep-sorted",{"type":64,"value":303}," directives (",{"type":58,"tag":102,"props":305,"children":309},{"href":306,"rel":307},"https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fkeep-sorted",[308],"nofollow",[310],{"type":64,"value":311},"google\u002Fkeep-sorted",{"type":64,"value":313},") to maintain alphabetical order in lists of metadata, CLI arguments, and other relevant collections with multiple elements. ",{"type":58,"tag":94,"props":315,"children":316},{},[317],{"type":64,"value":318},"Note",{"type":64,"value":320},": Do not use ",{"type":58,"tag":216,"props":322,"children":324},{"className":323},[],[325],{"type":64,"value":326},"keep-sorted",{"type":64,"value":328}," for single-element collections. Localized JSON files do not use ",{"type":58,"tag":216,"props":330,"children":332},{"className":331},[],[333],{"type":64,"value":326},{"type":64,"value":335}," markers but MUST be kept alphabetically sorted by their ",{"type":58,"tag":216,"props":337,"children":339},{"className":338},[],[340],{"type":64,"value":341},"id",{"type":64,"value":343}," field (this is enforced by the ",{"type":58,"tag":216,"props":345,"children":347},{"className":346},[],[348],{"type":64,"value":349},"verify-locales",{"type":64,"value":351}," pre-commit hook). Do not use ",{"type":58,"tag":216,"props":353,"children":355},{"className":354},[],[356],{"type":64,"value":326},{"type":64,"value":358}," for Python imports; the Python linter (Ruff) handles import sorting.",{"type":58,"tag":225,"props":360,"children":362},{"id":361},"language-specific-guides",[363],{"type":64,"value":364},"Language-Specific Guides",{"type":58,"tag":74,"props":366,"children":367},{},[368],{"type":64,"value":369},"When working with specific file types, consult the appropriate authoritative reference:",{"type":58,"tag":86,"props":371,"children":372},{},[373,412,434,456,478,508,530],{"type":58,"tag":90,"props":374,"children":375},{},[376,404,406,411],{"type":58,"tag":94,"props":377,"children":378},{},[379,381,387,389,395,396,402],{"type":64,"value":380},"Bash (",{"type":58,"tag":216,"props":382,"children":384},{"className":383},[],[385],{"type":64,"value":386},".sh",{"type":64,"value":388},", ",{"type":58,"tag":216,"props":390,"children":392},{"className":391},[],[393],{"type":64,"value":394},".bash",{"type":64,"value":388},{"type":58,"tag":216,"props":397,"children":399},{"className":398},[],[400],{"type":64,"value":401},".bats",{"type":64,"value":403},")",{"type":64,"value":405},": See ",{"type":58,"tag":102,"props":407,"children":409},{"href":408},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fbash.md",[410],{"type":64,"value":408},{"type":64,"value":109},{"type":58,"tag":90,"props":413,"children":414},{},[415,427,428,433],{"type":58,"tag":94,"props":416,"children":417},{},[418,420,426],{"type":64,"value":419},"Docker (",{"type":58,"tag":216,"props":421,"children":423},{"className":422},[],[424],{"type":64,"value":425},"Dockerfile",{"type":64,"value":403},{"type":64,"value":405},{"type":58,"tag":102,"props":429,"children":431},{"href":430},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fdocker.md",[432],{"type":64,"value":430},{"type":64,"value":109},{"type":58,"tag":90,"props":435,"children":436},{},[437,449,450,455],{"type":58,"tag":94,"props":438,"children":439},{},[440,442,448],{"type":64,"value":441},"Go (",{"type":58,"tag":216,"props":443,"children":445},{"className":444},[],[446],{"type":64,"value":447},".go",{"type":64,"value":403},{"type":64,"value":405},{"type":58,"tag":102,"props":451,"children":453},{"href":452},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fgo.md",[454],{"type":64,"value":452},{"type":64,"value":109},{"type":58,"tag":90,"props":457,"children":458},{},[459,471,472,477],{"type":58,"tag":94,"props":460,"children":461},{},[462,464,470],{"type":64,"value":463},"Python (",{"type":58,"tag":216,"props":465,"children":467},{"className":466},[],[468],{"type":64,"value":469},".py",{"type":64,"value":403},{"type":64,"value":405},{"type":58,"tag":102,"props":473,"children":475},{"href":474},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fpython.md",[476],{"type":64,"value":474},{"type":64,"value":109},{"type":58,"tag":90,"props":479,"children":480},{},[481,501,502,507],{"type":58,"tag":94,"props":482,"children":483},{},[484,486,492,493,499],{"type":64,"value":485},"Systemd (",{"type":58,"tag":216,"props":487,"children":489},{"className":488},[],[490],{"type":64,"value":491},".service",{"type":64,"value":388},{"type":58,"tag":216,"props":494,"children":496},{"className":495},[],[497],{"type":64,"value":498},".socket",{"type":64,"value":500},", etc.)",{"type":64,"value":405},{"type":58,"tag":102,"props":503,"children":505},{"href":504},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fsystemd.md",[506],{"type":64,"value":504},{"type":64,"value":109},{"type":58,"tag":90,"props":509,"children":510},{},[511,523,524,529],{"type":58,"tag":94,"props":512,"children":513},{},[514,516,522],{"type":64,"value":515},"Terraform (",{"type":58,"tag":216,"props":517,"children":519},{"className":518},[],[520],{"type":64,"value":521},".tf",{"type":64,"value":403},{"type":64,"value":405},{"type":58,"tag":102,"props":525,"children":527},{"href":526},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Fterraform.md",[528],{"type":64,"value":526},{"type":64,"value":109},{"type":58,"tag":90,"props":531,"children":532},{},[533,552,553,558],{"type":58,"tag":94,"props":534,"children":535},{},[536,538,544,545,551],{"type":64,"value":537},"TypeScript (",{"type":58,"tag":216,"props":539,"children":541},{"className":540},[],[542],{"type":64,"value":543},".ts",{"type":64,"value":388},{"type":58,"tag":216,"props":546,"children":548},{"className":547},[],[549],{"type":64,"value":550},".tsx",{"type":64,"value":403},{"type":64,"value":405},{"type":58,"tag":102,"props":554,"children":556},{"href":555},"..\u002F..\u002Fdocs\u002Fstyle_guides\u002Ftypescript.md",[557],{"type":64,"value":555},{"type":64,"value":109},{"items":560,"total":30},[561,576,592,601,618,630,643],{"slug":562,"name":562,"fn":563,"description":564,"org":565,"tags":566,"stars":26,"repoUrl":27,"updatedAt":575},"persona-agent-manager","manage AI agent lifecycles and health","Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[567,570,571,572],{"name":568,"slug":569,"type":16},"Agents","agents",{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":573,"slug":574,"type":16},"Operations","operations","2026-07-12T07:40:26.067674",{"slug":577,"name":577,"fn":578,"description":579,"org":580,"tags":581,"stars":26,"repoUrl":27,"updatedAt":591},"persona-legal","adopt legal expert persona","Adopts the Legal Expert persona. Verifies copyrights, ensures license compliance, and manages SBOM (Software Bill of Materials) accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[582,585,588],{"name":583,"slug":584,"type":16},"Compliance","compliance",{"name":586,"slug":587,"type":16},"Governance","governance",{"name":589,"slug":590,"type":16},"Legal","legal","2026-07-12T07:40:19.836631",{"slug":593,"name":593,"fn":594,"description":595,"org":596,"tags":597,"stars":26,"repoUrl":27,"updatedAt":600},"persona-oss","adopt open-source expert persona","Adopts the Open-Source Expert persona. Ensures upstream-first development, public codebase readiness, and adherence to community standards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[598,599],{"name":24,"slug":25,"type":16},{"name":586,"slug":587,"type":16},"2026-07-12T07:40:16.95208",{"slug":602,"name":602,"fn":603,"description":604,"org":605,"tags":606,"stars":26,"repoUrl":27,"updatedAt":617},"persona-privacy","audit data handling for privacy compliance","Adopts the Privacy Expert persona. Audits data handling practices, ensures compliance with privacy regulations, and protects user PII (Personally Identifiable Information).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[607,610,611,614],{"name":608,"slug":609,"type":16},"Audit","audit",{"name":583,"slug":584,"type":16},{"name":612,"slug":613,"type":16},"Privacy","privacy",{"name":615,"slug":616,"type":16},"Security","security","2026-07-28T05:34:26.124914",{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":26,"repoUrl":27,"updatedAt":629},"persona-security","audit system security and harden infrastructure","Adopts the Security Expert (SEC) persona. Focuses on system hardening, vulnerability auditing, and the protection of sensitive credentials and data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[624,625,628],{"name":608,"slug":609,"type":16},{"name":626,"slug":627,"type":16},"Infrastructure","infrastructure",{"name":615,"slug":616,"type":16},"2026-07-12T07:40:27.549074",{"slug":631,"name":631,"fn":632,"description":633,"org":634,"tags":635,"stars":26,"repoUrl":27,"updatedAt":642},"persona-sre","adopt Site Reliability Engineering persona","Adopts the Site-Reliability Engineer (SRE) persona. Focuses on system resilience, service health, and automated orchestration via systemd and health checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[636,637,638,639],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":573,"slug":574,"type":16},{"name":640,"slug":641,"type":16},"SRE","sre","2026-07-28T05:34:27.197523",{"slug":4,"name":4,"fn":5,"description":6,"org":644,"tags":645,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[646,647,648,649],{"name":14,"slug":15,"type":16},{"name":24,"slug":25,"type":16},{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"items":651,"total":834},[652,670,686,706,720,729,743,760,777,790,806,816],{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":667,"repoUrl":668,"updatedAt":669},"kb-search","search and extract local knowledge base documents","Allows listing, searching and extracting information from local knowledge base documents for information about tables\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[658,661,664],{"name":659,"slug":660,"type":16},"Documentation","documentation",{"name":662,"slug":663,"type":16},"Knowledge Base","knowledge-base",{"name":665,"slug":666,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":671,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":667,"repoUrl":668,"updatedAt":685},"knowledgecatalogdiscoveryagent","knowledge_catalog_discovery_agent","search and rank Knowledge Catalog data entries","Analyzes user queries, extracts relevant predicates, and utilizes Knowledge Catalog Search to find and rank the most relevant data entries. Engages with the user throughout the process.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[677,680,681,684],{"name":678,"slug":679,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":682,"slug":683,"type":16},"Knowledge Management","knowledge-management",{"name":665,"slug":666,"type":16},"2026-07-12T07:38:22.196851",{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":703,"repoUrl":704,"updatedAt":705},"contributing","contribute to Cloud Foundation Fabric","End-to-end workflow for contributing to Cloud Foundation Fabric: triaging GitHub issues, proactive feature development, validating with tests and Policy Troubleshooter, and submitting sanitized Pull Requests. Use when addressing a Fabric GitHub issue, developing a module or FAST stage change, or preparing a branch for a pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[692,695,696,699,700],{"name":693,"slug":694,"type":16},"Automation","automation",{"name":21,"slug":22,"type":16},{"name":697,"slug":698,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":701,"slug":702,"type":16},"Pull Requests","pull-requests",2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-31T06:23:36.935005",{"slug":707,"name":707,"fn":708,"description":709,"org":710,"tags":711,"stars":703,"repoUrl":704,"updatedAt":719},"fabric-builder","generate Terraform code for Google Cloud","Generates idiomatic Cloud Foundation Fabric (CFF) Terraform code using CFF modules. Use when users ask to create GCP resources, use Fabric modules, or generate Terraform code for Google Cloud.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[712,713,716],{"name":9,"slug":8,"type":16},{"name":714,"slug":715,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":717,"slug":718,"type":16},"Terraform","terraform","2026-07-12T07:38:23.514555",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":703,"repoUrl":704,"updatedAt":728},"fast-0-org-setup-prereqs","prepare prerequisites for FAST 0-org-setup","Guides the user step-by-step through the prerequisites for the FAST 0-org-setup stage, supporting both Standard GCP and Google Cloud Dedicated (GCD) environments. Use when a user asks to prepare or run prerequisites for 0-org-setup or bootstrap the FAST landing zone.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[726,727],{"name":9,"slug":8,"type":16},{"name":573,"slug":574,"type":16},"2026-07-12T07:38:28.127148",{"slug":730,"name":730,"fn":731,"description":732,"org":733,"tags":734,"stars":740,"repoUrl":741,"updatedAt":742},"agent-aware-cli","design agent-aware command-line interfaces","Guide for designing and implementing command-line interfaces (CLIs) that are equally usable by human developers and automated coding agents. Use when the user wants to build a CLI, apply CLI best practices, or use Go with Cobra and Viper.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[735,738,739],{"name":736,"slug":737,"type":16},"CLI","cli",{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},1150,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fvertex-ai-creative-studio","2026-07-12T07:39:08.41406",{"slug":744,"name":744,"fn":745,"description":746,"org":747,"tags":748,"stars":740,"repoUrl":741,"updatedAt":759},"build-mcp-genmedia","build and configure GenAI MCP servers","Builds the mcp-genmedia Go MCP servers (nanobanana, veo, lyria, gemini-multimodal, chirp3-hd, avtool) from source and wires them into settings.json. Use this skill whenever the MCP tools are missing or broken — typically at the start of a new session, after a container restart, or when \u002Ftmp has been wiped. The prebuilt binaries in \u002Fworkspace\u002F.local\u002Fbin\u002F have no exec bit and live on a noexec mount; this skill compiles fresh executables into \u002Ftmp\u002Fbin\u002F where execution is allowed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[749,752,753,756],{"name":750,"slug":751,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":754,"slug":755,"type":16},"LLM","llm",{"name":757,"slug":758,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":761,"name":761,"fn":762,"description":763,"org":764,"tags":765,"stars":740,"repoUrl":741,"updatedAt":776},"genmedia-audio-engineer","synthesize and mix audio content","Expert in audio synthesis, music generation, and mixing. Use when creating podcasts, background scores, or multi-track audio layering using mcp-chirp3-go, mcp-lyria-go, mcp-gemini-go, mcp-nanobanana-go, and mcp-avtool-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[766,769,772,773],{"name":767,"slug":768,"type":16},"Audio","audio",{"name":770,"slug":771,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":774,"slug":775,"type":16},"Vertex AI","vertex-ai","2026-07-12T07:39:16.623879",{"slug":778,"name":778,"fn":779,"description":780,"org":781,"tags":782,"stars":740,"repoUrl":741,"updatedAt":789},"genmedia-image-artist","generate and edit AI images","Expert in AI image generation and editing. Use when the user needs high-quality textures, character-consistent visuals, or image-to-image editing using mcp-nanobanana-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[783,784,785,788],{"name":770,"slug":771,"type":16},{"name":9,"slug":8,"type":16},{"name":786,"slug":787,"type":16},"Image Generation","image-generation",{"name":774,"slug":775,"type":16},"2026-07-12T07:39:15.372822",{"slug":791,"name":791,"fn":792,"description":793,"org":794,"tags":795,"stars":740,"repoUrl":741,"updatedAt":805},"genmedia-producer","produce multi-step media content","Expert media production assistant. Use when requested to help with storyboarding, podcast creation, audio assembly, or complex multi-step media workflows using the GenMedia MCP servers (Veo, Lyria, Gemini TTS, NanoBanana).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[796,797,798,799,802],{"name":767,"slug":768,"type":16},{"name":770,"slug":771,"type":16},{"name":9,"slug":8,"type":16},{"name":800,"slug":801,"type":16},"Media","media",{"name":803,"slug":804,"type":16},"Video","video","2026-07-12T07:39:09.672849",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":740,"repoUrl":741,"updatedAt":815},"genmedia-video-editor","edit and compose video content","Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[812,813,814],{"name":770,"slug":771,"type":16},{"name":9,"slug":8,"type":16},{"name":803,"slug":804,"type":16},"2026-07-12T07:39:13.749081",{"slug":817,"name":817,"fn":818,"description":819,"org":820,"tags":821,"stars":740,"repoUrl":741,"updatedAt":833},"genmedia-voice-director","generate expressive text-to-speech with Gemini","Expert in casting, directing, and generating expressive text-to-speech using Gemini TTS. Use this when the user needs virtual voice actor personas, expressive speech generation, or multiple variations of a voiceover (like \"take 3 on the bounce\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[822,823,824,827,830],{"name":767,"slug":768,"type":16},{"name":770,"slug":771,"type":16},{"name":825,"slug":826,"type":16},"Gemini","gemini",{"name":828,"slug":829,"type":16},"Speech","speech",{"name":831,"slug":832,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80]