One-click install
npx skills add https://github.com/jellyrock/jellyrock --skill ramp-jellyrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ramp
Source: https://github.com/jellyrock/jellyrock/tree/main/.claude/skills/ramp
Command: npx skills add https://github.com/jellyrock/jellyrock --skill ramp-jellyrock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of gathering scattered context when switching to a JellyRock code subsystem you haven't touched in over 2 weeks, saving you hours of sifting through commit history, documentation, tech debt records, and open issues.

Core Features & Use Cases

  • Scoped State Aggregation: Pulls recent commits, open issues/PRs, tech debt, and pending handoffs filtered specifically to your target subsystem via the built-in aggregator tool.
  • Auto-Loaded Rules & Documentation: Retrieves area-specific CLAUDE.md guidelines and matching architecture topic docs for the subsystem.
  • Related Resource Discovery: Identifies relevant skills, agents, and recommended entry point files for the area.
  • Use Case: If you are returning to the components/video subsystem after a 3 week break, use this Skill to instantly get all playback-related rules, recent video player commits, open OSD issues, and the top files to read first.

Quick Start

Invoke the ramp skill with your target JellyRock subsystem name such as components/video or source/api to generate a full scoped context briefing for that area.

Frequently Asked Questions about ramp

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

FAQPage Schema
How do I get a codebase onboarding briefing for a subsystem after weeks of inactivity?

Codebase onboarding for an inactive subsystem is handled by aggregating scoped project state, recent commits, and area-specific rules into a structured briefing. This eliminates manual context-gathering by delivering architecture docs, tech debt records, and recommended entry point files for immediate productive work.

What is the best way to catch up on recent git history and tech debt before context switching?

Git history aggregation and tech debt tracking are combined to pull recent commits, open issues, and pending handoffs filtered specifically to your target area. This scoped state aggregation ensures you receive only the relevant activity and debt records for your subsystem.

Can I retrieve area-scoped rules and documentation for specific source folders?

Area-scoped rules and documentation are auto-loaded for recognized subsystems including components, source, tests, locale, and scripts. The briefing retrieves matching CLAUDE.md guidelines and architecture topic docs specific to the requested folder.

Does context switching after a two week break require manual review of open issues?

Context switching after a two week break does not require manual issue review because the briefing automatically aggregates open issues and PRs filtered to your target subsystem. This provides a complete view of pending work and relevant recent activity.

What is included in a subsystem briefing to help me ramp up fast?

A subsystem briefing includes area-specific guidelines, architecture documentation, tech debt records, recent commits, open issues, related skills and agents, and recommended entry point files. This structured context enables immediate productive work without manual searching.

How do I find the right entry point files when returning to an unfamiliar codebase area?

Entry point files are identified through related resource discovery during the briefing generation. The aggregation process analyzes the subsystem to recommend the top files to read first, ensuring you start reading the most relevant source code immediately.