By shubham0086
Optional MCP tool backends for the ai-engineering skills, powered by Machine OS engines. Spokes: code-graph blast radius (agent-context) supercharges /code-review and /tech-debt; agent-memory (mcp-agent-toolkit) gives /debug and /incident-response SCAR failure memory and /agent-design a shared blackboard; agent-extractor (Python, via uvx) gives /document-extraction real PDF→JSON extraction with validation. Install only if you want the tools; the skills work standalone without them.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
External network access
Connects to servers outside your machine
A self-taught engineer hit the four problems that break every real agent system (memory, context, reliability, drift), solved each inside production code, then extracted the patterns into small repos you can run in a minute. This is the map.

Turn your AI IDE into a senior engineer's workbench. There are two pieces, and you only need the first:
| For | You need |
|---|---|
| The skills (step 1) | Claude Code v2.1.3 or newer. Nothing else, no keys. |
| The optional tools (step 2) | Node.js 18+ for the Node spokes (run via npx), plus uv for the Python agent-extractor spoke (runs via uvx)[...] |
/plugin marketplace add shubham0086/the-machine-os
/plugin install ai-engineering@machine-os
/reload-plugins
The /reload-plugins step is what makes the skills appear (the install prints a
reminder for it). All 23 then show up namespaced as /ai-engineering:<skill>.
The skills are organized into three tiers. The tier is metadata (a tier: field), not a
folder, so install stays one step. Every skill follows the
skill contract: it produces a human-readable
artifact and appends a machine-readable machine_output block, so one skill's output feeds the
next (requires / produces / feeds). That turns the set from a skill library into a skill
network.
Tier 1 : Engineering (build it right)
| Skill | What it does |
|---|---|
/requirements-analysis | Turn a vague goal into testable functional + non-functional requirements |
/system-design | Design a scalable system with NFRs, data model, and a resiliency matrix |
/architecture | Write or evaluate an architecture decision record (ADR) |
/architecture-review | Staff-level review of a whole system, scored on scalability/reliability/security/cost/complexity |
/api-design | Design or review a REST/GraphQL contract (semantics, versioning, idempotency) |
/database-design | Model a schema; keys, relationships, indexing, SQL-vs-NoSQL fit |
/code-review | Security, performance, and correctness review of a diff or PR |
/performance-review | Find and impact-rank bottlenecks (N+1, complexity, hot paths) |
/testing-strategy | A test plan balancing coverage, speed, and maintenance |
/tech-debt | Audit and prioritize debt with WSJF scoring |
/debug | Structured reproduce, isolate, diagnose, and fix |
/documentation | READMEs, API docs, runbooks, and onboarding guides |
Tier 2 : Security & Operations (keep it safe and running)
| Skill | What it does |
|---|---|
/security-review | Audit code/API/design for injection, broken access control, and exposure |
/threat-model | STRIDE threat model: assets, trust boundaries, threats, mitigations |
/deploy-checklist | Pre-deploy verification with rollback triggers |
/incident-response | Triage, status updates, and a blameless postmortem |
/standup | Turn recent activity into a yesterday / today / blockers update |
Tier 3 : Intelligence (the autonomy / AI layer)
| Skill | What it does |
|---|---|
/task-decomposition | Break a goal into an ordered, dependency-aware task plan |
/agent-design | Design or review an agent: tools, control loop, guardrails, HITL |
/prompt-review | Treat a prompt as a contract: clarity, output shape, failure handling |
/rag-review | Decide the retrieval strategy first, then review the pipeline |
/document-extraction | Decide the extraction strategy, then turn messy PDFs into validated structured JSON |
/hallucination-audit | Claim-by-claim groundedness check on any generated text |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub shubham0086/the-machine-os --plugin ai-engineering-tools23 engineering skills across 3 tiers (Engineering, Security & Operations, Intelligence) for AI IDEs. Includes code-review, architecture-review, security-review, threat-model, rag-review, document-extraction, hallucination-audit, task-decomposition, and more. Every skill follows a shared contract (machine_output + skill graph), works standalone, and gets supercharged when you connect your tools (see CONNECTORS.md and SKILL-CONTRACT.md).
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress