# Personal

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

- **Type:** Skill
- **Install:** `agentstack add skill-ntaffzii-skill-agents-personal`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ntaffzii](https://agentstack.voostack.com/s/ntaffzii)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ntaffzii](https://github.com/ntaffzii)
- **Source:** https://github.com/ntaffzii/Skill-Agents/tree/main/skills/personal
- **Website:** https://github.com/ntaffzii/ai-desk-tools

## Install

```sh
agentstack add skill-ntaffzii-skill-agents-personal
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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/`.

2. Keep it scoped
   - Write the smallest instruction that changes agent behavior.
   - Avoid turning preferences into universal rules.
   - Include examples only when they prevent ambiguity.

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

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

- **Author:** [ntaffzii](https://github.com/ntaffzii)
- **Source:** [ntaffzii/Skill-Agents](https://github.com/ntaffzii/Skill-Agents)
- **License:** MIT
- **Homepage:** https://github.com/ntaffzii/ai-desk-tools

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ntaffzii-skill-agents-personal
- Seller: https://agentstack.voostack.com/s/ntaffzii
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
