How I Use AI
Skills, automation pipelines, and workflow builds
도구별 가이드 Tool Guides
AI에게 원하는 결과를 얻어내는 지시문 설계 Designing instructions that get the results you want from AI
→검증된 작업 절차를 명령어 하나로 저장하는 자동화 단위 Saving proven workflows as single reusable commands
→터미널에서 파일을 읽고 쓰고 실행하는 AI 에이전트 An AI agent that reads, writes, and executes files from your terminal
→로컬 Markdown 기반 연결형 지식 관리 도구 A local Markdown-based linked knowledge management tool
→전체 글 — 16편 All Posts — 16
-
Claude Code 입문 ① — 챗봇이 아니라 '일하는 AI'를 설치하자Claude Code Basics ① — Install an AI That Works, Not Just Chats
Claude Code가 무엇인지, 챗봇과 뭐가 다른지, 요금제 선택부터 설치·첫 실행·문제 해결까지. 완전 처음인 사람 기준으로 필요한 모든 것을 정리했습니다.What Claude Code is, how it differs from a chatbot, plan selection, installation, first run, and troubleshooting — everything a complete beginner needs.
-
Claude Code 입문 ② — 내 비서로 만드는 초기 세팅 완전판Claude Code Basics ② — The Complete Setup That Makes It Your Assistant
작업 폴더 설계, CLAUDE.md 지침 파일 작성법, 권한 모드 3가지, 컨텍스트 관리, 좋은 지시문 작성 원칙까지. 설치 직후 해야 할 모든 세팅을 한 편에 담았습니다.Workspace design, writing CLAUDE.md, three permission modes, context management, and prompt-writing principles — every post-install setup in one guide.
-
Claude Code 입문 ③ — 자주 하는 일을 '나만의 명령어'로 만드는 법Claude Code Basics ③ — Turn Repeated Work into Your Own Commands
스킬(Skill)의 개념과 구조, 만드는 방법 2가지, 바로 복사해 쓸 수 있는 예시 스킬 3종, 그리고 실패하지 않는 운영 원칙까지. 반복 작업 자동화의 모든 것.Skill concepts and structure, two ways to build them, three copy-ready examples, and operating principles that prevent failure — everything about automating repeated work.
-
Obsidian 입문 ① — 노트가 쌓이는 앱이 아니라 '연결되는' 앱Obsidian Basics ① — Notes That Connect, Not Just Pile Up
Obsidian이 Notion·에버노트와 근본적으로 다른 점, 로컬 Markdown의 의미, 마크다운 기초 문법, 설치와 첫 Vault 만들기까지 처음 시작에 필요한 전부를 담았습니다.How Obsidian fundamentally differs from Notion and Evernote, why local Markdown matters, basic Markdown syntax, installation, and your first vault — everything to get started.
-
Obsidian 입문 ② — 1년 뒤에도 무너지지 않는 Vault 초기 세팅Obsidian Basics ② — Vault Setup That Survives Year One
폴더 구조 전략 3가지 비교, 반드시 바꿔야 할 설정, 코어·커뮤니티 플러그인 추천, 속성(Property)과 템플릿 설계, 백업 전략까지. 초기 세팅의 모든 결정을 한 편에.Three folder strategies compared, must-change settings, core and community plugin picks, property and template design, and backup strategy — every early decision in one guide.
-
Obsidian 입문 ③ — 그래프 뷰 진단법과 AI 연동 실전 활용Obsidian Basics ③ — Graph View Diagnostics and AI Integration in Practice
그래프 뷰를 예쁜 그림이 아닌 진단 도구로 쓰는 법, 검색 연산자, 데일리 노트 루틴, 그리고 AI 에이전트를 Vault에 연결해 노트 작성을 반자동화하는 방법까지.Using graph view as a diagnostic tool rather than eye candy, search operators, daily note routines, and connecting an AI agent to semi-automate note writing.
-
Prompt — 같은 AI인데 왜 내 결과만 별로일까Prompt — Same AI, Why Are My Results Worse?
프롬프트란 무엇인지, AI가 프롬프트를 어떻게 처리하는지, 그리고 모델이 아무리 좋아져도 프롬프트 엔지니어링이 여전히 중요한 이유. 바로 적용할 수 있는 원칙 6가지와 함께.What prompts are, how AI processes them, and why prompt engineering still matters no matter how good models get — with six principles you can apply immediately.
-
Skill — 좋은 프롬프트를 1회용으로 버리지 않는 법Skill — Stop Throwing Away Your Best Prompts
스킬이 무엇인지, 프롬프트와 어떻게 다른지, SKILL.md 파일 하나로 만드는 방법과 실패하지 않는 운영 원칙까지. 반복 작업을 자산으로 바꾸는 완전 가이드.What skills are, how they differ from prompts, how to build one with a single SKILL.md file, and operating principles that prevent failure — turning repeated work into assets.
-
Claude Code 중급 ① — 대화가 길어지면 멍청해지는 문제, 구조로 해결하기Claude Code Intermediate ① — Fixing Long-Conversation Degradation with Structure
컨텍스트 윈도가 무엇이고 왜 긴 대화에서 품질이 떨어지는지, 그리고 세션이 끊겨도 프로젝트를 이어가는 상태 파일 패턴까지. 한 달쯤 쓴 사람이 부딪히는 첫 번째 벽을 다룹니다.What the context window is, why quality degrades in long conversations, and the state-file pattern that lets projects survive across sessions — the first wall after a month of use.
-
Claude Code 중급 ② — AI에게 파일을 맡기는 불안, Git 안전망으로 없애기Claude Code Intermediate ② — Removing File Anxiety with a Git Safety Net
코딩을 몰라도 됩니다. Git을 '무한 실행취소 버튼'으로만 쓰는 법 — 세팅부터 스냅샷 루틴, 사고 시 복구 시나리오까지 Claude Code에게 시키는 방식으로 정리했습니다.No coding required. Using Git purely as an infinite undo button — setup, snapshot routines, and disaster recovery, all delegated to Claude Code.
-
Claude Code 중급 ③ — 폴더 밖으로: MCP로 외부 서비스 연결하기Claude Code Intermediate ③ — Beyond the Folder: Connecting External Services with MCP
MCP가 무엇이고 어떤 원리로 작동하는지, 서버를 연결하는 방법과 반드시 알아야 할 보안 원칙까지. Claude Code의 손이 내 컴퓨터 밖까지 닿게 만드는 확장 가이드입니다.What MCP is and how it works, how to connect servers, and the security principles you must know — extending Claude Code's reach beyond your machine.
-
Obsidian 중급 ① — Dataview: 노트 창고를 데이터베이스로 바꾸기Obsidian Intermediate ① — Dataview: Turning Your Note Pile into a Database
노트가 수백 개 쌓인 뒤의 필수 플러그인 Dataview. 속성 기반 쿼리 문법을 처음부터, 바로 복사해 쓰는 실전 쿼리 5종과 함께 정리했습니다.Dataview, the essential plugin once you have hundreds of notes. Query syntax from scratch, with five copy-ready practical queries.
-
Obsidian 중급 ② — Templater: 노트 만들 때의 반복을 전부 없애기Obsidian Intermediate ② — Templater: Eliminating Every Repetitive Step in Note Creation
기본 템플릿의 한계를 넘는 Templater 플러그인. 동적 날짜, 자동 파일명, 폴더별 자동 템플릿 적용까지 — 실전 템플릿 3종과 함께 단계별로 정리했습니다.Beyond core templates with Templater — dynamic dates, automatic file naming, and per-folder auto-templates, with three practical templates.
-
Obsidian 중급 ③ — 동기화의 정석: 폰에서도, 회사에서도, 충돌 없이Obsidian Intermediate ③ — Sync Done Right: Phone, Office, No Conflicts
공식 Sync부터 클라우드 드라이브, Git까지 동기화 방법 4가지를 비용·난이도·안정성으로 비교하고, 충돌이 생기는 원리와 예방 수칙, 모바일 운영 요령까지 정리했습니다.Four sync methods — official Sync, cloud drives, and Git — compared by cost, difficulty, and stability, plus how conflicts happen, prevention rules, and mobile workflows.
-
유명 스킬 도감 ① — 문서·업무 자동화 편: 별 많은 저장소에서 골라낸 50선Famous Skills Catalog ① — 50 Picks for Documents & Work Automation from Starred Repos
직접 만들기 전에 가져다 쓰자. GitHub에서 별을 많이 받은 스킬 저장소들을 뒤져, 문서 처리·파일 정리·업무 자동화에 바로 쓸 수 있는 스킬 50개를 카테고리별로 정리했습니다.Before building your own, borrow. Fifty ready-to-use skills for documents, file organization, and work automation, curated from GitHub's most-starred skill repositories.
-
유명 스킬 도감 ② — 개발·워크플로우 편: 별 많은 저장소에서 골라낸 50선Famous Skills Catalog ② — 50 Picks for Development Workflows from Starred Repos
테스트·디버깅·코드 리뷰·배포·보안까지, 개발 작업 방식을 바꾸는 스킬 50개를 GitHub의 별 많은 저장소들에서 골라 카테고리별로 정리했습니다.Fifty skills that change how you develop — testing, debugging, code review, deployment, and security — curated from GitHub's most-starred skill repositories.