LLM-RULES
Multi-agent orchestration, routing, and memory for coding workflows
All Skills in This Repository (16)
Pure Emerald Level Indicatorsscaffolder
Generate boilerplate code for React, Vue, and Angular projects from rule sets.
repo-rag
Retrieves codebase chunks via semantic search and symbol indexing.
rule-selector
Analyze project configuration files to generate a manifest.yaml coding rules profile.
context-bridge
Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions.
artifact-publisher
Publish versioned artifacts to project feeds and downstream agents.
rule-auditor
Audit code against a rule index and report compliance violations.
classifier
Classify code, documents, and data into predefined categories with multi-label outputs.
summarizer
Condense long documents, code, and conversations into concise summaries.
tool-search
Match task context to relevant tools using embeddings and load them on demand.
doc-generator
Generate API documentation, developer guides, and OpenAPI/Swagger specs from code.
mcp-converter
Convert MCP servers with 10+ tools into Claude Skills.
plan-generator
Generate structured, validated plans from requirements with steps, dependencies, and risks.
Frequently Asked Questions
FAQPage SchemaHow to install LLM-RULES?▼
Run `npx skills add oimiragieo/LLM-RULES --all -g -y` in your terminal to install all skills in this suite globally.
What does Agent Studio actually do?▼
It routes your coding requests to the right specialist agent (planner, developer, QA, security) and enforces quality gates, memory persistence, and cost limits automatically.
Does it work with Claude Code and Cursor?▼
Yes. The framework ships configurations for Claude Code, Cursor, and Factory, and all skills follow the standard SKILL.md format.
How does it prevent runaway API costs?▼
Built-in spend guards downgrade models when session costs approach your ceiling, and context budget checks warn before large agent spawns.
Can it run background or scheduled tasks?▼
Yes. It includes a cron-based heartbeat system and a Telegram daemon that monitors messages and executes tasks in the background.
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