# 10profile

> |

- **Type:** Skill
- **Install:** `agentstack add skill-fitclaw-10devrules-10profile`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fitclaw](https://agentstack.voostack.com/s/fitclaw)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fitclaw](https://github.com/fitclaw)
- **Source:** https://github.com/fitclaw/10devrules/tree/main/skills/10profile

## Install

```sh
agentstack add skill-fitclaw-10devrules-10profile
```

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

## About

# 10profile — Developer Profile Viewer

View and manage your developer blind spots, preferences, and progress.

## Preamble (run first)

```bash
source "${CLAUDE_SKILL_DIR}/../../bin/detect-root.sh" 2>/dev/null || {
  _10DEV_ROOT="$(cd "$(dirname "$0")/../.." 2>/dev/null && pwd)"
  echo "10DEV_ROOT: ${_10DEV_ROOT}"
}
_HAS_PROFILE=$([ -f ~/.10dev/developer-profile.md ] && echo "yes" || echo "no")
_HAS_PRINCIPLES=$([ -f ~/.10dev/universal-principles.md ] && echo "yes" || echo "no")
_HAS_PROJECTS=$([ -f ~/.10dev/projects.txt ] && echo "yes" || echo "no")
_PROJECT_COUNT=$([ -f ~/.10dev/projects.txt ] && wc -l < ~/.10dev/projects.txt | tr -d ' ' || echo "0")
echo "PROFILE: $_HAS_PROFILE | PRINCIPLES: $_HAS_PRINCIPLES | PROJECTS: $_PROJECT_COUNT"
```

## Procedure

### If no profile exists

```
No developer profile found at ~/.10dev/developer-profile.md.

Your profile gets created automatically when you run /10distill after completing work.
The system detects recurring patterns in your lessons and proposes adding them to your profile.

To get started:
1. Complete some development work
2. Run /10distill to extract lessons
3. The system will propose creating your profile if it finds recurring patterns
```

### If profile exists

1. Read `~/.10dev/developer-profile.md`.
2. If `~/.10dev/universal-principles.md` exists, read it too.
3. Display the profile summary:

```
DEVELOPER PROFILE: {developer name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Last updated: {date} | Patterns tracked: {pattern_count}
Projects: {project_count} registered

## Blind Spots ({count})

  ⚠ HIGH ({count}):
    • {name} — triggered {N} times across {M} projects
      Last seen: {date} | Defense: {defense}

  MEDIUM ({count}):
    • {name} — triggered {N} times across {M} projects
      Last seen: {date} | Defense: {defense}

  LOW ({count}):
    • {name} — triggered {N} times
      Last seen: {date}

## Preferences ({count})
    • {preference description}

## Progress
    Patterns healed (6+ months quiet): {count}
    Patterns worsening (frequency rising): {count}
    Newest pattern: {name} (added {date})

## Universal Principles ({count}, if any)
    • {principle}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

4. Offer management actions:

```
What would you like to do?

A) Done — just viewing
B) Edit a blind spot (change severity, keywords, or trigger)
C) Remove a blind spot
D) Export anonymized profile
```

If B: ask which blind spot, then present current values and let user modify.
If C: confirm removal, then update profile using safe write protocol from docs/10distill.md.
If D: run the export procedure from docs/10distill.md Phase 4.

## Source & license

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

- **Author:** [fitclaw](https://github.com/fitclaw)
- **Source:** [fitclaw/10devrules](https://github.com/fitclaw/10devrules)
- **License:** MIT

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-fitclaw-10devrules-10profile
- Seller: https://agentstack.voostack.com/s/fitclaw
- 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%.
