erp-sass-project-organization

erp-sass-project-organization is a skill for Claude Code, Codex from Omar-Obando/qwen-orchestrator. It costs 59 tokens per session (3,363 once invoked), scanned A, original, MIT.

A project-organization framework for large ERP, SaaS, and enterprise applications. ERP means software that manages business operations, while SaaS means software delivered online as a service; the framework covers modules, boundaries, workflows, and architecture.

In plain words
What is it for?
Use it to structure new projects, reorganize legacy systems, choose between a monorepo and multiple repositories, define business modules and interfaces, and establish naming and architecture rules.
Why use it?
It helps teams keep a large codebase understandable as it grows, especially when adding developers, separating business areas, or refactoring disorganized code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to structure new projects, reorganize legacy systems, choose between a monorepo and multiple repositories, define business modules and interfaces, and establish naming and architecture rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omar-obando/qwen-orchestrator/erp-sass-project-organization
Install

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.

Any agent
npx skills add Omar-Obando/qwen-orchestrator --skill erp-sass-project-organization
Clone the repo
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestrator

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for erp-sass-project-organization

README.md
[![agentmods](https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization/github.svg)](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization)
Your own site
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization/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.

agentmods 80×15 button for erp-sass-project-organization

Your own site · 80×15
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/erp-sass-project-organization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.03363
Opus 5 $0.00030 $0.01682
Sonnet 5 $0.00012 $0.00673
Haiku 4.5 $0.00006 $0.00336

Measured 12d ago against content hash c4a5e9b49310, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

erp-sass-project-organization 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 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (assets/templates/api-endpoint-template/handler.ts, assets/templates/module-template/index.ts, assets/templates/test-template/integration-test.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/erp-sass-project-organization/SKILL.md · 549 lines

How it starts

The opening of the file, as written. The whole thing — 549 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ERP/SaaS Project Organization

Overview

This skill provides a comprehensive framework for organizing large-scale ERP, SaaS, and enterprise applications. It establishes rules, workflows, module boundaries, and maintainability standards to ensure teams can scale effectively while maintaining code quality.

Core Principles:

  • Single Responsibility per Module
  • Clear Boundaries and Contracts
  • Convention over Configuration
  • Documentation as Code
  • Test-First Organization

Based on enterprise software architecture certifications and industry best practices.

When to Use

Use this skill when:

  • Setting up a new ERP, SaaS, or enterprise project
  • Refactoring a legacy codebase with organizational issues
  • Scaling the team and need clear boundaries
  • Adding new developers and need onboarding structure
  • Planning architecture decisions
  • Designing monorepo vs multi-repo strategies
  • Setting up bounded contexts for domain-driven design
  • Creating module separation by business domain
  • Implementing layered architecture patterns
  • Establishing feature-sliced design structures
  • Defining module contracts and interfaces
  • Setting up naming conventions across the project
  • Creating module documentation standards
  • Implementing CI/CD pipelines for large projects
  • Setting up code review processes for enterprise teams
  • Creating project onboarding guides
  • Establishing quality gates and testing standards
  • Implementing security and compliance requirements
  • Setting up monitoring and observability standards
  • Creating deployment strategies for enterprise applications

Do NOT use this skill when:

  • Working on small projects (< 50k lines)
  • One-off scripts or prototypes
  • Projects with established patterns you're happy with
  • Urgent bug fixes (defer organizational work)
  • Simple CRUD applications without business complexity

Project Structure Organization

Monorepo vs Multi-repo

Decision Flow:
┌─────────────────────┐
│ Project Size &      │
│ Complexity?         │
└─────────┬───────────┘
          │
          ├─ Small (<50k lines) ──> Single Repository
          │
          └─ Large (Enterprise) ──> Monorepo with Bounded Contexts
                                     or Multi-repo with Shared Libraries

Read the full file on GitHub · 549 lines

Changes

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.

  1. 12d ago First seen · 549 lines · 59 tokens per session scan A c4a5e9b49310

Subscribe to this mod's changes

erp-sass-project-organization is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 3,363 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

loopx-project

Use when connecting a repository or project goal document to LoopX, maintaining project-local goal state, refreshing stale dashboard status, syncing local projects into the shared global registry, or diagnosing LoopX CLI/PATH/status/history issues across multiple repos. For registering durable project materials such…

huangruiteng/loopx · 74 tokens

pm

Generate a PM through guided PM-focused interview with automatic question classification. Use when the user says 'ooo pm', 'prd', 'product requirements', or wants to create a PRD/PM document.

Q00/ouroboros · 42 tokens

publish

Publish Seed specification as GitHub Issues for team-based project management.

Q00/ouroboros · 14 tokens

loopx-material

Operate an explicitly activated LoopX Material Lifecycle for a connected project. Use for material-store inventory, lossless migration, candidate/archive transitions, exact-read-backed ranking, ranked-entry rebuilds, bounded Explore intake, owner-gated apply, rollback, and audit. Do not use for ordinary one-off…

huangruiteng/loopx · 74 tokens

loopx-pr-program

Use when LoopX must manage a multi-PR or multi-MR delivery program across one or more repositories: inventory current change requests, reconcile new/merged/closed or retargeted work, preserve requirement and dependency priorities, maintain a roadmap document, or monitor material lifecycle/check/review changes over…

huangruiteng/loopx · 95 tokens

salesforce

Read Salesforce leads, contacts, opportunities, inspect schema/SOQL metadata, update opportunity stage/probability, and log calls, emails, or meetings with a deterministic gateway-proxied helper.

HybridAIOne/hybridclaw · 42 tokens