Tagged articles
12 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
Apr 15, 2026 · Artificial Intelligence

Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent

This article dissects the leaked Claude Code v2.1.88 source to reveal how the three core concepts—Rules, MCP, and Skills—are implemented, where they are injected in the Anthropic LLM API request, and when developers should prefer each mechanism for reliable, secure, and token‑efficient coding agent workflows.

Claude CodeLLM agentsMCP
0 likes · 25 min read
Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent
ShiZhen AI
ShiZhen AI
Mar 28, 2026 · Artificial Intelligence

Unlock Claude Code’s Hidden Power: Inside the .claude/ Folder

The article explains how the .claude/ directory serves as Claude Code’s control center—detailing its two‑level structure, the role of CLAUDE.md, rules, commands, skills, agents, and settings.json, and provides a step‑by‑step guide to configure and extend it for team and personal workflows.

CLAUDE.mdClaudeClaude Code
0 likes · 16 min read
Unlock Claude Code’s Hidden Power: Inside the .claude/ Folder
Frontend AI Walk
Frontend AI Walk
Jan 29, 2026 · Artificial Intelligence

AI Programming Concepts: Rules, Commands, Subagents, MCP, Skills, Modes, Hooks

The article systematically defines and compares the seven key AI programming abstractions—Rules, Commands, Subagents, MCP, Skills, Modes, and Hooks—detailing their core characteristics, typical use cases, implementation patterns, and best‑practice guidelines while highlighting common misunderstand‑ings and design trade‑offs.

AI programmingAgent DesignModes
0 likes · 18 min read
AI Programming Concepts: Rules, Commands, Subagents, MCP, Skills, Modes, Hooks
Baidu Tech Salon
Baidu Tech Salon
Oct 11, 2025 · Artificial Intelligence

How AI‑Powered Workflows Supercharge Development Efficiency

This article details how an international advertising platform team integrated AI across the entire development pipeline—using AI‑generated documentation, code, rule‑based IDE guidance, MCP servers, and memory banks—to transform repetitive tasks into automated processes, dramatically boosting productivity and reducing manual effort.

AIDevelopmentMCP
0 likes · 17 min read
How AI‑Powered Workflows Supercharge Development Efficiency
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 8, 2025 · Artificial Intelligence

Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding

This guide explains how to communicate effectively with the Cursor AI coding assistant by crafting high‑quality prompts, using context cues, managing multi‑turn dialogues, and configuring persistent rules, offering practical principles, examples, and actionable recommendations to boost development productivity.

AICursorPrompt engineering
0 likes · 15 min read
Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding
Tencent Technical Engineering
Tencent Technical Engineering
Aug 11, 2025 · Artificial Intelligence

Boost Your Coding with Cursor: Rules, MCPs, and Structured Thinking

After four months of using the AI code assistant Cursor, the author shares a practical methodology that combines clear requirement articulation, pre‑planning, custom rules, and various Model Context Protocol (MCP) tools—such as feedback‑enhanced, sequential‑thinking, and better‑tapd—to streamline development, reduce token waste, and improve collaboration.

AI CodingCursorMCP
0 likes · 16 min read
Boost Your Coding with Cursor: Rules, MCPs, and Structured Thinking
Eric Tech Circle
Eric Tech Circle
Mar 17, 2025 · Artificial Intelligence

Mastering Cursor Rules: Tame AI Code Generation for Better Development

This article explains how Cursor Rules let developers constrain AI behavior in the Cursor editor, covering global and project rule types, practical file configurations, best‑practice examples for general, Python, documentation, and Git rules, and tips for effective rule management.

AICursorRules
0 likes · 6 min read
Mastering Cursor Rules: Tame AI Code Generation for Better Development
Model Perspective
Model Perspective
Oct 5, 2022 · Fundamentals

Why Wisdom Beats Experience and Rules in Mathematical Modeling

The article argues that while experience and rules provide useful references, true wisdom—derived from thoughtful analysis and creative problem‑solving—is essential for advancing mathematical modeling beyond mere familiarity with models or programming syntax.

ExperienceRulesfundamentals
0 likes · 2 min read
Why Wisdom Beats Experience and Rules in Mathematical Modeling
DevOps Cloud Academy
DevOps Cloud Academy
May 7, 2020 · Operations

Using only/except and rules in GitLab CI for Job Control

This tutorial explains how to use GitLab CI's only/except parameters and the newer rules syntax—including if, changes, exists, and allow_failure clauses—to control job execution, configure branch restrictions, and define workflow-level pipeline creation, illustrated with comprehensive YAML examples.

EXCEPTGitLab CIPipeline
0 likes · 6 min read
Using only/except and rules in GitLab CI for Job Control
Laravel Tech Community
Laravel Tech Community
May 6, 2020 · Backend Development

Laravel Validation Cheat Sheet

This article provides a concise Laravel validation cheat sheet that explains the purpose of the Validation helper, shows common code examples for creating and extending validators, and lists the most frequently used validation rules with their syntax for quick reference.

BackendCheat SheetLaravel
0 likes · 2 min read
Laravel Validation Cheat Sheet