load

Initialize project context by activating Serena, caching Spring Standards rules, and scanning project status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill load-ryu-qqq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/load
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill load-ryu-qqq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

세션 시작 시 프로젝트 컨텍스트를 로딩하고 Serena 활성화, Spring Standards 규칙 캐싱, 프로젝트 현황 스캔을 통해 AI가 즉시 작업 가능한 상태를 보장합니다.

Core Features & Use Cases

  • 세션 시작 시 컨텍스트 초기화 및 메모리 restore
  • Serena 활성화 및 규칙 캐싱 자동화
  • 프로젝트 상태 스캔 및 관련 메타데이터 수집

Quick Start

Run the /load command at session startup to activate Serena, cache Spring Standards rules, and scan the current project status.

Frequently Asked Questions about load

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically load project context at AI session start?

To automatically load project context at session start, run the /load command to activate Serena, cache Spring Standards rules, and perform a project status scan. This ensures immediate access to current epics, issues, and repository state.

What does context loading do for code generation sessions?

Context loading for code generation sessions initializes the environment, restores memory, and indexes rules. It delivers a ready-to-use project state by orchestrating Serena activation and project-scoped scans for downstream tools.

Do I need Serena to initialize project status scans?

Yes, you need Serena to initialize project status scans, as the context loading process activates Serena to orchestrate memory restoration, rule caching, and metadata collection for the current repository state.

Can I cache Spring Standards rules for automated session setup?

Yes, you can cache Spring Standards rules for automated session setup by running the initialization command, which indexes the rules and makes them immediately accessible for code generation and planning tasks.

Why does my AI session lack current project rules and epics?

Your AI session lacks current project rules and epics because project context loading was not executed at startup. Running the initialization command activates memory restore and scans the repository to deliver this metadata.