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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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).
| 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