@dooxfonggg/loop-phonos
v1.0.0
Published
Init loop-engineering into any project. Copy skills/agents/rules, run audit, auto-fix to L1=100, L2=100, L3=100. npx @dooxfonggg/loop-phonos ./project
Downloads
24
Maintainers
Readme
@dooxfonggg/loop-phonos
Init loop-engineering into any project with a single command.
Usage
npx @dooxfonggg/loop-phonos ./my-projectOptions
--tool cursor|claude|both Override tool detection
--skip-audit Skip auto-fix loop
--dry-run Preview changes without executing
--help, -h Show helpWhat it does
- Detect — Identifies tool (Cursor/Claude) and project type
- Audit — Runs loop-audit to check current score
- Install — Copies loop infrastructure (skills, agents, rules)
- Auto-fix — Runs loop-audit --suggest and applies fixes
Output
- Score: 0-100
- Level: L0 → L1 → L2 → L3
Requirements
- Node.js 18+
- Git
Examples
# Init a Node.js project
npx @dooxfonggg/loop-phonos ./my-api
# Preview without changes
npx @dooxfonggg/loop-phonos ./my-api --dry-run
# Force Cursor tool
npx @dooxfonggg/loop-phonos ./my-api --tool cursorSkills installed
| Skill | Purpose | |-------|---------| | loop-triage | Daily triage of CI, issues, commits | | loop-verifier | Independent verification of changes | | minimal-fix | Smallest possible code change | | loop-constraints | Safety guardrails |
Files created
├── .cursor/skills/
├── LOOP.md
├── STATE.md
├── AGENTS.md
├── gate.yaml
├── loop-budget.md
├── loop-constraints.md
├── loop-run-log.md
├── patterns/registry.yaml
└── .github/workflows/License
MIT
