nav-features

Solid

Show and toggle Navigator features. Auto-invoke when user says "show features", "enable/disable feature", "my navigator settings", or "configure navigator".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 82/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Navigator Features Skill Display and toggle Navigator features with an interactive table. Helps users understand what's enabled and customize their setup. ## When to Invoke Invoke this skill when the user: - Says "show my features", "navigator features", "what features are enabled" - Says "enable [feature]", "disable [feature]", "turn on/off [feature]" - Says "configure navigator", "my navigator settings" - Asks "what can navigator do?", "what features are available?" **DO NOT invoke** if: - User is asking about project features (not Navigator) - User is in middle of implementation - Just starting session (use nav-start instead) ## Execution Steps ### Step 1: Read Current Configuration ```bash PLUGIN_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/cache/navigator-marketplace/navigator}" [ -d "$PLUGIN_DIR" ] || PLUGIN_DIR="$HOME/.claude/plugins/marketplaces/navigator-marketplace" python3 "$PLUGIN_DIR/skills/nav-features/functions/feature_manager.py" show ``` This displays the feature table (one row per configurable Navigator feature, current version's number in the header): ``` v<version> Features: ┌─────────────────────────┬────────┬───────────────────────────────────────────────┐ │ Feature │ Status │ Description │ ├─────────────────────────┼────────┼───────────────────────────────────────────────┤ │ task_mode │ [x] │ Auto-detects task complexity, defers to sk... │ │ tom_features │ [x] ...

Details

Author
alekspetrov
Repository
alekspetrov/navigator
Created
11 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category