skill-manager

skill-manager is a skill for Claude Code, Codex from arch3rPro/ark-space. It costs 35 tokens per session (507 once invoked), scanned A, original, MIT.

A skill for creating or revising research-and-development product requirement documents from screenshots, prototypes, confirmed requirements, and review decisions. A PRD is a document that explains what a product should do so a development team can build it.

In plain words
What is it for?
Use it to turn product screens and decisions into structured PRDs, with screenshot-led workflows, field-and-validation tables, page flows, data writes, error handling, and technical contracts where needed.
Why use it?
It keeps page fields, restrictions, workflows, branches, and unknowns documented in a consistent structure. It marks missing information for confirmation instead of making up behavior.

Skill for Claude CodeCodex

Part of the ark-space plugin — 18 skills, 11 agents shipped together

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.

agentmods
npx agentmods add skills/arch3rpro/ark-space/skill-manager
Any agent
npx skills add arch3rPro/ark-space --skill skill-manager
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/ark-space

Made for: Claude Code, Codex.

Or install ark-space, the plugin that ships this one along with the rest of its 18 skills, 11 agents.

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 skill-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/arch3rpro/ark-space/skill-manager.svg)](https://agentmods.dev/skills/arch3rpro/ark-space/skill-manager)
Your own site
<a href="https://agentmods.dev/skills/arch3rpro/ark-space/skill-manager"><img src="https://agentmods.dev/badge/skills/arch3rpro/ark-space/skill-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00507
Opus 5 $0.00017 $0.00253
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade A, and why

skill-manager 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 3d 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.

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.

plugins/ark-space/skills/skill-manager/SKILL.md · 57 lines

How it starts

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

Skill Manager

Manage skills as durable package assets, not one-off prompt snippets.

Use this skill when creating a skill, adapting an external skill, recording upstream provenance, assigning a skill to a role, validating the skills package, or preparing a selective upstream update.

Workflow

  1. Classify the request: create, adapt, mirror, validate, assign role, document, or review upstream changes.
  2. Check registry/skills.yaml, registry/sources.yaml, and registry/roles.yaml before editing.
  3. Keep skill bodies under skills/<skill-name>/SKILL.md.
  4. Record source provenance for every reused or adapted skill.
  5. Assign each active skill to at least one role unless it is intentionally standalone.
  6. Run python3 scripts/validate-skills.py after registry, role, manifest, or skill changes.

Sync Modes

syncMode Meaning Update behavior
mirror External skill kept close to upstream Prefer direct sync, preserve upstream behavior, record version or commit when available
adapted External skill changed for this package Compare upstream changes and merge selectively
local Skill created here Maintain directly
reference-only Upstream used only as design reference Do not publish it as a local skill unless explicitly promoted

Creating a Skill

  1. Create skills/<skill-name>/SKILL.md.
  2. Add YAML frontmatter with name and description.
  3. Keep instructions host-neutral unless the skill is intentionally platform-specific.
  4. Add the skill to registry/skills.yaml.
  5. Add or update any needed source in registry/sources.yaml.
  6. Assign the skill to one or more roles.
  7. Run validation.

Adapting an External Skill

  1. Record the upstream in registry/sources.yaml.
  2. Add the skill with syncMode: adapted.
  3. Keep a concise note about why it diverges from upstream.
  4. Preserve license and attribution requirements.
  5. Review upstream updates manually before merging.

Validation

Run:

python3 scripts/validate-skills.py

Read the full file on GitHub · 57 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. 3d ago First seen · 57 lines · 35 tokens per session scan A 8e1a584e1edd

Subscribe to this mod's changes

skill-manager is a skill published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 8d ago), licensed MIT. It adds 35 tokens to every session and 507 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

skill-authoring

Author SKILL.md skills: frontmatter, validator limits, structure.

mateaix/mateclaw · 18 tokens

codex-setup

Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.

sd0xdev/sd0x-harness · 65 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

feature-dev

Feature development workflow. Use when: implementing features, writing code, running dev loop. Not for: understanding code (use code-explore), reviewing code (use codex-code-review). Output: implemented feature + tests + review gate.

sd0xdev/sd0x-harness · 50 tokens

doc-refactor

Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.

sd0xdev/sd0x-harness · 19 tokens

invest

First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…

longsizhuo/openInvest · 261 tokens