Skip to content

Instantly share code, notes, and snippets.

@YeoulHi
YeoulHi / token-efficiency-analysis-prompt.md
Created April 20, 2026 21:49 — forked from spilist/token-efficiency-analysis-prompt.md
코딩 에이전트 토큰 효율과 관련된 상태 점검용 프롬프트

다음 레퍼런스를 바탕으로, 내 코딩 에이전트 설정을 토큰 효율 관점에서 점검해줘.

목표는 성능 저하를 크게 만들지 않으면서 토큰 낭비를 줄이는 거야.

  • 직접 절약(자동 주입 문맥, 긴 툴 출력 제한 등)과 간접 절약(검색/IDE/앱 경로 차단 등)을 구분해서 봐줘
  • 현재 버전 공식 문서나 현재 설치본에서 확인되지 않은 키는 절대 추천하지 마
@YeoulHi
YeoulHi / claude.md
Created February 23, 2026 12:49 — forked from OmerFarukOruc/claude.md
AI Agent Workflow Orchestration Guidelines

AI Coding Agent Guidelines (claude.md)

These rules define how an AI coding agent should plan, execute, verify, communicate, and recover when working in a real codebase. Optimize for correctness, minimalism, and developer experience.


Operating Principles (Non-Negotiable)

  • Correctness over cleverness: Prefer boring, readable solutions that are easy to maintain.
  • Smallest change that works: Minimize blast radius; don't refactor adjacent code unless it meaningfully reduces risk or complexity.
@YeoulHi
YeoulHi / claude-code-configuration-guide.md
Created February 22, 2026 11:40 — forked from bradfeld/claude-code-configuration-guide.md
Advanced Claude Code Configuration Guide - patterns for professional solo development

Feld Claude Code Configuration Guide

A comprehensive setup for professional solo development with Claude Code, emphasizing workflow discipline, session persistence, and automated quality gates.


Table of Contents

  1. Philosophy: Global-First Configuration
  2. File Structure
@YeoulHi
YeoulHi / SKILL.md
Created February 22, 2026 11:38 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name orchestrating-swarms
description Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.