7flows
Self-hosted model gateway, backend APIs, and React blocks
All Skills in This Repository (9)
Pure Emerald Level Indicatorsbackend-code-review
Review Python code in the 7Flows api/ directory for architectural and security risks.
frontend-testing
Create and review frontend tests for components, pages, Hooks, and utilities.
backend-testing
Run pytest and ruff check for 7Flows backend API tests.
pua
Force exhaustive problem-solving with escalating pressure and structured failure reporting.
frontend-code-review
Analyze Next.js frontend code in the 7Flows web directory for quality and architecture.
component-refactoring
Refactor complex React components in the 7Flows web directory.
orpc-contract-first
Define API contracts as the single source of truth for oRPC layers.
skill-governance
Govern AI skill creation, optimization, and cleanup within project directories.
development-closure
Finalize development tasks with documentation sync and Git commit preparation.
Frequently Asked Questions
FAQPage SchemaHow to install 7flows?â–¼
Run `npx skills add taichuy/7flows --all -g -y` in your terminal to install all skills in this suite globally.
What does 1flowbase actually do?â–¼
It is a self-hosted platform that routes model traffic through an AI gateway, generates CRUD backend APIs from data models, and builds native React interfaces. Agents can configure and operate all of it through the built-in MCP gateway.
How do agents control the platform?â–¼
The MCP gateway exposes platform capabilities as discoverable tools, so an agent can list, inspect, and call them to create data models, publish APIs, and assemble interfaces step by step.
Can it add vision to text-only coding models?â–¼
Yes. It can route screenshots and images from a text-based coding model to a mounted vision model and return structured visual results.
Does it support OpenAI and Claude clients?â–¼
Yes. It serves workflows through OpenAI Responses, Chat Completions, and Claude-compatible Messages endpoints with full execution logs.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core