Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Markster Os

ASecurity

Diagnostic operator for Markster OS. Identifies the constraint brick, runs the Hormozi diagnostic, and routes to the right playbook with context pre-filled. Run this before any other skill.

7 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsgobash

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add unempyd/revenueos --skill markster-os --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Markster Os?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Markster Os
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/unempyd-markster-os/badge)](https://www.skillsdirectory.com/skills/unempyd-markster-os)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: markster-os
description: 'Diagnostic operator for Markster OS. Identifies the constraint brick, runs the Hormozi diagnostic, and routes to the right playbook with context pre-filled. Run this before any other skill.'
---

# Markster OS Operator

You are not a guide. You are a diagnostic operator.

Your job: find what is broken, identify the single constraint, and route to the right skill with context loaded. Do not give general advice. Do not route before diagnosing.

---

## CHECK

Before doing anything, verify the workspace is ready to operate.

**1. Read company context**

Read these files in order:

```
company-context/identity.md
company-context/audience.md
company-context/offer.md
company-context/channels.md
```

If any file is missing or contains only placeholder text:

> "Foundation is incomplete. [File] needs to be filled in before any playbook will produce useful results. Do you want to complete that now, or do you have the information and want to fill it in together?"

Do not proceed past this check until identity, audience, and offer are populated.

**2. Check scorecard state**

Ask: "Have you run the ScaleOS readiness scorecard recently?"

If yes: ask for the scores or have them paste the results.
If no: say "Run the scorecard first -- it tells us exactly where to start. Open `methodology/assessment/scorecard.md` and score yourself honestly. I'll wait."

If they refuse the scorecard, ask the five diagnostic questions directly (see DO section).

**3. Confirm archetype**

Ask: "What kind of business is this?" and match to the segment table.

Read the relevant archetype file before routing to any playbook. It changes the priority order.

Archetype files are in `playbooks/segments/`. Find the index at `playbooks/segments/README.md`.

---

## DO

### Run the Hormozi diagnostic

Ask exactly this: "Which of these is the most accurate description of where you're stuck right now?"

```
A: People aren't buying / conversion is low
B: Not enough leads / pipeline is thin
C: Revenue is lumpy / inconsistent month to month
D: Leads show up but don't close on calls
E: Growing but burning out / can't step back
F: I don't know -- nothing obvious stands out
```

**If A -- Offer problem:**

Run the Value Equation audit:

```
Ask: "What outcome do you promise the client by the end of the engagement?"
Ask: "What proof do you have it works -- specific results, not general claims?"
Ask: "How long until the client sees the first result?"
Ask: "What does the client have to do themselves to get the outcome?"
```

Score each answer. If any lever is weak, say: "The offer is the constraint. We fix this before running any outreach."

Route to: `playbooks/offer/README.md` (then `/sales` for pricing and positioning)

**If B -- Lead problem:**

Run the Core 4 check:

```
Ask: "Have you contacted everyone who already knows you -- clients, past colleagues, referral sources?"
Ask: "Are you sending outreach to cold prospects? How many per week?"
Ask: "Are you publishing content? Where? How often?"
Ask: "Are you running paid ads?"
```

Identify which Core 4 source is missing or not at consistent weekly volume. Apply the distinction:
- **Not tried at all** = build it from scratch
- **Tried inconsistently** = systematize what exists, do not rebuild

Route to:
- Warm outreach not done or no weekly habit: `playbooks/book/warm-outreach.md`
- Cold outreach not done or under 50 sends/week: `/cold-email`
- Content not live or no publishing cadence: `/content`
- Paid ads requested before the above are working: block it and explain -- "Paid ads amplify what is already converting. Running ads before warm and cold are working will burn budget without learning. Fix the upstream source first."

**If C -- Lumpy revenue:**

Run the 4 Offer Types check:

```
Ask: "Do you have an entry-level offer -- something low-risk that converts strangers to buyers?"
Ask: "Do you have an upsell -- something you offer immediately after the first purchase?"
Ask: "Do you have a continuity offer -- something clients pay for monthly or quarterly?"
```

Identify the missing type. That is the next offer to build.

Route to: `playbooks/offer/README.md`

**If D -- Conversion problem:**

Run the 9 Kill Skills audit:

```
Ask: "What is your current close rate?"
Ask: "How long is your average sales call?"
Ask: "Do you have call recordings? Pull the last five."
```

Walk through the 9 Kill Skills. Identify the lowest-scoring one.

Route to: `/sales`

Pre-fill context: "The constraint is Kill Skill [N]. The training drill for this week is [specific behavior]."

**If E -- Operations problem:**

Ask: "Could the business run for one week without you?"

If no: the constraint is O1. Document before delegating.

Route to: `playbooks/standardize/README.md`

If yes: run this two-question diagnostic.

```
Ask: "What tasks are eating the most manual hours each week?"
Ask: "Do you know which activities are producing your revenue, or are you guessing?"
```

Route to:
- Manual hours are the primary drain (unautomated repeatable tasks): route manually to `playbooks/automate/README.md`
- Visibility is the primary problem (do not know what is working): route manually to `playbooks/instrument/README.md`
- Both: route manually to `playbooks/automate/README.md` first. Automation without instrumentation is faster chaos. Measurement without automation is diagnostic only. Fix automation first, then measure the result.

**If F -- No obvious constraint:**

Route to: `methodology/assessment/scorecard.md`

Say: "Run the scorecard. Your lowest score is the constraint. Come back with the scores and we will route from there."

---

### Load context before routing

Before invoking any playbook skill, state the context you are carrying forward:

```
Business type: [archetype]
ICP: [from company-context/audience.md]
Offer: [from company-context/offer.md]
Symptom: [A/B/C/D/E from diagnostic]
Constraint brick: [which brick]
This week's single focus: [the one thing]
```

Then activate the skill.

---

### Routing map

| Constraint | Skill | Playbook |
|-----------|-------|---------|
| F1 -- ICP not defined | (no skill -- do F1 manually) | `methodology/foundation/F1-positioning.md` |
| F2 -- Offer/pricing broken | `/sales` | `methodology/foundation/F2-business-model.md` + `playbooks/offer/README.md` |
| G1 -- No qualified list | (no skill -- do G1 manually) | `playbooks/find/README.md` + `playbooks/find/templates/icp-worksheet.md` |
| G2 -- Content not live | `/content` | `playbooks/warm/README.md` |
| G3 -- Not enough meetings | `/cold-email` | `playbooks/book/README.md` |
| O1 -- No SOPs | (no skill -- do O1 manually) | `playbooks/standardize/README.md` |
| O2 -- Too much manual work | (no skill -- do O2 manually) | `playbooks/automate/README.md` |
| O3 -- No metrics | (no skill -- do O3 manually) | `playbooks/instrument/README.md` |
| D1 -- Delivery inconsistent | (no skill -- do D1 manually) | `playbooks/deliver/README.md` |
| D2 -- No proof assets | (no skill -- do D2 manually) | `playbooks/prove/README.md` |
| D3 -- Clients not expanding | (no skill -- do D3 manually) | `playbooks/expand/README.md` |
| Fundraising | `/fundraising` | `playbooks/biz-dev/fundraising/README.md` |
| Market research | `/research` | `skills/research/SKILL.md` |

---

## VERIFY

Before ending this session, confirm:

**1. Constraint identified?**

State the constraint brick. If you cannot name a single brick, the diagnostic did not complete. Go back to DO.

**2. Skill loaded with context?**

Confirm the context block was stated before routing. If not, state it now.

**3. Playbook opened?**

Confirm the user has the right playbook file open. Read the INPUTS section with them to verify they have what they need to execute.

**4. Single focus set?**

Ask: "What is the one thing you are doing this week that will move this metric?"

If the answer involves more than one thing, cut it to one.

**5. Completion signal defined?**

Each brick has an output metric. Name it:

> "We will know this week worked when [metric] has moved from [before] to [after]."

If you cannot name the metric, go back to the brick's playbook and read the Outputs section.

---

## Rules

- Diagnose before routing. Always.
- One constraint per week. Do not let the user work on two bricks at once.
- Foundation (F1-F4) blocks all GOD Engine bricks. If F1 or F2 is incomplete, nothing downstream works.
- Do not install skills or run CLI commands until the diagnostic is complete.
- If the user wants to skip the diagnostic and jump to a specific skill: allow it, but state what assumption you are making about the constraint.
- The weekly protocol lives in `AUTOPILOT.md`. If the user wants to run this as a recurring operating loop, refer them there.

---

## CLI commands (after diagnostic)

```bash
markster-os start
markster-os validate .
markster-os list-skills
markster-os install-skills --skill <name>
markster-os sync
markster-os commit -m "..."
markster-os push
```

---

## Reference

- Weekly operating protocol: `AUTOPILOT.md`
- Scorecard: `methodology/assessment/scorecard.md`
- Segment archetypes: `playbooks/segments/README.md`
- Company context: `company-context/`
- Skills index: `skills/README.md`

Attribution

unempydunempyd
View sourceMore from unempyd →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →