feat: auto-inject builtin agent skills and CLAUDE.md at startup#223
Open
NathanFlurry wants to merge 1 commit intomainfrom
Open
feat: auto-inject builtin agent skills and CLAUDE.md at startup#223NathanFlurry wants to merge 1 commit intomainfrom
NathanFlurry wants to merge 1 commit intomainfrom
Conversation
|
🚅 Deployed to the sandbox-agent-pr-223 environment in sandbox-agent
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.md(API docs) andCLAUDE.md(behavioral directives) at compile time viainclude_str!~/.claude/skills/and injects a managed section into~/.claude/CLAUDE.mdwith idempotent marker-based updates$SANDBOX_AGENT_URLwith the actual server URL at write timeSANDBOX_AGENT_SKIP_BUILTIN_SKILLS=1Also includes workspace recovery: factory/ removal, font updates to Manrope, and pnpm-lock cleanup.
Key files
server/packages/sandbox-agent/builtin-skills/CLAUDE.md— behavioral directives injected into agent CLAUDE.mdserver/packages/sandbox-agent/builtin-skills/sandbox-agent-processes/SKILL.md— process API documentation skillserver/packages/sandbox-agent/src/builtin_skills.rs— compile-time embedding and write logicCLAUDE.md— added rules for keeping skills in sync with API changesTest plan
~/.claude/skills/sandbox-agent-processes/SKILL.mdis written~/.claude/CLAUDE.mdhas theSANDBOX-AGENT-MANAGEDsection with correct URLSANDBOX_AGENT_SKIP_BUILTIN_SKILLS=1prevents injection🤖 Generated with Claude Code