Frontend AI Walk
Author

Frontend AI Walk

Looking for a one‑stop platform that deeply merges frontend development with AI? This community focuses on intelligent frontend tech, offering cutting‑edge insights, practical implementation experience, toolchain innovations, and rich content to help developers quickly break through in the AI‑driven frontend era.

84
Articles
0
Likes
64
Views
0
Comments
Recent Articles

Latest from Frontend AI Walk

84 recent articles
Frontend AI Walk
Frontend AI Walk
Jan 30, 2026 · Artificial Intelligence

U-Shaped Thinking: Three Stages to Unlock Deep AI Cognition

The article introduces the U‑Shaped Thinking framework, explains its three phases—Descending, Bottom, Ascending—shows how traditional linear AI reasoning falls short, and provides concrete prompts, validation criteria, and real‑world case studies to transform AI from a simple tool into a co‑creative partner.

AI promptingU-shaped thinkingcognitive framework
0 likes · 17 min read
U-Shaped Thinking: Three Stages to Unlock Deep AI Cognition
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
Frontend AI Walk
Frontend AI Walk
Jan 27, 2026 · Artificial Intelligence

Mastering Oh My OpenCode Agents: A Complete Guide with Real‑World Tips

This article provides a thorough, step‑by‑step guide to the built‑in Agents of Oh My OpenCode, explaining each Agent’s specialty, when to use them, decision‑tree selection, real‑world case studies, collaboration patterns, common pitfalls, and practical weekly learning plans for developers.

AI agentsAgent OrchestrationOh My OpenCode
0 likes · 31 min read
Mastering Oh My OpenCode Agents: A Complete Guide with Real‑World Tips
Frontend AI Walk
Frontend AI Walk
Jan 16, 2026 · Artificial Intelligence

Deep Dive into obsidian‑skills: Turning AI into an Obsidian Note‑Taking Expert

This article explains why AI often mishandles Obsidian’s markdown, introduces the open‑source obsidian‑skills package that equips AI with native markdown control, canvas generation, and database manipulation, and provides step‑by‑step setup, real‑world prompts, and tips for reliable use.

AI integrationCanvas generationObsidian Bases
0 likes · 6 min read
Deep Dive into obsidian‑skills: Turning AI into an Obsidian Note‑Taking Expert
Frontend AI Walk
Frontend AI Walk
Jan 14, 2026 · Artificial Intelligence

Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)

The article explains how Tree of Thoughts (ToT) lets AI explore multiple solution branches, compares it with Chain of Thought (CoT), details its four core components, outlines pros and cons, shows when to use it, and provides concrete templates and examples—including a login‑system design, novel plot branching, and the newer AoT and GoT variants.

AI reasoningAoTCoT
0 likes · 13 min read
Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)
Frontend AI Walk
Frontend AI Walk
Jan 13, 2026 · Artificial Intelligence

Master the planning-with-files AI Skill: Persistent Thinking Like Manus

This tutorial explains the planning-with-files Claude Code skill, its three‑file architecture, installation steps, activation methods, real‑world use cases such as a 2025 front‑end framework research demo, and advanced tips for recovery, collaboration, and version control, showing how external file persistence transforms AI conversations into durable, multi‑step workflows.

AI workflowClaudepersistent memory
0 likes · 17 min read
Master the planning-with-files AI Skill: Persistent Thinking Like Manus
Frontend AI Walk
Frontend AI Walk
Jan 11, 2026 · Artificial Intelligence

2026 Showdown: Unveiling the Skills Paradigm and Assetization in AI Programming

In 2026 AI programming shifts to an agent‑native era where Prompt Engineering evolves into Agent Architecture, and the emerging Skills paradigm—described as programmable semantic firmware—offers deterministic encapsulation, token efficiency through lazy loading, and a framework for knowledge‑as‑asset, enabling multi‑agent meshes and ROI‑driven hot‑cold task separation.

AI programmingAgent ArchitectureKnowledge as Asset
0 likes · 6 min read
2026 Showdown: Unveiling the Skills Paradigm and Assetization in AI Programming
Frontend AI Walk
Frontend AI Walk
Jan 9, 2026 · Frontend Development

From Pitfalls to Skill: Implementing a Peekable Horizontal Card Swipe with Vant

This article walks through common issues when using Vant's van-swipe for a horizontal card list—such as the last card being clipped and the peek effect being hidden—and presents a three‑layer nesting solution with detailed CSS, Vue code, a self‑test checklist, and a reusable skill definition to streamline future development.

FrontendSkillVant
0 likes · 15 min read
From Pitfalls to Skill: Implementing a Peekable Horizontal Card Swipe with Vant