Blog
Articles and tutorials about Agent Skills
Reviewing Your AI Usage with Claude Code /insights | A New Feature That Analyzes Your Past Month
Claude Code's /insights command analyzes your past month of session history and generates an HTML report covering usage patterns, friction points, and improvement suggestions. Learn how to read the report, the 7-step analysis pipeline, and practical tips.
Claude Code Mode Guide: Plan Mode, Auto-Accept, and Default Mode Explained
Learn the differences between Claude Code's three modes—Default, Auto-Accept, and Plan Mode. Covers Shift+Tab switching, available tools per mode, Opus Plan Mode setup, and practical usage patterns.
How to Switch Models in Claude Code | Choosing Between Sonnet, Opus, and Haiku
Learn three ways to switch between Sonnet, Opus, and Haiku in Claude Code. From the /model command for quick changes to environment variables for permanent defaults, find the right approach for your workflow.
Claude Code Rate Limits Explained: Plan Limits and What to Do When You Hit Them
Understand Claude Code's two-tier rate limiting system with 5-hour session limits and weekly caps. Compare Pro, Max, and Team plan allowances, plus 4 ways to handle limits and tips to use your quota efficiently.
How to Implement JSC Classes in C++ for Bun Runtime
Guide to implementing JSC classes in C++ for Bun. Covers Iso Subspace, property tables, Structure Caching, and Zig FFI patterns. For Bun contributors.
How to Auto-Pass n8n's PR Title CI Check with the create-pr Skill
Auto-pass n8n's check-pr-title CI with the create-pr skill. Detects type/scope from commits, applies PR body templates, and creates draft PRs via gh CLI.
How to Automate PR Creation with Repository Templates Using pr-creator
Automate template-compliant PR creation with Gemini CLI's pr-creator. Covers Conventional Commits titles, preflight checks, template compliance, and gh CLI integration.
How to Manage Electron Chromium Upgrades with electron-chromium-upgrade
Manage Electron Chromium upgrades with electron-chromium-upgrade. Covers the two-phase workflow: Phase One patch fixes and Phase Two build fixes with commit guidelines.
How to Refactor Large React Components in Dify with component-refactoring
Refactor large React components in Dify with component-refactoring. Covers complexity analysis tools, 6 refactoring patterns, and incremental application for better maintainability.
How to Generate Dify Frontend Tests with frontend-testing
Generate Dify frontend tests with Vitest and React Testing Library using frontend-testing. Covers complexity analysis, AAA pattern structure, and incremental testing workflows.
How to Build Type-Safe APIs in Dify with orpc-contract-first
Build type-safe APIs in Dify with orpc-contract-first. Covers oRPC contract definition, router registration, TanStack Query hook generation, and type inference patterns.
How to Streamline Next.js Documentation Updates with update-docs
Streamline Next.js documentation updates with update-docs. Covers source-to-doc mapping, MDX format conventions, change analysis via git diff, and new feature doc scaffolding.