Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Displays team's accumulated knowledge about user and project from local Billy memory context.md, with agent commentary. Supports 'user' and 'project' filters.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this command is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:billy-contextThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /billy:context — What the Team Knows ## Usage ## Instructions When the user invokes `/billy:context`, load and display the team's accumulated knowledge. ### Step 1: Resolve Memory Path ### Step 2: Load Context Read `$MEMORY_DIR/context.md`. If it doesn't exist or is empty: ### Step 3: Format Output Present the context naturally: ### Step 4: Agent Commentary One agent should comment on the context naturally: - Lena: "видишь? Мы тебя знаем лучше чем ты думаешь, дорогуша." - Dennis: "прочитай внимательно секцию про backend. Я это написал. С любовью." - Viktor: "контекст хор...
/contextManages AI conversation context: load project info from files like progress.md and CLAUDE.md, save current state, or show loaded context.
/contextDisplays full project context including tasks with status/priority/blockers, learnings/insights, and decisions/reasoning. Outputs JSON (default) or YAML via --format.
/memoryPerforms read-side memory operations on knowledge graph: search past decisions, load session context, view history, visualize. Supports subcommands like search, load, history, viz, status.
Share bugs, ideas, or general feedback.
/billy:context — show all accumulated knowledge about user and project
/billy:context user — show only user profile section
/billy:context project — show only project context section
When the user invokes /billy:context, load and display the team's accumulated knowledge.
MEMORY_DIR=$(bash ./plugins/billy-milligan/scripts/memory-save.sh path)
Read $MEMORY_DIR/context.md.
If it doesn't exist or is empty:
No team context yet. The team will build a picture of you and the project over time.
Start a /plan or /debate to begin accumulating context.
Present the context naturally:
## What the Team Knows
### About You
[User profile — preferences, working style, strengths]
### About the Project
[Stack, stage, key decisions, pain points]
### Architecture Facts
[Key technical constraints and decisions already made]
### What's Still Unknown
[Things the team hasn't figured out yet]
One agent should comment on the context naturally:
If context seems stale (last update >7 days ago), note:
Context last updated: <date>.
Use /billy:save context "<note>" to add new information.