portfolio-context
Kontext für Portfolio-Analyse-Projekt bereitstellen
Beschleunigen Sie die Portfolio Buddy 2-Entwicklung mit sofortigem Zugang zu Tech-Stack, Architektur, bekannten Problemen und Komponentenmustern. Dieser Kontext-Skill hilft KI-Assistenten, genaue, projektbewusste Antworten zu liefern.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "portfolio-context". What metrics does this project calculate for portfolio analysis?
النتيجة المتوقعة:
- • Sharpe Ratio - risk-adjusted return measure
- • Sortino Ratio - downside risk focus
- • Maximum Drawdown - peak-to-trough decline
- • Correlation matrices - asset relationships
- • Contract multipliers for futures trading
استخدام "portfolio-context". What state management approach does this project use?
النتيجة المتوقعة:
- • Plain React hooks only (useState, useMemo, useCallback)
- • No external state libraries like Zustand or TanStack Query
- • Custom hooks organized in /src/hooks/
استخدام "portfolio-context". What charting library is used in this project?
النتيجة المتوقعة:
- • Chart.js with react-chartjs-2 wrapper
- • Chart plugins for zoom, annotation, and date handling
- • Recharts is installed but unused (tech debt item)
التدقيق الأمني
آمنThis skill is a pure documentation/context file containing no executable code. All 22 static findings are FALSE POSITIVES caused by the analyzer misinterpreting JSON metadata fields, markdown code fences, and documentation text as security threats. The skill-report.json was previously audited as safe with the same conclusion. No network calls, file access, or command execution capabilities exist.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (6)
درجة الجودة
ماذا يمكنك بناءه
Onboarding neuer Entwickler
Erhalten Sie sofortiges Verständnis der Projektarchitektur, Muster und Codierungsstandards beim Betreten des Teams
Kontextbewusste Codierungshilfe
Erhalten Sie projektspezifische Anleitungen, die die bestehende Architektur berücksichtigen und widersprüchliche Muster vermeiden
Schneller Referenzzugriff auf Probleme
Greifen Sie auf dokumentierte Bugs und technische Schulden zu beim Debugging oder bei der Planung von Refactoring-Arbeiten
جرّب هذه الموجهات
What tech stack does this project use and what is the main purpose?
Where is the correlation heatmap component and how does it work?
What known issues exist with Supabase uploads and how are they handled?
What are the component size limits and TypeScript rules for this project?
أفضل الممارسات
- Laden Sie diesen Skill zuerst, wenn Sie an Portfolio Buddy 2-Aufgaben arbeiten
- Referenzieren Sie bekannte Probleme, bevor Sie neue Bug-Reports erstellen
- Folgen Sie den dokumentierten Komponenten- und Hook-Mustern
- Prüfen Sie Tech-Debt-Einträge, bevor Sie neue Abhängigkeiten hinzufügen
تجنب
- Hinzufügen von Zustand oder TanStack Query (State-Management bereits definiert)
- Verwendung von Recharts (Projekt verwendet stattdessen Chart.js)
- Erstellen von Komponenten über 200 Zeilen (verstößt gegen Projektstandards)
- Verwendung von any-Types in TypeScript-Code (strikte Typisierung erforderlich)