Tagged articles

On‑Demand Loading

4 articles · Page 1 of 1
AgentGuide
AgentGuide
Jul 20, 2026 · Artificial Intelligence

What Are Skills in AI Agents? A One‑Minute Overview of Their Principles and Usage

Skills are structured local folders that encapsulate domain‑specific processes, knowledge, and tools for large language models, enabling on‑demand loading, token efficiency, and reusable workflows, and they differ from one‑off prompts by persisting instructions and supporting templates, scripts, and reference materials.

AI agentsLarge Language ModelsOn‑Demand Loading
0 likes · 5 min read
What Are Skills in AI Agents? A One‑Minute Overview of Their Principles and Usage
AgentGuide
AgentGuide
Mar 27, 2026 · Artificial Intelligence

What Are Skills in LLM Agents? How They Work and When to Use Them

The article defines Skills as structured local folders that encapsulate domain‑specific processes, knowledge, and tools for large language models, contrasts them with temporary Prompts, outlines suitable use cases, details their components, and explains their on‑demand loading mechanism that saves tokens.

Agent developmentOn‑Demand LoadingPrompt Engineering
0 likes · 4 min read
What Are Skills in LLM Agents? How They Work and When to Use Them
ByteFE
ByteFE
Jul 14, 2021 · Mobile Development

Building a React Native Component Library with Lerna, Yarn Workspaces, and Automated Tooling

This comprehensive tutorial walks through creating a React Native component library using Lerna monorepo, Yarn workspaces, code standards, automated builds, unit testing, documentation with Dumi, and on-demand loading techniques, providing practical guidance for developers to manage, test, and publish reusable UI components.

LernaOn‑Demand LoadingYarn Workspaces
0 likes · 29 min read
Building a React Native Component Library with Lerna, Yarn Workspaces, and Automated Tooling
Baidu Tech Salon
Baidu Tech Salon
Mar 28, 2014 · Frontend Development

Static Resource Management and Template Framework for Front-End Optimization

The article discusses static resource management and a template framework to optimize front‑end performance by collecting resource requirements via require, widget, and script tags, deduplicating them, placing CSS in the head and JavaScript at the bottom, and enabling on‑demand loading while reducing HTTP requests.

On‑Demand LoadingWeb Performancefront-end optimization
0 likes · 11 min read
Static Resource Management and Template Framework for Front-End Optimization