fpf-active

FPF Active — Global Toggle

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fpf-active" with this command: npx skills add m0n0x41d/principled-claude-code/m0n0x41d-principled-claude-code-fpf-active

FPF Active — Global Toggle

What this skill does

This skill manages the FPF global on/off switch. FPF can be enabled or disabled globally across all Claude Code sessions. When disabled, skills are physically archived, hooks stop running, and CLAUDE.md is moved out — FPF becomes invisible until re-enabled.

This skill itself is never toggled. It lives at ~/.claude/skills/fpf-active/ permanently and remains available whether FPF is enabled or disabled.

Usage

Invoke with one of:

  • /fpf-active — show status

  • /fpf-active status — show status

  • /fpf-active enable — enable FPF globally

  • /fpf-active disable — disable FPF globally

How to execute

Step 1: Read current state

Use the Read tool to read these files (they may not exist yet):

  • ~/.fpf/global-state — contains ENABLED or DISABLED

  • ~/.fpf/config.json — contains scope, level0 flag, registered projects

Step 2: Display status

Report:

  • State: ENABLED / DISABLED / NOT INSTALLED

  • Scope: user / project

  • Level0: true/false (tweakcc integration)

  • Config path: ~/.fpf/config.json

  • Toggle script: ~/.fpf/fpf-toggle.sh

  • List registered project paths from config.json

Step 3: For enable/disable actions

Run the toggle script using the Bash tool:

bash ~/.fpf/fpf-toggle.sh [enable|disable]

The script handles all file moves (skills, hooks, settings.json, CLAUDE.md) and tweakcc restore/apply.

Step 4: After toggling

Always remind the user:

Restart your Claude Code session for the change to take effect. Skills and hooks are only loaded at session start.

If the toggle script is not found:

~/.fpf/fpf-toggle.sh not found. FPF may not be installed or was installed without the toggle infrastructure. Re-run the installer to fix this.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

fpf-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

fpf-problem-portfolio

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

fpf-strategize

No summary provided by upstream source.

Repository SourceNeeds Review