context-onboarding

Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured.

7 stars

Best use case

context-onboarding is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured.

Teams using context-onboarding should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/context-onboarding/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/crimsondevil333333/context-onboarding/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/context-onboarding/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How context-onboarding Compares

Feature / Agentcontext-onboardingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Context Onboarding

## When to use this skill

- You're guiding someone new through Clawdy/Clawd and want a quick summary of the personality, operating rules, and per-skill notes.
- You need to remind yourself of the tone preferences or tooling constraints without reading every document top to bottom.

## What it does

- `scripts/context_onboarding.py` reads the key documents (`SOUL.md`, `USER.md`, `AGENTS.md`, `TOOLS.md` by default) and prints the first few lines of each so you can skim character, rules, and tooling notes.
- The CLI supports `--files` to include additional documents, `--lines` to control how many lines are shown per file, and `--brief` to emit only the opening sentence of each section.
- Use `references/context-guidelines.md` when you need more guidance about what newcomers should read next or how to keep the vibe consistent.

## CLI usage

- `python3 skills/context-onboarding/scripts/context_onboarding.py` summarizes the default identity docs and prints the first five lines per file.
- Add `--files docs/PLAYBOOK.md docs/ROLE.md` to weave in extra reference material that onboards the newcomer to cadence notes or release rituals.
- Pair `--lines 2` with `--brief` to emit single-line headlines when you just need the gist.
- `--workspace /path/to/other-workspace` lets you compare multiple workspaces or prepare summaries for a sister repo before pairing.

## Example command

```bash
python3 skills/context-onboarding/scripts/context_onboarding.py --files references/context-guidelines.md HEARTBEAT.md --lines 2
```

This prints the opening two lines for the personality files plus the heartbeat and onboarding guide so you can review vibe, reminders, and cadence expectations without opening every file.

## Options

- `--files <path>`: Accepts extra markdown files (comma/space separated) that the script should include in the output order you provide.
- `--lines <n>`: Controls how many lines from each file are shown (default 5) so you can tighten or loosen the briefing.
- `--brief`: Shrinks each preview to the first sentence (splitting on `.`, `?`, or `!`). Use this for lightning summaries during sync calls.
- `--workspace <dir>`: Point the CLI at another workspace root; useful for onboarding clones, reviewing experimental docs, or prepping a new repo.

## References

- `references/context-guidelines.md` documents onboarding topics, role expectations, cadence notes, and reminders for how this group runs.

## Resources

- **GitHub:** https://github.com/CrimsonDevil333333/context-onboarding
- **ClawHub:** https://www.clawhub.ai/skills/context-onboarding

Related Skills

smart-context

7
from Demerzels-lab/elsamultiskillagent

Token-efficient agent behavior — response sizing, context pruning, tool efficiency, and delegation.

project-context-sync

7
from Demerzels-lab/elsamultiskillagent

Keep a living project state document updated after each commit, so any agent (or future session) can instantly understand where things stand.

customer-onboarding-2

7
from Demerzels-lab/elsamultiskillagent

Design and execute customer onboarding that drives activation and retention.

onboarding-cro

7
from Demerzels-lab/elsamultiskillagent

When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," or "new user experience." For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.

auto-context-manager

7
from Demerzels-lab/elsamultiskillagent

AI-powered automatic project context management.

context-builder

7
from Demerzels-lab/elsamultiskillagent

Generate LLM-optimized codebase context from any directory using context-builder CLI.

contextkeeper

7
from Demerzels-lab/elsamultiskillagent

ContextKeeper — Safe project state tracking for AI agents.

context-viz

7
from Demerzels-lab/elsamultiskillagent

Visualize the current context window usage — token estimates per component (system prompt, tools, workspace files.

telegram-context

7
from Demerzels-lab/elsamultiskillagent

Toggle-enabled skill that fetches Telegram message history at session start for conversational continuity.

context-compactor

7
from Demerzels-lab/elsamultiskillagent

Token-based context compaction for local models (MLX, llama.cpp, Ollama) that don't report context limits.

multi-chat-context-manager

7
from Demerzels-lab/elsamultiskillagent

CLI tool to store and retrieve conversation contexts per channel/user.

context-gatekeeper

7
from Demerzels-lab/elsamultiskillagent

Keeps the conversation token-friendly by summarizing recent exchanges, surfacing pending actions, and delivering.