give-me-tips

Analyze and explain active senpi agent tips using verified feature implementation and configuration state.

68.6k|5.6k|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill give-me-tips
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: give-me-tips
Source: https://github.com/code-yeongyu/oh-my-opencode/tree/main/packages/omo-senpi/skills/give-me-tips
Command: npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill give-me-tips

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often encounter cryptic or context-specific tips in the senpi TUI without understanding the underlying engineering or why they are seeing them. This skill bridges the gap between a one-line tip and the actual technical implementation.

Core Features & Use Cases

  • Live Tip Verification: Queries the active senpi tip catalog to match user questions against real-time system capabilities.
  • Context-Aware Explanation: Analyzes user-specific settings, history, and command availability to explain why a tip is visible to them.
  • Deep Technical Insight: Provides detailed breakdowns of complex features like the Fable-5-refusal fallback pipeline by citing specific source code paths and logic gates.

Quick Start

Ask the agent to explain the current tip by saying give-me-tips and referencing the specific Tip line you see.

Frequently Asked Questions about give-me-tips

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

FAQPage Schema
How do I understand a specific Tip line in the TUI?

Use the give-me-tips skill to get a deep technical explanation of any Tip line. The skill verifies the tip against the live catalog and explains the underlying engineering mechanism behind the feature.

Why do I see different tips than other users?

Tips are gated by your specific settings.json, tipsHistory, command availability, and keybinding configuration. This skill checks your local agent state to explain exactly why a tip is visible to you.

Does this skill explain the Fable-5-refusal fallback?

Yes, it provides a detailed breakdown of the fallback-architect pipeline, including refusal detection, architect category gating, and the hidden directive logic used to maintain reasoning depth.

Can I use this skill to see all available tips?

The skill queries the live tip list via senpi --list-tips, but it focuses on explaining tips relevant to your current session and configuration rather than just listing the entire catalog.