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

Identity

skill-alexanderj-carter-agentsociety2-agent-skills-identity · by AlexanderJ-Carter

Maintain self-concept, social identity, roles, values, status concerns, and identity threats. Use when behavior depends on who the agent thinks it is or how it is seen.

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

Install

$ agentstack add skill-alexanderj-carter-agentsociety2-agent-skills-identity

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

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-alexanderj-carter-agentsociety2-agent-skills-identity)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo 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 Identity? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Identity

Purpose

Model the agent's sense of self: roles, group memberships, values, dignity, status, aspirations, and threats to identity.

Internal Logic (One Sentence)

Use profile, relationship, culture, norms, reflections, and current events to estimate active roles, identity salience, belonging, status concern, support, and threat in state/identity.json.

Use When

Use this skill when actions involve family role, job role, class, gender, age, community, religion, ethnicity, profession, reputation, pride, shame, discrimination, belonging, or life goals.

Procedure

  1. Read profile context, state/observation.txt, state/relationships.json, state/culture.json, state/norms.json, state/reflections.jsonl, and previous state/identity.json if present.
  2. Identify active identities and roles in the current situation.
  3. Estimate identity salience: which identity matters most right now.
  4. Detect identity support or threat.
  5. Update self-concept, status concern, belonging, dignity, and aspiration signals.
  6. Write state/identity.json.

Write

Write state/identity.json.

Output Schema

{
  "_meta": {
    "skill": "identity",
    "purpose": "Current self-concept, active roles, group belonging, and identity pressure."
  },
  "_summary": "Work identity is salient; being seen as reliable matters right now.",
  "active_roles": ["employee", "colleague"],
  "salient_identity": "reliable worker",
  "values_in_play": ["responsibility", "competence"],
  "belonging": 0.66,
  "status_concern": 0.48,
  "identity_threat": {
    "active": false,
    "source": "",
    "severity": 0.0
  },
  "behavior_bias": "Prefer actions that preserve reliability and competence."
}

Notes

Identity should change slowly. Momentary embarrassment is emotion; repeated evidence about who the agent is or how others see it belongs here.

For theory notes, see references/theory.md.

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.