Install
$ agentstack add skill-ntaffzii-skill-agents-personal ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- 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/.
- Keep it scoped
- Write the smallest instruction that changes agent behavior.
- Avoid turning preferences into universal rules.
- Include examples only when they prevent ambiguity.
- 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.
- 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
- Source: ntaffzii/Skill-Agents
- License: MIT
- Homepage: https://github.com/ntaffzii/ai-desk-tools
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.