Agent skill

phx-freeze

Apply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.

oliver-kriska515★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-freeze --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: targets/amp/skills/phx-freeze/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Freeze — advisory edit scope Apply a current-session instruction that limits which files this agent may edit. This generated runtime does not install an enforcement hook, so the scope is advisory rather than a technical lock. Never claim that edits are blocked by the runtime. ## Usage ```text phx-freeze phx-freeze lib/app_web priv/repo phx-freeze status phx-freeze off ``` Treat the text after the skill invocation as follows: | Invocation | Current-session behavior | |---|---| | No arguments | Do not edit files; investigation and reporting remain read-only. | | Path prefixes | Edit only files under the listed project-relative prefixes. | | `status` | Report the advisory scope currently established in this conversation. | | `off` | Clear the advisory scope for subsequent work. | Do not create `.claude/.freeze`. That sentinel belongs to the canonical Claude Code plugin and could affect a later Claude Code session even though this runtime cannot enforce or clear it reliably. ## Iron Laws 1. **Never describe this scope as enforced** — it is a binding instruction for the current agent, not a runtime or security boundary. 2. **Never create or modify `.claude/.freeze` in a generated runt

What's inside
Steps it walks through
  1. Usage
  2. Iron Laws
More from claude-elixir-phoenix
All skills →
About this skill
What does the phx-freeze skill do?

Apply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.

How do I install it?

Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-freeze --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going