oimiragieooimiragieoCommunity·16 Agent Skills Included

LLM-RULES

Multi-agent orchestration, routing, and memory for coding workflows

Orchestrates 119 specialized agents and 330+ skills through a router that delegates coding, testing, review, and research tasks. Eliminates manual prompt tuning, lost context between sessions, and uncontrolled API spending with enforcement hooks and cost ceilings. Adds persistent memory, hybrid code search, and scheduled background tasks so long-running development work completes reliably.
npx skills add oimiragieo/LLM-RULES --all -g -y
Available:

Instructs the agent to act strictly as a router that delegates every request to specialist sub-agents via Task() calls, enforcing tool restrictions, pre-flight checks, and completion gates.

All Skills in This Repository (16)

Pure Emerald Level Indicators
📦 In Repo
oimiragieooimiragieo

scaffolder

Generate boilerplate code for React, Vue, and Angular projects from rule sets.

Community
Basic
📦 In Repo
oimiragieooimiragieo

repo-rag

Retrieves codebase chunks via semantic search and symbol indexing.

Community
Basic
📦 In Repo
oimiragieooimiragieo

rule-selector

Analyze project configuration files to generate a manifest.yaml coding rules profile.

Community
Basic
📦 In Repo
oimiragieooimiragieo

context-bridge

Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions.

Community
Basic
📦 In Repo
oimiragieooimiragieo

artifact-publisher

Publish versioned artifacts to project feeds and downstream agents.

Community
Basic
📦 In Repo
oimiragieooimiragieo

rule-auditor

Audit code against a rule index and report compliance violations.

Community
Basic
📦 In Repo
oimiragieooimiragieo

classifier

Classify code, documents, and data into predefined categories with multi-label outputs.

Community
Intermediate
📦 In Repo
oimiragieooimiragieo

summarizer

Condense long documents, code, and conversations into concise summaries.

Community
Intermediate
📦 In Repo
oimiragieooimiragieo

tool-search

Match task context to relevant tools using embeddings and load them on demand.

Community
Advanced
📦 In Repo
oimiragieooimiragieo

doc-generator

Generate API documentation, developer guides, and OpenAPI/Swagger specs from code.

Community
Advanced
📦 In Repo
oimiragieooimiragieo

mcp-converter

Convert MCP servers with 10+ tools into Claude Skills.

Community
Advanced
📦 In Repo
oimiragieooimiragieo

plan-generator

Generate structured, validated plans from requirements with steps, dependencies, and risks.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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