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

10profile

skill-fitclaw-10devrules-10profile · by fitclaw

|

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

Install

$ agentstack add skill-fitclaw-10devrules-10profile

✓ 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-fitclaw-10devrules-10profile)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

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 10profile? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

10profile — Developer Profile Viewer

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

Preamble (run first)

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}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  1. 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.

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.