improve jarvis-identity skill clarity and structure#4
Open
fernandezbaptiste wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hey @epicrunze, really cool concept with JaRVIS - the idea of journaling as recurrent versioned identity sculpting is a creative approach to agent memory. kudos on the project! I've just starred it.
ran your jarvis-identity skill through agent evals and spotted a few quick wins that took it from
~86%to~90%performance:rewrote the description to list concrete actions (update personality traits, expertise claims, working principles, tool mastery) instead of the generic "evolve identity" phrasing, which helps agent routing pick the right skill
converted the Step 2 evaluation questions from rhetorical prose into a compact checklist format, making each dimension scannable and directly actionable
removed the flavor text opener ("Time to sculpt your identity based on what you've learned") that added no actionable value and consumed tokens
these were easy changes to bring the skill in line with what performs well against Anthropic's best practices. honest disclosure, I work at tessl.io where we build tooling around this. not a pitch, just fixes that were straightforward to make.
if you want to review your other skills, two options: I can open a follow-up PR with a GitHub Action that auto-scores skill.md changes on every PR (no signup, no token needed). or if you'd rather do it yourself, spin up Claude Code and run
tessl skill review.happy to answer any questions on the changes.