Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add saitarrun/Devforge-ai --skill enterprise-architecturegit clone --depth 1 https://github.com/saitarrun/Devforge-aiWrote 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/saitarrun/devforge-ai/enterprise-architecture)<a href="https://agentmods.dev/skills/saitarrun/devforge-ai/enterprise-architecture"><img src="https://agentmods.dev/badge/skills/saitarrun/devforge-ai/enterprise-architecture.svg" alt="Measured on agentmods" 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.00029 | $0.00619 |
| Opus 5 | $0.00015 | $0.00309 |
| Sonnet 5 | $0.00006 | $0.00124 |
| Haiku 4.5 | $0.00003 | $0.00062 |
Grade A, and why
enterprise-architecture 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Enterprise Architecture & Compliance Standards Skill
This skill defines the technical criteria for mission-critical, enterprise-grade cloud applications.
1. Multi-Tenancy & Data Isolation
- Tenant Isolation Models:
- Silo Model: Dedicated database/schema per tenant for high compliance (SOC2/HIPAA/FedRAMP).
- Pool Model: Shared database with row-level security (RLS) enforcement on all queries using
tenant_id.
- Tenant Context Propagation: Mandatory middleware injecting verified
tenant_idandorg_idinto request contexts, background jobs, and audit events.
2. Enterprise Authentication & Authorization
- SSO & Federation: SAML 2.0 and OIDC (Okta, Azure AD / Microsoft Entra, Google Workspace).
- SCIM 2.0: Automated user provisioning and deprovisioning.
- Fine-Grained RBAC & ABAC: Role-based and attribute-based access control with explicit policy engines (e.g. OPA, Casbin, Cerbos).
- Session Security: Step-up MFA for sensitive mutations, device posture checks, IP allowlisting.
3. Audit Trails & Compliance Logging
- Immutable Audit Trail: Append-only log of all data access, export, authentication, and mutation events.
- Required Audit Fields:
timestamp_utc,event_id,actor_id,actor_ip,tenant_id,resource_type,action,previous_state,new_state. - Retention & Immutability: Write-once-read-many (WORM) storage (AWS S3 Object Lock, GCP Bucket Retention) for 1 to 7 years depending on regulation (SOC2, HIPAA, FINRA).
4. Disaster Recovery & High Availability
- RTO (Recovery Time Objective): Target < 15 minutes for critical Tier 1 services.
- RPO (Recovery Point Objective): Target < 1 minute (continuous replication, point-in-time recovery).
- Active-Active / Active-Passive Multi-Region: Cross-region database replication, health probes, automated DNS failover (Route53/Cloudflare).
- Zero-Downtime Releases: Blue/Green or Canary deployments with automated rollback on health/SLO anomalies.
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.
- 7d ago First seen · 40 lines · 29 tokens per session scan A fa83fbe8a4b4
enterprise-architecture is a skill published in the GitHub repository saitarrun/Devforge-ai (5 stars, last pushed 24d ago), licensed Apache-2.0. It adds 29 tokens to every session and 619 once invoked, about $0.0001 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-08-31.
Other skills, from other repositories
windows-deployment
Deploy FastAPI + React/Vite apps to Windows Server with NSSM services, reverse proxy (IIS or nginx), and git-pull workflow. Use when deploying any web app to a Windows prod server, setting up NSSM services, configuring IIS or nginx reverse proxy, making code environment-aware for dev/prod, or troubleshooting prod…
aws-serverless-eda
AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless…
tcapi
A helper for managing Tencent Cloud resources through Tencent Cloud's command-line API tool. Tencent Cloud is a cloud-services provider offering products such as virtual servers, storage, networks, and containers.
deploy
Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.
liveview-patterns
Build LiveView: async data (assignasync), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, livepatch. Use when handling interactions, debugging events, or tracking Presence.
perf
Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.