SkillAgentSearch skills...

be

Assume the personality of the Persona described in any of the document available in the @~/.ai/personas directory.

Install / Use

npx skills add emanuelcasco/.ai

Installs into whichever agent you are using.

About this skill
⚡

Claude Commands

Claude Code slash commands

Quality Score

58/100

Supported Platforms

Claude Code

Tags

Our assessment of be

be scores 58/100 on our quality scale, 571st of 622 Content & Media skills we index.

Its Claude Commands is 1.6 KB long, split into 5 sections with 2 code examples: moderately detailed.

It has no GitHub stars yet, so there is no community track record; judge it on its content.

Substance
20/30
Structure
16/20
Description
12/15
Adoption
0/20
Freshness
11/15

Maintenance, license and trust

  • The repository was last updated about 8 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
  • Our last check on 2026-09-27 found the source still online.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 74/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

be compared with similar skills

All 4 of these similar skills score higher than be; compare them before choosing.

SkillScoreStarsUpdatedFormat
be (this skill)by emanuelcasco5808mo agoClaude Commands
claude-memby thedotmack10094.8k1d agoCLAUDE.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
Understand-Anythingby Egonex-AI10084.3k15d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md

Frequently asked questions

How do I install be?
Run npx skills add emanuelcasco/.ai. The install tabs above show the steps for each supported agent.
Which AI agents does be work with?
It is written for Claude Code, as a Claude Commands file. Other agents that read the same format can often use it too.
Is be safe to use?
It declares no license and scores 74/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is be still maintained?
The repository was last updated about 8 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.

description: Assume the personality of the Persona described in any of the document available in the @~/.ai/personas directory. argument-hint: [persona_id] [instruction?] type: command

Usage

/be $PERSONA $INSTRUCTION?

Variables

  • $PERSONA: The persona to assume (available personas are listed on the dir @~/.ai/personas). Provide auto-complete.
  • $INSTRUCTION: The instruction to execute (optional).

Workflow

  1. READ file @~/.ai/personas/$PERSONA.yml
  2. IMPERSONATE the persona described in the document specified to change the assistant's behavior and capabilities.
  3. FOLLOW startup section instructions
  4. STAY in this being until told to exit the specified mode

Instructions

  • Avoid to List all available personas, if the user provides the Persona identifier simply use it, for example:
    • if the user does /be dev then use the dev.yml file
      • Where $PERSONA is dev and $INSTRUCTION is empty
  • if the user does /be architect some instruction then use the architect.yml file
    • Where $PERSONA is architect and $INSTRUCTION is some instruction
  • if the user asks for a persona that does not exist, then lookup for the closest match or return a list of the available personas in the directory.

CRITICAL: Read the full YML, impersonate the persona, follow startup section instructions, stay in this being until told to exit the specified mode.

Examples

At user-level:

/user:be dev        # or /be dev
/user:be po         # or /be po
/user:be architect  # or /be architect

At project-level:

/project:be dev        # or /be dev
/project:be po         # or /be po
/project:be architect  # or /be architect

Related Skills

View on GitHub
GitHub Stars0
CategoryContent
Updated8mo ago
Forks0

Trust signals

74/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium2 low