Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-cost-helpers

يحتوي claude-cost-helpers على 6 من skills المجمعة من zivtech، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
8
محدث
2026-04-16
Forks
1
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

delegate
مطوّرو البرمجيات

Delegate a task to a subagent with its own clean context window. Keeps heavy file reading out of your main session. Use when reading many files, doing codebase audits, or research tasks. Part of claude-cost-helpers (subagent-isolation).

2026-04-16
resume-session
مطوّرو البرمجيات

Load the most recent session file and resume work with full context from where the last session ended. Use at the start of a new session after a save-session or split. Part of claude-cost-helpers (idle-tax).

2026-04-16
safe-compact
مطوّرو البرمجيات

Save session state and recommend starting fresh instead of compacting. A safer alternative to lossy compaction — compaction discards context permanently with no recovery. Part of claude-cost-helpers (compact-gamble).

2026-04-16
save-session
موظفو المكاتب العامون

Save current session state for handoff to a future session. Creates a structured file capturing what worked, what failed, and the exact next step. Use when stepping away, before cache expires, or when context is getting heavy. Part of claude-cost-helpers (idle-tax).

2026-04-16
split
مطوّرو البرمجيات

Save current session and split — start fresh to avoid context rot and rising costs. Use when context is heavy (300K+ tokens estimated) or response quality is degrading. Part of claude-cost-helpers (just-one-more-turn).

2026-04-16
to-file
مطوّرو البرمجيات

Run a command and redirect output to a temp file instead of dumping it into context. Returns the file path, line count, and a preview (first/last 10 lines). Use for test runs, build logs, or any command with large output. Part of claude-cost-helpers (watching-cost).

2026-04-16