@snowdreamtech/frp
A๐จ CRITICAL SYSTEM INSTRUCTION ๐จ
Install
agr install @snowdreamtech/frp --target claudeWrites 1 file into .claude/skills/, pinned to git-fdeeed61.
- .claude/skills/frp/AGENTS.md
Document
๐จ CRITICAL SYSTEM INSTRUCTION ๐จ
Before answering ANY prompt or executing ANY code in this repository, you MUST first read and strictly adhere to ALL the rules defined in the following directory:
Rules Location
๐ .agent/rules/
๐จ CRITICAL TOKEN LIMIT PROTOCOL ๐จ
Do NOT load all files in .agent/rules/ simultaneously. You will exceed the context window.
You MUST follow this strict loading sequence:
- Load Core Fundamentals: Always read
01-general.mdthrough12-docs.md. - Consult the Lazy-Loading Router: Read
.agent/rules/00-index.mdto discover technology-specific rules. - Load On Demand: Based on the index, load ONLY the specific
.mdfiles relevant to your current task (e.g.,react.mdfor a React task).
Why This File Exists
This project uses a unified rule system to ensure consistent AI behavior
across all AI-powered IDEs and tools (Cursor, Windsurf, GitHub Copilot,
Cline, Claude, Gemini, Trae, Roo Code, Augment, Amazon Q, Kiro,
Continue, Junie, etc.). This file is a redirect entry point โ
the actual rules live in .agent/rules/ as the Single Source of Truth.
Failure to follow the rules inside
.agent/rules/and the Lazy-Loading protocol is completely unacceptable.
Slash Commands / Workflows
All AI slash commands and standard operating procedures (SOPs) are located in .agent/workflows/. If the user invokes a command like /speckit.plan, execute the corresponding markdown file in that directory.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ not that the artifact is safe.
Versions
git-fdeeed611a382026-08-06