المهارات context-fundamentals
🧠

context-fundamentals

آمن ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة📁 الوصول إلى نظام الملفات

AI 컨텍스트 엔지니어링 기초 마스터하기

متاح أيضًا من: Asmayaseen,sickn33,muratcankoylan

컨텍스트 윈도우와 어텐션 메커니즘의 이해는 효과적인 AI 에이전트를 구축하는 데 필수적입니다. 이 스킬은 컨텍스트 사용 최적화, 토큰 예산 관리, 효율적인 에이전트 아키텍처 설계 방법을 알려줍니다.

يدعم: Claude Codex Code(CC)
🥉 76 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "context-fundamentals". How do I structure context for a coding assistant that needs to understand project requirements, access documentation, and write code?

النتيجة المتوقعة:

  • System Prompt: Define the assistant as a coding expert with clear behavioral constraints
  • Tool Definitions: Include file access, search, and code execution tools with detailed descriptions
  • Progressive Loading: Load project overview first, then specific documentation sections as needed
  • Context Budget: Allocate approximately 20% to system and tools, 60% to active task, 20% reserve
  • Message Management: Summarize long conversations every 10 to 15 turns to preserve key information

استخدام "context-fundamentals". What causes attention degradation in long context windows?

النتيجة المتوقعة:

  • Attention budget: Token pairs create N-squared relationships that stretch thin as context grows
  • Training distribution: Models have less experience with long sequences from training data
  • Position encoding: Interpolation for longer contexts reduces precision for token position understanding
  • Mitigation: Place critical information at beginning and end where attention is highest

التدقيق الأمني

آمن
v5 • 1/16/2026

Educational documentation skill containing no executable code with security implications. All 111 static findings are false positives: markdown code block delimiters were misidentified as shell backticks, and MD5 was correctly used for content deduplication, not cryptographic purposes.

4
الملفات التي تم فحصها
1,044
الأسطر التي تم تحليلها
3
النتائج
5
إجمالي عمليات التدقيق

عوامل الخطر

⚙️ الأوامر الخارجية (38)
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (1)
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

64
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
21
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

효율적인 에이전트 아키텍처 설계

최적의 에이전트 성능과 비용 효율성을 위해 컨텍스트를 구조화하는 방법을 배우세요

컨텍스트 관련 문제 디버깅

AI 시스템에서 잘못된 컨텍스트 관리로 인한 문제를 식별하고 수정하세요

컨텍스트 엔지니어링 온보딩

팀원들에게 컨텍스트 기초를 교육하여 더 나은 AI 프로젝트 성과를 달성하세요

جرّب هذه الموجهات

컨텍스트 아키텍처 검토
I am designing an AI agent that needs to handle [describe task]. How should I structure the context to ensure optimal performance while staying within token limits?
컨텍스트 문제 디버깅
My AI agent is giving inconsistent responses. How can I diagnose if this is a context-related problem and what strategies should I use to fix it?
토큰 사용량 최적화
My agent is running into context window limits. What are the best practices for reducing token usage while maintaining performance?
점진적 공개 설계
I need to build an agent that can handle complex tasks requiring multiple tools and documents. How do I implement progressive disclosure to manage context efficiently?

أفضل الممارسات

  • 컨텍스트를 제한된 자원으로 취급하며, 최적 길이를 넘어서면 수익 체감 현상이 발생합니다
  • 어텐션이 집중되는 위치(컨텍스트의 시작과 끝)에 중요한 정보를 배치하세요
  • 현재 작업에 필요한 정보만 필요할 때 로드하는 점진적 공개 전략을 사용하세요

تجنب

  • 적시 로딩(jit-load) 전략 대신 모든 가능한 정보를 미리 로드하는 것
  • 더 큰 컨텍스트 윈도우가 메모리 문제를 해결해줄 것이라는 희망으로 컨텍스트 저하를 무시하는 것
  • 구체적인 행동 신호를 에이전트에게 제공하지 못하는 모호한 상위 수준의 지침을 사용하는 것

الأسئلة المتكررة

이 스킬은 모든 AI 플랫폼과 호환되나요?
개념은 광범위하게 적용되지만 예제는 Claude와 Anthropic에 초점을 맞춥니다. 원리는 트랜스포머 기반 모델에 보편적입니다.
어떤 컨텍스트 제한을 목표로 설계해야 하나요?
표시된 제한의 70~80%를 대상으로 설계하세요. Claude 3 모델은 200K 토큰이지만 150K 토큰을 넘어서면 성능이 저하됩니다.
기존 에이전트 프레임워크와 통합할 수 있나요?
네. 패턴은 프레임워크에 독립적입니다. ContextBuilder 클래스를 특정 요구사항과 언어에 맞게 적용하세요.
이 스킬은 컨텍스트의 민감한 데이터를 어떻게 처리하나요?
이 스킬은 컨텍스트 구조와 최적화에 초점을 맞춥니다. 민감한 정보에 대한 자체 데이터 처리 정책을 구현하세요.
최적화 후에도 여전히 제한에 도달합니다. 다음 단계는 무엇인가요?
컨텍스트 압축, 요약, 선택적 보존 등 고급 기법을 고려하세요.
다른 컨텍스트 관리 접근 방식과 비교하면 어떻게 되나요?
이 스킬은 기초적인 이해를 제공합니다. 컬렉션의 다른 스킬은 이러한 기초를 바탕으로 특정 사용 사례를 다룹니다.

تفاصيل المطور

بنية الملفات