Install
$ agentstack add skill-taizen-ai-taizen-claude-plugins-session-context ✓ 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.
About
Session Context Skill
Automatically gather context about the current user to personalize all subsequent outputs.
Purpose
Identify the current user and gather context about their role, team, and responsibilities to personalize all subsequent interactions and outputs.
> Note: This is a background skill that runs automatically when other skills need user context. It does not produce visible output and is not meant to be invoked directly by users.
Skills That Reference This Context
The following skills automatically use session-context to personalize their outputs:
account-research- Adapts account briefs to user's rolediscovery-prep- Tailors prep materials to sales methodologysales-coaching- Personalizes coaching to rep's experience levelexecutive-briefings- Adjusts detail level based on senioritybuyer-profiles- Emphasizes relevant personas for user's dealscompetitive-intelligence- Focuses on relevant competitive scenariosemail-sequences- Adjusts tone for user's communication styleoutreach-templates- Personalizes based on user's territory/focus
Related Background Skills
product-context- Provides product positioning and messaging that this skill uses alongside user contextfeedback-collector- Captures corrections to improve personalization accuracy
Required Integrations
> Setup: Connect these data sources to enable user context identification.
Data Sources
# SESSION CONTEXT DATA SOURCES
# Configure the sources for user identification
# Enterprise Search (searches across all internal sources)
- source: enterprise_search
connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
data:
- people_directory
- org_charts
- team_membership
# HR / Directory
- source: hr_system
connector: "{{WORKDAY | BAMBOOHR | RIPPLING}}"
data:
- employee_profiles
- job_titles
- departments
- managers
# CRM (for sales user context)
- source: crm
connector: "{{SALESFORCE | HUBSPOT}}"
data:
- user_records
- territory_assignments
- quota_data
Workflow
- Identify User: Search for the user's first and last name in available context (environment variables, git config, or ask if needed)
- Determine Role: Based on user identification, determine:
- Job title and function (Sales, Marketing, Customer Success, etc.)
- Team or department
- Seniority level
- Key responsibilities
- Set Session Context: Store this context to inform all subsequent skill outputs:
- Adapt language and terminology to user's expertise level
- Focus on metrics and outcomes relevant to their role
- Tailor recommendations to their sphere of influence
Context Variables to Set
user_name: Full name of the useruser_role: Job title/functionuser_team: Department or teamuser_seniority: Level (IC, Manager, Director, VP, C-level)user_focus_areas: Primary responsibilities
Output Behavior
This skill is silent - it does not produce visible output to the user. Instead, it sets internal context that other skills will reference.
When context is successfully gathered, proceed with the user's original request using the established context.
If unable to determine user context, proceed with reasonable defaults for a GTM professional.
Role-Based Personalization
Sales Roles
- Focus on deal-related outputs
- Include CRM integration
- Emphasize competitive intelligence
- Prioritize meeting prep and follow-ups
Marketing Roles
- Focus on content and campaign outputs
- Include analytics integration
- Emphasize messaging consistency
- Prioritize content calendar and performance
Customer Success Roles
- Focus on customer health and expansion
- Include CS platform integration
- Emphasize retention metrics
- Prioritize renewal and upsell prep
Leadership Roles
- Focus on strategic summaries
- Include cross-functional data
- Emphasize business impact
- Prioritize executive-ready outputs
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: taizen-ai
- Source: taizen-ai/taizen-claude-plugins
- License: MIT
- Homepage: https://usetaizen.com/
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.