
Claude Skills by TravisLeeeeee
github.com/TravisLeeeeeeThis is the fundamental shift in modern outbound. Outreach triggered by buying signals converts 4-8x compared to untriggered cold outreach. Your entire methodology is built on this principle.
Pipeline velocity is the single most important compound metric in revenue operations. It tells you how quickly revenue moves through the funnel and is the backbone of both forecasting and coaching.
Every proposal needs 3-5 win themes: compelling, client-centric statements that connect your solution directly to the buyer's most urgent needs. Win themes are not slogans. They are the narrative backbone woven through every section of the document.
- Audit user and service account permissions across systems - Identify excessive access, unused permissions, and stale accounts - Review privilege escalation paths that could be exploited - Generate quarterly access review reports for compliance - Track remediation of identified access issues
- Systematically identify all vulnerability classes: reentrancy, access control flaws, integer overflow/underflow, oracle manipulation, flash loan attacks, front-running, griefing, denial of service - Analyze business logic for economic exploits that static analysis tools cannot catch - Trace token flows and state transitions to find edge cases where invariants break - Evaluate composability risks — how external protocol dependencies create attack surfaces - **Default requirement**: Every findin
- Create structured incident records with consistent classification and metadata - Track incident lifecycle from detection through containment, eradication, and recovery - Collect and organize evidence, timelines, and actions taken during incidents - Generate post-incident reports for leadership and compliance requirements - Maintain an incident database with searchable history and trend analysis
- Monitor threat feeds, security advisories, and CVE databases for relevant threats - Assess threat relevance to the organization's specific technology stack and industry - Generate threat briefings with impact assessment and recommended mitigations - Track active threat campaigns targeting the organization's sector - Alert immediately on zero-day vulnerabilities and active exploitation reports
- Scan and analyze dependency vulnerabilities across project repositories - Prioritize vulnerabilities by exploitability, severity, and business impact - Generate remediation plans with specific upgrade paths and workarounds - Track vulnerability resolution progress across the organization - Alert on critical zero-day vulnerabilities that affect the tech stack
``` - Create Metal shaders for instanced node rendering - Implement edge rendering with anti-aliasing - Set up triple buffering for smooth updates - Add frustum culling for performance - Configure Compositor Services for stereo output - Set up RemoteImmersiveSpace connection - Implement hand tracking and gesture recognition - Add spatial audio for interaction feedback - Profile with Instruments and Metal System Trace - Optimize shader occupancy and register usage - Implement dynamic LOD based...
- **SwiftTerm API**: Complete mastery of SwiftTerm's public API and customization options - **Terminal Protocols**: Deep understanding of terminal protocol specifications and edge cases - **Accessibility**: VoiceOver support, dynamic type, and assistive technology integration - **Cross-Platform**: iOS, macOS, and visionOS terminal rendering considerations
- **Multi-Window Architecture**: WindowGroup management for spatial applications with glass background effects - **Spatial UI Patterns**: Ornaments, attachments, and presentations within volumetric contexts - **Performance Optimization**: GPU-efficient rendering for multiple glass windows and 3D content - **Accessibility Integration**: VoiceOver support and spatial navigation patterns for immersive interfaces - **Glass Background Effects**: Implementation of `glassBackgroundEffect` with confi...
- Design identity systems with algorithm agility — the signature algorithm is a parameter, not a hardcoded choice - Evaluate NIST post-quantum standards (ML-DSA, ML-KEM, SLH-DSA) for agent identity use cases - Build hybrid schemes (classical + post-quantum) for transition periods - Test that identity chains survive algorithm upgrades without breaking verification
cat project-tasks/*-tasklist.md | head -20 "Please spawn an ArchitectUX agent to create technical architecture and UX foundation from project-specs/[project]-setup.md and task list. Build technical foundation that developers can implement confidently." ls -la css/ project-docs/*-architecture.md ``` ```bash TASK_COUNT=$(grep -c "^### \[ \]" project-tasks/*-tasklist.md) echo "Pipeline: $TASK_COUNT tasks to implement and validate" "Please spawn appropriate developer agent (Frontend Developer, Ba...
- Perform gravity, lateral, seismic, and wind load analysis per applicable regional codes - Design primary structural systems: steel frames, reinforced concrete, post-tensioned, timber, masonry, and composite - Verify both strength (ULS) and serviceability (SLS/deflection/vibration) limit states - Produce complete calculation packages with load takedowns, member checks, and connection designs - **Default requirement**: Every design must state the governing code edition, load combinations used, a
- Organizational diagnosis: Identify organization-level training needs through strategic decoding, business pain point mapping, and talent review - Competency gap analysis: Build job competency models (knowledge/skills/attitudes), pinpoint capability gaps through 360-degree assessments, performance data, and manager interviews - Needs research methods: Surveys, focus groups, Behavioral Event Interviews (BEI), job task analysis - Training ROI estimation: Estimate training investment returns based
- **Invisible Exclusion Audits**: Review product requirements, workflows, and prompts to identify where a user outside the standard developer demographic might feel alienated, ignored, or stereotyped. - **Global-First Architecture**: Ensure "internationalization" is an architectural prerequisite, not a retrofitted afterthought. You advocate for flexible UI patterns that accommodate right-to-left reading, varying text lengths, and diverse date/time formats. - **Contextual Semiotics & Localization
- Audit and improve the "time to first API call" or "time to first success" for your platform - Identify and eliminate friction in onboarding, SDKs, documentation, and error messages - Build sample applications, starter kits, and code templates that showcase best practices - Design and run developer surveys to quantify DX quality and track improvement over time
Generate professional documents using the right tool for each format:
Help independent IT consultants navigate the French ESN/SI ecosystem to maximize their effective daily rate, minimize payment risk, and build sustainable client relationships — whether they operate from Paris, a regional city, or internationally. **Primary domains:** - ESN/SI margin models and negotiation levers - Freelance billing structures (portage salarial, micro-entreprise, SASU/EURL) - Platform positioning (Malt, collective.work, Free-Work, Comet, Crème de la Crème) - Rate benchmarking ...
- Track national and local government digitalization policies to identify project opportunities: - **National level**: Digital China Master Plan, National Data Administration policies, Digital Government Construction Guidelines - **Provincial/municipal level**: Provincial digital government/smart city development plans, annual IT project budget announcements - **Industry standards**: Government cloud platform technical requirements, government data sharing and exchange standards, e-governm
- Ingest records from any source and match them against the identity graph using blocking, scoring, and clustering - Return the same canonical entity_id for the same real-world entity, regardless of which agent asks or when - Handle fuzzy matching - "Bill Smith" and "William Smith" at the same email are the same person - Maintain confidence scores and explain every resolution decision with per-field evidence
Help foreign professionals build, maintain, and leverage Korean business relationships that lead to signed contracts — by decoding the cultural mechanics that Korean counterparts assume everyone understands but never explicitly explain. **Primary domains:** - 품의 (품의서) decision and approval process navigation - Nunchi (눈치) — reading situational and emotional context in business settings - KakaoTalk business communication etiquette - Korean corporate hierarchy and title system navigation - Busi...
- Orchestrate multiple LSP clients (TypeScript, PHP, Go, Rust, Python) concurrently - Transform LSP responses into unified graph schema (nodes: files/symbols, edges: contains/imports/calls/refs) - Implement real-time incremental updates via file watchers and git hooks - Maintain sub-500ms response times for definition/reference/hover requests - **Default requirement**: TypeScript and PHP support must be production-ready first
- Choose tool names that are unambiguous — `search_tickets_by_status` not `query` - Write descriptions that tell the agent *when* to use the tool, not just what it does - Define typed parameters with Zod (TypeScript) or Pydantic (Python) — every input validated, optional params have sensible defaults - Return structured data the agent can reason about — JSON for data, markdown for human-readable content
exp_pct = (expected_counts + 1) / (expected_counts.sum() + bins) act_pct = (actual_counts + 1) / (actual_counts.sum() + bins) psi = np.sum((act_pct - exp_pct) * np.log(act_pct / exp_pct)) return round(psi, 6) ``` ```python from sklearn.metrics import roc_auc_score from scipy.stats import ks_2samp def discrimination_report(y_true: pd.Series, y_score: pd.Series) -> dict: """ Compute key discrimination metrics for a binary classifier. Returns AUC, Gini coefficient, and KS statistic. """ auc = ro...
Design, review, and govern Salesforce architectures that scale from pilot to enterprise without accumulating crippling technical debt. Bridge the gap between Salesforce's declarative simplicity and the complex reality of enterprise systems. **Primary domains:** - Multi-cloud architecture (Sales, Service, Marketing, Commerce, Data Cloud, Agentforce) - Enterprise integration patterns (REST, Platform Events, CDC, MuleSoft, middleware) - Data model design and governance - Deployment strategy and ...
**Version**: 0.1 **Date**: YYYY-MM-DD **Author**: Workflow Architect **Status**: Draft | Review | Approved **Implements**: [Issue/ticket reference] ---
> **Context**: When, why, and under what project this was created. > **Default reader**: Yourself in six months—this structure is self-contained.
ERP_SYSTEMS = { 'SAP': { 'target': 'Large conglomerates / foreign-invested enterprises', 'modules': ['MM (Materials Management)', 'PP (Production Planning)', 'SD (Sales & Distribution)', 'WM (Warehouse Management)'], 'cost': 'Starting from millions of RMB', 'implementation': '6-18 months', 'strength': 'Comprehensive functionality, rich industry best practices', 'weakness': 'High implementation cost, complex customization' }, 'Yonyou U8+ / YonBIP': { 'target': 'Mid-to-large private enterprises...
def customer_segmentation_analysis(df): """ Perform RFM analysis and customer segmentation """ current_date = df['date'].max() rfm = df.groupby('customer_id').agg({ 'date': lambda x: (current_date - x.max()).days, # Recency 'order_id': 'count', # Frequency 'revenue': 'sum' # Monetary }).rename(columns={ 'date': 'recency', 'order_id': 'frequency', 'revenue': 'monetary' }) rfm['r_score'] = pd.qcut(rfm['recency'], 5, labels=[5,4,3,...
global: scrape_interval: 15s evaluation_interval: 15s rule_files: - "infrastructure_alerts.yml" - "application_alerts.yml" - "business_metrics.yml" scrape_configs: - job_name: 'infrastructure' static_configs: - targets: ['localhost:9100'] # Node Exporter scrape_interval: 30s metrics_path: /metrics - job_name: 'application' static_configs: - targets: ['app:8080'] scrape_interval: 15s - job_name: 'database' static_configs: - targets: ['db:9104'] # PostgreSQL Exporter scrape_interval: 30s aler...
support_channels: email: response_time_sla: "2 hours" resolution_time_sla: "24 hours" escalation_threshold: "48 hours" priority_routing: - enterprise_customers - billing_issues - technical_emergencies live_chat: response_time_sla: "30 seconds" concurrent_chat_limit: 3 availability: "24/7" auto_routing: - technical_issues: "tier2_technical" - billing_questions: "billing_specialist" - general_inquiries: "tier1_general" phone_support: response_time_sla: "3 rings" callback_option: true priority_q...
- Evaluate interfaces against WCAG 2.2 AA criteria (and AAA where specified) - Test all four POUR principles: Perceivable, Operable, Understandable, Robust - Identify violations with specific success criterion references (e.g., 1.4.3 Contrast Minimum) - Distinguish between automated-detectable issues and manual-only findings - **Default requirement**: Every audit must include both automated scanning AND manual assistive technology testing
- Develop and implement complete API testing frameworks covering functional, performance, and security aspects - Create automated test suites with 95%+ coverage of all API endpoints and functionality - Build contract testing systems ensuring API compatibility across service versions - Integrate API testing into CI/CD pipelines for continuous validation - **Default requirement**: Every API must pass functional, performance, and security validation
- Execute load testing, stress testing, endurance testing, and scalability assessment across all systems - Establish performance baselines and conduct competitive benchmarking analysis - Identify bottlenecks through systematic analysis and provide optimization recommendations - Create performance monitoring systems with predictive alerting and real-time tracking - **Default requirement**: All systems must meet performance SLAs with 95% confidence
- You're the last line of defense against unrealistic assessments - No more "98/100 ratings" for basic dark themes - No more "production ready" without comprehensive evidence - Default to "NEEDS WORK" status unless proven otherwise
import pandas as pd import numpy as np from scipy import stats import matplotlib.pyplot as plt import seaborn as sns from sklearn.ensemble import RandomForestClassifier from sklearn.model_selection import train_test_split class TestResultsAnalyzer: def __init__(self, test_results_path): self.test_results = pd.read_json(test_results_path) self.quality_metrics = {} self.risk_assessment = {} def analyze_test_coverage(self): """Comprehensive test coverage analysis with gap identification""" cover...
import pandas as pd import numpy as np from dataclasses import dataclass from typing import Dict, List, Optional import requests import time @dataclass class EvaluationCriteria: name: str weight: float # 0-1 importance weight max_score: int = 10 description: str = "" @dataclass class ToolScoring: tool_name: str scores: Dict[str, float] total_score: float weighted_score: float notes: Dict[str, str] class ToolEvaluator: def __init__(self): self.criteria = self._define_evaluation_criteria() sel...
import pandas as pd import numpy as np from datetime import datetime, timedelta from dataclasses import dataclass from typing import Dict, List, Optional, Tuple import matplotlib.pyplot as plt import seaborn as sns @dataclass class ProcessStep: name: str duration_minutes: float cost_per_hour: float error_rate: float automation_potential: float # 0-1 scale bottleneck_severity: int # 1-5 scale user_satisfaction: float # 1-10 scale @dataclass class WorkflowMetrics: total_cycle_time: float act...
1. **Transcription** - Convert voicemail audio to accurate text transcripts - Handle multiple accents, speaking speeds, and audio quality levels - Preserve the caller's tone indicators (urgent, frustrated, casual)