lazy-agent-loader

Solid

Load agent definitions on-demand to reduce context usage. Only loads full agent when needed.

AI & Automation 24 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
47
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

> **AI-consumed reference.** Optimized for Claude to read during execution. > Human-readable explanation: see [docs/architecture/HIERARCHICAL_PLANNING.md](../../../docs/architecture/HIERARCHICAL_PLANNING.md) > or [docs/getting-started/](../../../docs/getting-started/) depending on topic. # Lazy Agent Loader Reduce token usage: load agent summaries initially (~50 tokens each), full definition only when activated. --- ## Agent Index ```toon agent_index[16]{id,category,specialty,keywords}: mobile,dev,React Native/Expo mobile,react-native/expo/RN/mobile/ios/android mobile-flutter,dev,Flutter/Dart mobile,flutter/dart/bloc/mobile web-angular,dev,Angular frontend,angular/ngrx/rxjs/typescript web-vuejs,dev,Vue.js frontend,vue/vuejs/pinia/nuxt/composition web-reactjs,dev,React frontend,react/reactjs/jsx/hooks/redux web-nextjs,dev,Next.js fullstack,next/nextjs/ssr/ssg/app-router architect,dev,Node.js backend,nodejs/express/nestjs/fastify/api backend-python,dev,Python backend,python/django/fastapi/flask/api backend-go,dev,Go backend,go/golang/gin/fiber/api backend-laravel,dev,Laravel/PHP backend,laravel/php/eloquent/artisan security,quality,Security auditing,security/vulnerability/audit/owasp tester,quality,Testing/QA,test/testing/coverage/qa/jest/cypress devops,ops,DevOps/CI-CD,deploy/docker/kubernetes/ci-cd/pipeline router,infra,Agent detection,detect/agent/select/route lead,infra,PM/orchestration,pm/project/orchestrate/manage scanner,infra,Projec...

Details

Author
nguyenthienthanh
Repository
nguyenthienthanh/aura-frog
Created
9 months ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

dotagents-standard

Set up, author, and navigate the dotagents standard — a slim AGENTS.md "router" at the repository root plus a hidden .agents/ directory (rules, context, memory, personas, skills, specs, logs, tasks) that splits agent context into small per-topic files loaded on demand (progressive disclosure). Use this WHENEVER the user mentions dotagents, dotagentsprotocol.com, the .agents/ directory, or an "AGENTS.md router"; wants to organize, split, slim down, or migrate a monolithic AGENTS.md / CLAUDE.md / .cursorrules into structured context; wants vendor-agnostic agent configuration that every tool (Claude, Cursor, Gemini, Copilot, local LLMs) can read; or is working inside a repository that ALREADY contains an AGENTS.md or a .agents/ directory and needs to know how to discover and load the right context. Also covers the broader ".agents Protocol" superset (global ~/.agents/ layer, mcp.json, structured sub-agents / tasks / memories, and the .agents Hub for sharing configs).

2 Updated 1 months ago
zaventh
AI & Automation Featured

eval-agents

Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when onboarding to a project with existing agents, after adding new agents to a fleet, or when an orchestrator consistently selects the wrong agent.

5,950 Updated yesterday
FlorianBruniaux
AI & Automation Featured

agent-load-balancer

Agent skill for load-balancer - invoke with $agent-load-balancer

72,060 Updated today
ruvnet