claude-web-session
Manage Claude Code web sessions, remote handoff, and teleport workflows for MedTracker work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Claude Code web sessions, remote handoff, and teleport workflows for MedTracker work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Comprehensive Ruby on Rails v8.1 development guide with detailed documentation for Active Record, controllers, views, routing, testing, jobs, mailers, and more. Use when working on Rails applications, building Rails features, debugging Rails code, writing migrations, setting up associations, configuring Rails apps, or answering questions about Rails best practices and patterns.
Comprehensive RSpec testing for Ruby and Rails applications. Covers model specs, request specs, system specs, factories, mocks, and TDD workflow. Automatically triggers on RSpec-related keywords and testing scenarios.
Ruby static code analyzer and formatter for enforcing style guidelines, detecting bugs, and improving code quality. Supports Rails, RSpec, and Performance extensions with safe autocorrection capabilities.
Comprehensive Ruby development skill covering language fundamentals, object-oriented design patterns, error handling strategies, performance optimization, modern Ruby 3.x features (pattern matching, ractors, typed Ruby), testing patterns, metaprogramming, concurrency, and Rails-specific best practices. Use when writing Ruby code, refactoring, implementing design patterns, handling exceptions, optimizing performance, writing tests, or applying Ruby idioms and conventions.
This skill transforms Claude into an expert UI designer who understands and applies fundamental design principles with precision. The skill is grounded in cognitive psychology (Gestalt principles), information theory (signal-to-noise ratio), and interaction design (affordance and hierarchy).
SOC 직업 분류 기준
| name | claude-web-session |
| description | Manage Claude Code web sessions, remote handoff, and teleport workflows for MedTracker work. |
| allowed-tools | Bash(claude *), Bash(service postgresql start), Bash(service redis-server start), Bash(docker compose *), Bash(task *), Bash(git status*), Bash(git pull*), Bash(git push*) |
Use this playbook when working with claude --remote and --teleport.
claude --remote "task test TEST_FILE=spec/path/to/file_spec.rb"
If remote auth or network is restricted:
CCR_FORCE_BUNDLE=1 claude --remote "task test TEST_FILE=spec/path/to/file_spec.rb"
From web:
/teleport
From terminal:
claude --teleport
claude --teleport "$CLAUDE_CODE_REMOTE_SESSION_ID"
service postgresql startservice redis-server startdocker compose upecho "$MEDTRACKER_REMOTE_BRANCH"
echo "$MEDTRACKER_REMOTE_SESSION_URL"
git status --short