Claude Code 사용기

cloud2000·2026년 6월 27일

Cowork

  1. Cowork > 프로젝트에서 작업 > 폴더 선택하여 작업할 디렉토리 지정
  2. Customize > 플러그인 추가 > Enterprise search 추가
    /digest: 긴 문서나 이메일을 요약할 때 선택함. 핵심 내용만 추려서 정리해 줌
    /search: 연결된 서비스(gmail, google calender 등)에서 특정 정보를 찾을 때 사용.

옵시디언 설치

휴대폰과 디스패치 설정

내 새로운 옵시디언 2ndBrain을 온톨로지로 구축하고 싶어.
- 용도: 개인 지식 관리
- 구조: 핵심 개념 카테고리 + 관계 정의 + 태그 체계를 사용한 가벼운 구조
- 방법론: 제텔카스텐 + 온톨리지
- 주요 노트 유형: 개념 노트
지메일 자동 전송에 필요한 조건을 확인해봤는데, 두 가지 제약이 있습니다.
먼저 Gmail 커넥터가 아직 연결되어 있지 않습니다. 게다가 연결하더라도 현재 제공되는 Gmail 도구는 초안(draft) 생성만 가능하고, 실제 "보내기"는 지원하지 않습니다. 즉 매일 아침 자동으로 메일함에 전송하는 건 지금 구조로는 불가능하고, 초안만 만들어드릴 수 있습니다.
또한 요약 리포트에 쓸 소스(Slack, Notion, Atlassian, Guru)도 아직 인증이 안 되어 있어서, 지금 스케줄을 걸어도 내용이 비어있을 가능성이 높습니다.

Agent Skill, Skill

에이전트 스킬은 AI 에이전트의 기능을 전문 지식 및 워크플로로 확장하기 위한 경량의 개방형 형식.
기본적으로 스킬은 SKILL.md 파일이 포함된 폴더이며 이 파일에는 메타데이터(최소한 name및 description)와 에이전트가 특정 작업을 수행하는 방법을 알려주는 지침이 포함됨. 스킬에는 스크립트, 참고 자료, 템플릿 및 기타 리소스도 포함될 수 있음.
my-skill/
├── SKILL.md # Required: metadata + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
├── assets/ # Optional: templates, resources
└── ... # Any additional files or directories

  1. Claude Code 실행 전 반드시 terminal에서 실행
npx skills add anthropics/claude-code --skill frontend-design
  1. Run claude code and list skills
claude
/skills
  1. skill과 skill을 사용하지 않은 경우의 차이 확인
    frontend design skill을 사용하지 않는 경우와 사용한 경우의 차이를 확인해 본다.
Context: Building a single HTML file landing page for a comminity shared food Food Recipe site No frameworks, no dependencies. {Use | Don't use} frontend design skill.

Instruction: Create a single HTML file called "nextlevel_foods.html" for share community food recipe called "Nextlevel Foods". Include a hero section with the tagline "Share your food recipe", a food gallery section with image placeholders, and a register food recipe form with your name, your email, title, short summary, instruction, and food images. Make it fully functional with smooth transitions.

Input:

- Business: Nextlevel Foods
- Tagline: "Share your food recipe"
- Services: Share food recipe

Output: A single self-contained HTML file I can open in any browser. File name: nextlevel_foods.html
  1. 필요한 스킬 찾기
    canvas-design을 claude 데스크탑의 스킬화면에서 추가해 보기

참고

스킬 제작자를 위한 모범 사례 - https://agentskills.io/skill-creation/best-practices
10분 만에 짠 코드, 3시간 넘게 검수하는 바이브코딩의 현실- https://eopla.net/magazines/43902

profile
유티클라우드

0개의 댓글