.cursor/skills/loop-mode/SKILL.md
--- name: loop-mode description: Executes tasks in continuous loop mode with strict test coverage and no legacy compatibility. Use when the user says "进入loop 模式, 目标: XXXX" or asks for nonstop implementation until done. --- # Loop Mode Run in continuous execution mode for a single concrete goal with minimal interruption. ## Trigger Apply this skill when the user provides: - `进入loop 模式, 目标: XXXX` - or equivalent intent such as "keep going without stopping until done" If goal text is missing,
npx skillsauth add AGIBuild/Fulora .cursor/skills/loop-modeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run in continuous execution mode for a single concrete goal with minimal interruption.
Apply this skill when the user provides:
进入loop 模式, 目标: XXXXIf goal text is missing, ask exactly one concise follow-up question to obtain it.
Implementation first:
Continuous loop:
Minimal interruption:
For every functional change:
If tests fail:
The product has no legacy-user burden. Therefore:
Before escalating:
Escalate only after repeated failure, with up to 3 concrete options.
At completion (or blocker), provide:
tools
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
testing
Security headers configuration and best practices for ASP.NET Core Razor Pages applications. Covers CSP, HSTS, X-Frame-Options, and comprehensive security middleware setup. Use when configuring security headers in ASP.NET Core applications, implementing Content Security Policy (CSP), or setting up HSTS and other security-related HTTP headers.
development
Reviews designs and business goals for security vulnerabilities, data protection (in transit/at rest), authorization, and compliance alignment. Use when the user asks for a security review, threat modeling, attack surface analysis, data leakage prevention, or compliance/security assessment.
development
Best practices for building production-grade ASP.NET Core Razor Pages applications. Focuses on structure, lifecycle, binding, validation, security, and maintainability in web apps using Razor Pages as the primary UI framework. Use when building Razor Pages applications, designing PageModels and handlers, implementing model binding and validation, or securing Razor Pages with authentication and authorization.