rakovi4rakovi4Communityยท34 Agent Skills Included

continue-framework

Strict test-driven development with automated quality gates

Enforces strict red-green-refactor cycles, Clean Architecture, and domain-driven design across full-stack projects. Replaces repeated manual prompting with one command that writes failing tests, implements code, refactors, and commits each work unit. Runs built-in quality gates like assertion audits, coverage analysis, and structural scans before every commit. Keeps progress in persistent files so work resumes safely after any context reset.
npx skills add rakovi4/continue-framework --all -g -y
Available:

Tells the agent the project's Clean Architecture module layout, which rule and guideline files to load before each kind of work, and runtime constraints like the 30-second no-blocking rule.

All Skills in This Repository (34)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install continue-framework?โ–ผ

Run `npx skills add rakovi4/continue-framework --all -g -y` in your terminal to install all skills globally.

What does the /continue command do?โ–ผ

It reads the progress file, finds the next unchecked step, dispatches the right sub-agent to write a failing test, implement, refactor, and commit, then stops and reports.

Which tech stacks does it support?โ–ผ

It is tech-agnostic with pluggable profiles for backends like Java Spring, Go, Node, Python, PHP, C++, and .NET, plus React, Vue, or Angular frontends.

Does it work with tools other than Claude Code?โ–ผ

It is built for Claude Code's subagents, slash commands, and hooks; the AGENTS.md file lets Codex share the same rules, but other tools need adaptation.

How does it keep code quality high?โ–ผ

Every work unit runs a 26-item test assertion audit, coverage gap analysis, and a 55-item refactoring scan before the commit is allowed.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’