
oimiragieo/agent-studio
3 skills1.7k installs93 starsGitHub
Install
npx skills add https://github.com/oimiragieo/agent-studioSkills in this repo
1Gcloud CliGcloud-cli is an agent-studio skill package that routes your agent through a prescribed Google Cloud CLI workflow instead of improvising shell one-liners. The published SKILL surface is thin: it instructs the agent to invoke this skill and obey it verbatim, while Node pre-execute and post-execute hooks reserve slots for validation, logging, and cleanup around gcloud runs. For solo builders shipping on GCP, that pattern reduces the risk of half-documented console clicks or wrong-project commands when an agent provisions APIs, IAM, or deploy targets. Because model invocation is disabled at the skill boundary, treat it as a structured integration step in a larger agent-studio pipeline rather than a general GCP tutor. Pair it with your own project guardrails (correct project ID, billing alerts) since hook validation stubs are placeholders in the snippet you ingest.986installs2Pyqt6 Ui Development Rulespyqt6-ui-development-rules is an agent skill that encodes PyQt6 desktop UI development standards so solo builders shipping Qt6 apps get consistent layout, interaction, and performance guidance instead of one-off widget snippets. Invoke it when you are implementing or reviewing PyQt6 screens, refactoring legacy QWidget code, or asking an agent to generate forms, dialogs, or main windows where Qt patterns matter. The package bundles procedural rules, placeholder research notes for future skill-updater passes, and lightweight pre/post hooks that validate context and log execution. It targets indie developers and small teams building internal tools, utilities, or commercial desktop SaaS companions—not web frontends. Pair it with your project’s design tokens and threading model docs; the skill focuses on Qt6 UI excellence rather than backend or packaging. Confidence is moderate because the published body is scaffold-heavy; treat bundled rules as the contract and extend locally as your style guide matures.706installs3Creation Feasibility GateCreation Feasibility Gate is an agent-studio skill for solo builders and small teams who spin up custom skills, bundles, or enterprise artifacts and need a deliberate stop before automation runs wild. It validates whether a proposed new artifact is feasible in the current stack—tooling, hooks, and creator workflows—so you do not waste cycles on scaffolds that cannot succeed in your repo or agent runtime. The canonical placement is Validate → scope, because the first job is deciding if creation should proceed; it also supports Build → agent-tooling when you are about to invoke creator workflows. Invocation is explicit (disable-model-invocation), matching a hard gate rather than ambient chat advice. Expect rules, best practices placeholders, and hook stubs that record execution metrics after a allowed run. Use it when Agent Studio or bundle scaffolders are next in line and you want a structured yes/no on feasibility first.1installs