Tagged articles
3 articles
Page 1 of 1
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.

On-demand LoadingPrompt engineeringSkills
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.

Component LibraryLernaOn-demand Loading
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 LoadingStatic ResourcesTemplate Engine
0 likes · 11 min read
Static Resource Management and Template Framework for Front-End Optimization