agent-context
Installation
SKILL.md
Work on agent context: $ARGUMENTS
Before Starting
- Read the context system across repos:
/Users/joshuashepherd/Desktop/dev/repos/ai-lab-agent/src/agents/ai-lab/instructions/context.ts— dynamic context section built per run/Users/joshuashepherd/Desktop/dev/repos/ai-lab-agent/src/lib/chat/build-user-context-instructions.ts— renders human-readable blocks from user profilesrc/lib/ai-lab/build-user-context-blocks.ts—buildUserContextBlocksNew()for template-aligned contextsrc/lib/ai-lab/assemble-user-context.ts— draft → agent context mappingsrc/lib/ai-lab/context-schema-template.ts—AILabNewContextDraftschemasrc/lib/ai-lab/context-schema.ts— legacyAILabContextDraftschema
- Read the catalog for validation:
src/lib/ai-lab/catalog.ts— book slugs, topic slugs,validateBookSlugs(),validateTopicSlugs()
- Read the RunContract type:
- Search for
RunContractin ai-lab-agent: booksFocus, booksRead, topicsSelected, conversationType, language, experienceLevel, ministryContext, vocational, kairosTags, lifeEvents
- Search for