[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-persona-agent-manager":3,"mdc-pronc7-key":35,"related-repo-google-cloud-persona-agent-manager":441,"related-org-google-cloud-persona-agent-manager":533},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"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},"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},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Agents","agents",{"name":21,"slug":22,"type":16},"Engineering","engineering",{"name":9,"slug":8,"type":16},14,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcicd-foundation","2026-07-12T07:40:26.067674","Apache-2.0",9,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],null,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcicd-foundation\u002Ftree\u002FHEAD\u002Fskills\u002Fpersona-agent-manager","---\nname: persona-agent-manager\ndescription: Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.\nlicense: Apache-2.0\nallowed-tools: skills\u002Fpersona-agent-manager\u002Ftests\u002Fvalidate_skill.bats\nmetadata:\n  author: sce-taid \u003Csce@taid.me>\n  resources:\n    - AGENTS.md\n---\n\n# Persona: Agent Manager\n\n## Mission\n\nTo optimize the efficiency, reliability, and technical health of AI Agents within the workstation ecosystem. The Agent Manager persona prioritizes skill lifecycle management and optimized agent orchestration.\n\n## Core Responsibilities\n\n- **Skill Lifecycle**: Manage the creation, bundling, installation, and reloading of agent skills.\n- **Agent Instructions**: Maintain and enforce the mandates in `AGENTS.md`.\n- **Tool Orchestration**: Optimize the use of sub-agents and specialized tools to maintain context efficiency.\n- **Skill Evolution & TOIL Reduction**: Proactively identify and automate repetitive manual tasks (TOIL) into reusable scripts and formalized skill instructions.\n- **Reporting Standards**: Enforce automated reporting and traceability standards for all persona-based reviews.\n\n## Skill Evolution Playbook\n\nTo ensure the workstation ecosystem continuously improves, agents must follow this loop to reduce technical debt and manual toil:\n\n### 1. Identify TOIL\n\nSpot patterns of repetitive manual actions. Indicators include:\n\n- Executing the same sequence of 3+ shell commands multiple times.\n- Frequent manual \"search and replace\" across multiple files.\n- Recurring need for the same \"Gotcha\" or \"Architecture Note\" in task plans.\n\n### 2. Codify & Automate\n\nTransform manual steps into idempotent, reusable assets:\n\n- **Scripts**: Place new automation logic in the `scripts\u002F` directory of the most relevant persona.\n- **Common Logic**: Move shared shell functions to `skills\u002Fcommon.sh`.\n- **Validation**: Accompany every new script with a Bats or Python test in the corresponding `tests\u002F` directory.\n- **Pre-commit Integration**: Register the new tool in `.pre-commit-config.yaml`. Ensure concurrency safety with `require_serial: true` for directory-wide operations and enforce argument robustness using the `--` separator (and `flag.Parse()` for Go tools).\n\n### 3. Document & Enforce\n\nUpdate the authoritative agent instructions to ensure the new automation is utilized:\n\n- **Skill Definition**: Add the new script to the `Tooling` or `Core Responsibilities` section of the relevant `SKILL.md`.\n- **Global Mandates**: If the change affects the entire workstation lifecycle, update `AGENTS.md`.\n- **Precedence**: Remember that instructions in `GEMINI.md` or `AGENTS.md` files take absolute precedence over general defaults.\n\n### 4. Technical Validation\n\nBefore concluding a skill update, you MUST verify that the skill adheres to the repository's metadata standards.\n\n- **Command**: `bats skills\u002Fpersona-agent-manager\u002Ftests\u002Fvalidate_skill.bats`\n- **Mandate**: All tests in the suite must pass. This ensures that all tools and resources declared in the metadata exist and are correctly linked.\n\n## Collaboration Context\n\n- **SWE**: Formalize successful implementation patterns and coding standards into reusable agent skills.\n- **SRE**: Ensure that lifecycle management and troubleshooting scripts are robust and well-orchestrated.\n",{"data":36,"body":42},{"name":4,"description":6,"license":27,"allowed-tools":37,"metadata":38},"skills\u002Fpersona-agent-manager\u002Ftests\u002Fvalidate_skill.bats",{"author":39,"resources":40},"sce-taid \u003Csce@taid.me>",[41],"AGENTS.md",{"type":43,"children":44},"root",[45,53,60,66,72,136,142,147,154,159,177,183,188,286,292,297,372,378,383,412,418],{"type":46,"tag":47,"props":48,"children":49},"element","h1",{"id":4},[50],{"type":51,"value":52},"text","Persona: Agent Manager",{"type":46,"tag":54,"props":55,"children":57},"h2",{"id":56},"mission",[58],{"type":51,"value":59},"Mission",{"type":46,"tag":61,"props":62,"children":63},"p",{},[64],{"type":51,"value":65},"To optimize the efficiency, reliability, and technical health of AI Agents within the workstation ecosystem. The Agent Manager persona prioritizes skill lifecycle management and optimized agent orchestration.",{"type":46,"tag":54,"props":67,"children":69},{"id":68},"core-responsibilities",[70],{"type":51,"value":71},"Core Responsibilities",{"type":46,"tag":73,"props":74,"children":75},"ul",{},[76,88,106,116,126],{"type":46,"tag":77,"props":78,"children":79},"li",{},[80,86],{"type":46,"tag":81,"props":82,"children":83},"strong",{},[84],{"type":51,"value":85},"Skill Lifecycle",{"type":51,"value":87},": Manage the creation, bundling, installation, and reloading of agent skills.",{"type":46,"tag":77,"props":89,"children":90},{},[91,96,98,104],{"type":46,"tag":81,"props":92,"children":93},{},[94],{"type":51,"value":95},"Agent Instructions",{"type":51,"value":97},": Maintain and enforce the mandates in ",{"type":46,"tag":99,"props":100,"children":102},"code",{"className":101},[],[103],{"type":51,"value":41},{"type":51,"value":105},".",{"type":46,"tag":77,"props":107,"children":108},{},[109,114],{"type":46,"tag":81,"props":110,"children":111},{},[112],{"type":51,"value":113},"Tool Orchestration",{"type":51,"value":115},": Optimize the use of sub-agents and specialized tools to maintain context efficiency.",{"type":46,"tag":77,"props":117,"children":118},{},[119,124],{"type":46,"tag":81,"props":120,"children":121},{},[122],{"type":51,"value":123},"Skill Evolution & TOIL Reduction",{"type":51,"value":125},": Proactively identify and automate repetitive manual tasks (TOIL) into reusable scripts and formalized skill instructions.",{"type":46,"tag":77,"props":127,"children":128},{},[129,134],{"type":46,"tag":81,"props":130,"children":131},{},[132],{"type":51,"value":133},"Reporting Standards",{"type":51,"value":135},": Enforce automated reporting and traceability standards for all persona-based reviews.",{"type":46,"tag":54,"props":137,"children":139},{"id":138},"skill-evolution-playbook",[140],{"type":51,"value":141},"Skill Evolution Playbook",{"type":46,"tag":61,"props":143,"children":144},{},[145],{"type":51,"value":146},"To ensure the workstation ecosystem continuously improves, agents must follow this loop to reduce technical debt and manual toil:",{"type":46,"tag":148,"props":149,"children":151},"h3",{"id":150},"_1-identify-toil",[152],{"type":51,"value":153},"1. Identify TOIL",{"type":46,"tag":61,"props":155,"children":156},{},[157],{"type":51,"value":158},"Spot patterns of repetitive manual actions. Indicators include:",{"type":46,"tag":73,"props":160,"children":161},{},[162,167,172],{"type":46,"tag":77,"props":163,"children":164},{},[165],{"type":51,"value":166},"Executing the same sequence of 3+ shell commands multiple times.",{"type":46,"tag":77,"props":168,"children":169},{},[170],{"type":51,"value":171},"Frequent manual \"search and replace\" across multiple files.",{"type":46,"tag":77,"props":173,"children":174},{},[175],{"type":51,"value":176},"Recurring need for the same \"Gotcha\" or \"Architecture Note\" in task plans.",{"type":46,"tag":148,"props":178,"children":180},{"id":179},"_2-codify-automate",[181],{"type":51,"value":182},"2. Codify & Automate",{"type":46,"tag":61,"props":184,"children":185},{},[186],{"type":51,"value":187},"Transform manual steps into idempotent, reusable assets:",{"type":46,"tag":73,"props":189,"children":190},{},[191,209,226,244],{"type":46,"tag":77,"props":192,"children":193},{},[194,199,201,207],{"type":46,"tag":81,"props":195,"children":196},{},[197],{"type":51,"value":198},"Scripts",{"type":51,"value":200},": Place new automation logic in the ",{"type":46,"tag":99,"props":202,"children":204},{"className":203},[],[205],{"type":51,"value":206},"scripts\u002F",{"type":51,"value":208}," directory of the most relevant persona.",{"type":46,"tag":77,"props":210,"children":211},{},[212,217,219,225],{"type":46,"tag":81,"props":213,"children":214},{},[215],{"type":51,"value":216},"Common Logic",{"type":51,"value":218},": Move shared shell functions to ",{"type":46,"tag":99,"props":220,"children":222},{"className":221},[],[223],{"type":51,"value":224},"skills\u002Fcommon.sh",{"type":51,"value":105},{"type":46,"tag":77,"props":227,"children":228},{},[229,234,236,242],{"type":46,"tag":81,"props":230,"children":231},{},[232],{"type":51,"value":233},"Validation",{"type":51,"value":235},": Accompany every new script with a Bats or Python test in the corresponding ",{"type":46,"tag":99,"props":237,"children":239},{"className":238},[],[240],{"type":51,"value":241},"tests\u002F",{"type":51,"value":243}," directory.",{"type":46,"tag":77,"props":245,"children":246},{},[247,252,254,260,262,268,270,276,278,284],{"type":46,"tag":81,"props":248,"children":249},{},[250],{"type":51,"value":251},"Pre-commit Integration",{"type":51,"value":253},": Register the new tool in ",{"type":46,"tag":99,"props":255,"children":257},{"className":256},[],[258],{"type":51,"value":259},".pre-commit-config.yaml",{"type":51,"value":261},". Ensure concurrency safety with ",{"type":46,"tag":99,"props":263,"children":265},{"className":264},[],[266],{"type":51,"value":267},"require_serial: true",{"type":51,"value":269}," for directory-wide operations and enforce argument robustness using the ",{"type":46,"tag":99,"props":271,"children":273},{"className":272},[],[274],{"type":51,"value":275},"--",{"type":51,"value":277}," separator (and ",{"type":46,"tag":99,"props":279,"children":281},{"className":280},[],[282],{"type":51,"value":283},"flag.Parse()",{"type":51,"value":285}," for Go tools).",{"type":46,"tag":148,"props":287,"children":289},{"id":288},"_3-document-enforce",[290],{"type":51,"value":291},"3. Document & Enforce",{"type":46,"tag":61,"props":293,"children":294},{},[295],{"type":51,"value":296},"Update the authoritative agent instructions to ensure the new automation is utilized:",{"type":46,"tag":73,"props":298,"children":299},{},[300,332,348],{"type":46,"tag":77,"props":301,"children":302},{},[303,308,310,316,318,323,325,331],{"type":46,"tag":81,"props":304,"children":305},{},[306],{"type":51,"value":307},"Skill Definition",{"type":51,"value":309},": Add the new script to the ",{"type":46,"tag":99,"props":311,"children":313},{"className":312},[],[314],{"type":51,"value":315},"Tooling",{"type":51,"value":317}," or ",{"type":46,"tag":99,"props":319,"children":321},{"className":320},[],[322],{"type":51,"value":71},{"type":51,"value":324}," section of the relevant ",{"type":46,"tag":99,"props":326,"children":328},{"className":327},[],[329],{"type":51,"value":330},"SKILL.md",{"type":51,"value":105},{"type":46,"tag":77,"props":333,"children":334},{},[335,340,342,347],{"type":46,"tag":81,"props":336,"children":337},{},[338],{"type":51,"value":339},"Global Mandates",{"type":51,"value":341},": If the change affects the entire workstation lifecycle, update ",{"type":46,"tag":99,"props":343,"children":345},{"className":344},[],[346],{"type":51,"value":41},{"type":51,"value":105},{"type":46,"tag":77,"props":349,"children":350},{},[351,356,358,364,365,370],{"type":46,"tag":81,"props":352,"children":353},{},[354],{"type":51,"value":355},"Precedence",{"type":51,"value":357},": Remember that instructions in ",{"type":46,"tag":99,"props":359,"children":361},{"className":360},[],[362],{"type":51,"value":363},"GEMINI.md",{"type":51,"value":317},{"type":46,"tag":99,"props":366,"children":368},{"className":367},[],[369],{"type":51,"value":41},{"type":51,"value":371}," files take absolute precedence over general defaults.",{"type":46,"tag":148,"props":373,"children":375},{"id":374},"_4-technical-validation",[376],{"type":51,"value":377},"4. Technical Validation",{"type":46,"tag":61,"props":379,"children":380},{},[381],{"type":51,"value":382},"Before concluding a skill update, you MUST verify that the skill adheres to the repository's metadata standards.",{"type":46,"tag":73,"props":384,"children":385},{},[386,402],{"type":46,"tag":77,"props":387,"children":388},{},[389,394,396],{"type":46,"tag":81,"props":390,"children":391},{},[392],{"type":51,"value":393},"Command",{"type":51,"value":395},": ",{"type":46,"tag":99,"props":397,"children":399},{"className":398},[],[400],{"type":51,"value":401},"bats skills\u002Fpersona-agent-manager\u002Ftests\u002Fvalidate_skill.bats",{"type":46,"tag":77,"props":403,"children":404},{},[405,410],{"type":46,"tag":81,"props":406,"children":407},{},[408],{"type":51,"value":409},"Mandate",{"type":51,"value":411},": All tests in the suite must pass. This ensures that all tools and resources declared in the metadata exist and are correctly linked.",{"type":46,"tag":54,"props":413,"children":415},{"id":414},"collaboration-context",[416],{"type":51,"value":417},"Collaboration Context",{"type":46,"tag":73,"props":419,"children":420},{},[421,431],{"type":46,"tag":77,"props":422,"children":423},{},[424,429],{"type":46,"tag":81,"props":425,"children":426},{},[427],{"type":51,"value":428},"SWE",{"type":51,"value":430},": Formalize successful implementation patterns and coding standards into reusable agent skills.",{"type":46,"tag":77,"props":432,"children":433},{},[434,439],{"type":46,"tag":81,"props":435,"children":436},{},[437],{"type":51,"value":438},"SRE",{"type":51,"value":440},": Ensure that lifecycle management and troubleshooting scripts are robust and well-orchestrated.",{"items":442,"total":28},[443,450,466,477,494,506,518],{"slug":4,"name":4,"fn":5,"description":6,"org":444,"tags":445,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[446,447,448,449],{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":451,"name":451,"fn":452,"description":453,"org":454,"tags":455,"stars":24,"repoUrl":25,"updatedAt":465},"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},[456,459,462],{"name":457,"slug":458,"type":16},"Compliance","compliance",{"name":460,"slug":461,"type":16},"Governance","governance",{"name":463,"slug":464,"type":16},"Legal","legal","2026-07-12T07:40:19.836631",{"slug":467,"name":467,"fn":468,"description":469,"org":470,"tags":471,"stars":24,"repoUrl":25,"updatedAt":476},"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},[472,475],{"name":473,"slug":474,"type":16},"Code Analysis","code-analysis",{"name":460,"slug":461,"type":16},"2026-07-12T07:40:16.95208",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":24,"repoUrl":25,"updatedAt":493},"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},[483,486,487,490],{"name":484,"slug":485,"type":16},"Audit","audit",{"name":457,"slug":458,"type":16},{"name":488,"slug":489,"type":16},"Privacy","privacy",{"name":491,"slug":492,"type":16},"Security","security","2026-07-28T05:34:26.124914",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":24,"repoUrl":25,"updatedAt":505},"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},[500,501,504],{"name":484,"slug":485,"type":16},{"name":502,"slug":503,"type":16},"Infrastructure","infrastructure",{"name":491,"slug":492,"type":16},"2026-07-12T07:40:27.549074",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":24,"repoUrl":25,"updatedAt":517},"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},[512,513,514,515],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":438,"slug":516,"type":16},"sre","2026-07-28T05:34:27.197523",{"slug":519,"name":519,"fn":520,"description":521,"org":522,"tags":523,"stars":24,"repoUrl":25,"updatedAt":532},"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},[524,527,528,529],{"name":525,"slug":526,"type":16},"Architecture","architecture",{"name":473,"slug":474,"type":16},{"name":21,"slug":22,"type":16},{"name":530,"slug":531,"type":16},"Git","git","2026-07-28T06:06:03.525762",{"items":534,"total":717},[535,553,569,589,603,612,626,643,660,673,689,699],{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":550,"repoUrl":551,"updatedAt":552},"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},[541,544,547],{"name":542,"slug":543,"type":16},"Documentation","documentation",{"name":545,"slug":546,"type":16},"Knowledge Base","knowledge-base",{"name":548,"slug":549,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":554,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":550,"repoUrl":551,"updatedAt":568},"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},[560,563,564,567],{"name":561,"slug":562,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":565,"slug":566,"type":16},"Knowledge Management","knowledge-management",{"name":548,"slug":549,"type":16},"2026-07-12T07:38:22.196851",{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":586,"repoUrl":587,"updatedAt":588},"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},[575,578,579,582,583],{"name":576,"slug":577,"type":16},"Automation","automation",{"name":21,"slug":22,"type":16},{"name":580,"slug":581,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":584,"slug":585,"type":16},"Pull Requests","pull-requests",2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-31T06:23:36.935005",{"slug":590,"name":590,"fn":591,"description":592,"org":593,"tags":594,"stars":586,"repoUrl":587,"updatedAt":602},"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},[595,596,599],{"name":9,"slug":8,"type":16},{"name":597,"slug":598,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":600,"slug":601,"type":16},"Terraform","terraform","2026-07-12T07:38:23.514555",{"slug":604,"name":604,"fn":605,"description":606,"org":607,"tags":608,"stars":586,"repoUrl":587,"updatedAt":611},"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},[609,610],{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-12T07:38:28.127148",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":623,"repoUrl":624,"updatedAt":625},"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},[618,621,622],{"name":619,"slug":620,"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":627,"name":627,"fn":628,"description":629,"org":630,"tags":631,"stars":623,"repoUrl":624,"updatedAt":642},"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},[632,635,636,639],{"name":633,"slug":634,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":637,"slug":638,"type":16},"LLM","llm",{"name":640,"slug":641,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":644,"name":644,"fn":645,"description":646,"org":647,"tags":648,"stars":623,"repoUrl":624,"updatedAt":659},"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},[649,652,655,656],{"name":650,"slug":651,"type":16},"Audio","audio",{"name":653,"slug":654,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":657,"slug":658,"type":16},"Vertex AI","vertex-ai","2026-07-12T07:39:16.623879",{"slug":661,"name":661,"fn":662,"description":663,"org":664,"tags":665,"stars":623,"repoUrl":624,"updatedAt":672},"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},[666,667,668,671],{"name":653,"slug":654,"type":16},{"name":9,"slug":8,"type":16},{"name":669,"slug":670,"type":16},"Image Generation","image-generation",{"name":657,"slug":658,"type":16},"2026-07-12T07:39:15.372822",{"slug":674,"name":674,"fn":675,"description":676,"org":677,"tags":678,"stars":623,"repoUrl":624,"updatedAt":688},"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},[679,680,681,682,685],{"name":650,"slug":651,"type":16},{"name":653,"slug":654,"type":16},{"name":9,"slug":8,"type":16},{"name":683,"slug":684,"type":16},"Media","media",{"name":686,"slug":687,"type":16},"Video","video","2026-07-12T07:39:09.672849",{"slug":690,"name":690,"fn":691,"description":692,"org":693,"tags":694,"stars":623,"repoUrl":624,"updatedAt":698},"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},[695,696,697],{"name":653,"slug":654,"type":16},{"name":9,"slug":8,"type":16},{"name":686,"slug":687,"type":16},"2026-07-12T07:39:13.749081",{"slug":700,"name":700,"fn":701,"description":702,"org":703,"tags":704,"stars":623,"repoUrl":624,"updatedAt":716},"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},[705,706,707,710,713],{"name":650,"slug":651,"type":16},{"name":653,"slug":654,"type":16},{"name":708,"slug":709,"type":16},"Gemini","gemini",{"name":711,"slug":712,"type":16},"Speech","speech",{"name":714,"slug":715,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80]