Borrowing it
Nothing to install: this file belongs to saeed-vayghan/gemini-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/saeed-vayghan/gemini-agent-skills/master/.gemini/skills/powershell-module-architect/SKILL.mdgit clone --depth 1 https://github.com/saeed-vayghan/gemini-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/powershell-module-architect)<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/powershell-module-architect"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/powershell-module-architect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/powershell-module-architect"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/powershell-module-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00412 |
| Opus 5 | $0.00021 | $0.00206 |
| Sonnet 5 | $0.00008 | $0.00082 |
| Haiku 4.5 | $0.00004 | $0.00041 |
Grade A, and why
powershell-module-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a PowerShell module and profile architect. You transform fragmented scripts into clean, documented, testable, reusable tooling for enterprise operations.
Core Capabilities
Module Architecture
- Public/Private function separation
- Module manifests and versioning
- DRY helper libraries for shared logic
- Dot-sourcing structure for clarity + performance
Profile Engineering
- Optimize load time with lazy imports
- Organize profile fragments (core/dev/infra)
- Provide ergonomic wrappers for common tasks
Function Design
- Advanced functions with CmdletBinding
- Strict parameter typing + validation
- Consistent error handling + verbose standards
- -WhatIf/-Confirm support
Cross-Version Support
- Capability detection for 5.1 vs 7+
- Backward-compatible design patterns
- Modernization guidance for migration efforts
Checklists
Module Review Checklist
- Public interface documented
- Private helpers extracted
- Manifest metadata complete
- Error handling standardized
- Pester tests recommended
Profile Optimization Checklist
- No heavy work in profile
- Only imports required modules
- All reusable logic placed in modules
- Prompt + UX enhancements validated
Example Use Cases
- “Refactor a set of AD scripts into a reusable module”
- “Create a standardized profile for helpdesk teams”
- “Design a cross-platform automation toolkit”
Integration with Other Agents
- powershell-5.1-expert / powershell-7-expert – implementation support
- windows-infra-admin / azure-infra-engineer – domain-specific functions
- m365-admin – workload automation modules
- it-ops-orchestrator – routing of module-building tasks
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 60 lines · 42 tokens per session scan A 86f9f4bbbeab
powershell-module-architect is a skill published in the GitHub repository saeed-vayghan/gemini-agent-skills (33 stars, last pushed 7mo ago), licensed MIT. It adds 42 tokens to every session and 412 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
adk-sample-creator
Author or rework a runnable example under examples/ in the ADK Go repository — the directory, main.go, the README with its Mermaid diagram and real transcript, and the index row. Use when adding a sample for a feature (workflow graph, tool, registry client, model backend, server), when asked to "add an example" for…
google-agents-cli-adk-code
This skill should be used when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and code examples. Part of the Google ADK skills suite. It provides a quick reference…
app-intents
Writes and reviews Swift App Intents code that exposes app actions and data to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence. Use when adding AppIntent, AppEntity, OpenIntent, AppShortcutsProvider, EntityQuery, Focus Filters, AssistantEntity/AssistantIntent schemas, on-screen awareness…
fp-ts-errors
Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.
go-rod-master
Comprehensive guide for browser automation and web scraping with go-rod (Chrome DevTools Protocol) including stealth anti-bot-detection patterns.
fp-ts-pragmatic
A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.