AgentStack
SKILL verified MIT Self-run

Personal

skill-ntaffzii-skill-agents-personal · by ntaffzii

Manage personal-only skills and private agent preferences that should not be promoted into public or team skill buckets. Use when the user asks to add personal rules, local setup guidance, private workflows, preferences, or machine-specific instructions.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-ntaffzii-skill-agents-personal

✓ 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.

Are you the author of Personal? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Personal Skill Rules

Use this skill for instructions tied to one user, one machine, one vault, or one private workflow.

Purpose

skills/personal/ keeps personal context out of general-purpose skills. This prevents public skills from becoming noisy, brittle, or too specific to one setup.

What Belongs Here

  • Personal writing preferences
  • Local machine paths
  • Private project conventions
  • Personal Obsidian vault rules
  • Private API or service usage notes without secrets
  • Repeated workflows that only one user needs

What Does Not Belong Here

  • Secrets, tokens, passwords, or private keys
  • Generic engineering practices that belong in engineering/
  • Team-wide rules that deserve a stable shared skill
  • Large reference dumps that should live in a separate private document

Rules

  • Never store secrets in a personal skill.
  • Keep local paths and user preferences clearly scoped.
  • Do not let personal rules override explicit user instructions in a task.
  • Promote only a cleaned, non-private version into public buckets.

Workflow

  1. Classify the instruction
  • If it helps only this user, keep it personal.
  • If it helps a team or repo, consider a stable skill bucket.
  • If it is executable behavior, consider mcp-tools/.
  1. Keep it scoped
  • Write the smallest instruction that changes agent behavior.
  • Avoid turning preferences into universal rules.
  • Include examples only when they prevent ambiguity.
  1. Protect private context
  • Do not store secrets.
  • Do not paste sensitive personal data unless explicitly needed.
  • Prefer references to local files over copied private content.
  1. Review promotion
  • If a personal skill becomes broadly useful, promote a cleaned version to a public bucket.
  • Remove user-specific paths, names, secrets, and assumptions before promotion.

Verification

  • Confirm the skill does not contain secrets.
  • Confirm the instruction is personal rather than broadly reusable.
  • Confirm any local paths are intentional.

Output Format

End with:

  • Personal rule added or changed
  • Why it belongs in personal/
  • Any privacy risk
  • Whether it could later be promoted

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.