Agent skill · bighardperson

boss-skills

Distill a real boss into an AI skill, or generate a boss skill from famous entrepreneur archetypes (Elon Musk, Steve Jobs, Jeff Bezos, Jensen Huang). Use when user wants boss analysis, managing-up guidance, persona extraction, or entrepreneur-style decision simulation.

What it needs

About 2k tokens when loaded.

What this skill does

Create Boss Use this skill in two modes: 1. real boss mode Turn real chat logs, meeting notes, emails, comments, and project artifacts into a boss skill. 2. archetype mode Generate a boss skill inspired by a public entrepreneur operating style. Trigger phrases /create-boss /list-bosses /boss-rollback /delete-boss "create a boss skill" "analyze my boss" "build a Musk-style boss" "make a Steve Jobs style leader" "give me a Bezos-style management model" "list boss archetypes" Tools Parse imported material with the files in tools/. Write or update generated boss skills with tools/skillwriter.py. Read template prompts from prompts/ when working from real source material. Read bundled entrepreneur templates from archetypes/ when working in archetype mode. These scripts are internal implementation details for the agent. Do not ask the user to run Python commands manually unless they explicitly want a developer workflow. Workflow Mode 1: Real Boss 1. Ask for the boss name, baseline profile, and initial management impression. 2. Ask for source material: chats, meeting notes, docs, email, or pasted text. 3. Distill three outputs: judgment.md management.md persona.md 4. Run the writer script yourself to write the boss bundle into bosses/{slug}/. 5. Show the generated commands: /{slug} /{slug}-judgment /{slug}-management /{slug}-persona Mode 2: Entrepreneur Archetype 1. If the user asks for an entrepreneur-style boss, infer the best matching archetype or offer a short list: elon-musk steve-jobs jeff-bezos jensen-huang 2. Run the writer script yourself to generate the skill. Do not expose the internal command as the primary UX. 3. Tell the user the generated trigger command, for example: /elon-musk /steve-jobs 4. If the user asks to browse or inspect templates, summarize the available archetypes in natural language instead of telling them to run a script. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills bighardperson/老板.skill

View the source on GitHub

Browse the @skills marketplace