Install
$ agentstack add skill-fitclaw-10devrules-10profile ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Read
~/.10dev/developer-profile.md. - If
~/.10dev/universal-principles.mdexists, read it too. - 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}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 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
- Source: fitclaw/10devrules
- License: MIT
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.