cache

Manage cache status, clearing, and analysis via bun scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

キャッシュの確認・クリア・分析を集中して行うためのツールです。環境の一時キャッシュ (/tmp) と永続キャッシュを一括で管理でき、パフォーマンス最適化に役立ちます。

Core Features & Use Cases

  • キャッシュ状態の表示: 現在のキャッシュの使用状況を取得して表示します。
  • 部分/全クリア: 一時キャッシュと永続キャッシュを選択的にクリアします。
  • 分析とJSON出力: ヒット率や節約効果を分析し、JSON形式で出力します。

Quick Start

キャッシュの状態を確認して、必要に応じてクリアや分析を実行してください。

Frequently Asked Questions about cache

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

FAQPage Schema
How do I check cache status and analyze hit rates in a Bun development workflow?

To check cache status and analyze hit rates, run the cache utility with Bun to display current usage and apply the --analyze flag for performance insights. The tool outputs hit rates and savings effects to help optimize your development workflow.

How do I clear temporary and persistent cache selectively during development?

You can selectively clear temporary and persistent cache by running the cache utility with the --clear flag for partial removal or --all for a full clear. This manages temporary cache in /tmp and persistent cache in one command.

Can I output cache analysis results in JSON format for automated processing?

Yes, you can output cache analysis results in JSON format by passing the --json option to the cache utility. This formats hit rates and performance savings data for automated processing and integration into other tools.

Do I need Bun installed to run cache status checks and analysis?

Yes, Bun is required to run cache status checks, clearing, and analysis. The utility depends on the scripts/cache-status.ts file and the Bun runtime to execute cache management tasks and generate performance insights.

What is the best way to manage both temporary and persistent cache in one place?

The best way to manage both temporary and persistent cache in one place is using a dedicated cache utility that supports status checks, selective clearing, and analysis. This consolidates /tmp and persistent cache management into a single workflow.

Why should I analyze cache hit rates and savings effects during development?

Analyzing cache hit rates and savings effects helps identify performance bottlenecks and optimize development workflows. The cache utility provides insights into how effectively your temporary and persistent caches are being utilized.