hongmaple0820/scale-engine
Skill Claude CodeCodexCursor
KC-Chat group autopilot autonomous mode full protocol. Read ONLY when user says "start autopilot/autonomous mode", or about to call autopilotstart / autopilotpause / autopilotstop / autopilotstatus, or on receiving [AUTOPILOTTICK] / [AUTOPILOTPAUSED] / [AUTOPILOTBUDGETEXHAUSTED] system messages. Covers: startup flow…
hongmaple0820/scale-engine
Skill Claude CodeCodex
A skill file for scale-engine that describes harness engineering practices, including automated quality checks, detecting unfinished work, and a standard session-start sequence.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Skill "api-design" from hongmaple0820/scale-engine, covering api design standards, endpoint naming, http methods, response format and status codes.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Code quality review checklist.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Systematic debugging protocol.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Documentation writing standards.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Format, lint, and small repair workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Production frontend design workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Skill "git-workflow" from hongmaple0820/scale-engine, covering git workflow, commit format, commit rules, pr workflow and pr description.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Skill "performance" from hongmaple0820/scale-engine, covering performance optimization, measurement first, common issues, n+1 queries and memory leaks.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Architecture planning template.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Template-aware pull request creation workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Improve structure without changing behavior.
hongmaple0820/scale-engine
Skill Claude CodeCodex
SCALE Engine release workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
OWASP Top 10 security checklist.
hongmaple0820/scale-engine
Skill Claude CodeCodex
When this vendored skill is used by SCALE Engine, scanning and report generation are the default workflow. Do not run scripts/server.py, move files to Trash, or hard-delete paths unless the user explicitly asks for cleanup after seeing the report and confirms the exact action. Record evidence for read-only-scan…
hongmaple0820/scale-engine
Skill Claude CodeCodex
Test-driven development workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Documentation impact analysis and update workflow.
hongmaple0820/scale-engine
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.