Engineering catchall
Skill Chipagosfinest/enterprise-team/enterprise-team/skills/engineering-catchall
Hire a whole company with one plugin. 75 specialized AI agents across Engineering, Product, Infrastructure, Data, Security, Marketing, Sales, Finance, Legal, and People.
npx -y skills add Chipagosfinest/enterprise-team --skill engineering-catchallAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Routes engineering requests to the correct specialist based on technology domain, task type, and stack involved. Covers backend, frontend, mobile, fullstack, embedded, blockchain, ML/AI, QA, architecture, and technical documentation. Triggers: build feature, write code, implement, develop, api, component, mobile app, ios, android, react, vue, node, python, smart contract, machine learning, system design, testing, QA, documentation, architecture, deploy, CI/CD, database, microservices.
SKILL.md
2.5 KB, as published. Nobody here has run it
Engineering Department
Routes engineering work to the appropriate specialist role.
Routing Targets
| Role | Handles |
|---|---|
| backend-engineer | APIs, servers, databases, microservices, authentication |
| frontend-engineer | Web UI, React/Vue/Angular components, CSS, accessibility |
| fullstack-engineer | End-to-end features spanning client and server |
| mobile-developer | iOS (Swift), Android (Kotlin), React Native, Flutter apps |
| embedded-engineer | Firmware, IoT devices, RTOS, hardware interfaces |
| blockchain-engineer | Smart contracts, Solidity, DeFi protocols, on-chain logic |
| ml-developer | Model training, data pipelines, inference, NLP, computer vision |
| solutions-architect | System design, infrastructure planning, scaling strategy |
| qa-engineer | Test plans, automation frameworks, regression, load testing |
| technical-writer | API docs, runbooks, architecture decision records |
Examples
- "Build a REST API for user management" -> backend-engineer
- "Create a responsive dashboard with React" -> frontend-engineer
- "Add a new feature with a form that saves to the database" -> fullstack-engineer
- "Build an iOS app for scanning barcodes" -> mobile-developer
- "Write firmware for the temperature sensor module" -> embedded-engineer
- "Deploy an ERC-20 token contract" -> blockchain-engineer
- "Train a classification model on our support tickets" -> ml-developer
- "Design the architecture for our event-driven order system" -> solutions-architect
- "Set up end-to-end tests for the checkout flow" -> qa-engineer
- "Write API reference docs for the payments service" -> technical-writer
Workflow
- Identify the primary technology domain from the user request.
- If the request spans multiple domains, route to the role closest to the core task.
- For ambiguous requests (e.g., "build a feature"), default to fullstack-engineer.
- For requests focused on planning or design rather than implementation, route to solutions-architect.