Tagged articles
5 articles
Page 1 of 1
Shuge Unlimited
Shuge Unlimited
Apr 3, 2026 · Artificial Intelligence

How Claude Code’s Skills System Enables AI to Learn Your Workflow

This article provides a comprehensive source‑code walkthrough of Claude Code’s Skills system, explaining how the /skillify command lets the AI observe user corrections, extract reusable workflows as structured SKILL.md files, and how the system’s lazy extraction, feature‑flag gating, multi‑agent analysis, scheduling, and security mechanisms work together to evolve AI programming tools from passive responders to proactive learners.

AI programmingClaude CodeCron scheduling
0 likes · 29 min read
How Claude Code’s Skills System Enables AI to Learn Your Workflow
AI Tech Publishing
AI Tech Publishing
Mar 9, 2026 · Artificial Intelligence

How to Build a 24‑7 Autonomous AI Agent Team with OpenClaw

This guide walks through setting up a continuously running AI Agent Team using OpenClaw, covering hardware choices, installation, file structure, agent roles, coordination via markdown files, scheduling, self‑healing cron jobs, security, cost, troubleshooting, and step‑by‑step recommendations for incremental deployment.

AI agentsCron schedulingOpenClaw
0 likes · 20 min read
How to Build a 24‑7 Autonomous AI Agent Team with OpenClaw
Architect's Tech Stack
Architect's Tech Stack
Apr 16, 2020 · Backend Development

Introduction to the Hutool Java Utility Library and Sample Usage

This article introduces the Hutool Java utility library, describes its main modules such as encryption, HTML handling, and cron scheduling, and provides practical code examples demonstrating how to use SecureUtil, HtmlUtil, and CronUtil to simplify backend development tasks.

Cron schedulingHTML SanitizationUtility Library
0 likes · 6 min read
Introduction to the Hutool Java Utility Library and Sample Usage