pos-setup

pos-setup is a skill for Claude Code from ai-mindset-org/pos-sprint. It costs 27 tokens per session (4,038 once invoked), scanned D, original, no licence file.

A six-phase workflow for building a personal operating system from scratch, with connections to external tools and automated actions.

In plain words
What is it for?
Use it to set up a personal operating system from zero and work through its six phases.
Why use it?
It gives you a structured way to turn scattered personal workflows into an operating system. The description does not specify which tools or actions are included.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to set up a personal operating system from zero and work through its six phases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ai-mindset-org/pos-sprint/pos-setup
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 ai-mindset-org/pos-sprint --skill pos-setup
Clone the repo
git clone --depth 1 https://github.com/ai-mindset-org/pos-sprint

Made for: Claude Code.

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 pos-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-mindset-org/pos-sprint/pos-setup.svg)](https://agentmods.dev/skills/ai-mindset-org/pos-sprint/pos-setup)
Your own site
<a href="https://agentmods.dev/skills/ai-mindset-org/pos-sprint/pos-setup"><img src="https://agentmods.dev/badge/skills/ai-mindset-org/pos-sprint/pos-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,038 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 4 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00027 $0.04038
Opus 5 $0.00014 $0.02019
Sonnet 5 $0.00005 $0.00808
Haiku 4.5 $0.00003 $0.00404

Measured 8d ago against content hash 9dee7612d19d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade D, and why

pos-setup scanned grade D with 4 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 8d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

MCP_SERVERS=$(cat ~/.claude/mcp.json 2>/dev/null | grep -c '"command"\|"url"' || echo 0)

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

MCP_SERVERS=$(cat ~/.claude/mcp.json 2>/dev/null | grep -c '"command"\|"url"' || echo 0)

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

SKILLS_COUNT=$(ls ~/.claude/skills/*/SKILL.md ~/.claude/skills/*.md 2>/dev/null | wc -l)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

open "obsidian://open?vault=notes&file=$(python3 -c "import urllib.parse; print(urllib.parse.quote('$REL'))")"
skill-pack/pos-setup/SKILL.md · 447 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 447 lines · 27 tokens per session scan D 9dee7612d19d

Subscribe to this mod's changes

pos-setup is a skill published in the GitHub repository ai-mindset-org/pos-sprint (10 stars, last pushed 6mo ago), with no licence file. It adds 27 tokens to every session and 4,038 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it D with 4 findings (reads agent configuration directories, reads mcp configuration, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.