AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Member Skill Manager

skill-wowyuarm-dsh-agent-team-member-skill-manager · by wowyuarm

Create, install, revise, or retire this Member's private skills, including how a skill manages its configuration and credentials. Read this skill before creating, installing, revising, or retiring any skill in this Member's private skills directory, or when repeated or fragile work has produced a reusable method worth preserving as a skill.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-wowyuarm-dsh-agent-team-member-skill-manager

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wowyuarm-dsh-agent-team-member-skill-manager)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Member Skill Manager? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Member Skill Manager

A skill preserves a reusable way of working. It is not a memory, a personal preference, or a record of one event.

Skills are private to this Member — no other human or agent can read this directory. When a Team message or your session output needs the method, restate the relevant content there; citing a skill by name does not transfer it to anyone.

Decide

Create or revise a skill when the method has been demonstrated in real work and will make later work clearer or more reliable. Keep one-off work, changing facts, and personal continuity in this Member's notes and memory index instead.

Create Or Install

This Member's private skills live in its private skills directory — the absolute path injected into your context (the one ending in /skills); it is outside the Workspace cwd, so never use a cwd-relative path for it. A skill is a directory there:

/my-skill/
  SKILL.md          # required: front matter + instructions
  references/       # optional: longer material only some uses need
  scripts/          # optional: runnable helpers the skill calls

Install an offered skill by copying its directory there; no registration command is needed — the catalog discovers the change within its filesystem-watch window, so a later catalog query lists it. A single flat .md file also works, but the directory form is the norm for anything that carries references or scripts.

Use a short lowercase hyphenated name. Keep the directory name and the name field the same, and do not reuse a name this catalog already lists (built-ins included).

Write

Describe the method the next Member turn needs, not general advice it already knows. Make the description name the real triggers. Keep the main instructions in SKILL.md short. Put substantial scripts, references, or templates beside SKILL.md only when they are repeatedly useful. For a substantial new or revised skill, read [Writing Great Skills](references/writing-great-skills.md).

Review

Read the finished skill once. Check that its name, description, directory, and method agree, and that nothing already in this Member's catalog owns the same method or name.

Writing or changing a skill adds no tools, credentials, permissions, or external services. The current turn keeps its existing skill list; a later turn discovers the change.

Configuration and credentials

A skill that needs an API key, token, or other secret keeps it in its own auth.json (JSON, one file per skill, inside that skill's directory) and reads it from there at run time; it never puts the secret in SKILL.md, scripts, messages, notes, or any other persisted text. Non-secret settings live in config.json beside it. Document the exact read/use convention in the skill's SKILL.md (file names, expected JSON shape, and how scripts consume them). See [Configuration and Credentials for Skills](references/auth-and-config.md) for the operating convention.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.