Consolidated reactive career management engine. Orchestrates master profile bootstrapping, continuous achievement maintenance, multi-track profile specialization (Senior Technical, Practical Mid-Level, Operations Management, Client Solutions, and Adjacent Industry), and job application tailoring with automated overqualification and anti-flight risk calibration.
npx skills add Reactive-Skills/skills --skill resume-managernpx -y @reactive-skills/axi invoke resume-manager20
Hierarchical nodes
INIT
Bootstrap entrypoint
6
Whitelisted for safety
2
Automated projections
Visual state machine topology parsed directly from the official STATECHART.md in Reactive-Skills/skills:
Each state is an isolated operational slice. Transitions occur only when typed signals satisfy programmatic guard conditions.
Bootloader: Verify reactive runtime environment
Outgoing Transitions
Auto-configure harness MCP server
Outgoing Transitions
payload.exit_code == 0payload.exit_code != 0Determine operation mode: CUSTOMIZE, MAINTAIN, BOOTSTRAP, or MANAGE_PROFILES
Outgoing Transitions
Structured career history interview for bootstrapping a new master profile
Outgoing Transitions
Synthesize master profile and generate initial multi-track profile archetypes
Outgoing Transitions
Inspect existing master profile and select target track to update
Outgoing Transitions
Capture new role, promotion, win, or skill using Google XYZ / CAR formulas
Outgoing Transitions
Persist updated profile records and skill taxonomies to disk
Outgoing Transitions
Manage, create, or calibrate multiple specialized profile tracks
Outgoing Transitions
Ingest job posting, extract company, title, responsibilities, and detect industry
Outgoing Transitions
payload.company_name != nullMatch JD to profile track and evaluate overqualification & flight-risk indicators
Outgoing Transitions
payload.overqualified_risk == truepayload.overqualified_risk != trueCalibrate language and intent narrative to avoid intimidating or flighty impressions
Outgoing Transitions
Calibrate 25-35 role-specific keywords and verify candidate experience
Outgoing Transitions
Research employer context, role mission, public signals, and conversation angles
Outgoing Transitions
Draft single-column ATS resume and tailored cover letter adhering to voice and calibration rules
Outgoing Transitions
Export markdown application materials to formatted DOCX and PDF
Outgoing Transitions
payload.exit_code == 0payload.exit_code != 0Generate strategic interview preparation artifact with pre-emptive overqualification defense
Outgoing Transitions
Propose compounding newly verified skills and sharpened phrasing back to master profiles
Outgoing Transitions
Terminal success state with deliverable inventory
Terminal failure state with diagnostic logs
Inspect or drive this state machine directly via the token-efficient AXI CLI:
Check state:
Inspect hierarchy:
Tail events:
Runtime variables persisted across state transitions:
modeactive_profile_idprofiles_dirmaster_profile_pathcompany_nametarget_titlerole_trackoverqualified_riskcalibration_notesjd_textkeywordsoutput_dirresume_pathcover_letter_pathalignment_pathinterview_prep_pathnew_achievementsRead models automatically rendered upon transition:
Add to your Claude Desktop, Cursor, or VS Code settings:
{
"mcpServers": {
"reactive-skills": {
"command": "npx",
"args": [
"-y",
"@reactive-skills/axi",
"mcp"
]
}
}
}