{R}R 開発ノート


合計 16 件の記事が見つかりました。

OpenClaw Engineering, Chapter 7: The Skill Ecosystem

Bundled skills vs workspace skills, skill discovery and context, publishing to ClawHub, managing 13,000+ community skills without collision, semantic search, and the meta-skills that let agents improve themselves.
2026-03-22

OpenClaw Engineering, Chapter 6: Extending Capabilities with SKILL.md

The anatomy of SKILL.md files in OpenClaw: how to author reusable, versioned instruction sets with YAML frontmatter, dependencies, and explicit procedural guidance for agents.
2026-03-21

Chapter 20 – The Next Decade of AI Coworkers

Chapter 20 of Master Claude Chat, Cowork and Code looks ahead — from conversational AI to embedded infrastructure, from chat interfaces to computer use, and the trust and responsibility questions that will define how AI reshapes work over the next decade.
2026-03-20

OpenClaw Engineering, Chapter 3: Deployment and Environment Setup

From local development to production: installing Node.js 22+, setting up Docker containers, and deploying OpenClaw to the cloud via AWS Lightsail or VPS providers.
2026-03-18

Chapter 16 – Execution Risks and Isolation

Chapter 16 of Master Claude Chat, Cowork and Code confronts the real security risks of AI systems that execute commands and manipulate files — from command injection to data exposure — and explains the isolation models that keep things safe.
2026-03-17

Chapter 11: CI/CD Integration and Automation — Claude Code in Your Pipeline

Chapter 11 of Master Claude Chat, Cowork and Code shows how to deploy Claude Code into CI/CD pipelines — GitHub Actions, GitLab CI, automated PR reviews, security audits, documentation sync, cost management, and production safety patterns.
2026-03-12

Chapter 10: Safe Legacy Code Refactoring — Horror Stories and the Discipline That Prevents Them

Chapter 10 of Master Claude Chat, Cowork and Code tackles the hardest problem in AI-assisted development — refactoring legacy code without introducing subtle bugs. Covers characterization tests, incremental verification, PR review, and catching hallucinations.
2026-03-11

Chapter 9: Claude Code Fundamentals — The CLI Agent That Rewrites Your Codebase

Chapter 9 of Master Claude Chat, Cowork and Code introduces Claude Code — a CLI agent that reads, analyzes, and modifies codebases directly from the terminal. Covers architecture, multi-file refactoring, Git worktrees, and permission management.
2026-03-10

Chapter 8: Scheduled Tasks and Autonomous Execution — Making Claude Work While You Sleep

Chapter 8 of Master Claude Chat, Cowork and Code covers scheduled automation with Claude Cowork — cron-based recurring workflows, sleep/connectivity handling, error strategies, and applying GTD principles to AI task automation.
2026-03-09

Master Claude, Chapter 4: Context Persistence with Claude Projects — Solving the AI Amnesia Problem

Chapter 4 of Master Claude Chat, Cowork and Code explains how Claude Projects solve the AI amnesia problem with persistent context — custom instructions, knowledge bases, and shared team workspaces that remember your architecture, conventions, and patterns across every conversation.
2026-03-05

Master Claude, Chapter 3: Understanding Entropy and Prompting Fundamentals — Why Your Prompts Fail and How to Fix Them

Chapter 3 of Master Claude Chat, Cowork and Code explains why some prompts work and others fail — through the lens of entropy and probability. Covers XML-structured prompting, chain-of-thought reasoning, multishot examples, and a standard prompt template you can use immediately.
2026-03-04

Master Claude, Chapter 2: The Three Pillars of Claude — Chat, Cowork, and Code

Claude is not one product — it is three. Chat for reasoning, Cowork for desktop automation, Code for terminal-based development. Chapter 2 of Master Claude Chat, Cowork and Code explains the architecture of each and the decision framework for choosing the right one.
2026-03-03

Master Claude, Chapter 1: The Evolution of Large Language Models — From Markov Chains to Context Engineering

Chapter 1 of Master Claude Chat, Cowork and Code traces the journey from statistical text prediction to reasoning engines — and explains why context engineering, not bigger models, is where the next leap in AI productivity comes from.
2026-03-02

Master Claude Chat, Cowork and Code – The Complete Blog Series

The complete index for the Master Claude Chat, Cowork and Code blog series — 20 chapter teasers covering everything from prompting fundamentals to multi-agent architectures, security governance, and the future of AI-powered work.
2026-03-01

Deploying to Azure|Mastering Microsoft Teams Bots 5.1

Learn how to deploy your Microsoft Teams bot to Azure for production use. This section walks through setting up an Azure App Service, configuring environment variables, connecting to Bot Channels Registration, and testing your bot in the cloud.
2025-04-15

Setting Up Your Environment|Mastering Microsoft Teams Bots 2.1

Start your Microsoft Teams bot development journey with a solid foundation. This section walks you through the essential tools—Node.js, .NET SDK, Ngrok, Azure CLI—and explains why setting up your dev environment the right way is critical to building bots successfully.
2025-04-05